/* CSS Document */
.cleaner {
	clear:both;
	height:0px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}
body {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	background:url(images/bg.gif) no-repeat top center fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p	{
	line-height:1.3;
	margin-top: .5em;
}
form	{margin:0px;}
h1	{
	font-size:28px;
	margin: 0px;
	color:#FF0033;
	font-weight:lighter;
	}
h2	{
	font-size:18px;
	margin: 0px;
	color:#FF3333;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	}
h3 {
	font-size:18px;
	margin: 0px;
	color:#669900;
	text-decoration:none;
	font-weight: lighter;
	}
h4	{
	font-size:18px;
	margin: 0px;
	color:#333333;
	font-weight:lighter;
	}
	.redline	{height:1px; background-color:#FF0033;}
.imgleft	{padding:0px 20px 10px 0px; float:left}
.imgright {padding:0px 0px 10px 20px; float:right}
.maintext {
	font-size:12px;
	color:#333333;
	line-height: 1.1;
}
.smallgrey {
	font-size:10px;
	color:#666666;
}
#container {
	margin: 0px auto;
	width: 999px;
	background-color: #FFFFFF;
}
#header {
	height: 150px;
	background-color: #e5e5e5;
}
#headertop	{
	height:120px;
}
#headermenu	{
	height:30px;
	background-color:#999999;
	z-index:2
}
.logo	{
	float:left;
	width:610px;
	height:80px;
	padding: 20px 0px 10px 20px;
}
.headinfo	{
	float:right;
	width:240px;
	text-align: right;
	margin:20px 10px 20px 0px;
	font-size:12px;
	}
.emailgrab	{
	width:120px;
	font-size:10px;
	height:12px;
	border:solid 1px #003366;
}
.emailsubmit	{background-color:#003366; border:solid 1px #999999; color:#FFFFFF; font-size:10px;}
input.form_textfield_long {
	width: 264px;
	height: 20px;
	padding: 5px 6px 0px 6px;
	background-image: url(images/textfield_long.gif);
	background-repeat: no-repeat;
	border: 0;
	color: #886a57;
	font-size: 1.2em;
}

input.form_textfield_short {
	background-image: url(images/textfield_short.gif);
	width: 89px;
}
input.form_textarea {
	width: 350px;
	height: 135px;
	padding: 5px 6px 0px 6px;
	background-color: #eae5df;
	background-image: url(images/textarea.jpg);
	background-repeat: no-repeat;
	border: 0;
	border-right: 1px solid #a79b8c;
	border-bottom: 1px solid #a79b8c;
	color: #886a57;
	font-size: 1.20em;
	letter-spacing: 0.05em;
	overflow: hidden;
}

#feature1	{
	height:210px;
	width:999px;
	overflow: hidden;
}
#feature2	{
	height:240px;
	width:960px;
}
#content {
	background: url(images/content_bg.jpg) no-repeat;
}
#content2 {
	background: url(images/main_bg5.jpg) no-repeat;
}
#fullcol	{
	margin:30px 20px 10px 20px;
	float: left;
}
#leftcol {
	float:left;
	width:620px;
	margin: 30px 0px 10px 20px;
}
*html #leftcol {
	float:left;
	width:680px;
	margin: 30px 0px 10px 10px;
}
#rightcol {
	float:right;
	width:280px;
	margin: 30px 25px 0px 0px;
}
*html #rightcol {
	float:right;
	width:200px;
	margin: 30px 24px 0px 0px;
}
#box1	{
	width:178px;
	height:160px;
	float:left;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color:#EFEFEF;
	}
#box2	{
	width:178px;
	height:160px;
	float:right;
	padding: 10px;
	margin: 0px 10px;
	border: 1px solid #cccccc;
	background-color:#EFEFEF;

	}
#box3	{
	width:178px;
	height:160px;
	float:right;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color:#EFEFEF;

	}
dl {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #FFFFFF;
}

dt {
	font-size:12px;
	padding: 4px 6px;
	float: left;
	font-weight: bold;
}

dd {
	font-size: 12px;
	text-align: right;
	padding: 4px 6px;
	font-weight: bold;
}

#footer	{
	height:200px;
	background:url(images/footer_bg.gif) no-repeat;
	margin: 20px 0px;
}
#footer .copyright	{
	width:640px;
	padding:10px;
	font-size:11px;
	color:#666666;
	text-align: center;
}
/* Begin CSS Menu 1*/

#headermenu ul
{
	padding: .4em 0;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#headermenu li { display: inline; }

#headermenu li a
{
	text-decoration: none;
	color: #FFFFFF;
	padding: .4em 4em;
}

#headermenu li a:hover
{
	background-color: #CCCCCC;
	color: #333333;
}

/* footer nav */
#footermenu ul
{
	padding: .4em 0;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#footermenu li { display: inline; }

#footermenu li a
{
	text-decoration: none;
	color: #999999;
	padding: .4em 2em;
}

#footermenu li a:hover
{
	color: #333333;
}
