html {
	font-family:sans-serif;
	background:#fff;
	color:#4584BF;
	font-size: 90%;
}
html, body { margin:0; padding:0;
scrollbar-3dlight-color: #ccc; scrollbar-arrow-color: #cc0000; scrollbar-base-color: #cccccc; scrollbar-darkShadow-color: #000000; scrollbar-face-color: #E1E1E1; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #999999; scrollbar-track-color: #f5f5f5;}
#content {
	width:980px;
	padding:0;
	margin: 20px 0;
	border:1px solid #4584BF;
	text-align:left;
	position:relative;
	display:block;
	top:0;
	left:0;
	/*Cross Browser min-height*/
    min-height:750px;
	height: auto !important;
	height: 750px;
	_height: 800px;
	/*END Cross Browser min-height*/
}
.links img{padding:8px 8px 0 0}
.bigyellow{color:#FFCF28;font-size:24px;line-height:10px}
.yellow{color:#FFCF28;font-weight:bold}
h1{
	font-size: 120%;
	margin:5px 0;
	color: #075BAA;
}
h2{
	font-size: 120%;
	margin:5px 0;
}
h6{
	margin:5px 0;
}
p { margin:10px 0 0 0; }
.home #contentR {
	background-image: url(../pics/hero1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:600px;
	display:block;
	position:relative;
	bottom:-100px;
}
#contentR {
	background-image: none;
	padding:10px;
	width:550px;
	float:right;
	margin:0 0 110px 0;
}
#contentR h1{
	font-size: 180%;
	margin:5px 0;
}

#leftcontent { 
	float:left; 
/*	width:184px;_margin: 30px 0 0 15px;*/
	margin: 30px 0 0 30px;
	display:inline;
}
#leftcontent A:link,
#leftcontent A:visited{ 
	color:#FFF;
	text-decoration:none;
	display:block;
	height:40px;
	padding: 10px 0 0 20px;
}
#leftcontent p.nav1,
#leftcontent p.nav2,
#leftcontent p.nav3,
#leftcontent p.nav4,
#leftcontent p.nav5,
#leftcontent p.nav6{
	display:block;
	width:190px;
	margin:0;
	height:41px;
	padding: 0  0 5px 0;
	background-image: url(../pics/nav-1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#leftcontent p.nav2{
	background-image: url(../pics/nav-2.gif);
}
#leftcontent p.nav3{
	background-image: url(../pics/nav-3.gif);
}
#leftcontent p.nav4{
	background-image: url(../pics/nav-4.gif);
}
#leftcontent p.nav5{
	background-image: url(../pics/nav-5.gif);
}
#leftcontent p.nav6{
	background-image: url(../pics/nav-6.gif);
}
#leftcontent img{
	margin:15px 0 0 0;
}

#contentBL{
	width:420px;
	position:absolute;
	bottom:0px;
	left:30px;
	margin:0;
}
#footer{
	position:absolute;
	bottom:30px;
	left:0;
	margin:0;
	padding:0 10px 5px  10px;
	width:960px;
	display:block;
	background-color:#FFCC00;
	font-size: 70%;
}	

#footer p.footerlinks{
	font-size: 120%;
	float:right;
	margin-right:10px;
}	
#footer p.footerstatement{
	width:880px;
	padding: 0 10px 0 0;
	border-right: 1px solid #fff
}	

#footer p.footerlinks a:link,
#footer p.footerlinks a:visited{
	color:#4584BF;
	text-decoration:none;
	}
form input .radio {
	vertical-align: middle;
}
td.hidden{
	/*display:none;*/
	visibility: hidden;
}
td.attention {
	/*display:block;*/
	visibility:visible
}
td.attention input {
	border:1px solid #000099;
	background-color: #FFCC00;
	font-size:120%;
	padding:0 10px;
	color:#000000;
	width:340px;
	float:right;
}
table.formdetails td{
	height:30px;
}
table.formdetails input{
	width:380px;
}
table.formdetails textarea{
	width:380px;
	font-family:sans-serif;
	font-size: 90%;
}
.clearfloatL{clear:left}

input.button {
	background-color: #FFCC00;
	display: block;
	margin:10px 0 0 0;
	border: 1px solid #999999;
	padding: 2px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #075BAA;
}
.button {
	background-color: #FFCC00;
	margin:10px 0 0 0;
	border: 1px solid #999999;
	padding: 1px 6px;
	color: #075BAA;
	text-decoration:none;
}

.FL{float:left}
p.feedback{text-align:right}
.padR{margin: 0 25px 0 0}
.feedback{margin: 0 35px 0 0;width:195px}
/* SAFARI HACKS */
@media screen and (-webkit-min-device-pixel-ratio:0){

#leftcontent img{
	margin:15px 0 0 0;
}


} 
/* END SAFARI HACKS */