/*

Version 2.4
6 May, 2008

*/






/* -- undo browser HTML defaults -- */
html{color:#000000;background:#ffffff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}





/* BEGIN BASIC HTML TAGS */
html {
	padding: 10px;
}

body {
	font: 0.8em Arial, Helvetica, sans-serif;
	height:100%; 
}

/* main body heading */
h1 {
	font: 2.0em Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

/* main body sub heading */
h2 {
	font: 1.3em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* tag line */
h3 {
	font: 1.4em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* sub content heading */
h4 {
	font: 1.0em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}

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

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

ol li {
	marign-left: 15px;
	list-style: decimal;
}

a,
a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}





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



/* BEGIN HEADER */
#header { }

#header .logo {
	text-align: center;
}
	
#header .utility-nav { display: none;}
	
#wrapper_inner .tagline {
	text-align: center;
	padding: 10px 0px 5px 750px;
}
	
#header .promo { 
	height:283px;
	width:900px;
	background:url(../images/photo.jpg) no-repeat;
	margin-bottom:-154px;
}

#header .promo2 { 
	height:154px;
	width:121px;
	float:right;
	background:url(../images/photo.png) no-repeat;
	margin-bottom:-154px;
}


#header .nav {
	clear:both;
	width: 900px;
	height: 30px;
	font-size: 1em;
	text-align: center;
	padding-top: 10px;
}

#header .nav ul {
	margin: 0px;
	text-align: center;
}

#header .nav li {
	display: inline;
	margin: 0px 15px;
	padding: 0px;
	position: relative;
}


#header .nav li a {
	padding-bottom: 0px;
	text-decoration: none;
}

/* drop down */
#header .nav li.selected li a,
#header .nav li:hover li a,
#header .nav li.over li a {	background: none; display:block;}


#header .nav ul li:hover ul,
#header .nav ul li.over ul {display: block;}

#header .nav ul li ul {
	z-index: 100;
	position: absolute;
	margin-top: 8px;
	margin-left: -1px;
	left: 0;
	padding: 0;
	height: auto;
	text-align: left;
	background: none;
	display: none;
}

/* adjust drop down width accordingly */
#header .nav ul li ul {width: 10em;}

	#header .nav ul li ul li {
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		width: auto;
		background: none;
	}

		#header .nav ul li ul li a {
			margin: 0;
			padding: 5px 10px;
			background: none;
			font-size: .85em;
		}

#header .nav li li.selected,
#header .nav li li:hover,
#header .nav li li.over, 
#header .nav li li a.selected,
#header .nav li li a:hover ,
#header .nav li li a.over {	background: none;}
/* END HEADER */






/* BEGIN CONTENT CONTAINER WRAPPER */
#content_container_wrapper {
}



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



/* BEGIN SUB CONTENT 1 */
#sub_content_1 {
	float: left;
	width: 250px;
	margin-left: -870px;
}

#sub_content_1 ul {
	margin-left: 0;
}

#sub_content_1 .nav {
	display: none;
}

#sub_content_1 .content {
	text-align: center;
	width: 230px;	
	padding: 10px 10px 10px 20px;
}

#sub_content_1 .content2 {
	text-align: center;
	background-color: #ffffff;
	width: 250px;	
	padding: 10px 10px 10px 10px;
}
	#sub_content_1 .content h4 {
		padding: 5px;
	}
	
	#sub_content_1 .content .txt {
		padding: 5px;
	}
	
	#sub_content_1 .content .txt ul {
	}
	
	#sub_content_1 .content .img {
		width: 200px;
		padding: 5px;
		overflow: hidden;
	}

/* IE 5 & 6 hack */
* html #content {display: inline;}

/* END SUB CONTENT 1 */
/* BEGIN SUB CONTENT 2 */

#sub_content_2 {
	display: none;
}

/* END SUB CONTENT 2 */



/* BEGIN CONTENT */
#content {
	float: left;
	width: 590px;
	line-height: 1.3em;
	margin-left: 300px;
	padding: 10px 0px 10px 0px;
}

/* END CONTENT */






/* END CONTENT CONTAINER */


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

	#footer .content {
		text-align: center;
		padding: 15px 10px;
	}
	
	#footer .nav {
		display: none;
	}

/* END FOOTER */





/* BEGIN FLEX FOOTER */
#flex_footer {
	text-align: center;
	padding-top: 20px;
	font-size: 0.8em;
}

	#flex_footer a {
	}
	
	#flex_footer a:hover {
	}
/* 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;
	margin-bottom: 10px;
}

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

.floatright img {
	margin-left:15px;
	margin-bottom: 10px;
}
/* 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 FORM STYLES */
#optin {
	padding-top: 5px;
}

#optin #name {
	width: 130px;
}

#optin #email {
	width: 130px;
}

#optin .button {
	margin-top: 10px;
}
/* END OPTIN FORM STYLES */