@charset "utf-8";

* { padding: 0; margin: 0; }


.bodyMain {
	background-image: url(imgs/tileBG.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

html {
	min-height: 100%; 
	margin-bottom: 1px;
}

img {
	border: none;
}

a:link, a:visited {
	COLOR: #5592D5;
	TEXT-DECORATION: none;
}

a:hover, a:active {
	COLOR: #FF9900;
	TEXT-DECORATION: none;
}


.disclaimers {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height:normal;
	color:#cc0000;
}

.copyright {
	font-family:Tahoma, Arial, Helvetica, "San Serif";
	font-size: 10px;
	line-height:normal;
	color:#0051B7;
}

.copyright a:link, .copyright a:visited {
	COLOR: #0051B7;
	TEXT-DECORATION: none;
}
.copyright a:hover, .copyright a:active {
	COLOR: #0051B7;
	TEXT-DECORATION: underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000066;
	text-align: center;
	line-height: normal;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

h3 {
	color: #5592D5;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 17px;
	font-weight: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;	
	color: #0051B7;
	margin-top: 8px;
}

h4 a:link, h4 a:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	background-color: #0051B7;
	width: 148px;
	height: 30px;
	padding: 4px;
	margin: 2px;
}
h4 a:hover, h4 a:active {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	background-color: #0977FF;
	padding: 4px;
	width: 148px;
	height: 30px;
	margin: 2px;
}


.highlightForm {
	background-color: #FFF4D7;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	border: 1px solid #FFDD82;
}
.highlightForm td, .highlightForm p,.highlightForm ul, .highlightForm select, .highlightForm input, .highlightForm li, .highlightForm textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

.highlightForm li {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 14px;
	padding: 0px;
}

.highlightForm h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #FF9900;
	font-weight: bold;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD566;
}
#highlightBox1 {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	background-color: #FFB600;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	padding: 8px;
	font-style: italic;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 14px;
	background-image: url(imgs/highLightBG.jpg);
	background-repeat: no-repeat;
}


td, p, input, select, textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000066;
	line-height: 18px;
}

.content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000066;
}

.highlightBox {
	background-color: #F5EDDA;
	padding: 8px;
}

.headerBoxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000033;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	width: 248px;
}
.picBoxes TD {
	text-align:center;
}
.textBoxes {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.picBorder {
	border: 4px solid #5592D5;
	background-color: #5592D5;
}

.formButton {
	color: #FFFFFF;
	cursor: hand;
	background-color: #0051B7;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border: 1px solid #0051B7;
}
.menuList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
}


#products-menu {
	width:780px; 
	height: 36px;
	/*background-image:url(imgs/navBG.jpg)*/
	background-image:url(imgs/navBarBG.jpg);
	background-repeat:repeat-x;
	float: left;
}



/* drop menu magic */
#nav-menu ul li {
	position: relative;
	height: 36px;
	}

#nav-menu li ul {
	position: absolute;
	left: 0px;
	top: 36px;
	display: none;
}

#nav-menu li:hover ul { display: block; }

#nav-menu li ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	height: 36px;
	background-image:url(imgs/navBarBG.jpg);
	line-height: 2em;
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003679;
	border-left-color: #0977FF;
	}


/* Hide from IE5-Mac \*/
#products-menu li a
{
float: none
}
/* End hide */



#nav-menu {
	width:840px;
	height: 36px;
	/*background-image:url(imgs/navBG.jpg)*/
	background-image:url(imgs/navBarBG.jpg);
	background-repeat:repeat-x;
	float: left;
}



#nav-menu li a
{
	height: 36px;
	line-height: 2em;
	float: left;
	width: 138px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003679;
	border-left-color: #0977FF;
}

#nav-menu li a:hover
{
	height: 36px;
	line-height: 2em;
	float: left;
	width: 138px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003679;
	border-left-color: #000033;
	background-image: url(imgs/btnBarBG_on.jpg);
	background-repeat: repeat-x;
}

#nav-menu li a.lastTab {
	border-right: none;

}

#nav-menu li a.firstTab {
	border-left: none;
}





/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */



#topLftBar {
	padding: 0px;
	float: left;
	width: 4px;
	height: 36px;
	background-image:url(imgs/navBarBG_left.jpg);
	background-repeat:no-repeat;
	background-position:left;	
}

#topRtBar {
	padding: 0px;
	width: 4px;
	height: 36px;
	background-image:url(imgs/navBarBG_right.jpg);
	background-repeat:no-repeat;
	background-position:right;
	float: right;
}



#wrapper {
	width: 908px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}


#content_container {
	width: 908px;
	color: #000066;
	padding: 0px;
	margin: 0px;
	background-image: url(imgs/pageBgVR.png);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	clear: both;
}

.bodytext li {
	margin-top: 8px;
	margin-right: 48px;
	margin-bottom: 8px;
	margin-left: 28px;
	padding: 0px;
}

#content {
	color: #000066;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-color: #FFFFFF;
	display: block;
}

#leftcolumn {
	margin: 0px;
	width: 238px;
	float: left;
	background-image: url(imgs/menuBG.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-position: center top;
	clear: none;
}

#leftcolumnLower {
	width: 198px;
	float: left;
	background-image: url(imgs/highLightBG2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: none;
	padding: 0px;
	margin: 0px;

}

#leftcolumnLower p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	text-align: center;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;	
}


#contentCenter {
	float: left;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 418px;
	display: inline;
}
#rightcolumn {
	margin: 0px;
	height: auto;
	width: 164px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#clear {
	clear:both;
}		


#girlBtm {
	position:relative;	
	background-image: url(imgs/clnGrl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}




#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	background-image: url(imgs/footerBG.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 908px;
}

.footer {
	font-family:Tahoma, Arial, Helvetica, "San Serif";
	font-size: 11px;
	text-align: center;
	color:#0051B7;
	padding: 8px;
	margin: 8px;	
}

.footer a:link, .footer a:visited {
	COLOR: #0051B7;
	TEXT-DECORATION: none;
}
.footer a:hover, .footer a:active {
	COLOR: #0051B7;
	TEXT-DECORATION: underline;

}

.image .caption { 
	font-family:Tahoma, Arial, Helvetica, "San Serif";
	font-size: 10px;
	text-align: center;
	line-height:normal;
	color:#0051B7;
}
		
		
#headerTop {
	width: 908px;
	height: 115px;
	background-image:url(imgs/headerTopBg.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	padding: 0px;
	
}
#headerMid {
	width: 600px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#btmGirl {
	z-index: 10;
	position: relative;
	top: 0px;
	left: 8px;
	background-image: url(imgs/clnGrl.png);
	height: 300px;
	background-repeat: no-repeat;
	padding: 0px;
	bottom: -44px;
}


#logo {
	width: 40%;
	float: left;
	height: 95px;
	margin-top: 12px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 28px;
}
#slogan {
	width: 400px;
	float: left;
	height: 58px;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 28px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


/* menu       */
.menuFirst {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00399D;
}
.menuEach {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00399D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006CF0;
}
.menuLast {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006CF0;
}

	
#menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
		
#menu1 {
	width: 200px;
	margin: 10px;
	padding-left: 4px;
	}

	
#menu1 li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	}	

	
#menu1 li a:link, #menu1 li a:visited {
	color: #FFFFFF;
	display: block;
	padding: 8px 0 0 10px;
}
	
#menu1 li a:hover {
	color: #FFFFFF;
	background-color:#006BE1;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}	
