/*
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/logo-gray.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 { visibility:hidden; }
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(../images/logo-gray.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* 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.feature {
	overflow: hidden;
	background: url(../images/feature-gray-corner.gif) no-repeat 100% 100% #ebebeb;
	padding: 10px 0 10px 9px;
}
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 { visibility:hidden; }

/* Buttons */
a.btn { visibility:hidden; }
a.btn:link, a.btn:visited { visibility:hidden; }

/* Web Driven Logo */
a.webdriven {
	margin: 20px 20px 0 0;
	float: right;
	display: inline;
}
/* @end */

/* @group Nav */
div#nav { visibility:hidden; }
div#nav ul { visibility:hidden; }
div#nav ul li { visibility:hidden; }
div#nav ul li a { visibility:hidden; }
div#nav ul li a:link, div#nav ul li a:visited { visibility:hidden; }
div#nav ul li a span { visibility:hidden; }
div#nav ul li:hover a, div#nav ul li.sfhover a { visibility:hidden; }
div#nav ul li:hover a span, div#nav ul li.sfhover a span { visibility:hidden; }
div#nav ul li a.active { visibility:hidden; }
div#nav ul li a.active span { visibility:hidden; }
/* Nav Drop Down */
div#nav ul ul { visibility:hidden; }
div#nav ul li ul { visibility:hidden; }
div#nav ul li ul li { visibility:hidden; }
div#nav ul li ul li a { visibility:hidden; }
div#nav ul li:hover ul, div#nav ul li.sfhover ul { visibility:hidden; }
div#nav ul li ul a:hover { visibility:hidden; }

/* @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 */
