@import "../css/dualcol-forms-base.css";

*
{
 margin: 0;
 padding: 0;
}

body
{
	background-color: #6d6e72;
}

p, table, ol, ul, blockquote, h2, h3, h4, h5, h6, form
{
 margin: 1em 0 0 0;
}

ul {
	list-style: none;
	margin-left : 1em;
}
ul ul {
	margin-top : 0px;
}

table
{
 border-collapse: collapse;
}


/* page divisions */

#body
{
 width: 990px;
 margin: auto;
 clear: both;
 border: 1px solid #6d6e72;
 background: #fff;
 line-height: 18px;
 background: white url('/images/green-left-back.png') repeat-y;
}

#content
{
 border-top: 2px solid #a7a8aa;
}

#footer
{
 width: 990px;
 margin: auto;
 clear: both;
 line-height: 22px;
 color: white;
 font-size: 85%;
}

#footer-links
{
	float: right;
	
}
#footer-links p {
	margin-top: 0px;
}
#footer-links a
{
	color: white;
}

#header
{
 position: relative;
 height: 407px;
 width: 990px;
 background-color: white;
}

#header h1
{
 position: absolute;
 left: 0;
 top: 0;
 width: 10px;
 height: 90px;
}

#header span
{
 display: none;
}

#header img.logo
{
 position: absolute;
 left: 60px;
 top: 20px;
}

#header img.close-the-loop
{
 position: absolute;
 left: 200px;
 top: 50px;
}

#left {
 width: 180px;
 float: left;
 background: url(../images/bg-left.png);
 background-repeat: repeat-x;
 background-position: center top;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 20px;
 
}
#left p
{
	text-align: right;
}
#left a {
	color: black;
	font-size: 80%;
}
#left a:hover {
	color: black;
	font-size: 80%;
}
#read-more {
	width: 180px; 
	float: left; 
	padding: 10px; 
	height: 56px;
}
#home-text h4
{
	font-size: 90%;
	line-height: 14px;
}

#home-text
{
	float: right;
	width: 280px;
	height: 190px;
	font-size: 90%;
	line-height: 14px;
	margin-right: 20px;
	margin-top: 30px;
}

#home-text h2 {
	display: none;
}

#txt-feature
{
	padding-left: 3px;
	padding-top: 10px;
}

#search
{
	height: 124px;
	font-size: 90%;
	line-height: 14px;
}

#search h3 {
 height: 15px;
 background: url(../images/hd-search.png);
 background-repeat: no-repeat;
 background-position: left top;
 margin:0;
 padding:0;
}

#search label
{
	display: none;
}


#search h3 span
{
	display: none;
}

#main{
	float: left;
	width: 755px;
	padding: 15px;
}
#feature-home
{
	float: left;
}
#feature
{
	float: right;
}

#main h2
{
	color: #adc316;
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
}

#left #txt-feature {
	color : #333333;
}
#left #txt-feature h2 {
	margin-top : 0px;
	font-size : 1.2em;
}
#left #txt-feature h3 {
	margin-bottom : 0px;
	font-size : 1.1em;
}
#left #txt-feature h3 a {
	text-decoration : none;
	color : #333333;
}
#left #txt-feature em {
	font-size : 0.9em;
}
#left #txt-feature p {
	margin : 0px;
	text-align : left;
}

#animation
{
	float: right;
	padding-left: 10px;
}

