/* Zero Out 
----------------------------- */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
dt, dd, dl,
form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
}

/* Structure
---------------------------- */

body {
	font-family: arial, helvetica;
	font-size: 70%;
	background: #694631;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	background: url("/images/bg_body.gif") repeat-y #694631 center;
}

#container {
	width: 758px;
	margin: 0 auto;
	border: solid #fff;
	border-width: 0 1px; 
	
}

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

#footer {
	width: 100%;
	height: 66px;
	margin: 0 auto;
	background: url("/images/bg_footer.gif") no-repeat #694631 center;
}

/* Header: Logo 
------------------------------- */

#header h2 {
	width: 126px;
	position: relative;
	top: 20px;
	left: 10px;
}

/* Header: Utility Nav 
------------------------------- */

#header ul {
	float: right;
	position: relative;
	left: -16px;
	top: 8px;
}

#header ul li {
	float: left;
	margin: 0 0 0 10px;
	padding-right: 7px;
	border-right: 1px solid #F36A22;
}

#header ul li a {
	color: #113443;
	text-decoration: none; 
	font-weight: bold;
	text-transform: lowercase;
	font-size: 1.1em;
}

#header ul li a:hover {
	text-decoration: underline;
}

/* Footer 
----------------------------- */

#footer p {
	color: #fff;
	font-size: 1.15em;
	padding: 3px 11px 3px 10px;
	width: 737px;
	margin: 0 auto;
	border: 1px solid #fff;
}

/* Home Page 
------------------------------ */

/* Marquee Panel */

#home_marquee {
	
}

#home_marque_info_panel {
	position: relative;
	float: left;
	width: 306px;
	height: 277px;
	background: #113443;
	padding: 20px 0 0 2px;
}

#home_marque_info_panel h1 {
	font-family: Verdana, Arial;
	font-size: 2.2em;
	font-weight: bold;
	color: #F36A22;
	margin: 28px 0 0 8px;
}

#home_marque_info_panel h2 {
	font-family: Georgia;
	font-size: 2.2em;
	font-weight: normal;
	color: #7494A2;
	margin: 20px 0 0 14px;
}

#home_marque_info_panel h2 a {
	font-weight: bold;
	color: #7494A2;
	text-decoration: none;
	position: absolute;
	bottom: 30px;
	display: block;
}

#home_marque_info_panel h2 a:hover {
	text-decoration: underline;
}

#home_marque_info_panel p {
	margin: 10px 5px 0px 14px;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.3em;	
}

#home_marque_image_panel {
	float: left;
}

/* Callouts */

#home_callouts {
	clear: both;
	background: #fff;
	padding-bottom: 10px;
}

#home_callouts p {
	line-height: 1.25em;
	margin-left: 12px;
	font-size: 1.1em;
}

#home_callouts ul li {
	float: left;
	display: block;
	width: 230px;
	height: 200px;
	border-right: 1px solid #F36A22;
	padding: 10px;
	position: relative;
}

#home_callouts ul li h3 {
	font-size: 1.8em;
	color: #3A2213;
	text-align: center;
	margin-bottom: 15px;
}

#home_callouts ul li h3 img {
	position: static;
	margin: 5px auto;
}

#home_callouts ul li img {
	text-align: center;	
	display: block;
	width: auto;
	margin: 10px auto;
}

#home_callouts ul li a.callout {
	display: block;
	width: 210px;
	background: url("/images/arrow_multi.gif") no-repeat 143px 8px;
	border: 1px solid #F36A22;
	padding: 8px 10px;
	color: #07151b;
	text-decoration: none;
	font-size: 1.1em;
	position: absolute;
	bottom: 8px;
	font-weight:bold;
	font-family: Georgia;
}

#home_callouts ul li a.callout:hover {
	color:#fff;
	background: url("/images/arrow_multi_on.gif") no-repeat 143px 8px;
	background-color:#859297;
}

/* Sub Pages
----------------------------------- */

#subpage {
	background: #113443;
	height: 1%;
}

#subpage #side_panel {
	float: left;	
	width: 142px;
	border-top: 1px solid #859197;
	padding-top: 8px;
	background: #113443;
}

/* Sub page: Main Navigation
--------------------------------------*/

#subpage #side_panel ul li {
	display: block;
	border-bottom: 1px solid #859197;
}

#subpage #side_panel ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-family: verdana;
	display: block;
	height: 18px;
	padding: 5px;
}

#subpage #side_panel ul li a:hover {
	background: #859297;
}

#subpage #side_panel ul li a.active {
	background: #f06022;
}

#subpage #side_panel p {
	border-top: 1px solid #859197;
	border-bottom: 1px solid #859197;
	font-size:.8em;
	color:#000;
	background: #cccccc;
	padding: 5px;
}


/* Sub page: Sub Navigation
--------------------------------------*/

body ul#subNav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 26px;
	font-size: 0.85em;
}

body ul#subNav li {
	float: left;
	margin: 0 0 0 10px;
	border-right: 1px solid #081F29;
	padding: 0 10px 0 0;
	list-style: none;
}

