/*

Version 2.1
23 December, 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: #cccccc;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 10px;
}

/* main body heading */
h1 {
	font: 2.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	color: #ff9900;
	margin-bottom: 15px;
}

/* main body sub heading */
h2 {
	font: 1.3em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #666666;
}

/* tag line */
h3 {
	font: 1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

/* sub content heading */
h4 {
	font: 1.0em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}

ul, ol {
	margin-bottom: 15px;
}

li {
	margin-left: 15px;
	list-style: disc;
}

a {
	color: #3053bf;
	text-decoration: underline;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}





/* BEGIN CONTAINER */
#container {
	margin: 0 auto;
	width: 770px;
	border: 1px solid #000000;
	background-color: #ffffff;
}



/* BEGIN HEADER */
#header {
	background: url(../images/bg_header.gif) top center no-repeat;
}

	#header .logo {
		text-align: center;
		padding: 10px;
	}
	
	#header .utility-nav {
		display: none;
	}
	
		#header .utility-nav li {
		}
		
		#header .utility-nav li a {
		}
	
	#header .tagline {
		background-color: #000000;
		text-align: center;
		padding: 5px;
	}
	
	#header .intro {
		display: none;
	}
	
	#header .nav {
		display: none;
	}
	
		#header .nav ul {
		}
		
		#header .nav li {
		}
		
		#header .nav li.selected {
		}
		
		#header .nav li a {
		}
		
		#header .nav li.selected a {
		}
		
		#header .nav li a:hover {
		}
		
		#header .nav li a.selected {	
		}
/* END HEADER */






/* BEGIN CONTENT CONTAINER */
#content_container {
	background: url(../images/bg_content-container.gif) top center repeat-y;
}



/* BEGIN SUB CONTENT 1 */
#sub_content_1 {
	float: left;
	width: 149px;
}

#sub_content_1 .nav {
	padding: 5px;
}
	
	#sub_content_1 .nav li {
		list-style: none;
		margin: 0;
	}
	
	#sub_content_1 .nav a {
		font-weight: bold;
		color: #000000;
		padding: 10px 0;
		padding-left: 25px;
		display: block;
		background: url(../images/arrow.gif) left no-repeat;
	}
	
	#sub_content_1 .nav a:hover {
		text-decoration: none;
		color: #ff9900;
	}
	
	#sub_content_1 .nav a.selected {
		color: #ff6600 !important;
	}

#sub_content_1 .content {
}

	#sub_content_1 .content h4 {
		background-color: #ff9900;
		padding: 5px;
		text-align: center;
	}
	
	#sub_content_1 .content .txt {
		background-color: #ffcc66;
		padding: 5px;
		text-align: center;
	}
	
	#sub_content_1 .content .txt ul {
	}
	
	#sub_content_1 .content .img	{
		width: 149px;
		overflow: hidden;
	}

#sub_content_1 .promo {
}

	#sub_content_1 .promo h4 {
	}
	
	#sub_content_1 .promo .txt {
	}
	
	#sub_content_1 .promo .txt ul {
	}
	
	#sub_content_1 .promo .img	{

	}

#sub_content_1 .extra {
}

	#sub_content_1 .extra h4 {
	}
	
	#sub_content_1 .extra .txt {
	}
	
	#sub_content_1 .extra .txt ul {
	}
	
	#sub_content_1 .extra .img	{
	}
/* END SUB CONTENT 1 */



/* BEGIN CONTENT */
#content {
	float: left;
	width: 450px;
	padding: 10px;
	line-height: 1.3em;
}

#content .intro {
}
/* END CONTENT */



/* BEGIN SUB CONTENT 2 */
#sub_content_2 {
	float: right;
	width: 149px;
}

#sub_content_2 .nav {
	display: none;
}

#sub_content_2 .content {
	padding: 15px 5px;
}

	#sub_content_2 .content h4 {
		margin-bottom: 10px;
	}
	
	#sub_content_2 .content .txt {
	}
	
	#sub_content_2 .content .txt ul {
	}
	
	#sub_content_2 .content .img	{
	}

#sub_content_2 .promo {
	display: none;
}

	#sub_content_2 .promo h4 {
	}
	
	#sub_content_2 .promo .txt {
	}
	
	#sub_content_2 .promo .txt ul {
	}
	
	#sub_content_2 .promo .img	{
	}

#sub_content_2 .extra {
}

	#sub_content_2 .extra h4 {
	}
	
	#sub_content_2 .extra .txt {
	}
	
	#sub_content_2 .extra .txt ul {
	}
	
	#sub_content_2 .extra .img	{
	}
/* END SUB CONTENT 2 */



/* END CONTENT CONTAINER */





/* BEGIN FOOTER */
#footer {
	clear: both;
	background-color: #ff9900;
	border-top: 1px solid #000000;
	font-weight: bold;
}

	#footer .promo {
		text-align: center;
		padding: 10px 5px;
	}
	
	#footer .nav {
		display: none;
	}
	
	#footer .extra {
		display: none;
	}
/* END FOOTER */





/* BEGIN FLEX FOOTER */
#flex_footer {
	text-align: center;
	padding-top: 20px;
	font-size: 0.9em;
}

	#flex_footer a {
		color: #ff9900;
	}
	
	#flex_footer a:hover {
		color: #ff6600;
	}
/* 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 FORM STYLES */
#optin {
	padding-top: 5px;
}

#optin #name {
	width: 130px;
}

#optin #email {
	width: 130px;
}

#optin .button {
	margin-top: 10px;
}
/* END OPTIN FORM STYLES */