/*

Version 2.0
21 August, 2007

*/






/* -- undo browser HTML defaults -- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}





/* BEGIN BASIC HTML TAGS */
body {
	background-color: #99cc33;
	font: 0.8em Trebuchet MS, Helvetica, Arial;
	color: #333333;
}

/* main body heading */
h1 {
	font-size: 2.0em;
	color: #0070b9;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ececec;
}

/* main body sub heading */
h2 {
	font-size: 1.3em;
	margin-top: 10px;
}

/* tag line */
h3 {
	font-size: 1.3em;
	color: #f6af00;
	padding: 60px 20px 20px 0;
	text-align: right;
}

/* sub content heading */
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #0070b9;
}

p {
	margin-bottom: 10px;
}

ul, ol {
	margin-bottom: 15px;
}

li {
	margin-left: 15px;
	list-style: disc;
}

a {
	color: #004f9d;
}

a:hover {
	color: #f6af00;
	text-decoration: underline;
}





/* BEGIN CONTAINER WRAPPERS */
#container-wrapper {
}

#container-wrapper-top {
}

#container-wrapper-bottom {
}





/* BEGIN CONTAINER */
#container {
	margin: 0 auto;
	width: 770px;
	padding: 0 49px;
	background: url(../images/bg_container.gif) 0 0 repeat-y;
}



/* BEGIN HEADER */
#header {
	background: #338dc7 url(../images/bg_header.gif) top center repeat-x;
}

#header .logo {
	float: left;
	width: 770px;
}

#header .logo img {
	width: 770px;
	height: 140px;
}

#header .tagline {
	display: none;
}

#header .intro {
	clear: both;
	height: 160px;
}

#intro {
	background-color: #000000;
}

#intro div.files {
	padding: 20px;
	background-color: #ffffff;
}

#header .nav {
	clear: both;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	background: url(../images/bg_nav.gif) top center repeat-x;
}

#header .nav ul {
	margin: 0;
	padding: 0;
	height: 40px;
}

#header .nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 40px;
	background: url(../images/bg_nav-divider.gif) right no-repeat;
	position: relative;
}

#header .nav .li1 { width: 110px; }
#header .nav .li2 { width: 150px; }
#header .nav .li3 { width: 140px; }
#header .nav .li4 { width: 110px; }
#header .nav .li5 { width: 130px; }
#header .nav .li6 { width: 130px; }

#header .nav li.selected a,
#header .nav li.selected a:hover {
	color: #ffffff;
	background: #0070b9 url(../images/bg_nav_selected.gif) top center repeat-x !important;
}

#header .nav li a {
	display: block;
	height: 40px;
	color: #333333;
	margin-right: 3px;
}

#header .nav li.last {
	background-image: none;
}

#header .nav li.last a {
	margin-right: 0;
}

#header .nav li a:hover {
	color: #0070b9;
	text-decoration: none;
	background: url(../images/bg_nav_hover.gif) top center repeat-x;
}

#header .nav ul li div {
	display: none;
}

/* drop down menu */
#header .nav ul li ul {
	position: absolute;
	background: #ececec url(../images/bg_nav_dd.gif) top center repeat-x;
	width: 240px;
	height: 120px;
	padding-top: 10px;
	left: -3px;
	display: none;
}

#header .nav ul li:hover ul,
#header .nav ul li.over ul {
	display: block;
	z-index: 999;
}

#header .nav ul li ul li {
	background-image: none;
	width: 243px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	display: block !important;
}

#header .nav ul li ul li a {
	background-image: none;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
}

#header .nav ul li ul li a:hover,
#xheader .nav ul li.selected ul li a,
#header .nav ul li.selected ul li a:hover {
	background-image: none !important;
	background-color: #cccccc !important;
	color: #333333;
}

#header .nav ul li.selected ul li a {
	background-image: none !important;
	background-color: transparent !important;
	color: #333333;
}

#header .nav ul li ul li a:hover {
	color: #0070b9 !important;
}
/* END HEADER */






/* BEGIN CONTENT CONTAINER */
#content_container {
	background: #ffffff url(../images/bg_content-container.gif) top center no-repeat;
	border-top: 5px solid #f6b100;
}



/* BEGIN SUB CONTENT 1 */
#sub_content_1 {
	float: left;
	width: 165px;
	padding: 50px 20px;
}

#sub_content_1 .nav {
	display: none;
}

#sub_content_1 .content {
}

#sub_content_1 .promo {
	padding: 10px;
	background-color: #0070b9;
	color: #ffffff;
	margin-bottom: 15px;
}

#sub_content_1 .promo h4 {
	color: #ffffff;
	margin-bottom: 10px;
}

#sub_content_1 .extra {
}

#sub_content_1 .extra .img {
	text-align: center;
	padding: 20px 0;
}
/* END SUB CONTENT 1 */



/* BEGIN CONTENT */
#content {
	float: right;
	width: 500px;
	padding: 50px 30px;
	font-size: 1.1em;
	line-height: 1.3em;
}

#content .intro {
	
}
/* END CONTENT */



/* BEGIN SUB CONTENT 2 */
#sub_content_2 {
	display: none;
}
/* END SUB CONTENT 2 */



/* END CONTENT CONTAINER */





/* BEGIN FOOTER */
#footer {
	clear: both;
	background-color: #0070b9;
}

#footer .promo {
	text-align: center;
	padding: 20px;
	color: #ffffff;
}

#footer .nav {
	display: none;
}

#footer .extra {
	display: none;
}
/* END FOOTER */





/* BEGIN FLEX FOOTER */
#flex_footer {
	height: 50px;
	width: 870px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	font-size: 0.8em;
	color: #333333;
	background: url(../images/bg_flex-footer.gif) top center no-repeat;
}

#flex_footer a {
	color: #ececec;
}

#flex_footer a:hover {
	color: #6b9100;
}
/* END FLEX FOOTER */





/* BEGIN UTILITY CLASSES */
.clear {
	clear:both;
	height:0PX;
	line-height:1px;
	font-size:1px; 
}

.floatleft {
	float:left;
	vertical-align:top;
}

.floatleft img {
	margin-right:15px; 
}

.floatright {
	float:right;
	vertical-align:top;
}

.floatright img {
	margin-left:15px;
}
/* END UTILITY CLASSES */





/* BEGIN CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* END CLEARFIX */





#optin {
}

#optin #name {
	width: 140px;
}

#optin #email {
	width: 140px;
}

#optin .button {
	margin-top: 10px;
	background: url(../images/bg_nav.gif);
	border: 1px solid #cccccc;
}