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

body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #EEF1F2; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 900px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background: url(graphics/header_graphic.gif) top right no-repeat; 
	
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


 /*+++++++++++++++NAVIGATION+++++++++++++++*/
.nav {
	background-color: #999999;
	border-bottom:#CCCCCC medium;
}

#nav, #nav ul {
	width: 900px;
	height:65px;
	list-style: none;
	line-height: 18px;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 15px;
	background: url(graphics/nav_bg.gif) repeat-x;
	background-repeat:no-repeat;
}

#nav li {
	float:left;
	padding: 0;
	height: 65px;
}

#nav li a {
	display: block;
	width: 150px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0;
	height: 45px;
	padding-top: 20px;
	background: url(graphics/nav_bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color:#FFFFFF;
}

#nav li a:hover {
	display: block;
	width: 150px;
	color: #000000;
	text-decoration: none;
	padding: 0;
	height: 45px;
	padding-top: 20px;
	background:url(graphics/nav_hover.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}


/*-----DROPDOWN BOX APPEARANCE-------*/
#nav li ul {
	background: #FFFFFF;
	border:#CCCCCC;
	position: absolute;
	left: -999em;
	width: 34px;
	w\idth: 34px;
	margin: 0px;
	font-size:11px;
}

#nav li ul li a {
	margin-left: 0 0 0 1px;
	background-image:none;
	background-color: #EEF1F2;
	display:block;
	width: 139px;
	color: #999999;
	height: 27px;
	padding-top: 7px;
	border-bottom:#999999;
}

#nav li ul li a:hover {	
	margin-left: 0 0 0 1px;
	background-image: none;
	background-color: #91959E;
	display:block;
	width: 139px;
	height:27px;
	color: #FFFFFF;
	padding-top: 7px;
	border-bottom:#999999;
	
}

#nav li li {
	height: 35px;
}

/*------Indent text in dropdown--------*/
/*#nav li li a {
	display: block;
	border-bottom: medium #999999;
	color: #000000;
	text-decoration: none;
	height: 25px;
	background: #FFFFFF;
	height: 25px;
	padding: 0;
	width: 150px;
}
*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	/*padding-left: 0;*/
	margin-left: 6px;
	margin-top: -2px;
}

#nav li:hover, #nav li.sfhover {
	background: #FFFFFF;
}


/*++++++++++++++END NAVIGATION++++++++++++++*/

#mainContent {
	margin: 0;
	padding: 20px 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: white;
	clear:both;
}

#mainContent p {
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px; 
	color: #666666;
	margin:0;
}

#twocol_left {
	width:570px;
	float:left;
}

#col_right {
	margin: 0 20px 0 0;
	width:240px;
	float:right;
}

#col_right p{
	font-size: 10px;
	padding-left: 10px;
	line-height: 14px;
}

.dashbox { 
	border: 1px #999999 dashed;
	padding: 10px;
}

/*++++++++++++FOOTER++++++++++++*/

#footer {
	margin: 0;
	background:url(graphics/footer_bg.gif) bottom repeat-x;
	height:140px;
	clear:both;
}

#footer_left { 
	height: 100px;
	width: 230px;
	float:left;
}

#footer_bottom_left { 
	height: 55px;
	display: block;
	width: 700px;
	float:left;
	background-color: #EEF1F2;
}

#footer_bottom_right { 
	height: 55px;
	display: block;
	width: 200px;
	float:right;
	background-color: #EEF1F2;
}

#footer_right { 
	height: 60px;
	width: 325px;
	float:right;
	color: #053063;
	vertical-align: middle;
	padding: 45px 12px 0 0;
}

#partner_text { 
	height: 60px;
	width: 275px;
	float:right;
	vertical-align: middle;
	padding: 50px 5px 0 0;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space 			between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color:#FFFFFF;
}

#footer_left p {
  padding: 35px 20px 0 10px;
}

#footer_bottom_left p {
  padding: 2px 0 0 12px;
  color: #053063;
}

#footer_bottom_right p {
  padding: 2px 12px 0 0;
  text-align: right;
  color: #053063;
}

#footer a:link { color:#FFFFFF; } #footer a:hover { color: #666666; text-decoration:none;} #footer a:visited { color:#FFFFFF; }

#footer_bottom_right a, 
#footer_bottom_right a:hover,
#footer_bottom_right a:visited { color: #053063; }

#footer_bottom_right a:hover { text-decoration: underline; }
/*+++++++++++++++END FOOTER++++++++++++++*/

h1{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 26px; color:#666666 }

h4{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#999900; padding:0; line-height:16px;}

p{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#666666; padding:0; margin:0; line-height: 20px;}

img {border:none;}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006633;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #669933;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}

