body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	background-image:url(images/bg-image.jpg);
	text-align:center;
		}
#outer_container{
	width:851px;
	height:auto;
	background-color:#FFFFFF;
	text-align:left; /* This keeps the IE centering from also centering the content */
	margin:0 auto; /* This centers the page in non-IE browesers */
	}
#header {
	background-image:url(images/header-image.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:117px;
	width:851px;
	}
#menu {
	height:35px;
	width:851px;
	background-image:url(images/menu_bg1.jpg);
	text-align:left;
	}
#nav{list-style: none; 
margin:0;	
}

#nav ul {
     padding: 0;
     margin:0;
     list-style: none;
     z-index:99;
     position:relative;
     overflow:visible;
}

#nav li {
     margin:0;
     position: relative;
     float:left;
     display:block;
     height:35px;
	 background-image:url(images/menu_divider1.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-align:center;


}

#nav ul li{ 
	background-color:#DBE1F0;
	background-image:none;
	border-color:#cccccc;
	border-width:0 1px 1px 1px;
	border-style:solid;
	width:140px;
	text-align:left;
	height:28px;
	
}
#nav ul li a{ 
	color:#666666;
	text-decoration:none;
	font-size:11px;
}
#nav ul li a:hover {
	color:#ffffff;
	font-size:11px;
	}

#nav ul li:hover {
	background-color:#0055AA;

	}
#nav ul ul li{ 
	border-width:1px 1px 0 1px;
}

#nav ul ul li:last-child{border-bottom:1px solid #cccccc;}

#nav a {
     text-decoration:none;
     display:block;
     margin:2px 0;
     width:120px;
     height:1em;
	 color:#ffffff;
	 font-size:14px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 padding-top:6px;
	 padding-bottom:11px;
}

#nav a:hover, #nav li:hover{
     color:#0055AA;
	 font-size:14px;
}


#nav ul{
     display:none;
}

/*all see this */
#nav ul ul{
     display:none;
     position:absolute;
     margin-left:12em;
	 margin-top:12px;
	 
}
#nav ul ul a{
     font-size:12px;
	 
}


/* non-IE browsers see this */
#nav ul li>ul, #nav ul ul li>ul{
     margin-top:-1.4em;

}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
     display:none;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
     display:block;
}

li>ul {
     top: auto;
     left: auto;
} 
.submenu {
	font-size:11px;
	background-image:none;
	padding-left:18px;
	}


#main_content {
	width:827px;
	text-align:left;
	padding:12px;
	}
#main_content a {
	color:#015093;
	text-decoration:none;
	}
#main_content a:hover {
	color:#ff3300;
	text-decoration:underline;
	}
#right_col {
	width:190px;
	margin-left:12px;
	float:right;
	margin-bottom:12px;
	}
#calculator {
	width:190px;
	}
#contact-form {
	width:190px;
	}
#header190 {
	width:190px;
	height:26px;
	background-image:url(images/container190-header.jpg);
	border-bottom:1px solid #ffffff;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	padding-top:6px;
	}
#text190{
	padding:0 8px;
	width:172px;
	border:1px solid #cccccc;
	border-top-width:0;
	
}
#header423 {
	width:423px;
	height:26px;
	background-image:url(images/container423-header.jpg);
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	padding-top:6px;
	}
#text423 {
	width:405px;
	border:1px solid #cccccc;
	border-top:none;
	padding:8px;
	}
#header625 {
	width:625px;
	height:26px;
	background-image:url(images/container625-header.jpg);
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	padding-top:6px;

	}
#text625 {
	width:607px;
	border:1px solid #cccccc;
	border-top:none;
	padding:8px;
	}
#footer {
	clear:both;
	border-top:1px solid #ffffff;
	height:39px;
	width:851px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	font-size:10px;
	color:#ffffff;
	}
#copyright {
	float:left;
	width:250px;
	padding-left:12px;
	padding-top:12px;
		}
#footer-link {
	float:right;
	width:575px;
	padding:12px 12px 0 0 ;
	text-align:right;
	}
#footer-link a{
	text-decoration:none;
	color:#ffffff;
	padding:0 3px;
	}
#footer-link a:hover{
	text-decoration:underline;
	color:#0055AA;
	padding:0 3px;

	}
h1{
	font-size:18px;
	font-weight:bold;
	color:#999999;
	margin-top:0;
	}
h2{
	font-size:16px;
	font-weight:bold;
	color:#999999;
	}

h3{
	font-size:14px;
	font-weight:bold;
	color:#999999;

	}
.more_info {
	font-size:14px;
	font-weight:bold;
	font-style: italic;
	margin-left:12px;
}
.more_info a {
	color:#999999;
	text-decoration:none;
	}
.more_info a:hover{
	color:#0055AA;
		text-decoration:underline;

}