/*
	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, verdana, sans-serif;
	color:#3B3B3B;
	padding-bottom:20px;
	background-color: #262626;
	}
	
#container {
	background-color: #fff;
	width:960px;
	margin:0 auto;
	padding: 0 20px;
	}

#feature {
	background-image: url(/images/header-middlebottom.jpg);
	 height: 151px; <!---->
	width: 100%;
	}

#feature .testimonial {
	color: white;
	font-size: 20px;
	padding: 50px 0 0 50px;
	width: 400px;

	}

#feature .testimonial span.signature {
	color: white;
	font-size: 12px;
	line-height: 30px;
	width: 320px;
	}

#nav {
	border-top:1px solid #B3B3B3;
	background-image: url(/images/header-top2.jpg);
	clear: left;	
	<!-- padding:3px; -->
	margin-bottom:10px;
	}

#content-container {
	width:100%;
	padding-bottom:20px;
	}

#sidebar-left {

	}
	
#main-content {
	float:left;
	width:960px;
	}
	
#sidebar-right {
	float:left;
	width:245px;
	text-align:left;
	padding-left: 10px;
	}

#footer {
	width:960px;
	background:#3B3B3B;
	padding:10px;
	color:white;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

#header .logo {
	float: left;
	}

#header form {
	text-align: right;
	width: 350px;
	float: right;
	margin: 40px 0 0 0;
	}

#header form .searchbox {
	border: 1px solid #93bb03;
	line-height: 18px;
	font-size: 16px;
	height: 22px;
	background-color: #d4ea87;
	}

#header form .submitButton {
	border: 1px solid #93bb03;
	height: 24px;
	padding-bottom: 1px;
	line-height: 18px;
	font-size: 12px;
	background-color: #d4ea87;
	font-weight: bold;
	}

/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#sidebar-right img {
	border:1px solid #CACACA;
	padding:3px;
	margin-bottom:10px;
	}

#sidebar-right h1 {
	font-weight: normal;
	font-size: 24px;
	color:#93bb03;
	padding-bottom:5px;
	border-bottom:1px solid #B3B3B3;
	margin-bottom:10px;
	margin-top:10px;
	}
	
#sidebar-right h2 a {
	font-weight: normal;
	font-size: 16px;
	color:#3B3B3B;
	}

#sidebar-right p {
	padding: 10px 0;
	color:#3B3B3B;
	}
	
	
#sidebar-right h3 {
	font-weight: normal;
	font-size: 18px;
	color:#93bb03;
	padding-bottom:5px;
	border-bottom:1px solid #B3B3B3;
	margin-bottom:20px;
	}

#sidebar-right p.read_more_link {
	text-align: right;
	}	

#sidebar-right p.read_more_link a {
	color: #93bb03;
	}

/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

#main-content a,
#main-content a:link,
#main-content a:visited {
	color:#ff0000;
	}

#main-content a:hover {
	color:#3B3B3B;
	text-decoration:underline;
	}


/* secondary link style	  */

#main-content a.a2:link{
	color:#3b3b3b;
	}
#main-content a.a2:visited {
	color:#3b3b3b;
	}

#main-content a.a2:hover {
	color:#3B3B3B;
	text-decoration:underline; 
	cursor:hand;
	}

#main-content h1,#main-content h2,#main-content h3,#main-content h4,#main-content h5,#main-content h6 {
	
	}
	
#main-content h1 {
	font-weight: normal;
	font-size: 24px;
	color:#93bb03;
	padding-bottom:5px;
	border-bottom:1px solid #B3B3B3;
	margin-bottom:10px;
	margin-top:10px;
	}
	
#main-content h2 {
	font-weight: normal;
	font-size: 20px;
	color:#3B3B3B;
	margin-bottom:15px;
	}
	
#main-content h3 {
	font-weight: normal;
	font-size: 16px;
	color:#93bb03;
	padding-bottom:5px;
	border-bottom:1px solid #B3B3B3;
	margin-bottom:20px;
	}
	
#main-content p {
	line-height:1.5;
	margin-bottom:10px;
	}


#main-content img {
	border:none;
	}

#main-content ul {
		margin-bottom:20px;
	}
	
#main-content ul li {
	margin-bottom:10px;
	background:url(/templates/260/images/icon-arrow.gif) left 50% no-repeat;
	padding-left:20px;
	margin-left:20px;
	color: #2C2F2B;
	background-position: top left;
	}

#main-content ol {
	padding-left:15px;
}

#main-content ol li {
	list-style: decimal;
	padding-bottom: 12px;
	margin-left: 20px;
}


#main-content ol ul li {
	list-style: none;
	padding-bottom: 0;
	margin-top: 10px;
}

#main-content ul ul li {
	margin-top: 10px;
}



/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/
#footer {
	border-top:1px solid #B3B3B3;
	clear: both;
	background-color: #fff;
	color: #262626;
	width:960px;
	height: 70px;
	}

#footer #footer-left {
	width: 350px;
	float: left;
	}

#footer #footer-left p span {
	color: #93bb03;
	font-weight: bold;
	}

#footer #footer-left p a,
#footer #footer-left p a:link,
#footer #footer-left p a:visited {
	color:#3B3B3B;
	}

#footer #footer-left p a:hover,
#footer #footer-left p a:active {
	color:#93bb03;
	}

#footer #footer-right {
	width: 350px;
	float: right;
	text-align: right;
	}
#footer #footer-right p a,
#footer #footer-right p a:link,
#footer #footer-right p a:visited {
	color:#3B3B3B;
	}

#footer #footer-right p a:hover,
#footer #footer-right p a:active {
	color:#93bb03;
	}

/* $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 */
	
	



