@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/bg-content.jpg) #0f6592 top center repeat-y;
	margin:0 auto;
	padding:0;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
	}

.header{
	width:100%;
	background:url(../images/bg-header.jpg) repeat-x top center;
	height:128px;
	margin:0 auto;
	padding:0;
	border-bottom:2px solid #FFFFFF;
	}
	

	
.headercontent{
	width:1000px;
	height:128px;
	margin:0 auto;
	padding:0;
	background:url(../images/bg-logo.jpg) left top no-repeat;
	}

.navminibuttons{
	float:right;
	width:257px;
	height:35px;
	}	

.imagerotator{
	width:970px;
	height:350px;
	margin:0 auto;
	padding:0;
	background:#ffffff;
	overflow:hidden;
	}
	
.greybar{
	background:url(../images/bg-grey-bar.jpg) repeat-x #3e3e3e top center ;
	width:100%;
	margin:0 auto;
	padding:0;
	border-top:2px solid #ffffff;
	min-height:350px;
	clear:both;
	}
	
.greybarcontent{
	width:970px;
	margin:0 auto;
	padding:30px 0 30px 0;
	color:#FFFFFF;
	}

.greyleft{
	width:485px;
	margin:0 auto;
	float: left;
	}
	
.greyright{
	width:456px;
	margin:0 auto;
	float: right;
	}

.footer{
	width:100%;
	height:100%;
	bottom:0px;
	min-height:170px;
	background:url(../images/bg-footer.jpg) #ffffff top center repeat-x;
	margin:0 auto;
	padding:0;
	border-top:2px solid #ffffff;
	}

.footercontent{
	width:970px;
	margin:0 auto;
	padding:25px 0 0 0;
	text-align:center;
	}
	

.imageholder{
	width:451px;
	height:224px;
	border:2px solid #ffffff;
	background:url(../images/place-holder.jpg) no-repeat top center;
	}

.imageholderbtn{
	position:relative;
	top:195px;
	left:356px;
	border:0;
	}

/*
SECONDARY PAGES DIVS
*/
.content{
	width:970px;
	min-height:600px;
	margin:0 auto;
	padding:0px;
	background:url(../images/bg-content-texture.jpg) repeat top center;
	text-align:justify;
	}

.contentleft{
	width:620px;
	padding:15px 0 15px 20px;
	float:left;
	}
	
.contentright{
	width:302px;
	padding:0 0 15px 0;
	float:right;
	}
	
.printpage{
	width:250px;
	float:right;
	}	

/*
TEXT
*/

h1{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:24px;
	padding:0 0 11px 0;
	margin:0 0 11px 0;
	border-bottom:3px solid #ffffff;
	}

h2{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:24px;
	padding:0;
	margin:0;
	color:#0f6592;
	}

h3{
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding:0;
	margin:0;
	color:#650000;
	}

a{
	color:#0f6592;
	}

.footercontent a{
	color:#000000;
	text-decoration:none;
	}

.footercontent a:hover{
	color:#000000;
	text-decoration:underline;
	}

.smaller{
	font-size:11px;
	}

.smaller a{
	font-size:11px;
	}
	
.smaller  a:hover{
	font-size:11px;
	text-decoration:underline;
}	

/*
UL & LI
*/

ul{
	padding:0;
	margin:5px 0 5px 25px;
	}

li{
	list-style-image:url(../images/bullet.jpg);
	padding:0;
	margin:0;
	}