/* @override 
	http://innova.itchaway.net/style/style.css
	http://newsite.innovainc.com/style/style.css
	http://innovainc.com/style/style.css
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

body {
	background-color: #236626;
	color: #2a2f2f;
}

#wrapper {
	width: 800px;
	display: block;
	overflow: hidden;
	margin: 10px auto 0 auto;
	background-color: #fff;
	padding: 0;
}

#header {
	width: 800px;
	height: 90px;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#header, #content {
	font-family: "Times New Roman", Times, Georgia, serif;
}

p, li {
	line-height: 140%;
	letter-spacing: 0;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header h1.logotext {
	display: none;
}

#header a.logo {
	float: left;
	width: 330px;
	height: 90px;
}

#header h2.phone {
	float: right;
	height: 40px;
	width: 300px;
	white-space: nowrap;
	text-align: right;
	margin: 35px 50px auto auto;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}
#header h2.phone strong {
	font-size: 22px;
	color: #236626;
	margin-left: 5px;
	position: relative;
	top: 2px;
	font-weight: bold;
}

#mid_banner {
	display: block;
	width: 766px;
	overflow: hidden;
	height: 150px;
	margin: 0 auto;
}

#mid_banner #mid_pic {
	float: left;
	width: 320px;
	height: 150px;
}

#mid_caption {
	float: right;
	width: 440px;
	height: 150px;
	margin: 0;
	padding: 0;
}

#mid_caption a {
	float: right;
	width: 440px;
	height: 150px;
	text-indent: -99999px;
	text-align: left;
	background: url(images/slogan.jpg) no-repeat 0 0;
}

#mid_caption p {
	text-align: left;
	height: 0;
	text-indent: -99999px;
}

#navigation {
	display: block;
	overflow: hidden;
	width: 766px;
	height: 40px;
	margin: 6px auto 0 auto;
	background-color: #2a2f2f;
}

#navigation ul {
	display: block;
	height: 40px;
	overflow: visible;
	width: 700px;
	margin: 0 auto;
}

#navigation ul li {
	font-family: "Times New Roman", Times, Georgia, serif;
	display: inline;
}

#navigation ul li a {
	float: left;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	margin: 11px 12px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}

#navigation ul li a:hover, .home #navigation ul li a.nav_home, .about #navigation ul li a.nav_about, .services #navigation ul li a.nav_services, .contact #navigation ul li a.nav_contact, .services #navigation ul li a.nav_services, .articles #navigation ul li a.nav_articles, .article #navigation ul li a.nav_articles {
	color: #4b903c;
}

#navigation ul li a.nav_home {
	margin-left: 0;
}

#navigation ul li a.nav_contact {
	margin-right: 0;
}

.divider {
	width: 100%;
	height: 1px;
	display: block;
	background-color: #236626;
	margin: 25px auto 25px auto;
	overflow: hidden;
}

.home .divider {
	margin: 15px auto 5px auto;
}

#content {
	display: block;
	overflow: hidden;
	width: 700px;
	padding: 0 0 20px 0;
	margin: 0 auto;
}

#content p {
	margin-bottom: 10px;
	padding-left: 2px;
}

#content a {
	color: #236626;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content h2 {
	display: block;
	overflow: hidden;
	color: #236626;
	margin: 15px 0 0.3em 0;
	font: normal normal 22px "Times New Roman", Times, Georgia, serif;
}

#content_full, #bottom_content {
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0 0 0 10px;
}

#left_content {
	width: 300px;
	padding: 0;
	float: left;
}

/*.home #right_content {
	padding-left: 5px;
	border-left: 1px solid #8ccf97;
}*/

#right_content {
	width: 365px;
	padding: 0;
	float: right;
}

.article #left_content {
	width: 325px;
	padding-right: 20px;
	border-right: 1px solid #236626;
}

.article #right_content {
	width: 330px;
	padding-left: 20px;
}

.home #content_full ul#fp_listone, .home #content_full ul#fp_listtwo {
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

.home #content_full ul#fp_listone {
	width: 37em;
}

.home #content_full ul#fp_listtwo {
	width: 25em;
}

