* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #7C7B80;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	overflow-x: hidden;
	overflow-y: yes;
	overflow:-moz-scrollbars-vertical;	
}
#page {
	position: absolute;
	left: 50%;
	margin-left: -501px;
	width: 1000px;
	top: 50%;
	margin-top: -297px;
	height: 610px;
	background: #7C7B80 url( ../img/bg.jpg ) 0px 0px no-repeat;
}
.content {
	
}
.content p {
	margin:0px;
	padding:0px;
}
#top {
	width: 1000px;
	height: 94px;
	overflow: hidden;
}
h1 {
	width: 92px;
	height: 100px;
	overflow: hidden;
	float: right;
	text-indent: -9999px;
	margin-right: 77px;
}
h1 a {
	display: block;
	height: 100px;
	width: 315px;
}
#menu {
	height:45px;
	padding-left: 16px;
	padding-top: 1px;
	width:810px;
	
}
#menu ul {
	list-style-type:none;
	list-style-position:outside;
}
#menu ul li {
	float:left;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;	
	font-size:13px;
	font-weight:bold;	
	
	margin:2px 5px 0px 10px;
	/*padding:0px 5px 0px 0px;*/

}
#menu ul li a.active {
	color:#333333;
}
#menu ul li.active {
	color:#333333;
}


#menu ul li .link{
	color:#999999;
	text-decoration:none;
	background-image:url(../img/off.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
}
#menu ul li .link:hover{
	background-image:url(../img/on.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	color:#666666;
}
#menu ul li .linkActive{
	background-image:url(../img/on.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	color:#666666;
	text-decoration:none;
}

#content {
	width: 967px;
	overflow: hidden;
	height: 430px;

}

#keywords {
	width: 292px;
	height: 448px;
	float: left;
}
#keyword_padding {
	padding: 347px 0px 0px 19px;
}
#text {
	width: 660px;
	overflow:auto;
	height: 430px;
	
}
#text p{
	margin:0px;
	padding:0px 0px 10px 0px;	
}
#padding20 {
	padding: 0px 20px 20px 20px;
}
p {
	margin-bottom: 15px;
}
a {
	color: #31277e;
}
h2 {
	font-size: 15px;
	color: #A2B013;
} 
ul.list {
	margin: 0px 0px 15px 0px;
	list-style-type: disc;
}
ul.list li {
	margin-left: 25px;
}
#flashhome {
	float: left;
	width: 630px;
	height: 70px;
}
.frm {
	width: 560px;
	float: right;
	padding-bottom: 5px;
}
.frm .item {
	margin-bottom: 8px;
	float:right;
}
.frm input, .frm textarea {
	border: 1px solid #a6aa13;
	width: 400px;
	float: left;
	font-family: tahoma,verdana,arial,sans-serif;
}
.frm textarea {
	font-size: 12px;
}
.frm .name {
	float: left;
	width: 150px;
}
.frm .form_submit {
	width: 93px;
	float: right;
}
.submit {
	width:93px;
	height:22px;
	display:block;

	background:url(../img/send_button_off.gif) 0px 0px no-repeat;
}	
.submit:hover {	
	background:url(../img/send_button_off.gif) 0px -22px no-repeat;
}	
#bottom {	
	text-align: center;
	font-size: 11px;
	background: #49484D;
	height: 19px;
	line-height: 19px;
	float: left;
	width: 942px;
	margin-left: 20px;
}
#bottom_left {
	color: #A2B013;
	float: left;
}
#bottom_right {
	color: #ADD5D5;
	float: right;
}
.cListContainer {

	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	width:602px;

}
.cListContainer ul {
	list-style-type:none;
	padding:10px 0px 10px 0px;
	margin:0px;
}
.cListLeft {
	width:9px;
	height:18px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	background:url(../img/clist_left.gif) no-repeat;
}
.cListRight {
	width:9px;
	height:18px;
	float:left;
	margin:0px 22px 0px 0px;
	padding:0px;
	background:url(../img/clist_right.gif) no-repeat;
}
.cList {
	background-color:#a6aa13;
	height:18px;
	float:left;
	text-align:center;
	
}
.cList a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.contactForm {
	list-style-type:none;
	margin: 0px 0px 0px 30px;
	padding:0px;
}
.contactForm li{
	border:0px solid;
}
.fullRow {
	float:left;
	width:600px;
}
.errorText {
	color:#FF0000;
	font-weight:bold;
}
.contactText {
	float:left;
	width:150px;
}
.contactField {
	margin-bottom:3px;
}