﻿/*WEBGIO.com Cascading Style Sheet */

/* -- ##### BODY STYLE #####-- */

BODY 
{
    font:  10pt arial;
    /* -- #####  START - This is so IE 6.0, 7.0, 8.0 Center the Page #####-- */
    margin:0 auto;
    text-align: center; 
    /* -- #####  END - This is so IE 6.0, 7.0, 8.0 Center the Page #####-- */
    background-image: url(images/background/bg.jpg);
}

/* -- #####  SITE FONT STYLE #####-- */
H1,H2,H3,H4,H5{ font-family: arial;}
.page_header{font-family:arial;font-size:14pt;font-weight:bold;color:#565656}
.page_titles{font-family:arial;font-size:12pt;font-weight:bold;color:#E77D2C}
.page_subtitle{font-family:arial;font-size:10pt;color:#365A7B}
.page_text{font-family:arial;font-size:10pt;color:#565656}


/* -- ##### DIV TAGS #####-- */
DIV
{
 margin: 0px 0 0px 0;
}

#WRAP
{
margin:0 auto;
text-align:left;
width:750px;border:2px solid #666666;background-color:#ffffff;
}

#HEADER
{
margin:0 auto;
width:750px;
vertical-align: top; 
}

#BODY
{
margin: 20px 0 10px;
width:750px;
vertical-align: top;
background:#FFFFFF;

}

#FOOTER
{
margin:0 auto;
width:750px;
vertical-align:bottom; 
height: 50px; 
background-image: url(images/footer/footer.gif);
}

#BOX_WRAPPER
{
width:680px;
height:350px;
}
    
.box{padding:10px 12px 12px 12px;height:157px;width:200px;float:left}
.box_title{font-family:arial;font-size:14px;font-weight:bold;color:#ffffff;margin:0px 0px 10px 0px;text-align:left;}
.box_header{font-family:arial;font-size:12px;font-weight:bold;color:#565656;text-align:left; padding-left:5px;}
.blurb{font-family:arial;font-size:12px;color:#000000;text-align:left;}
    
#BOX_WRAPPER ul {padding-left:0px;}
#BOX_WRAPPER li {font-family:arial;font-size:12px;color:#000000;text-align:left;}



/* -- #####  NAVIGATION MENU #####-- */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family:Verdana;font-size:10pt;
    padding-left:20px;
	}

#nav a {
	display: block;
	text-decoration:none;
	color:#FFFFFF;

}

#nav a:hover {
     text-decoration: underline;
}

#nav li {
	float: left;
	padding-right:20px;
}

#nav li ul {
/* note that this method hides the sub-items but they remain available to screen readers. this is important! you should never use display: none; as that removes the sub-items entirely. */
	 padding-top:5px;
	 padding-bottom:5px;
	 padding-left:5px;
	position: absolute;
	width: 165px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;

}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	 background-color: #365A7B;
}
    