.home #content_full ul#fp_listone li, .home #content_full ul#fp_listtwo li {
	float: left;
	clear: none;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.home #content_full p {
	clear: both;
}

.home #content_full p.read_more {
	margin-top: 10px;
}

#content p.article_desc {
	display: block;
	overflow: hidden;
	margin: 15px 0;
}

#left_content p, #left_content ul, #left_content h2, #left_content h3 {
	margin-left: 10px;
}

#content #pg_title h2 {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0;
}

#content ul, #content ol {
	margin-bottom: 10px;
}

#content ol {
	margin-left: 20px;
}

#content ul li, #content ol li {
	margin-left: 25px;
	clear: both;
	line-height: 150%;
}

#content ul li {
	list-style-image: url(images/green-bullet3.gif);
}

#content ol li {
	list-style-type: decimal;
}

#left_content ul.issue_list li, p.mainbullet {
	font-weight: bold;
}

#content p.mainbullet {
	margin: 0;
	margin-left: 0;
	padding-left: 25px;
	background: url(images/grn-rt-arrow.gif) no-repeat 9px 1px;
	line-height: 150%;
}

#footer {
	display: block;
	overflow: hidden;
	width: 770px;
	margin: 0 auto;
	padding: 5px 15px;
}

#footer #co_copyright {
	float: left;
	width: 50%;
	text-align: left;
}

#footer #sitebycm {
	float: right;
	width: 50%;
	text-align: right;
}

#footer p, #footer a {
	color: #fff;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#content p.dl_link a, #content a.read_more, #content a.dl_link {
	color: #236626;
	text-decoration: none;
}

#content p.dl_link a:hover {
	text-decoration: underline;
}

#content a.read_more, #content p.dl_link, #content a.dl_link {
	font: italic bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content a.read_more {
	padding-left: 5px;
}

#content p.dl_link, #content a.dl_link {
	background: url(images/grn-rt-arrow.gif) no-repeat 0 -1px;
	height: 20px;
	padding-left: 20px;
}

#content .fp_box {
	background: url(images/fp_box.gif) no-repeat 0 0;
	float: right;
	overflow: visible;
	width: 280px;
	height: 200px;
	padding: 10px;
	margin: 0 40px 0 -5px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #2a2f2f;
}

#content #right_content div.fp_box .fp_box_txt {
	float: left;
	clear: right;
}

#content #right_content div.fp_box .fp_box_txt p {
	font-size: 11px;
	line-height: 120%;
	margin: 0;
}

#right_content div#products.fp_box .fp_box_txt {
	width: 110px;
}
#right_content div#products.fp_box .fp_box_txt p {
	margin-left: 0;
	margin-top: 5px;
}
#right_content div#products.fp_box .fp_box_img {
	width: 165px;
}


#right_content div#newsletter.fp_box .fp_box_txt {
	width: 150px;
	margin-top: 15px;
}
#right_content div#newsletter.fp_box .fp_box_img {
	width: 105px;
	margin-left: 10px;
}

a.shop_now, a.sign_up_now {
	float: right;
	clear: right;
	text-align: left;
	text-indent: -99999px;
	width: 80px;
	height: 24px;
	margin: 5px 0 0 0;
}

#content div.fp_box h3 {
	display: block;
	height: 24px;
	padding: 15px 10px 10px 10px;
	width: 195px;
	margin: 10px 0 2px -2px;
	background: url(../images/covers/box_header.gif) 0 0;
	color: #fff;
	font: normal normal 16px "Times New Roman", Times, Georgia, serif;
}

a.shop_now {
	background-image: url(../images/covers/shop_now.gif);
}

a.sign_up_now {
	background-image: url(../images/covers/sign_up_now.gif);
}

.fp_box .fp_box_img {
	float: left;
}

#content h3 {
	color: #236626;
	font-weight: normal;
	font-style: normal;
}

#content h3.issue_title {
	font-weight: bold;
}

.home #content #left_content h3.issue_title, #content h4, #content h3.issue_author {
	font-size: 16px;
	margin-bottom: 5px;
	color: #2a2f2f;
}

