@charset "UTF-8";
/* CSS Document */



#wrapper {
	
	margin: auto;
	width: 900px;
	height: 700px;
	position: relative;
	margin-top: 10px;
}

#header {
	height:176px;
	width: 100%;
}


#headertext {
	position:absolute;
	top: 0px;
	right: 20px;
	height:106px;
	width: 60%;
	padding-top:70px;
}

.headertextbig {
	float: right;
	font-weight: bold;
	font-family:  helvetica, arial, sans-serif;
	font-size: 62px;
	color:#FFF;
}

.headertextsmall {
	float: right;
	font-weight: bold;
	font-family:  helvetica, arial, sans-serif;
	font-size: 18px;
	color:#FFF;
}

#footer {
	position: absolute;
	height:150px;
	width: 100%;
	bottom: -50px;
	background-color:#FFF;
}

#footerline {
	position: absolute;
	height:4px;
	width: 100%;
	background-color:#004578;
}
#footerlogo {
	position: absolute;
	height: 100px;
	width: 100px;
	bottom: 30px;
	right: 20px;
	background-image:url(images/logo_white.gif);
	background-repeat:no-repeat;
}

.footertextbig {
	float: right;
	font-size:10px;
	font-family:  helvetica, arial, sans-serif;
	text-align:right;
	
}

#footertext {
	position: absolute;
	height: 10px;
	width: 80%;
	bottom: 43px;
	right: 150px;
	font-size:10px;
	font-family:  helvetica, arial, sans-serif;
	text-align:right;
	
}

#footertextmail {
	position: absolute;
	height: 20px;
	width: 80%;
	bottom: 63px;
	right: 150px;
	font-size:20px;
	font-family:  helvetica, arial, sans-serif;
	text-align:right;
	color: #666;
	
}


#footertextphone {
	position: absolute;
	height: 40px;
	width: 80%;
	bottom: 83px;
	right: 150px;
	font-size:40px;
	font-family:  helvetica, arial, sans-serif;
	text-align:right;
	color: #666;
	
}
#rightpanel {
	background: #FFF;
	position:absolute;
	display: block;
	width: 170px;
	height: 400px;
	right: 0px;
	top: 185px;
}

#rightpaneltext {
	position:absolute;
	display: block;
	width: 150px;
	height: 195px;
	right: 0px;
	top: 205px;
	font-size:14px;
	font-family:  helvetica, arial, sans-serif;
	color: #004578;
	line-height: 1.5;
	font-weight: bold;
	font-style: italic;
	border-bottom: solid #004578 1px;
}


#mainpanel {
	position:absolute;
	display: block;
	width: 480px;
	height: 335px;
	left: 230px;
	top: 250px;
	font-family:  helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 120%;
	color:#000;
	overflow:auto;
}

#mainpanelheader {
	position:absolute;
	display: block;
	width: 480px;
	height: 30px;
	left: 230px;
	top: 200px;
	font-family:  helvetica, arial, sans-serif;
	font-size: 20px;
	text-align: left;
	line-height: 120%;
	color:#666;
	font-weight: bold;
	border-bottom: solid #004578 1px;


}


.glossymenu{
margin: 2px 0;
padding: 0;
width: 210px;
height: 24px;
}

.glossymenu a.menuitem{
background-image: url(images/nav_off.gif);
background-repeat:no-repeat;
font: 12px helvetica, arial, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 1px;
padding-left: 50px;
padding-top: 6px;
text-decoration: none;
height: 19px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/nav_on.gif);


}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
margin: 0;
padding: 0;
 

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
padding: 2 0;
}

.glossymenu div.submenu ul li a{
margin:0;
padding:0;
display: block;
font: 12px helvetica, arial, sans-serif;
color: white;
text-decoration: none;
height: 21px;
padding-left: 50px; 
background-image: url(images/nav_off_sub.gif);
padding-top: 5px; 
}

.glossymenu div.submenu ul li a:hover{
background-image: url(images/nav_on_sub.gif);
color: white;  
}

.belowmenu{
background-image: url(images/nav_upside.gif);
display: block;
height: 24px;
width: auto;
}

.belowmenugrad{
background-image: url(images/nav_grad.jpg);
background-repeat:repeat-x;
display: block;
width: 210px;
height:150px;
}
