/* ---| RESET |--*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
 

/* ---| MAIN |--*/
body {
	background-image:url(../images/portfolioBG.jpg); 
	background-repeat:no-repeat; 
	background-position:left top; 
	background-attachment:fixed;
}
strong {
	font-weight:bolder;
}
h2 {
	font-size:28px; 
	color:#003878; 
	font-weight:bold;
}
h3 {
	font-size:21px; 
	color:#003878; 
	font-weight:bold;
}
p {
	font-size:11px;
}
.imr {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
} 
.contentHolder {
	width:840px; 
	margin:auto;
}
.header {
	margin-top:80px; 
	width:100%;
}
.mainContent {
	width:620px; 
	margin:10px 20px 30px 0; 
	float:left;
}
.rtContentDIV {
	float:left; 
	margin-top:10px; 
	width:200px;
}
.rtSpacerDIV {
	margin-top:30px; 
	width:100%;
}
.previous, .next, .viewSite, .backHome {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: url(../images/portfolioGraphics.png) no-repeat scroll 0 0;
}
a.previous { 
	display:block; 
	background-position:-51px 0px;
	width:50px;
	overflow:hidden; 
	height:55px;
	float:left;
	margin-right:10px;
}
a.previous:hover { 
	display:block; 
	background-position:0px 0px;
}
a.next { 
	display:block; 
	background-position:-100px 0px;
	width:50px;
	overflow:hidden; 
	height:55px;
}
a.next:hover { 
	display:block; 
	background-position:-151px 0px;
}
a.viewSite { 
	display:block; 
	background-position:-204px -17px;
	width:100px;
	overflow:hidden; 
	height:20px;
}
a.viewSite:hover { 
	display:block; 
	background-position:-204px -35px;
}
a.backHome { 
	display:block; 
	background-position:0px -60px;
	width:81px;
	overflow:hidden; 
	height:18px;
}
a.backHome:hover { 
	display:block; 
	background-position:-86px -60px;
}
