@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-align:center;
	background: #000;
	/* fixes font-size keyword problem for IE5/Win */
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body {
	font-size: 14px;
	line-height: 18px;
	}
a {
	color: #6b9dd5;
	}
a:hover {
	color: #dd7006;
	}
#Header {
	margin: 0 auto;
	padding:0 15px;
  width: 1000px;
  text-align: left;
	}
#MainNavigation {
	width:980px;
	}
hr.NavRule {
	margin:0;
	padding:0;
	clear:both;
	width:100%;
	background-color:#fcc10c;
	border:none;
	height:5px;
	}
#navhr {
	margin:0;
	padding:0;
	clear:both;
	width:100%;
	background-color:#fcc10c;
	border:none;
	height:5px;
	}
#Logo {
	margin:10px 0 20px 0;
	}
body#home #t-home a, body#loghome #t-loghome a, body#logaccent #t-logaccent a, body#commercial #t-commercial a, body#about #t-about a, body#resources #t-resources a, body#contact #t-contact a {
	background: #fcc10c url(../img/nav-bg.jpg);
	color: #333;
	}
#MainContent {
	margin: 20px auto;
	padding:0 15px;
  width: 980px;
  text-align: left;
  line-height: 1.5em;
	}
#MainContent h1 {
	font-size:180%;
	color:#fff;
	font-weight: normal;
	letter-spacing:.1em;
	line-height: 35px;
}
#LeftContent {
	margin-bottom:20px;
	float:left;
	width:430px;
	}
#RightContent {
	margin-bottom:20px;
	float:right;
	width:500px;
	z-index:1;
	}
.DistributorStates {
width:160px;
float:left;
font-size:85%;
}
.SitemapLinks {
width:230px;
float:left;
font-size:85%;
}
.SitemapLinks h2 {
font-size:150%;
}
#Footer {
	clear:both;
	background: url(../img/bg-footer.jpg) repeat-x top left;
	width:100%;
	height:145px;
	}
#FooterNav {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	}
#FooterNav ul {
	font-size: 85%;
	margin: 20px 0;
	padding: 0;
	float:left;
	list-style: none;
	}
#FooterNav ul li {
	float:left;text-align:center;
	}
/* Hack to make IE/Mac play nice */
#FooterNav li a {
	padding: 0 1em;
	line-height: 2.5em;
	text-decoration: none;
	color: #999;
	float: left;
	display: block;
	border-right:1px solid #333;
	}
#FooterNav li.last a {
	padding: 0 1em;
	line-height: 2.5em;
	text-decoration: none;
	color: #999;
	float: left;
	display: block;
	border-right:none;
	}
#FooterNav li a:hover, #FooterSecondaryNav li a:hover {
	background: #333;
	}

#FooterSecondaryNav {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	}
#FooterSecondaryNav ul {
width: 400px;
	font-size: 85%;
	margin: 5px 0;
	padding: 0;
	float:left;
	list-style: none;
	}
#FooterSecondaryNav ul li {
	float:left;text-align:center;
	}
/* Hack to make IE/Mac play nice */
#FooterSecondaryNav li a {
	padding: 0 1em;
	line-height: 2.5em;
	text-decoration: none;
	color: #999;
	float: left;
	display: block;
	border-right:1px solid #333;
	}
#FooterSecondaryNav li.last a {
	padding: 0 1em;
	line-height: 2.5em;
	text-decoration: none;
	color: #999;
	float: left;
	display: block;
	border-right:none;
	}
#copyright {
	margin: 12px 0;
	padding-left: 65px;
	font-size: 85%;
	float:left;
	width:335px;
	text-align:left;
	}
#LeftContentTEMPLATE {

	margin-bottom:20px;
	float:left;
	width:900px;
}
#MainContent h2 {

	font-size:135%;
	color:#fff;
	font-weight: normal;
	letter-spacing:.1em;
	line-height: 35px;
}
/* Contact Us Form formatting  */
form.Contact_Us {
	width: 400px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-top: 10px;
}
.Contact_Us label {
	background-color: #FFFFFF;
	color: #000000;
	margin-bottom: 5px;
	text-align: right;
	float: left;
	padding: 3px;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 120px;
}
.Contact_Us textarea {
	height: 80px;
	width: 200px;
	margin-bottom: 5px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #000000;
	padding: 3px;
}
.Contact_Us input {
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #000000;
	margin-right: 6px;
	float: left;
	padding: 3px;
	margin-bottom: 5px;
}
.Contact_Us select {
	margin-bottom: 5px;
}
.Contact_Us p {
	margin: 0px;
	clear: left;
}
.captcha label {
	background-color: #FFFFFF;
	float: left;
	width: 120px;
	margin-right: 5px;
}
.captcha input {
	height: 28px;
	padding-top: 10px;
}
input.submit {
	background-color: #2b3a76;
	border: 1px solid #fff;
	color: #FFFFFF;
	cursor: pointer;
	width: 205px;
	margin-left: 130px;
}
.error {
	color: #FFF;
	background-color: #F00;
	padding: 5px;
	border: 1px solid #900;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
  