/* Created by: eCorexperience, Inc.
Date: February 4, 2010
Contact: ecoscolluela at ecorexperience dot com */


/*
 *  Reset element default values.
 */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/*  Site Styles  */


body {
	background-color: #f0f1f2;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68%;
}

a {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

p, p a {
	line-height: 1.5em;
	padding-bottom: 1.5em;
}

#skip a {
	height: 0px;
	width: 0px;
	overflow: hidden;
	position: absolute;
}

/* HEADER STYLES */

#header {
	background-image: url(images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #006a97;
	height: 182px;
}

#headercontent {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}

#meta {
	padding-top: 21px;
	text-align: right;
	width: 850px;
}

#navigation {
	float: right;
	padding-right: 20px;
}

#navigation ul {  
	margin: 0;  
	padding: 0;  
	list-style-type: none;  
}

/* CONTENT STYLES */

#content {
	background-image:url(images/content_background_top.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#innercontent {
	background-image:url(images/content_background_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height: 500px;
}

#contentarea {
	margin-left: auto;
	margin-right: auto;
	width: 868px;
	padding-top: 15px;
}

/* SLIDESHOW STYLES */

#slideshowcontainer {
	padding-left: 15px;
	font-size: .85em;
}

#slideshowcontainer a {
	color: #009cd3;
}
#slideshow { 
	width: 640px;  
	background-color: #fffff;  
}  

#slideshow ul {  
	margin: 0;  
	padding: 0;  
	list-style-type: none;  
	height: 1%; /* IE fix */
}  

#slideshow ul:after {  
	content: ".";  
	clear: both;  
	display: block;  
	height: 0;  
	visibility: hidden;
}

/* SLIDESHOW > SLIDES */

#slideshow .slides {  
	overflow: hidden;  
	width: 637px;
	padding-left: 2px;
}  

#slideshow .slides ul {  
/* total width of all slides */  
	width: 2548px;
}  

#slideshow .slides li {  
	width: 637px;  
	float: left;  
}

/* SLIDESHOW > NAVIGATION */

#slideshow .slides-nav {  
	width: 640px;
	background-color: #f0f1f2;
	padding-left: 2px;
}  

#slideshow .slides-nav li {  
	float: left;
	background-image: url(images/carousel_tab.gif);
	background-repeat: no-repeat;
	width: 160px;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin: 0px;
}  

#slideshow .slides-nav li a {  
	color: #aaaeb2;
}

#slideshow .slides-nav li.on {
	background-image: url(images/carousel_tab-h.gif);
	background-repeat: no-repeat;
}



#slideshow .slides-nav li.on a {
	color: #009cd3;
}

/* HOME CONTENT STYLES */

#homecontent {
	clear: both;
	padding: 25px 15px 50px 15px;
	width: 637px;
}

#homecontent h2 {
	background-color: #abd147;
	font-size: 1.30em;
	padding: .5em;
	color: #ffffff;
	margin-bottom: 1em;
	font-weight: bold;
}

#homecontent h3 {
	font-weight: 1.20em;
	font-weight: bold;
}

/* GENERIC CONTENT STYLES */

#rightcontent {
	float: right;
	width: 250px;
	padding-right: 30px;
	padding-top: 20px;
}

#maincontent {
	padding: 20px 0px 50px 40px;
	width: 500px;
}

#maincontent a, #rightcontent a {
	color: #009cd3;
	text-decoration: underline;
	font-weight: normal;
}

#maincontent h2 {
	color: #009cd3;
	font-size: 2em;
	font-weight: bold;
	padding-bottom: .5em;
}

#maincontent h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: .5em;
}



/* FOOTER STYLES */

#footer {
	clear: both;
	background-image: url(images/footer_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #a1a6a8;
	color: #3b4347;
	height: 69px;
	font-size: .85em;
}

#footer a {
	color: #5d6c78;
	font-weight: bold;
}

#footercontent {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#copyright {
	float: right;
	text-align: right;
}

