/*
	Style Index

	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #191919;
	background: #f6f6f7 url(/images/body-bg.jpg) repeat-x;
	}

#container {
	width: 896px;
	margin: 0 auto;
	}

#header {
	height: 88px;
	background: url(/images/header.jpg) no-repeat;
}

#nav {
	margin-left: 280px;
	}
#banner {
	background: url(/images/banner.jpg) no-repeat;
	height: 238px;
	}

#content-container {
	background: url(/images/content-bg.jpg) repeat-y;
	padding: 10px 23px
	}

#sidebar {
	width: 255px;
	float: right;
	}

#main-content {
	width: 570px;
	}

#footer {
	clear: left;
	background: url(/images/footer-bg.jpg) no-repeat;
	padding-top: 30px;
	}

/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/


/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/
.sidebar_box {
	padding: 8px;
	}
.sidebar_box h1 {
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 1px solid #b1d349;
	}
.sidebar_box p {
	font-size: 12px;
	padding: 10px;
	}
.darkgreen {
	color: #fff;
	background: #757a63 url(/images/logo-dark-green.gif) no-repeat bottom right;
	}
.green {
	margin-top: 10px;
	padding-bottom: 30px;
	color: #fff;
	background: #b1d349 url(/images/logo-green.gif) no-repeat bottom right;
	}
.green h1 {
	border-bottom: 1px solid #d9ed98;
	}
.green p {
	padding: 0;
	padding-top: 20px;
	padding-left: 10px;
	margin: 0;
	}
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

#main-content a,
#main-content a:link,
#main-content a:visited {
	color: #b1d349;
	font-weight: bold;
	}

#main-content a:hover,
#main-content a:active {
	color: #ca3c76;
	font-weight: bold;
	text-decoration: underline;
	}

#main-content h1 {
	color: #757a63;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	}

#main-content h2 {
	color: #b1d349;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0;
	}

#main-content h3 {
	color: #b1d349;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0;
	}


#main-content h4 {
	color: #b1d349;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
	}

#main-content p {
	margin: 8px 0;
	line-height: 16px;
	}

#main-content blockquote {
	border: 1px solid #b1d349;
	padding: 5px 10px;
	margin: 10px 20px;
	text-align: center;
	color: #79a20a;
	background-color: #e1edc1;
	}

#main-content blockquote p {

}

#main-content blockquote h2 {
	color: #79a20a;
	}

#main-content ul {
	margin-left: 20px;
	}

#main-content ul li {
	background: url(/images/list-item.gif) no-repeat center left;
	line-height: 22px;
	padding-left: 24px;
	}

#main-content ol {

	}

#main-content ol li {

	}

#main-content img {
	border: 1px solid #cccec5;
	margin: 5px;
	padding: 2px;
	}


/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/
#footer {
	text-align: center;
	color: #757a63;
	}

#footer p {
	margin-bottom: 10px;
	}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
	color: #757a63;
	}

#footer a:hover {
	color: #ca3c76;
	}
/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */






