/*

Version 2.2
28 January, 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;}
address,caption,cite,dfn,th,var{font-style:normal;font-weight:normal;}
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 {
	background: #903e01 url(../images/bg_body.gif) top center repeat-x;
}

body {
	font: 0.8em Trebuchet MS, Helvetica, Arial;
	color: #333333;
	padding-bottom: 10px;
}

/* main body heading */
h1 {
	font: 2.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	margin-bottom: 15px;
	color: #903e01;
}

/* 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: 1em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #999999;
}

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

p {
	margin-bottom: 10px;
}

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

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

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

a {
	color: #903e01;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}





/* BEGIN WRAPPERS */
#wrapper_outer {
	width: 820px;
	margin: 0 auto;
	background: url(../images/bg_wrapper.gif) top center repeat-y;
}

#wrapper_top {
	background: url(../images/bg_wrapper-top.gif) top center no-repeat;
}

#wrapper_bottom {
	background: url(../images/bg_wrapper-bottom.gif) bottom center no-repeat;
}

#wrapper_inner {
	background: url(../images/bg_container.gif) center 40px no-repeat;
}





/* BEGIN CONTAINER */
#container {
	margin: 0 auto;
	width: 800px;
	padding: 10px;
}



/* BEGIN HEADER */
#header {
}

	#header .logo {
		float: left;
		width: 200px;
		padding: 20px 0 0 50px
	}
	
	#header .tagline {
		float: right;
		width: 340px;
		padding: 20px 30px 0 0;
		text-align: right;
	}
	{$flxOptIn_Email99$}
	
	#header .utility-nav {
		float: right;
		width: 340px;
		margin: 0;
		padding: 20px 30px 0 0 ;
		text-align: right;
		color: #999999;
	}
	
		#header .utility-nav li {
			display: inline;
		}
		
		#header .utility-nav li a {
			color: #999999;
			text-decoration: none;
		}
	
	#header .nav {
		clear: both;
		height: 52px;
		padding: 0px;
		background: url(../images/bg_nav-container.png) 0 0 no-repeat;
	}

#header .nav ul {
	padding-top: 16px;
position: relative;
}
	
#header .nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	text-align: center;
}

#header .nav li {
	width: 110px;
}

			#header .nav li.li1 { left: 0px;}
			#header .nav li.li2 { left: 110px;}
			#header .nav li.li3 { left: 220px;}
			#header .nav li.li4 { left: 330px;}
			#header .nav li.li5 { left: 440px;}
			#header .nav li.li6 { left: 550px;}
			#header .nav li.li7 { left: 660px;}

			header .nav li.li2 { left: 158px; width: 145px; }
			header .nav li.li3 { left: 303px; width: 116px; }
			header .nav li.li4 { left: 400px; width: 159px; }
			header .nav li.li5 { left: 558px; width: 126px; }
			header .nav li.li6 { left: 698px; width: 106px; }
#header .nav a {
	font: 12px Arial, sans-serif;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}
#header .nav a:hover, #header .nav a.selected{
	color: #ffce06;
}
		header .nav ul {
			height: 30px;
			margin: 0;
			ackground: url(../images/bg_nav.gif) 0 0 no-repeat;
			position: relative;
		}
		
		header .nav li {
			position: absolute;
			height: 30px;
			list-style: none;
			margin: 0;
		}
		
			
		header .nav li a {
			display: block;
			height: 30px;
		}
			
			header .nav li a span {
				display: none;
			}
		
		header .nav li.li1 a.selected, header .nav li.li1 a:hover { background: url(../images/bg_nav.gif) -97px -30px no-repeat; }
		header .nav li.li2 a.selected, header .nav li.li2 a:hover { background: url(../images/bg_nav.gif) -178px -30px no-repeat; }
		header .nav li.li3 a.selected, header .nav li.li3 a:hover { background: url(../images/bg_nav.gif) -323px -30px no-repeat; }
		header .nav li.li4 a.selected, header .nav li.li4 a:hover { background: url(../images/bg_nav.gif) -439px -30px no-repeat; }
		header .nav li.li5 a.selected, header .nav li.li5 a:hover { background: url(../images/bg_nav.gif) -598px -30px no-repeat; }
/* END HEADER */






/* BEGIN CONTENT CONTAINER */
#content_container {
}



/* BEGIN SUB CONTENT 1 */
#sub_content_1 {
	float: left;
	width: 180px;
	padding: 30px 0 50px 50px;
	color: #666666;
}

#sub_content_1 .content {
	margin-bottom: 30px;
}

	#sub_content_1 .content h4 {
		display: none;
	}
	
	#sub_content_1 .content .txt {
		display: none;
	}
	
	#sub_content_1 .content .img {
	}

#sub_content_1 .promo {
	margin-bottom: 50px;
}

	#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 {
	margin-bottom: 30px;
}

	#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: 470px;
	padding: 30px 0 50px 50px;
}
/* END CONTENT */



/* END CONTENT CONTAINER */





/* BEGIN FOOTER */
#footer {
	clear: both;
	padding-bottom: 20px;
	color: #666666;
}
	
	#footer .nav {
		text-align: center;
		font-size: 0.9em;
	}
		
		#footer .nav li {
			display: inline;
		}
		
		#footer .nav li a {
			color: #999999;
			text-decoration: none;
		}
	
	#footer .extra {
		color: #999999;
		text-align: center;
	}
		
		#footer .extra h4 {
			display: none;
		}
		
		#footer .img {
			display: none;
		}
/* END FOOTER */





/* BEGIN FLEX FOOTER */
#flex_footer {
	text-align: center;
	padding-top: 20px;
	font-size: 0.8em;
	color: #ffffff;
}
	
	#flex_footer p {
		margin-bottom: 0;
	}
	
	#flex_footer a {
		color: #cccccc;
	}
	
	#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: 15px;
}

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

.floatright img {
	margin-left: 15px;
	margin-bottom: 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 CONTACT FORM */
#contact_form td {
	padding: 5px;
}
/* END CONTACT FORM */




/* BEGIN OPTIN FORM */
#optin {
	padding-top: 5px;
}

#optin #name {
	width: 130px;
}

#optin #email {
	width: 130px;
}

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