@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	font-family: "trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	background-color: #474747;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 1.5em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image:url(../images/panelbg.gif);
	background-repeat:repeat-y;
} 


.thrColAbsHdr #header {
	height: 80px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #1E1E1E;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColAbsHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #F2F2F2;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;

}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: auto;
	left: 0;
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #252525; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #sidebar1 li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	list-style-type: none;
	display: block;
	text-indent: 0pt;
}
.thrColAbsHdr #sidebar1 ul{
	width: 270px;
	margin: 0px;
	padding: 0px;
}
#sidebar1 a:link{
	color:#999999;
	text-decoration: none;
	display: block;
}
#sidebar1 a:visited{
	color:#999999;
	text-decoration: none;
	display: block;
}
#sidebar1 a:hover{
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #333333;
}
h4 {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	width: 400px;
	clear:both;
}	
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 280px;
	right: 0;
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #252525; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColAbsHdr #headerSub {
	height: 200px;
	width: 900px;
	background-color: #161616;
}

.thrColAbsHdr #pagefooter {
	margin:0;
	background-color: #1E1E1E;
	height: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
} 
#topNav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topNav a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#topNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#topNav {
	width: 81px;
	position: absolute;
	top: 8px;
	left: 795px;
}

.thrColAbsHdr #pagefooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	color: #4B4B4B;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


/* //////////////////////////////////////////// */
/*content page*/

.thrColAbsHdr #mainContentpage {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	min-height: 350px;
}

.thrColAbsHdr #containerpage {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/pagecolumnbg.gif);
} 
.activeLeftNav {
	color:#FFFFFF;
	text-decoration: none;
	background-image: url(../images/ltNavRo.gif);
	background-repeat: no-repeat;
	display: block;

}
.thrColAbsHdr #headerSubContent {
	height: 130px;
	width: 900px;
}
#logoContent {
	height: 130px;
	width: 300px;
	top: 70px;
	text-align: center;
}

#logoContentCopy {
	height: 108px;
	width: 575px;
	top: 97px;
	margin-left: 300px;
	position: absolute;
	text-transform: uppercase;
	text-align: justify;
}
#logoContentCopy2 {
	height: 108px;
	width: 575px;
	top: 90px;
	margin-left: 300px;
	position: absolute;
	text-transform: uppercase;
	text-align: justify;
}

/* //////////////////////////////////////////// */
/*image grid*/

.grid{
	width:100%;
	display: block;
	position: relative;
	margin-bottom: 10px;
	clear: both;
}
.grid .imageSingle {
	float: left;
	padding: 5px;

}
.grid .imageSingle .image {
	height: auto;

}
.grid .footer {
	color:#666666;
	font-weight:normal;
	padding-top: 1px;
	padding-bottom:1px;
	font-size: 10px;
	text-transform: uppercase;
}

/*.imageSingle:hover{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}*/

/*.imageSingle:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}*/
.imageSingle:hover{
	background-color: #CCCCCC;
}


a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#pagenumbers {
	width: 250px;
	float: right;
	text-align: right;
	padding: 0px;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 0px;
}
