@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	font-size:12px;
	color: #434343;
	line-height:24px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

h1 {
	margin:0;
	padding:0;
}

h2 {
	font-size:24px;
	color: #FF6600;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}

h3 {
	padding: 0px;
	margin: 0px;
}

h4 {
	font-size: 16px;
	color: #0099FF;
	padding-bottom: 10px;
}

h5 {
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: 0;
}

ul {
	padding:0;
	margin-left: 24px;
}

p {
	padding-bottom: 20px;
}

label {
}

#wrapper {
	width: 960px;
	margin: auto;
}

#header-container {
	width: 960px;
	height: 100px;
}

#logo {
	width: 450px;
	float:left;
}

#header-contact {
	width: 510px;
	float:right;
	color: #FFFFFF;
	text-align: right;
}

#nav-container {
	width: 960px;
	height: 50px;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
}

#nav-container ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#nav-container li {
	float:left;
}

#nav-container a {
	display:block;
	text-decoration:none;
	width:192px;
	height: 50px;
}

#nav-container a:hover {
	background-image: url(../images/navbg_over.jpg);
	background-repeat: repeat-x;
}

#flash {
	width: 960px;
	height:320px;
}

#masthead {
	width: 960px;
}

#content-container {
	width: 920px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E2E2E2;
	border-left-color: #E2E2E2;
	padding-top: 19px;
	padding-right: 19px;
	padding-left: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	background-color: #FFFFFF;
}

#content-container a {
	color: #FF6600;
	text-decoration: underline;
}

#content-container a:hover {
	text-decoration: none;
	color: #FF6600;
}

#left-column {
	width: 600px;
	float:left;
}

#sub-container {
	width: 600px;
}

#sub-left {
	width: 290px;
	float:left;
}

#sub-right {
	width: 290px;
	float:right;
}

#right-column {
	width: 300px;
	float:right;
}

#contact-left {
	width: 450px;
	float:left;
}

#contact-right {
	width: 450px;
	float:right;
}

#footer-container {
	width:960px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer-container ul {
	list-style:none;
	padding:0;
	margin: 0;
}

#footer-container li {
	float:left;
}

#footer-container a {
	text-decoration: none;
	padding-right: 15px;
	color: #0099FF;
}

#footer-container a:hover {
	text-decoration: underline;
}

#footer-left {
	width:660px;
	float:left;
}

#footer-right {
	width:300px;
	float:right;
	text-align: right;
}

.current {
	background-image: url(../images/navbg_over.jpg);
	background-repeat: repeat-x;
}

.input {
	width: 400px;
	padding: 8px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}

.textarea {
	width: 400px;
	padding: 8px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}

.spacer {
	width:100%;
	height:20px;
}

.holder {
	padding: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
}

.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}

.xltext{
	font-size: 16px;
	line-height: 33px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

.headertxt{
	padding-top: 40px;
}

.submit{
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.signup {
	background-image: url(../images/signup_bg.jpg);
	height: 50px;
	width: 260px;
	display:block;
}

.signup:hover {
	background-image: url(../images/signup_bgover.jpg);
}

.req {
	color: #FF0000;
}