/* Start of CMSMS style sheet 'ConAll_stylesheet' */
/* Table of Contents:
	HTML Elements
	Page Structure
	Container Specifics
	Typography
	Home
*/


/* HTML Elements
----------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
html, body {
	height: 100%;
}
body {
	background: #fff url(uploads/images/gradient_background.jpg) repeat-x left top;
	font: 11px/165% Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
}
img, img a {
	border: none;
}
#mainContent a, #mainContent a:link, #mainContent a:visited {
	color:#000000;
	text-decoration: none;
}
#mainContent_onecol a, #mainContent_onecol a:link, #mainContent_onecol a:visited {
	color:#000000;
	text-decoration: none;
}
#mainContent a:hover, #mainContent a:active {
	color: #8CC63F;
}
#mainContent_onecol a:hover, #mainContent_onecol a:active {
	color: #8CC63F;
}
.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0px;
}
.fltrt {
	float: right;
	margin-left: 15px;
}
.fltlft {
	float: left;
	margin: 0 20px 40px 0;
}
.rghtmrgn {
	margin: 0 30px 0 0;
}

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

#wrapper {
	background: url(uploads/images/wrapper_background.gif) no-repeat center top;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -170px auto; /* the bottom margin is the negative value of the footer's height */
	padding: 0;
	text-align: left;
	width: 100%;
}
#page {
	margin: 0 auto;
	text-align: left;
	width: 870px;
}
#container {
	margin: 0 0 30px 0;
	padding: 0 25px;
}
#header {
	margin: 0;
	padding: 50px 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#home_logo {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#home_slogan {
	margin: 0 0 0 250px;
	padding: 0 30px 45px 0; 
}
#secondary_header {
	margin: 0;
	padding: 50px 0 43px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#secondary_logo {
	float: left; /* since this element is floated, a width must be given */
	padding:0;
	margin:0;
}
#secondary_top_nav { 
	margin: 0 0 0 235px; 
	padding: 0; 
}
#body_container {
	padding: 0 75px 0 30px;
}
#secondary_body_container {
	background:url(uploads/images/hr.gif) no-repeat top center;
	margin:0;
	padding: 43px 30px 0 30px;
}
#picture_container {
	float:left;
	width:430px;
	background: #5e5d5d;
	padding: 10px;
}
#title {
	margin: 0;
	padding: 50px 0 0 30px;
	position: absolute;
}
#search {
	float: right; /* since this element is floated, a width must be given */
	height:30px;
	margin: 0;
	padding:0;
	text-align:right;
	width: 200px; 
}
#footer-wrapper, .push {
	height: 170px; /* .push must be the same height as .footer */
	overflow: hidden;
}
#footer-wrapper {
	background: url(uploads/images/footer_background_sm.gif) repeat-x;	
}
#footer {
	background: url(uploads/images/footer_background.gif) no-repeat;
	margin: 0 auto;
	padding: 60px 0 0 100px;
	text-align:left;
	width: 870px;
}
#footer_quote {
	float: left; 
	width: 360px; 
	font:normal 16px/26px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height: 110px;
}
#footer_search {
	margin: 0 0 0 468px; 
	padding:50px 0 0 0;
}
#footer_nav {
	margin: 0 220px 0 0;
	padding: 5px 0 0 0;
	text-align:right;
}
#footer_nav a {
	color:#8CC63F;
	font:bold 9px Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:0 4px 0 0;
}
#sidenav {
	background: #fff;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	width: 220px;
}
#mainContent {
	margin: 0 226px 0 190px; 
	padding: 0 0 0 25px; 
	text-align:left;
}
.who #mainContent, .who #mainContent_onecol {
	background:url(uploads/images/who_section_marker.gif) no-repeat top left;
}
.what #mainContent, .what #mainContent_onecol {
	background:url(uploads/images/what_section_marker.gif) no-repeat top left;
}
.how #mainContent, .how #mainContent_onecol {
	background:url(uploads/images/how_section_marker.gif) no-repeat top left;
}
.contact #mainContent, .contact #mainContent_onecol {
	background:url(uploads/images/contact_section_marker.gif) no-repeat top left;
}
#mainContent_onecol {
	margin: 0 0 0 190px; 
	padding: 0 0 0 25px; 
	text-align:left;
}
#breadcrumbs {
	border-bottom: 1px solid #ddd;
	color: #aaa;
	font-size: 11px;
	margin: 15px 0;
	padding: 2px 0 2px 0;
}

