/*
Version 2.0
21 August, 2007
*/

/* -- undo browser HTML defaults -- */
html{color:#000000;background:#ffffff;font-size:100%;}
body{font-size:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,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;}

.center { text-align: center; margin: auto;}


/* BEGIN BASIC HTML TAGS */

html {}
body {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px;
	line-height: 1.15em;
}

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

/* main body sub heading */
h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 8px;
}

/* tag line */
h3 {
	font: 1em Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
}

/* sub content heading */
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

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,
a:link,
a:hover {text-decoration: underline;}


/* BEGIN CONTAINER */
#wrapper_top {
	margin: 0 auto;
	width: 900px;
	padding-bottom: 8px;
	background: url(../images/footer_bottom.gif) bottom left repeat;

}

#wrapper_bottom {
	background: url(../images/content_container_fill.gif) top left repeat;
}

#container {}

/* BEGIN HEADER */

#header {
	position:relative;
	background: url(../images/header_inside.jpg) top center no-repeat;
	height: 253px;
}


.home #header {
	position:relative;
	background: url(../images/home_header.jpg) top center no-repeat;
	height: 105px;
}

#header .logo {
	float: left;
	margin-left: 30px;
	margin-top: 14px;
}

#header .utility-nav {display: none;}

#header .promo {
	position: absolute;
	right: 15px;
	top: 10px;
}

/* tagline text info */
#header .promo h3 {
	font-size: .9em;
}

#header .intro {display: none;}

#header .nav {
	position: absolute;
	right: 125px;
	bottom: 124px;
	font-size: .8em;
}


.home #header .nav {
	bottom: 5px;
	font-size: .8em;
}

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

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


#header .nav li a {
	padding-bottom: 10px;
	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: 5px;
	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;
		border-bottom: 1px solid #999;
	}

		#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 */
#content_container {
	position: relative;
	width: 900px;
	margin: 0px;
}

.home #content_container {
	background: url(../images/home_main_image.jpg) top left no-repeat;
}
/* BEGIN CONTENT */
.home .main_content_wrapper_outer {
	float: right;
	margin-top: 122px;
	margin-right: 114px;
	margin-bottom: 10px;
	width: 548px;
	background: url(../images/home_content_bottom.gif) bottom left no-repeat;
	padding-bottom: 11px;
}

.content_wrapper_outer {
	width: 900px;
}

.main_content_wrapper_inner {
	width: 540px;
	margin-right: 50px;
	float: right;
}
.home .main_content_wrapper_inner {
	width:548px;
	background: url(../images/home_content_fill.gif) top center repeat-y;
	float: none;
}
#content {
	font-size: .8em;
	padding: 15px;
}

.home #content {
	padding: 20px 22px;
	float: none;
	background: url(../images/home_content_top.jpg) top center no-repeat;
}
.home #slideshow {
	margin-right: 10px;
}
#content img {
	height: auto;
	max-width: 100%;
}

#content .intro {margin-bottom: 20px;}

	#content .intro .floatright,
	#content .intro .text {display: none;}

#content td {
	padding: 2px;
}
/* END CONTENT */

/* BEGIN SUB CONTENT 1 */
#sub_content_1 {
	float: left;
	margin-left: 40px;
	width: 220px;
	padding-top: 15px;
	overflow: hidden;
}

#sub_content_1 h4 {
	display: none;
}

.home #sub_content_1 {
	display: none;
}

#sub_content_1 .nav {display: none;}

#sub_content_1 .img_holder {
	width: 220px;
	overflow: hidden;
	text-align: center;
}

#sub_content_1 .promo_wrapper_outer { display: none;}


#sub_content_1 .content {
	width: 220px;
	display: inline-block;
	overflow: hidden;
	font-size: .8em;
}
/* END SUB CONTENT 1 */

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

/* END CONTENT CONTAINER */

/* BEGIN FOOTER */
#footer_wrapper {
	padding-top: 16px;
	background: url(../images/footer_top.gif) top center repeat;
}

#footer {
	padding: 5px 10px;
	background: url(../images/footer_fill.gif) top center repeat;
}

#footer .promo {display: none;}

#footer .nav li, #footer .nav ul{
	display: inline;
}

#footer .nav {
	display: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font: bold .55em Trebuchet MS, Helvetica, sans-serif;
}

#footer .nav li li {
	display: none;
}

#footer .nav a, #footer .nav a:link {
	text-decoration: none;
}

#footer .nav a:hover {
	text-decoration: underline;
}
#footer .content {
	text-align: center;
	font-size: .75em;
}
/* END FOOTER */

/* BEGIN FLEX FOOTER */
#flex_footer {
	text-align: center;
	padding-top: 20px;
	font-size: .7em;
}
/* 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;
	margin-top: 15px;
}

.intro .floatright img,
.intro .floatleft img {margin: 0;}
/* 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-top: 5px;}

#optin #name {width: 165px;}

#optin #email {width: 165px;}

#optin .button {margin-top: 10px;}