﻿body {
	background-color: #084460;
	margin: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
}

A:link {text-decoration: none; color: #F49302;}
A:visited {text-decoration: none; color: #F49302;}
A:active {text-decoration: none; color: #F49302;}
A:hover {text-decoration: none; color: #FB761E;}



#pageWrapper{
	position: relative;
	width: 1011px;
	height: auto;
}

#pageWrapper #portfolioBut{
	position: absolute;
	top: 80px;
	left: 820px;
	width: 90px;
	height: 90px;
	z-index: 10;
}

	#pageWrapper #portfolioBut img {
		border: 0px;
	}


#pageWrapper #portfolioArrow{
	position: absolute;
	top: 110px;
	left: 620px;
	width: 90px;
	height: 90px;
	z-index: 10;
}



#homeportfoliobuttons, td {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	
}


				#blogdivcustomscroll {
				overflow: auto;
				/* IE overflow fix, position must be relative or absolute*/
				position: relative;
				}
				
				#commdivcustomscroll2 {
				overflow: auto;
				/* IE overflow fix, position must be relative or absolute*/
				position: relative;
				}

				.scrollgeneric {
				line-height: 1px;
				font-size: 1px;
				position: absolute;
				top: 0; left: 0;
				}
				
				.vscrollerbase {
				width: 10px;
				/*background-color: white;*/
				}
				.vscrollerbar {
				width: 10px;
				background-color: black;
				}
				.hscrollerbase {
				height: 10px;
				background-color: white;
				}
				.hscrollerbar {
				height: 10px;
				background-color: black;
				}
				
				.scrollerjogbox {
				width: 10px;
				height: 10px;
				top: auto; left: auto;
				bottom: 0px; right: 0px;
				background-color: gray;
				}




.pagespecificcontent {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.pagespecificcontent h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #70B7F5;
	margin-top: -1px;
	margin-bottom: 1px;

}