.home #content #left_content p, .home #content #left_content ul.issue_list li {
	font: 14px/125% "Times New Roman", Times, Georgia, serif;
}

.home #content #left_content ul.issue_list li {
	line-height: 200%;
}

.home #content #left_content h3.issue_title {
	margin-top: 15px;
}

.home #content #left_content p.dl_link {
	margin-bottom: 0;
}

.home #content #left_content .fp_feature {
	margin-top: 35px;
	margin-bottom: 35px;
}

#content h4 {
	font-weight: bold;
}

#content h3.issue_author {
	font: italic bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 5px;
	padding-left: 2px;
}

.article #content #pg_title h2 {
	margin-bottom: 0;
}

.article #content h3.issue_author {
	margin-bottom: 20px;
}

img.flowingimageleft {
	float: left;
	margin-bottom: 0.5em;
	margin-right: 1em;
	margin-top: 0.3em;
	margin-left: 0.4em;
}

/* ISSUES LIST FORMATTING */

#content ul.issue_list li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
}

.newsletter #content ul.issue_list {
	margin: 30px 30px 0 30px;
}

.newsletter #content ul.issue_list li {
	margin-bottom: 10px;
}

#content ul.issue_list li a {
	color: #000;
	text-decoration: none;
	list-style-type: none;
	padding-left: 15px;
	background: url(images/green-bullet3.gif) no-repeat 0 5px;
	font-weight: bold;
}

#content ul.issue_list li a:hover {
	background: url(images/grn-rt-arrow.gif) no-repeat -1px;
}

/* NEWSLETTER FORM STYLING */

body.newsletter #contact_form p, body.contact #contact_form p {
	margin: 20px 0 5px 0;
}

body.newsletter #contact_form p, body.newsletter #contact_form form input, body.contact #contact_form p, body.contact #contact_form form input {
	display: block;
	overflow: hidden;
}

#contact_form_fields input, #contact_form_fields textarea {
	border: 1px solid #236626;
}
#contact_form_fields input {
	height: 20px;
	padding-left: 5px;
}

body.newsletter #contact_form form input#subbtn {
	width: 100px;
	margin: 10px 0 0 5px;
}

body.contact #contact_form form input#subbtn {
	width: 70px;
	margin: 10px 0 0 5px;
}

body.contact #content_full p.contact_address {
	margin-left: 20px;
	line-height: 160%;
}

/* FOOTER NAVIGATION STYLING */

#footer_divider.divider {
	margin-bottom: 0;
}

#footernav {
	text-align: center;
	display: block;
	overflow: hidden;
	margin: 0 25px;
	padding: 5px;
}
#footernav ul.footer_list {
	display: block;
	overflow: hidden;
}

#footernav ul.footer_list li {
	display: inline;
	text-align: center;
	border-right: 1px solid #333;
	margin: 5px 0;
	padding: 0 5px;
	font: 13px/170% "Times New Roman", Times, Georgia, serif;
}

#footernav ul.footer_list li.last_item {
	border-right: none;
}

#footernav ul.footer_list li a {
	color: #000;
	text-decoration: none;
}

#footernav ul.footer_list li a:hover {
	color: #236626;
	text-decoration: underline;
}

.newname {
	font-weight: bold;
	font-style: italic;
}

p.quote, p.quote_author {
	margin-left: 30px;
	margin-right: 30px;
}

p.quote_author {
	font-style: italic;
}

#pg_title.twocol h2 {
	width: 300px;
	float: left;
}

#pg_title.twocol h2.leftcol {
	
}

#pg_title.twocol h2.rightcol {
	margin-left: 55px;
}

#left_content h4.leftcol {
	margin-left: 12px;
}

.article.daybrighteners h2 {
	text-align: center;
}

.article.daybrighteners p {
	text-indent: 2em;
}

.article.daybrighteners p.blackheader {
	text-indent: 0;
}

.ideainc p {
	text-indent: 15px;
	background: url(images/green-bullet3.gif) no-repeat 5px 6px;
}

.ideainc p.blankpara {
	background: none;
}