/*

Version 2.0
21 August, 2007

*/


@import url(expresso.css);



/* -- 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 STRUCTURE*/
/******************/


/* BEGIN BASIC HTML TAGS */
body {
	font: 0.8em Arial, Helvetica, sans-serif;
	padding-top: 10px;
	line-height: 1.5em;
}

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

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

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

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

p {
	margin-bottom: 15px;
}

img {
	border: 0;
}

ul, ol {
	margin-left: 17px;
	margin-bottom: 15px;
}
/* END HTML ELEMENTS */





/* BEGIN WRAPPER TOP */
#wrapper_top {
	width: 790px;
	height: 10px;
	margin: 0 auto;
	background: url(../images/bg_wrapper_top.png) bottom center no-repeat;
}

/* BEGIN WRAPPER BOTTOM */
#wrapper_bottom {
	width: 790px;
	height: 15px;
	margin: 0 auto;
	background: url(../images/bg_wrapper_bottom.png) top center no-repeat;
}

/* BEGIN CONTAINER WRAPPER */
#container_wrapper {
	width: 770px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(../images/bg_container_wrapper.png) top center repeat-y;
}





/* BEGIN CONTAINER */
#container {
	width: 760px;
	margin: 0 auto;
	border: 5px solid #ffffff;
}



/* BEGIN HEADER */
#header {}

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

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

#header .intro { display: none; }

#header .nav {
	clear: both;
	width: 760px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

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

#header .nav li { 
	display: inline;
	height: 30px;
	line-height: 30px;
	list-style-image: none;
	margin-right: 5px;
}

#header .nav .li7 {
	background: none;
	margin-right: 0;
}

#header .nav li a {
	margin-left: -5px;
	padding: 7px 20px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
}
/* END HEADER */






/* BEGIN CONTENT CONTAINER */
#content_container {}



/* BEGIN SUB CONTENT 1 */
#sub_content_1 {
	float: left;
	width: 180px;
	padding-top: 50px;
	overflow: hidden;
}

#sub_content_1 .nav {
	display: none;
}

#sub_content_1 .content {
	padding: 0 25px 25px 10px;
	font-size: 0.9em;
}
#sub_content_1 .content img {
	border: 5px solid;
}

#sub_content_1 .promo {
	margin: 10px;
	padding: 10px;
	font-size: 0.85em;
}

#sub_content_1 .promo h4 {
	font-weight: bold;
}
/* END SUB CONTENT 1 */



/* BEGIN CONTENT */
#content {
	float: right;
	width: 500px;
	padding: 50px 40px;
	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;
	border-top: 5px solid;
	padding: 0 10px;
}

#footer .promo {
	float: left;
	width: 150px;
	padding: 5px;
	background: url(../images/bg_promo.png) top center repeat-x;
	font-size: 0.85em;
}

#footer .promo h4 {
	display: none;
}

#footer .nav {
	float: right;
	width: 550px;
	padding-top: 10px;
	text-align: right;
}
#footer .nav li {
	display: inline;
	padding-left: 10px;
}
#footer .nav li a {
	text-decoration: none;
}

#footer .content {
	float: right;
	width: 550px;
	text-align: right;
}

#footer h4 {
	display: none;
}

#footer .content p {
	font-size: 0.9em;
}
/* END FOOTER */





/* BEGIN FLEX FOOTER */
#flex_footer {
	width: 800px;
	margin: 0 auto;
	padding: 20px 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 */





/* BEGIN OPTIN */
#optin {
	font-size: 0.9em;
}

#optin table {
	width: 150px;
}

#optin td.label {
	width: 50px;
}

#optin input {
	width: 80px;
}

#optin input.button {
	width: 80px;
	font-size: 0.9em;
}
/* END OPTIN */


/******************/
/* END STRUCTURE*/
/******************/