/* Global Stylesheet */
/* DuroMedia */
/* Developed By: Adam Duro */

/* --------------------------------------- */
/* --( Global Styles )-- */
/* --------------------------------------- */

body {
    font: 62.5%/1.25 Comic Sans Ms;
    font-size: .8em;
    background: #73a534 url('../_img/page_bg.gif') repeat-x top center;
}
a {
    text-decoration: none;
	color: #80b53b;
}
/* self clearing rules */
.selfclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.selfclear { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
.selfclear { display: block; }
/* End hide from IE-mac */

.nodisp {
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* --------------------------------------- */
/* --( Main Container )-- */
/* --------------------------------------- */

#main_container {
    width: 980px;
    margin: 0 auto;
}

/* --------------------------------------- */
/* --( Header )-- */
/* --------------------------------------- */

#header {
    height: 108px;
    background: url('../_img/header_light.jpg') no-repeat top left;
}
#header h1 {
    float: left;
	margin-top: 11px;
	margin-left: 86px;
}
#header h1 a {
    display: block;
    height: 90px;
    width: 269px;
    background: url('../_img/header_logo.png') no-repeat;
    text-indent: -3000px;
}
#header_cta {
    width: 249px;
    float: right;
    background: #82ab37;
    margin-top: 19px;
}


#header_cta h3 a {
    color: #fff;
}

/* --------------------------------------- */
/* --( Navigation )-- */
/* --------------------------------------- */

#nav ul li {
    display: inline;
}
#nav ul li.parent {
    position: relative;
    display: block;
    float: left;
}
#nav ul li a {
    display: block;
    float: left;
    font-size: 1.4em;
    text-transform: uppercase;
    padding: 12px 60px 8px 0;
    color: #518520;
}
#nav ul li a:hover {
    color: #4c5245;
}
#nav ul li ul {
    visibility: hidden; /* Comment This Out to view what dropdown will look like */
    display: block;
    position: absolute;
    top: 42px;
    left: 0;
    width: 200px;
}
#nav ul li ul li a {
    float: none;
    background: transparent url('../_img/50_trans_white.png');
    margin-bottom: 1px;
    padding-left: 15px;
    font-size: 1.1em;
}

/* --------------------------------------- */
/* --( Leaderboard )-- */
/* --------------------------------------- */

#leaderboard {
    height: 176px;
    background: url('../_img/leaderboard_car_tree.jpg') no-repeat 92px 4px; /*92 4*/
    padding-left: 645px; /*498*/
    padding-top: 38px;
    line-height: 1.9em;
}
#leaderboard h3 {
    color: #3e6909;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.5em;
	padding-bottom: 9px;
}
#leaderboard p {
    color: #fff;
    font-size: 2.4em;
}
#leaderboard p span {
    background: #719d32;
    padding: 4px 6px 3px;
}

/* --------------------------------------- */
/* --( Content )-- */
/* --------------------------------------- */

#content_container {
    background: url('../_img/content_bg.gif') repeat-y;
}
#content_container span {
    display: block;
}
#content_container span.b1 {
    background: url('../_img/content_head.gif') no-repeat top;
}
#content_container span.b2 {
    background: url('../_img/content_foot.gif') no-repeat bottom;
    padding: 24px 26px;
}
#content {
    width: 632px;
    float: left;
}
#content h2 {
    font-size: 1.6em;
    margin: 0 0 15px 0;
    font-weight: normal;
    color: #5d8729;
}
#content p {
    margin: 15px 0;
    line-height: 1.8em;
    text-align: justify;
	font-size:15px;
}

#content h3 {
   
	font-size:15px;
}

#content span.sep {
    display: block;
    height: 28px;
    margin: 15px 0;
    background: url('../_img/paragraph_seperator.gif') no-repeat center;
}
#sidebar {
    width: 246px;
    background: url('../_img/news_bg.gif') no-repeat top;
    padding: 13px 12px;
    float: right;
}
#sidebar h3 {
    width: 245px;
    height: 18px;
    color: #fff;
    font-weight: normal;
    font-size: 1.3em;
    background: url('../_img/news_head_bg.jpg') no-repeat;
    text-align: center;
    padding: 11px 0;
    margin: 0 0 12px 0;
}
#sidebar dl dt,
#sidebar dl dd {
    margin: 12px 0;
}
#sidebar dl dd p {
    margin: 10px 0;
}
#sidebar dl dd p.more {
	text-align: right;
}
#coupon {
	padding-left: 40px;
	float: right;
	clear: right;
}

/* --------------------------------------- */
/* --( Footer )-- */
/* --------------------------------------- */

#footer {
    padding: 0 18px;
    color: #d8edb2;
}
#footer p {
    margin: 18px 0;
}
#footer p a {
    color: #d8edb2;
}
#footer p a:hover {
    text-decoration: underline;
}
#footer div.col1 {
    width: 650px;
    float: left;
}
#footer div.col2 {
    width: 250px;
    float: right;
    text-align: right;
}
.indent {
	margin-left: 25px;
	}
* html #header h1 {
	position: relative;
	top: 11px;
	left: -85px;
}
.bodyimg {
	float: right;
	margin-right: 5em;
}
#twtr-profile-widget {
	float: right;
	clear: right;
	margin-top: 1.5em;
	margin-right: 12px;
}
