/* Body ----------------------------------------------------*/
body { background: url(../../images/body_bg.jpg) repeat-x #fff; }
/* Container -----------------------------------------------*/
#container {
	width: 917px;
	margin: 0 auto;
}
/* Header --------------------------------------------------*/
#header {
	float: left;
	background: url(../../images/header_bg.jpg) no-repeat;
	width: 917px;
	height: 123px;
}
#logo {
	display: block;
	background: url(../../images/logo.jpg) no-repeat;
	width: 140px;
	height: 85px;
	margin: 17px 61px;
	text-indent: -9999px;
	outline: none;
}
/* Navbar --------------------------------------------------*/
#navbar {
	clear: both;
	float: left;
	background-color: #78496b;
	width: 917px;
	padding: 3px 0;
	min-height: 32px;
}
.nav { margin: 0; }
.nav li { float: left; }
.nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	position: static;
	padding: 5px 20px;
}
.nav a:hover {
	background-color: #915e84;
	color: #fff !important;
}
.nav li a:hover, .nav li ul a { position: static; }
.nav li ul { /* second-level lists */
	position: absolute;
	background: #915e84;
	width: 130px;
	left: -9999em;
	z-index: 100;
	margin: 0;
	border: 1px solid #734A68;
}
.nav li ul ul { /* third-and-above-level lists */ margin: -18px 0 0 130px; }
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul { left: -9999em; }
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }
/* Second-level and third-level lists */

.nav li ul li { background: transparent; }
.nav li ul li a {
	text-indent: 0;
	padding: 3px 0;
	height: auto;
}
.nav li ul a {  /*styling the second-level lists */
	text-indent: 0;
	padding: 0.175em 0.175em 0.25em .5em;
	color: #e8e8e8;
	background-color: #915e84;
	width: 130px;
}
.nav li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 130px;
	background: #915e84;
}
.nav li ul li a:hover { /*second-level list hover state */
	color: #fff;
	background-color: #734A68;
}
/* Banner --------------------------------------------------*/
#banner {
	clear: both;
	float: left;
	width: 917px;
	height: 120px;
}
#banner li { float: left; }
/* Sections ------------------------------------------------*/
#newsletter, #open247, #careers, #lifeline {
	float: left;
	width: 170px;
	height: 90px;
	margin-top: 10px;
	text-indent: -9999px;
	outline: none;
	margin: 15px 29px 0;
}
#newsletter { background: url(../../images/section_newsletter.gif) no-repeat; }
#open247 { background: url(../../images/section_open247.gif) no-repeat; }
#careers { background: url(../../images/section_careers.gif) no-repeat; }
#lifeline { background: url(../../images/section_lifeline.gif) no-repeat; }
/* Main ----------------------------------------------------*/
#main {
	clear: both;
	float: left;
	background: url(../../images/main_bg.jpg) repeat-x fixed;
	width: 917px;
}
/* Content -------------------------------------------------*/
#content {
	float: left;
	width: 885px;
	padding: 0 16px;
}
#content ul {
	list-style-image: url(../../images/list_img.gif);
	margin-left: 40px;
}
#content ol {
	list-style: inside decimal;
	margin-left: 40px;
}
#content h2 {
	margin-top: 1em;
	color: #78496b;
}
#content h3 {
	font-size: 1.4em;
	font-family: "Calbri", Verdana, Arial, Helvetica, sans-serif;
	color: #78496b;
	font-weight: 400;
}
#content .more {
	display: block;
	background: url(../../images/btn_moreinfo.gif) no-repeat;
	width: 262px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
#content .nav li {
	float: none;
	display: block;
}
#content .nav a {
	display: inline;
	color: #78496b;
	text-decoration: none;
	text-transform: capitalize;
	text-align: left;
	position: relative;
	padding: 0;
}
#content .nav a:hover {
	color: #ff0000 !important;
	background: none;
}
/* Footer --------------------------------------------------*/
#footer {
	clear: both;
	float: left;
	background-color: #78496b;
	width: 897px;
	padding: 8px 10px;
	margin-top: 10px;
}
#footer-nav {
	margin: 0;
	text-align: center;
}
#footer-nav li {
	display: inline;
	color: #fff;
}
#footer-nav a {
	clear: both;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px;
}
#footer-nav li:after { content: "|"; }
#footer-nav li.noborder:after { content: ""; }
/* Locations -----------------------------------------------*/
#locations {
	clear: both;
	float: left;
	background-color: #f6baba;
	width: 897px;
	padding: 5px 10px;
}
#locations table {
	width: 100%;
	margin: 1em auto;
	color: #333;
	text-align: center;
}
#locations th {
	font-weight: 700;
	text-align: center;
}
#locations td {
	font-size: 1em;
	padding: 0;
	text-align: center;
vertical-align: top;
}
#copyright {
	margin-top: 1em;
	text-align: center;
	font-size: .825em;
	color: #674c59;
}
/* Misc Styles ---------------------------------------------*/
.noborder { border: 0 !important; }
.center { text-align: center; }