/*

Version 2.0
21 August, 2007

*/






* { margin: 0; padding: 0; }






body {
	font: 0.8em Arial, Helvetica, sans-serif;
	background: url(../images/bg_body.gif) top center repeat-x;
	line-height: 1.5em;
}

h1 {
	font: 2.2em Georgia, "Times New Roman", Times, serif;
}

h2 {
	font: 1.7em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h3 {
	font: 1.5em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h4 {
	font: 1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}

img {
	border: 0;
}

ul, ol {
	margin-left: 17px;
}





/* BEGIN CONTAINER */
#container {
	width: 770px;
	margin: 0 auto;
	border: 2px solid;
}



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

#header .logo {
	float: left;
	width: 250px;
	padding: 20px;
	height: 84px;
}

#header .tagline {
	float: right;
	width: 450px;
	padding: 50px 20px 20px 0;
	text-align: right;
}

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

#header .nav {
	clear: both;
	width: 770px;
	height: 40px;
	background: url(../images/bg_menu.gif) top center repeat-x;
	text-align: center;
	border-bottom: 5px solid;
}

#header .nav ul {
	margin-left: 0;
}

#header .nav li { 
	display: inline;
	height: 40px;
	line-height: 40px;
}

#header .nav li a {
	margin-left: -5px;
	padding: 10px 20px;
	background: url(../images/bg_menu_li.gif) top right no-repeat;
	text-decoration: none;
	font-weight: bold;
}

#header .nav li a.a6 {
	background: none;
}

#header .nav li a:hover {
	filter:alpha(Opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
/* END HEADER */






/* BEGIN CONTENT CONTAINER */
#content_container {
	background: url(../images/bg_content_container.gif) top left repeat-y;
}



/* BEGIN SUB CONTENT 1 */
#sub_content_1 {
	float: left;
	width: 210px;
	padding-top: 30px;
	background: url(../images/bg_sub_content_1.gif) top center repeat-x;
	overflow: hidden;
}

#sub_content_1 .nav {
	display: none;
}

#sub_content_1 .content {
	padding: 0 15px 15px 15px;
}

#sub_content_1 .content li {
	margin-left: 5px;
	list-style-image: url(../images/li.gif);
}

#sub_content_1 .promo {
	display: none;
}
/* END SUB CONTENT 1 */



/* BEGIN CONTENT */
#content {
	float: right;
	width: 480px;
	padding: 30px 40px 50px 40px;
	background: url(../images/bg_content.gif) top center repeat-x;
	overflow: hidden;
}
/* END CONTENT */



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



/* END CONTENT CONTAINER */





/* BEGIN FOOTER */
#footer {
	clear: both;
}

#footer .promo {
	padding: 20px;
}

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





/* BEGIN FLEX FOOTER */
#flex_footer {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	font-size: 0.8em;
}
/* 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 {
	padding: 20px;
}

#optin h4 {
	margin-bottom: 10px;
}