/* Sidebars
----------------------------------------------------- */

#sidebar_float {
	background: #fff;
	float: right;
	margin: 0;
	padding: 0;
	width: 250px;
}
#sidebar_float_content {
	background: #eee;
	border-left: 1px solid #ddd;
	margin: 0 0 0 30px;
	padding: 5px 10px 5px 15px;
}
#sidebar_float a, #sidebar_float a:link, #sidebar_float a:visited {
	color: #A56F38;
	text-decoration: none;
}
#sidebar_float a:hover, #sidebar_float a:active {
	background: #fff;
	color: #000;
	border-bottom: 1px dotted #000;
}

.sidebarfull #mainContent {
	margin: 15px 280px 0 250px !important;
}
#sidebar_full {
	background: #fff;
	float: right;
	margin: 15px 0 0 0;
	padding: 0;
	width: 250px;
}
#sidebar_full_content {
	background: #eee;
	margin: 0;
	padding: 10px 15px 10px 20px;
}
#quote_wrapper {
	float: right; /* since this element is floated, a width must be given */
	width: 206px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#quote_sidebar {
	padding:20px 20px 20px 20px; /* padding keeps the content of the div away from the edges */
	color:#FFFFFF;
	background:#7d7d7d;
}
#sidebar_full a, #sidebar_full a:link, #sidebar_full a:visited {
	color: #8CC63F;
	text-decoration: none;
}
#sidebar_full a:hover, #sidebar_full a:active {
	color: #8CC63F;
}

/* Container Specifics
----------------------------------------------------- */

#header h1 a {
	color:#000000;
	font: bold 16px/19px Arial, Helvetica, sans-serif;
	margin: 0;
	text-decoration: none;
}
#header h1 a:hover {
	color:8CC63F;
	background: none;
	border: none;
}
#home_slogan p {
	padding: 0;
	margin: 0;
	font: bold 16px/19px Arial, Helvetica, sans-serif;
	color:#4D4D4D;
}
#search form {
	padding: 0;
}
#searchinput {
	margin: 0;
	padding: 0;
}
#search form input {
	background: #fff;
	border: 1px solid #cfcfcf;		
	color: #888;
	font-size: 11px;
	height: 21px;
	margin: 0;
	padding: 7px 0 0 5px;
	vertical-align: middle;
	width: 138px;
}
#search form input.submit {
	background: #cfcfcf;
	color: #fff;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 50px;
}
#breadcrumbs span.lastitem {
	color: #663333;
	font-weight: bold;
}

/* Typography
----------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font: bold 100%/110% Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 15px 0 5px 0;
	margin: 0;
}
h1 {
	font-size: 18px;	
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0 0 10px 0;
}
h2 {
	color: #000000;	
	font-size: 16px;
	font-weight: normal;
	padding: 15px 0 5px 0;
}
h3 {
	color: #000000;	
	font-size: 13px;	
	font-weight: normal;
	padding: 0 0 5px 0;		
}
h4 {
	font-size: 18px;	
	font-weight: normal;	
}
h5 {
	font-size: 16px;	
	font-weight: normal;	
}
h6 {
	font-size: 11px;	
	font-weight: normal;
	padding: 0 0 5px 0;		
	
}
p { 
	margin: 0; 
	padding: 0 0 10px 0;
}
ul, ol {
	margin: 0 0 0 20px; 
	padding: 0 0 10px 0;
}
li {
	padding: 0 0 3px 0;
}


/* End of 'ConAll_stylesheet' */

