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

body {
	background: #3c3c3c;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, san-serif;
	height: 100%;
}

div.container900 {
	width: 900px;
	margin: 0px auto 0px auto;
}

#masthead {
	height: 138px;
	background: #86c2f2 url(/images/mastheadBlue.jpg) repeat-x bottom;
}

#masthead p.logo {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

#masthead h1 {
	color: #fff;
	font-size: 24px;
	margin: 0;
	padding: 30px 0px 10px 140px;
	font-weight: lighter;
}

#mastheadNavContainer {
	width: 705px;
	height: 31px;
	float: right;
	margin: 0;
	padding: 0;
	background: #a6cd53;
	border-top: 1px solid #fff;
}

#masthead ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}

#masthead ul.mainNav li.level1 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 170px;
	position: relative;
}

#masthead ul.mainNav li.level1:hover ul.subNav {
	display: block;
}

#masthead ul.mainNav li a {
	padding: 5px 0px 4px 0px;
	background: #7cb234;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	display: block;
	text-align: center;
}

#masthead ul.mainNav li a:hover {
	background: #a6cd53;
	color: #fff;
}

#masthead ul.subNav {
	position: absolute;
	left: -1px;
	display: none;
	width: 170px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


#masthead ul.changeCSS {
	float: right;
	margin: 0;
	padding: 0;
}

#masthead ul.changeCSS li {
	float: left;
	margin: 10px 0px 0px 3px;;
	padding: 0;
	list-style: none;
	border: 1px solid #D6D6D6;
	width: 30px;
	height: 10px;
}

#masthead ul.changeCSS li a {
	display: none;
}

#masthead ul.changeCSS li.black {
	background: #000;
}

#masthead ul.changeCSS li.grey {
	background: #828282;
}

#masthead ul.changeCSS li.white {
	background: #fff;
}

#masthead ul.changeCSS li.blue {
	background: #99CCFF;
}

#body {
	clear: left;
	background: #fff;
	border-top: 1px solid #777;
}

#body p, ul, ol {
	color: #000;
}

#body a {
	color: #6699FF;
}

#body p.smallprint {
	font-size: 12px;
}

#contentLeft {
	width: 338px;
	float: left;
	background: #fff7c1 url(/images/quickStartBackdrop.jpg) repeat-x top;
	border: 1px solid #e2d374;
	margin: 12px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
}

#contentLeft h1 {
	font-size: 22px;
	padding: 15px 20px 0px 20px;
	margin: 0;
	color: #000;
}

#contentLeft h2 {
	font-size: 14px;
	padding: 10px 20px 0px 20px;
	margin: 0;
	color: #000;
}

#contentLeft p {
	font-size: 12px;
	padding: 0px 20px 0px 20px;
	margin: 0;
	line-height: 16px;
	color: #000;
}

#contentRight {
	width: 540px;
	margin-left: 20px;
	float: left;
}

.bodyLocationNav {
	margin-top: 15px;
	padding-top: 0;
	font-size: 9px;
	color: #979797!important;
	font-family: Geneva, Arial, Helvetica, sans-serif!important;
	/*font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS"!important;*/
	text-transform: uppercase;
	letter-spacing: 1px;
}

a.bodyLocationNavAnchor {
	text-decoration: none;
	color: #979797!important;
}

a.bodyLocationNavAnchor:hover {
	color: #6699FF!important;
	text-decoration: underline;
}

h1.intro {
	font-size: 24px;
}

h1.sectionHeading {
	font-size: 26px;
	font-weight: lighter;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 1px;
}

.bolder {
	font-weight: bold;
}

.strong {
	font-weight: bold;

}

.larger {
	font-size: larger;
}

.blue {
	color: #6699FF;
}	

.upperCase {
	text-transform: uppercase;

}

table.contactTable p {
	padding: 3px 5px 5px 5px;
	margin: 0px 0px 0px 0px!important;
}

table.contactTable input, table.contactTable textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
}

table.contactTable {
	color: #000;
}

.contactBox {
	margin: 3px 0px 3px 0px;
}

div.clearFloats {
	clear: both;
	height: 1px;
	background: transparent;
	line-height: 0px;
}

div.ftrRule {
	margin:0;
	padding: 0;
	line-height: 0;
	border-bottom: 1px solid #deeaef;
}

div.footer {
	background: url(/images/footerBlue.jpg) repeat-x;
	
}

div.footer h1 {
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 10px 0px 30px 0px;
	float: left;
}

div.footer .smaller {
	font-size: 12px;
	font-weight: lighter;
}

div.footer p.smallPrint {
	color: #fff;
	font-size: 12px;
	text-align: right;
	margin: 0;
	padding: 10px 0px 0px 0px;
}