/* CSS Document */
body {
	background-image:url(images/bodybg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}

/************Home Page Layout************/
#home-wrapper {
	background-color:#fff;
	position: relative;
	border:1px solid #717073;
	width:920px;
	margin:0 auto;
	padding: 0 0 10px 0;
	z-index: 100;
}

/************Header***********/
#menu {
	position: absolute;
	margin: 0;
	padding:12px 0 0 0;
	left: 428px;
	top: 0px;
	width: 492px;
	z-index: 1500;
}
#menu p {
	font-size:11px;
	color:#717073;
	text-align:right;
	padding:0 20px 0 0;
}
#menu form {
	margin:0 18px 0 400px;
}
#menu td a {
	text-decoration:none;
	color:#717073;
}
#menu td a:link, #menu td a:visted {
 color:#717073;
}
#menu td a:hover, #menu td a:active {
	color:#58A618;
}

/*Top Navigation Menu*/
#top-nav {
	margin-top: 10px;
}
#top-nav ul {
	margin:0px;
	padding:48px 10px 0 0;
	list-style-type:none;
}
#top-nav ul li {
	display:inline;
}
#top-nav ul li a {
	float:right;
	margin:0px;
	padding:6px 15px 6px 0px;
	text-decoration:none;
	font-size:11px;
	color:#717073;
	height: 14px;
}
#top-nav ul li a:link, #top-nav ul li a:visted {
 color:#717073;
}
#top-nav ul li a:hover, #top-nav ul li a:active {
	color:#58A618;
}
#clear {
	clear:both;
}

#flashhead {
	z-index: 200;
}



/*Main Content*/
#main-content {
	padding:0 50px 0 50px;
	margin: 0 0 9px 0;
	position: relative;
}
#home-content {
	width:400px;
	float:left;
	padding: 0 0 0 0;
	margin: 0 50px 0 0;
}
#home-content h1 {
	font-size:22px;
	font-weight:normal;
	color:#58A618;
	margin: 10px 0 8px 0;
	line-height: 24px;
}
#home-content p {
	font-size:12px;
	color:#717073;
	line-height:18px;
	margin: 5px 0 10px 0;
}
#home-content a {
	color:#717073;
}
#home-content a:link {
	text-decoration: none;
}
#home-content a:visited {
	text-decoration: none;
}
#home-content a:hover {
	text-decoration: underline;
	color:#000;
}
#home-content a:active {
	text-decoration: none;
}

#featured {
	float: left;
	width: 320px;
	position: relative;
	padding: 270px 0 0 40px;
	border-left: 1px solid #66605b;
}
#demo {
	position: absolute;
	top: -50px;
	left: 40px;
}
#news {

}

/*Footer*/
  #home-footer {
	clear:both;
	padding: 0 0 10px 0;
	margin:0 0 0 0;
	text-align: left;
}
#home-footer p {
	font-size:10px;
	line-height: 15px;
	color:#717073;
	text-align: left;
}




/*Misc Styles*/
td {
	font-size:11px;
	line-height: 15px;
	color:#717073;
	padding: 6px 3px;
	vertical-align: top;
}
th {
	font-size:11px;
	line-height: 15px;
	color:#717073;
	padding: 6px 3px;
	vertical-align: top;
	text-align: right;
}
#secondary-content h3 {
	font-size: 13px;
	color: #717073;
	padding: 6px 0px 0px;
	margin: 0px;
}
#secondary-wrapper #secondary-main-content p.quote {
	line-height: 24px;
}

/* STYLES FOR ADDING QUOTE TO HOMEPAGE */

/***** VERSION 1 - QUOTE IN GRAY SECTION *****/
#home-quote {
	position: relative;
	margin: 0;
	width: 270px;
	padding: 67px 0 0 640px;
}
#home-quote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	margin: 5px 0;
}
#home-quote h3 {
	font-size: 12px;
	line-height: 13px;
	font-weight:normal;
	margin: 0;
	color: #fff;
	text-align: right;
}
#home-quote h4 {
	font-size: 10px;
	line-height: 12px;
	font-weight:normal;
	font-style: italic;
	margin: 0;
	color: #fff;
	text-align: right;
}

#home-quote-content {
	width:800px;
	padding:0 0 0px 0;
	margin:50px 0px 9px 110px;
}


/***** VERSION 3 - QUOTE ON TOP OF NEWS SECTION *****/
#home-quote3 {
	width: 270px;
	border-bottom: 1px solid #58A618;
	padding: 5px 10px 10px 10px;
	margin: 35px 10px 5px 10px;
}
#home-quote3 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #717073;
	margin: 5px 20px 7px 10px;
}
#home-quote3 h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight:normal;
	margin: 5px 0 0 0;
	color: #717073;
	text-align: right;
}
#home-quote3 h4 {
	font-size: 10px;
	line-height: 14px;
	font-weight:normal;
	font-style: italic;
	margin: 2px 0;
	color: #717073;
	text-align: right;
}

table.logos td {
	vertical-align: middle;
	text-align:center;
}

.reversehead{
	color:#e6e7e9 !important;
	margin-top: 9px !important;
	padding: 3px !important;
	background-color: #919093;
}



.clear {
	clear: both;
	font-size: 3px;
	line-height: 2px;
	margin:0;
	padding:0;}
#callouts {
	padding: 15px 0px 40px 0px;
}
#giveaway {
	margin-bottom: 20px;
}
