/*
Company:	OrgOvation
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #fff;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	height: 146px;
	background: url(../images/hd-bkg.gif) no-repeat 50% 0;
}
div#hd-inner {
	width: 985px;
	height: 146px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/orgovation-logo.gif) no-repeat 0 0;
}

/* Body */
div#bd {
	background: url(../images/bd-bkg.gif) repeat-x 0 0;
}
div#bd-inner {
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-bkg.gif) no-repeat 0 0;
}

/* Footer */
div#ft {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 132px;
}
body.inside div#ft {
	width: 700px;
	padding: 0 142px;
}
div#ft ul {
	margin: 0;
	padding: 0;
	width: 720px;
	float: left;
	display: inline;
}
body.inside div#ft ul {
	width: 700px;
}
div#ft ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#ft ul li a {
	padding: 0 25px 0 0;
	font-weight: bold;
	font-size: 93%;
}
div#ft ul li a:link, div#ft ul li a:visited {
	color: #000;
	text-decoration: none;
}
div#ft ul li a:hover {
	text-decoration: underline;
}
div#ft p.copyright {
	clear: both;
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 85%;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 210px;
	height: 146px;
	background: url(../orgovation/images/logo) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

img#print-logo {
	display: none;
}

/* Content */
div.content {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 15px 15px 15px;
	overflow: hidden;
}
body.inside div.content {
	width: 700px;
	padding: 25px 25px 15px 25px;
}


/* Feature */
div#feature1 { width:710px; position: absolute; }
div#feature2 { width:710px; position: absolute; }
div#feature3 { width:710px; position: absolute; }
div#feature4 { width:710px; position: absolute; }
div#feature5 { width:710px; position: absolute; }
div#feature6 { width:710px; position: absolute; }

div.feature {
	overflow: hidden;
	background: url(../images/feature-gray-corner.gif) no-repeat 100% 100% #ebebeb;
	padding: 10px 0 10px 9px;
	position: relative;
	height: 185px;
}
div.feature .pic {
	float: left;
	display: inline;
}
div.feature div.right-col {
	width: 432px;
	float: right;
	display: inline;
}
div.feature h2 {
	background: url(../images/feature-title-bkg.gif) repeat-y 100% 0;
	padding: 3px 0 3px 20px;
	margin: 3px 0 10px 0;
	color: #0a0a0a;
	font-size: 116%;
}
div.feature h1 {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	color: #009b15;
	font-size: 138.5%;
}
div.feature p {
	font-size: 93%;
	line-height: 150%;
	margin: 0 0 10px 0;
	padding-left: 20px;
}
div.feature p.pager {
	font-size: 85%;
	color: #009b15;
}
div.feature p.pager a {
	padding: 1px 2px;
}
div.feature p.pager span {
	padding: 0 10px 0 0;
}

/* Cols */
div.cols {
	padding: 20px 0;
}
div.col {
	width: 180px;
	margin: 0 85px 0 0;
	float: left;
	display: inline;
}
div.col-last {
	margin-right: 0;
}
div.col h3 {
	margin: 0 0 10px 0;
	font-size: 93%;
	color: #009b15;
}
div.col p {
	font-size: 93%;
	line-height: 150%;
}

/* Breadcrumb */
p.bc {
	padding: 0 0 40px 0;
	background: url(../images/bc-btm.gif) no-repeat 0 100%;
	font-size: 85%!important;
}

/* Buttons */
a.btn {
	background: url(../images/green-btn.gif) repeat-x 0 0;
	padding: 5px 10px;
	font-size: 85%;
	margin-right: 5px;
}
a.btn:link, a.btn:visited {
	color: #fff;
	text-decoration: none;
}

/* Web Driven Logo */
a.webdriven {
	margin: 20px 20px 0 0;
	float: right;
	display: inline;
}
/* @end */

/* @group Nav */
div#nav {
	width: 720px;
	margin: 98px 0 0 0;
	float: left;
	display: inline;
}
div#nav ul {
	margin: 0 0 0 30px;
	padding: 0;
}
div#nav ul li {
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	background: url(../images/nav-rollover-right.gif) no-repeat 100% 0;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a span {
	display: block;
	line-height: 36px;
	padding: 0 10px 12px 10px;
	background: url(../images/nav-rollover-left.gif) no-repeat 0 0;
}
div#nav ul li:hover a, div#nav ul li.sfhover a {
	background-position: 100% -48px;
}
div#nav ul li:hover a span, div#nav ul li.sfhover a span {
	background-position: 0 -48px;
}
div#nav ul li a.active {
	background-position: 100% -48px;
}
div#nav ul li a.active span {
	background-position: 0 -48px;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #3db80c;
	width: 205px;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-bottom: 5px;
	z-index: 1;
}
div#nav ul li ul li {
	background-image: none;
	height: 22px;
	float: none;
}
div#nav ul li ul li a {
   text-align: left;
   line-height: 22px;
   padding: 0 10px;
   margin: 0;
   font-size: 93%;
   display: block;
   font-weight: normal;
   white-space: nowrap; /* Removed this line July 23, 2008 */
   background-image: none!important; /* Removed this line July 23, 2008 */
   /*background: url(../images/nav-bullet.gif) no-repeat 3px 8px!important;*/ /* Added this line July 23, 2008 */
   }
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
   background-color: #349f27!important; /* Changed this line July
   23, 2008 */
   }

/* @end */

/* @group Default Headings */
body.inside div.content h1 {
	font-size: 182%;
	color: #009b15;
	margin: 10px 0 20px 0;
	padding: 0 0 20px 0;
	background: url(../images/hd-border.gif) repeat-x 0 100%;
}
body.inside div.content h2 {
	font-size: 138.5%;
	color: #000;
	margin: 10px 0 20px 0;
	font-weight: normal;
}
/* @end */

/* @group Common Text Styles */
body.inside div.content p {
	font-size: 108%;
	line-height: 150%;
	margin: 0 0 15px 0;
}	
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #009b15;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* @end */

table, td, tr { border:none; }



/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