body ul#subNav li.last {
	padding-right: 0px;
}

body ul#subNav li a {
	color: #07151b;
	text-decoration: none;
	font-size: 1.15em;
	font-weight: bold;
}

body ul#subNav li.active a {
	color: #f36A22;
}

body ul#subNav li a:hover {
	text-decoration: underline;
}

body ul#subNav li.active a:hover {
	text-decoration: none;
}

/* Sub page: Content 
--------------------------------------*/

#subpage #main_panel {
	float: left;
	width: 595px;
	padding: 0px 10px 0px;
	border-left: 1px solid #859197;
	background: #fff;
	position: relative;

}

#subBanner img{
	border: 1px solid #113443;
}


#content {
	margin: 24px 0 25px;	
	width: 587px;
	min-height:350px;
  	height:auto !important;
  	height:350px;
	font-size: 1.15em;
}

#content h1 {
	font-family: century gothic,arial,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #3A2213;
	margin-bottom: 20px;
	padding-bottom: 3px;
	color: #113443;
}

#content h2 {
	font-family: Arial,Sans-Serif;
	margin: 15px 0 15px 10px;
	font-size: 1.1em;
	font-weight: bold;
}

#content p {
	margin: 10px 0 0 10px ;
	line-height: 1.25em;
}

#content p.callout {
	margin: 20px 10px 10px 35px ;
	line-height: 1.25em;
	font-style: italic;
	font-size: 1.05em;
	color: #666;
}


#content a {
	color: #113443;
	text-decoration:none;
	font-weight:normal;
}

#content a:hover {
	text-decoration:underline;
}

#content ul li {
	list-style: disc;
	margin: 10px 40px 10px 60px;
	line-height: 1.3em;
	color: #666666;
}

#content a.nextSection,
#content input.button {
	display: block;
	background: url("/images/arrow_single.gif") no-repeat left;
	padding-left: 33px;
	font-family: verdana;
	text-decoration: none;
	color: #113443;
	font-size: 1.1em;
	border: none;
	margin-top: 15px;
	font-weight:bold;
}

#content a.nextSection:hover {
	text-decoration: underline;
}

/* offer 
------------------------------------ */

dl.offer {
	margin: 0;
	padding: 0px;
}

dl.offer dt {
	#margin:10px 0px 5px 0px;
	margin:20px 10px 15px 20px;
	font-weight: bold;
	color: #113443;
}

dl.offer dd {
	margin:0px 10px 10px 20px;
	
}

/* faqs 
------------------------------------ */

dl.faqs {
	margin: 0;
	padding: 0px;
}

dl.faqs dt {
	margin:20px 0px 20px 10px;
	font-weight: bold;
	color: #113443;
}

dl.faqs dd {
	margin:15px 15px 15px 35px;
	color: #666;
}

/* challenge
------------------------------------ */

dl.challenge {
	margin: 0 30px 0 20px;
	padding: 0px;
}

dl.challenge dt {
	font-weight: bold;
	color: #113443;
	margin:20px 0px 20px 0px;
}

dl.challenge dd {
	margin:5px 10px 15px 40px;
	background: url(/images/arrow_single_content.gif) no-repeat left;
	padding-left: 25px;
	font-style: italic;
	font-size: 1.05em;
	color: #666;
	width: 380px;
}

div.box {
	margin:10px 0;
	padding: 15px;
	border: 1px dotted #113443;
	color: #113443;
}

#content div.box p {
	margin: 0;
	padding: 0;
}
/* Contact Us 
------------------------------------ */

dl.directoryListing {
	margin: 10px 30px;
	padding: 5px;
	border: 1px solid #113443;
	width: 180px;
	position: absolute;
	right: 0;
}

dl.directoryListing dt {
	font-weight: bold;
	color: #113443;
}

dl.directoryListing dd {
	margin:2px;
}


/* Forms
------------------------------------ */

#content form ul li {
	margin: 3px 0 5px;
	list-style: none;
}

#content fieldset {
	padding: 10px;
	margin: 0 0 0 10px;
}

#content label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
	line-height: 1.5em;
}

#content label_sub {
	font-size: 0.6em;
	color: #999999;
}

#content input.button {
	cursor: pointer;
	position: relative;
	left: 158px;
	top: 5px;
}

#content input,
#content textarea {
	background: #ccc;
	border: 1px solid #113443;
	
}

/* Form Error */

#formError {
	border: 3px solid red;
	margin: 40px 15px 80px;
	padding: 15px;
	font-size: 1.5em;	
}

#formError ul li {
	list-style: disc;
	margin: 5px 40px;
}

.error {
	color: #ff0000;
}

#content ul.error li {
	list-style: disc;
	margin: 5px 40px;
	color: #ff0000;
}


/* Shared Classes
------------------------------------ */

.last {
	border: none !important;
}

/* Self Clearing Floats
----------------------------------------------*/

#header ul:after,
#home_callouts ul:after,
#subNav:after,
#subpage:after {
 	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html #header ul,
* html #home_callouts ul,
* html #subNav,
* html #subpage, {
	height: 1%;
}
