html, body{
	margin: 0px;
	padding: 0px;
}


body{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

p{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0px;
	padding: 0px;	
}

h1{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0px;
	padding: 0px;	
}

#wrapper {
	position: relative;
	margin: auto;
	width: 790px;
}

/* HEADER AREA */

#header {
	margin: auto;
	height: 260px;
}

#logo{
	margin: auto;
	padding: 0px;
	width: 161px;
	height: 128px;
	display: none;
}

#logo img{
	display: block;
	border: none;
}

#quotebar{
	color: #666666;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	float: right;
	width: 609px;
	height: 93px;
	display: none;
	position:relative;
}

#quotebar h1{
	width: 609px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman";
	position:absolute;
	top: 40%;
	text-align: right;
}

/* MAIN CONTENT */

#maincontent{
	margin: 0px;
	padding: 0px;
	width: 790px;
	float: left;	
}

/* INTRO PANEL*/

#intro{
	width: 790px;
	float: left;
	display: block;
	background-color: #2B5F94;
	background-image: url(../images/hp_main_img.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
}

.introcopy{
	margin: 0px;
	padding: 20px 20px 20px 20px;
	width: 400px;
	float: left;
	height: 410px;
}

.introcopy h1{
	font-weight: normal;
	font-size: 21px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.introcopy p{
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
}

.flashintro{
	margin: 0px;
	padding: 0px;
	width: 350px;
	float: right;
	display: block;
	height: 310px; 	
}

/* NEWS PANEL */

.newspanel{
	float: left;
	padding: 20px 15px 0px 20px;
	margin: 0px;
}

.newspanel h2{
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	color: #999999;
	font-weight: bold;
}

.lateststory{
	width: 158px;
	float: left;
	margin: 0px 0px 0px 0px;
	display: inline;
}

.lateststory h1, .lateststoryend h1{
	font-size: 14px;
	font-weight: normal;
	text-transform:  none;
	margin: 0px 0px 10px 0px;
	color: #003E7E;
}

.lateststory p, .lateststoryend p{
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}

.lateststory a, .lateststoryend a{
	font-size: 12px;
	color: #EF3E42;	
	text-decoration: none;
}

.lateststory a:hover, .lateststoryend a:hover{
	text-decoration: underline;
}

/* BROCHURE DOWNLOAD BUTTON */

#bro_dl_panel{
	float: left;
	padding: 20px 20px 0px 10px;
	margin: 0px;
}

#bro_dl_panel img{
	border: none;
}

/* SERVICE BUTTON */

#servicespanel{
	float: left;
	padding: 20px 26px 0px 10px;
	margin: 0px;
}

#servicespanel h2{
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	color: #999999;
	font-weight: bold;
}

#servicespanel a{
	background-image: url(../images/home_services_but.gif);
	background-repeat: no-repeat;
	display: block;
	width: 158px;
	height: 34px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 0px 7px 10px;
	text-decoration: none;		
}

/* SPECIAL SERVICE BUTTONS*/

#specservices{
	width: 168px;
	float: left;
	margin: 0px 0px 0px 0px;
}

#specservices h2{
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	color: #999999;
	font-weight: bold;
}

#specservices img{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border: 0px;
}

/* FOOTER */

#footer{
	width: 790px;
	height: 24px;
	background-color: #999999;
	display: none;
	clear: both;
	background-image: url(../images/footer_grad.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #666666;
	text-align: center;
}

#footer ul{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#footer li{
	display: inline;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 24px;
}

.indent {
	padding-left:20px;
}	

.logo {
	visibility:visible;
}

#previous_news {
	display:none;
}

#print_logo {
	display:block;
	margin:auto;
}

#print_footer {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	background-color: #F23D42;
	background-position: center;
	height: 15px;
	width: 780px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear:both;
}

