/*

	Presto main stylesheet

*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a img {
	border: 0;
}

body {
	background: #D3E5CE url('../images/wrapper/body-bg.jpg') 0 0 repeat-x;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	font-size: 13px;
}

table tr td {
	font-size: 13px;
	vertical-align: top;
}

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

.clearit { 
    min-height: 0; 
    height: 0; 
}

html>body .clearit { 
    height: auto; 
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

/* =Branding
--------------------------------------------------------------------------------------------------- */
#branding  {
	min-height: 82px;
	height: auto !important;
	height: 82px;
	padding-top: 42px;
}

#branding #logo {
	display: block;
	float: left;
	width: 190px;
	height: 49px;
	padding-left: 43px;
}

/* =Layout Homepage
---------------------------------------------------------------------------------------------------- */
#main-content #content #home-page-feature {
	margin: 32px 0 24px 0;
}

#slogan {
	margin: 0 0 30px 0;
	padding-top: 40px;
}

ul.home {
	margin-bottom: 10px;
}

ul.home li {
	background: url('../images/wrapper/home-list-bullet.gif') 0 3px no-repeat;
	padding: 0 0 10px 22px;
}

ul.home li strong {
	color: #088b44;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper-btm {
	background: url('../images/wrapper/wrapper-border-btm.jpg') 0 100% no-repeat;
	width: 1006px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#wrapper {
	/*background: url('../images/wrapper/wrapper-bg.jpg') 0 0 repeat-y;*/
	width: 1006px;
	margin: 0 auto;
}

#wrapper-inner {
	background: url('../images/wrapper/wrapper-border-top.jpg') 0 0 no-repeat;
	width: 980px;
	margin: 0 auto;
}

#main-content {
	background: url('../images/wrapper/main-content-bg.jpg') 0 100% no-repeat;
	min-height: 650px;
	height: auto !important;
	height: 650px;
}

#main-content-bg {
	background: url('../images/wrapper/main-content-bg-repeat.jpg') 0 0 repeat-y;
}

#main-content-top {
	background: url('../images/wrapper/main-content-top.jpg') 0 0 no-repeat;
}

#main-content #left-col {
	float: left; 
	width: 694px;
}

#main-content #right-col {
	float: left;
	width: 298px;
	padding-left: 2px;
	padding-top: 68px;
}

#main-content #content {
	padding: 0 20px 20px 43px;
	color: #333333;
}

#main-content #content #page-feature {
	background: url('../images/wrapper/page-feature-bg.gif') 0 0 no-repeat;
	width: 624px;
	height: 129px;
	margin-bottom: 30px;
}

#main-content #content #page-feature #page-feature-items {
	padding: 45px 0 0 137px;
} 

#main-content #content #page-feature p {
	color: #201e1d;
	font-size: 19px;
	margin: 0 0 16px 0 !important;
}

#main-content #content #page-feature p.green {
	color: #008a45;
}

/* =Breadcrumb
---------------------------------------------------------------------------------------------------- */
#breadcrumb {
	font-size: 11px;
	color: #000000;
	padding: 23px 0 16px 0;
}

#breadcrumb a {
	font-size: 11px;
	color: #008a44;
}

#breadcrumb a:hover {
	color: #333333;
}

/* =Sidebar / Suc content
--------------------------------------------------------------------------------------------------- */
.sub-content-btn {
	display: block;
	margin-bottom: 21px;
}

.social-btns-block {
	background: url('../images/wrapper/scial-btns-block-bg.gif') 0 0 no-repeat;
	width: 280px;
	height: 169px;
	padding: 34px 0 0 0;
}

.social-btns-block h3 {
	margin: 0 !important;
	padding: 0 0 16px 59px;
}

.social-btns-block h3 img {
	display: block;	
}

.social-btns-block ul {
	padding-left: 72px;
}

.social-btns-block ul li {
	float: left;
	padding-right: 10px;
}

.social-btns-block ul li a {
	display: block;
	float: left;
}

#related-links {
	background: url('../images/wrapper/related-links-btm.jpg') 0 100% no-repeat;
	width: 270px;
	margin: 25px 0 10px 0;
	padding-bottom: 16px;
}

#related-links #related-links-items {
	background: url('../images/wrapper/related-links-bg-repeat.gif') 0 0 repeat-y;
}

#related-links ul {
	background: url('../images/wrapper/related-links-bg.gif') 0 0 no-repeat;
}

#related-links ul li {
	background: url('../images/wrapper/related-links-divider.gif') 0 100% no-repeat;
	padding: 12px 0 12px 32px;
}

#related-links ul li a {
	color: #008b44;
	text-decoration: none;
}

#related-links ul li a:hover {
	color: #000;
}

/* =Main nav
---------------------------------------------------------------------------------------------------- */ 
#main-nav {
	background: url('../images/wrapper/main-nav-bg.jpg') 0 0 no-repeat;
	float: right;
	width: 730px;
	height: 43px;
	padding-right: 10px;
}	

#main-nav ul li {
	float: left;
}

#main-nav ul li a, #main-nav ul li a img {
	display: block;
	float: left;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	width: 980px;
	color: #000000;
	font-size: 11px;
	margin: 0 auto;
	padding: 17px 0 20px 43px;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:focus {
	outline: none;
	color: #008a44;
}

a:hover {
	outline: none;
	color: #333333;
}

/* =lists
--------------------------------------------------------------------------------------------------- */

/* =Typography
---------------------------------------------------------------------------------------------------- */
#left-col #content p {
	line-height: 17px;
	margin: 0 0 17px 0;
}

#left-col #content h1 {
	color: #008a45;
	font-size: 22px;
	margin: 16px 0 12px 0;
}

#left-col #content h2 {
	font-size: 16px;
	color: #666666;
	margin: 0 0 8px 0;
}

#right-col h3 {
	color: #898989;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 32px;
}

#left-col #content ul {
	margin: 0 0 17px 26px;
}

#left-col #content ul li {
	list-style-type: square;
}

#left-col #content ol {
	margin: 0 0 17px 32px;
}



/* =Forms
---------------------------------------------------------------------------------------------------- */
 
