@charset "UTF-8";
/* CSS Document */

@font-face {
   font-family: DroidSans;
   src: url("DroidSans.ttf");
 }
 
@font-face {
   font-family: DroidSansBold;
   src: url("DroidSans-Bold.ttf");
 }
 
#clearFix {
	clear:both;
}

/*end tools*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#fff;
	background-image:url(images/bg-stretch.png);
	background-repeat:repeat-x;
	font-family:DroidSans, "Trebuchet", "Arial";
}

#header {
	width:960px;
	height:209px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/top-headline.png);
	background-repeat:no-repeat;
}
 
#topnav {
	float:right;
	margin-top:90px;
	width:650px;
}



#topnav li {
	float:right;
	list-style:none;
	padding-right:25px;
}

#topnav a {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
}

#topnav a:hover {
	color:#FC3;
}

.topnavActive {
	color:#CC9;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	margin-top:2px;
}

#contenter {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	margin-top:-1px;
	background-color:#FFF;
	padding: 20px 20px 0px 20px;
}

#contentLeft {
	width:300px;
	float:left;
}

#contentLeft h1 {
	text-transform:uppercase;
	font-weight:100;
	color:#C00;
	font-size:1.1em;
}

#contentLeft h2 {
	text-transform:uppercase;
	font-weight:100;
	color:#C00;
	font-size:1.1em;
}

#contentLeft h3 {
	font-weight:100;
	color:#333;
	font-size:1.2em;
}

#contentLeft p {
	font-size:.75em;
	color:#666;
	line-height:18px;
	margin-right:10px;
}

#contentLeft img {
	border:0px;
}

#contentLeft p a {
	color:#C00;
	text-decoration:none;
}

#contentLeft p a:hover {
	color:#F00;
	text-decoration:underline;
}

#contentRight {
	width:650px;
	float:right;
}

#contentRight h1 {
	text-transform:uppercase;
	font-weight:100;
	color:#C00;
	font-size:1.5em;
}

#contentRight h2 {
	text-transform:uppercase;
	font-weight:100;
	color:#666;
	font-size:1.2em;
}

#contentRight h3 {
	font-weight:100;
	color:#333;
	font-size:1.2em;
}

#contentRight h3 {
	font-weight:100;
	color:#333;
	font-size:1.0em;
	text-transform:uppercase;
}

#contentRight p, #contentRight li {
	font-size:.9em;
	color:#333;
	margin-left:25px;
}

#contentRight p b, #contentLeft p b {
	color:#000;
}

#contentRight p a, #contentRight li a {
	color:#C00;
	text-decoration:none;
}

#contentRight p a:hover, #contentRight li a:hover {
	color:#F00;
	text-decoration:underline;
}

#footbar {
	height:250px;
	clear:both;
	background-color:#333;
}

#footer {
	width:960px;
	margin-right:auto;
	margin-left:auto;
}

#footerLeft {
	float:left;
	width:350px;
	margin-top:40px;
	margin-left:130px;
}

#footerLeft li {
	float:left;
	list-style:none;
	margin-left:-30px;
}

#footerLeft p, #footerLeft li {
	color:#FFF;
	text-transform:uppercase;
	font-size:.9em;
}

#footerLeft p a,#footerLeft li a{
	color:#CC6;
}

#footerLeft p a:hover,#footerLeft li a:hover {
	color:#CC9;
	text-transform:uppercase;
}

#footerRight {
	float:right;
	width:400px;
	margin-top:40px;
	margin-right:70px;
}

#footerRight li {
	float:left;
	list-style:none;
	text-transform:uppercase;
}

#footerRight p, #footerRight li {
	color:#FFF;
	text-transform:uppercase;
	font-size:.9em;
}

#footerRight p a,#footerRight li a{
	color:#CC6;
}

#footerRight p a:hover,#footerRight li a:hover {
	color:#CC9;
}

#copyright {
	clear:both;
	color:#FFF;
}

#copyright ul {
	margin-left:140px;
}


#copyright li {
	float:left;
	margin-right:10px;
	margin-left:10px;
	text-transform:uppercase;
	list-style:none;
}

#copyright li a {
	color:#CCC;
	text-decoration:none;
	font-size:.85em;
}

#copyright li a:hover {
	color:#FC3;
}

#copyright p {
	color:#666;
	font-size:.7em;
	text-align:center;
}

#signup {
	height:44px;
	width:252px;
	background-image:url(images/newslettersignup.png);
	background-repeat:no-repeat;
}

.newslettersignup {
	margin-top:10px;
	margin-left:10px;
	height:25px;
	width:195px;
	color:#666;
	font-size:1.1em;
	border:0px;
	float:left;
}

#submitbutt {
	float:left;
}

#footerSep {
	width:1px;
	height:120px;
	background-color:#666;
	float:left;
	margin-top:40px;
}

#tableFloater {
	float:left;
	width:190px;
	margin-right:10px;
}

#tableFloater h3 {
	text-transform:uppercase;
	font-weight:100;
	color:#C00;
	font-size:1.1em;
}

#tableFloater h4 {
	text-transform:uppercase;
	font-weight:100;
	color:#333;
	font-size:.9em;
}

#tableFloater li, #tableFloater p {
	color:#666;
	font-size:.75em;
}

#tableFloater li {
	margin-left:-20px;
}

#tableFloater p {
	margin-left:-2px;
}

#marginFixer {
	margin-left:25px;
}
	
.colormod {
	color:#333;
}

.contactFormField {
	color:#900;
	font-size:13px;
	padding: 5px 5px 5px 5px;
	border:1px solid #999;
}

.contactLabelRight, .contactLabelLeft {
	color:#333;
}

.contactLabelRight {
	text-align:right;
}

.contactLabelLeft {
	text-align:left;
}

.required {
	font-size:9px;
	color:#C00;
}

#mce-responses {
	font-size:10px;
	color:#FFC;
}

.smallNote {
	font-style:italic;
	color:#999;
	font-size:10px;
}

blockquote {
    font-size: 13px;   
	font-family:DroidSans, "Trebuchet", "Arial";
	line-height:28px;
	color:#666;
}

blockquote em {
	font-style:italic;
}

cite
{
    font-size: 13px;
	float:right;
	clear:both;
	margin-right:40px;
	text-align:right;
}

