/**
 * Excedo Dead X'y in 09 Stylesheet
 *
 * @section		screen
 * @author		Jay Benfield (http://jaybenfield.com/)
 * @version		1.0
 * @date		2/20/2009
 * @copyright	(c) 2009 Excedo Solutions, LLC
 * @media		screen
 * @link        http://www.excedosolutions.com/
*/

/** 
 * Reset Styles
 */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, em, font, img, small, 
strike, strong, sub, sup, ol, ul, li,fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

caption {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/** 
 * Layout
 */

body {
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 12px;
	background-color: #eee;
}

#top_section {
	width: 100%;
	height: 116px;
	padding: 0;
	margin: 0;
	background: #c8c8c8;
}

#top_section_left {
	position: absolute;
	width: 255px;
	height: 116px;
	padding: 0;
	margin: 0;
}

#top_section_right {
	float: left;
	width: 685px;
	height: 116px;
	padding: 0;
	margin: 0;
	margin-left: 255px;
	background-image: url('/images/header_background.jpg');
	background-repeat: no-repeat;
}

#navigation {
	width: 100%;
	height: 34px;
	padding: 0;
	margin: 0;
	background-image: url('/images/nav_background_deux.jpg');
	background-repeat: repeat-x;	
}

#mid_section {
	float: left;
	width: 100%;
	height: 194px;
	padding: 0;
	margin: 0;
	background-image: url('/images/midsection_background_repeat.jpg');
	background-repeat: repeat-x;
}

#bottom_section {
	width: 100%;
	padding: 0;
	margin: 0;
	margin: auto;
	background-color: #eee;
	height: 245px;	
	overflow: visible;
}

#bottom_section_content {
	width: 95%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: none;
	background-color: #eee;
}

#bottom_section_content_left {
	float: left;
	width: 30%;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #eee;
}

#bottom_section_content_left_inside {
	float: left;
	width: 70%;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #eee;
}

#bottom_section_content_middle {
	float: left;
	width: 30%;
	margin: 0;
	padding-left: 3%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #eee;
}

#bottom_section_content_right {
	float: left;
	width: 30%;
	padding: 0;
	padding-left: 3%;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #eee;
}

#bottom_section_content_right_inside {
	float: left;
	width: 150px;
	padding: 0;
	padding-left: 5%;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #eee;
}
	
#footer {
	float: left;
	width: 100%;
	min-height: 150px;
	height: 150px;
	height: auto !important;
	padding: 0;
	margin: 0;
	background-color: #ccc;
	border-top: 1px solid #eee;
}

#footer_content {
	width: 95%;
	padding: 0;
	padding-top: 10px;
	margin: auto;
	overflow: none;
}

#footer_content_left {
	float: left;
	width: 30%;
	padding: 0;
}

#footer_content_right {
	float: left;
	width: 30%;
	padding-left: 3%;
	margin: 0;
}

.quotefloat {
	float: right;
	width: 200px;
	padding: 0;
	color: #fff;
	padding-top: 60px;
	padding-right: 150px;
	clear: none;
}

.quotefloat_attrib {
	color: #3c3c3c;
}

/** 
 * Navigation
 */

ul#nav_list {
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 26px;
	padding-right: 0;
	margin: 0;
	white-space: nowrap;
	display: block;
}

ul#nav_list li {
	list-style-type: none;
	display: inline;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-left: 10px;
	color: #fff;
	font-size: 1em;
}

ul#nav_list li.pipe {
	color: #333333;
	font-size: 1em;
	font-weight: thin;
}

ul#nav_list li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: ;
	font-size: 1em;
}

ul#nav_list li a:hover {
	color: #999999;
}

ul#nav_list li a.active {
	color: #999999;
}

#ul#footer_nav_list {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	display: block;
}

ul#footer_nav_list li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: .95em;
}

ul#footer_nav_list li.pipe {
	color: #999;
	font-size: .95em;
	font-weight: thin;
}

ul#footer_nav_list li a {
	color: #fff;
	text-decoration: none;
	font-size: .95em;
	font-weight: normal;
}

ul#footer_nav_list li a:hover {
	color: #999999;
}

ul#footer_nav_list li a.active {
	color: #999;
}

ul#footer_nav_list li a {
	color: #777;
	text-decoration: none;
	font-size: 1em;
}

ul#vertical_nav_list {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	white-space: nowrap;
	display: block;
}

ul#vertical_nav_list li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #000;
	font-size: .95em;
	line-height: 1.65em;
}

ul#vertical_nav_list li a.active {
	color: #999;
}

ul.standard {
	padding-top: 5px;
	padding-bottom: 10px;
}

ul.standard li {
	list-style-type: disc;
	line-height: 1.65em;
	margin-left: 10px;	
}

#bottom_section a {
	color: #901d1b;
	text-decoration: underline;
}

#bottom_section a:hover {
	text-decoration: none;
}

#bottom_section a:visited {
	color: #901d1b;	
}

#footer_content a {
	color: #777;
	text-decoration: none;
	font-size: .95em;
}

#footer_content a:hover {
	text-decoration: underline;
	color: #999;
}

#footer_content a:visited {
	color: #777;	
}

/** 
 * Text
 */

h1 {
	color: #901d1b;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	color: #3c3c3c;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 10px;
}

h2.nopad {
	color: #3c3c3c;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	line-height: 1.5em;
}


p {
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	line-height: 1.65em;
	font-size: .95em;
}

#footer p.copyright {
	color: #777;
	font-size: .95em;
}

strong {
	font-weight: bold;
}

/** 
 * Images
 */

img.heading {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

img.parafloat {
	float: left;
	padding: 0;
	padding-right: 5px;
	padding-bottom: 1px;
	margin: 0;
}

