/* 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: 40px;
	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;
}



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

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



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

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

}

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


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

#content h1 {
	font-family: arial,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #3A2213;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

#content h2 {
	font-family: Century Gothic,Arial,Sans-Serif;
	margin: 10px 0 15px 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #113443;

}

#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;
}



/* 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 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%;
}
