@charset "UTF-8";

/****** Layout *****/
body {
	margin: 0px;
	text-align: center;
	background: url(images/background.jpg) repeat center top;
	color: #424244;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#wrapper {
	background: url(images/background_wrapper.jpg) repeat-y;
	text-align: left;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
}
.subheader1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bolder;
	color: #666769;
}

a img { border:0; }
#top_nav {
	text-align: right;
	margin-right: 50px;
	font-size: 14px;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#top_nav img { vertical-align: top; }

#top_nav a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#top_nav a:hover { text-decoration: underline; }

#cycle {
	position:relative;
	width: 800px; /* slide width */
	height: 265px; /* slide height */
	overflow: hidden;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	margin-left: 44px;
}
	
#cycle #cycle_rotation { 
	position:relative;
	width: 800px; /* slide width */
	height: 265px; /* slide height */
	overflow: hidden;
}

#cycle #cycle_rotation div {
	width: 800px; /* slide width */
	height: 265px; /* slide height */
	overflow: hidden; 
}

#cycle #cycle_prev { /* location of previous button */
	position:absolute;
	left: 15px;
	top: 110px;
	z-index:100;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: .3;
	cursor:pointer;
}
#cycle #cycle_next { /* location of next button */
	position:absolute;
	right: 15px;
	top: 110px;
	z-index:100;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: .3;
	cursor:pointer;
}
#cycle #cycle_nav { /* location of rotation navigation */
	position:absolute;
	top:240px;
	left:0px;
	z-index:100;
	text-align: center;
	width: 100%;
	display:none;
}
#cycle #cycle_nav a { /* rotation navagation styling */
	border: 1px solid #666666;
	background: #333333;
	text-decoration: none;
	margin: 0 3px;
	padding: 1px 3px;
	font: normal 8px/14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#cycle #cycle_nav a.activeSlide { /* rotation navagation styling for active slide */
	background: #CCCCCC;
	color:#000000;
}
#cycle #cycle_nav a:focus { outline: none; }

#nav {
	background: #577182;
	text-align: center;
	height: 30px;
	margin-right: 44px;
	margin-left: 44px;
	padding-top: 8px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align:center;
}

#nav ul li { display:inline; }

#nav ul li a {
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	text-transform: lowercase;
	line-height: 19px;
	text-decoration: none;
	border-right: 1px solid #b7b7b7;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:3px;
	font-weight: normal;
}

#nav ul li#nav5 a { border-right:none; }

#nav ul li a:hover { text-decoration:underline; }

#content_wrapper { background: url(images/watermark.gif) no-repeat 640px bottom; }

#content {
	margin-left: 60px;
	float: left;
	width: 506px;
	margin-top: 20px;
}

#wide_content { margin: 20px 60px 40px; }

#content #box_left {
	float: left;
	width: 225px;
}

#content #box_right {
	float: right;
	width: 225px;
}

#wide_content #box_left {
	float: left;
	width: 355px;
}

#wide_content #box_right {
	float: right;
	width: 355px;
}

#right_sidebar {
	float: right;
	width: 210px;
	margin-right: 60px;
	margin-top: 20px;
	text-align: left;
}

#footer {
	clear: both;
	background: url(images/background_footer.jpg) no-repeat;
	height: 109px;
	padding-left: 100px;
	padding-right: 60px;
	padding-top: 15px;
}

#footer p {
	margin: 0px;
	padding: 0px;
}


/****** Text Styles *******/
h1 {
	font-size: 18px;
	font-weight: bold;
	background: url(images/h1_background.gif) no-repeat right bottom;
	color: #424244;
	margin: 0px 0px 15px;
	line-height: 30px;
	clear: both;
}

a {
	color: #577182;
	font-weight: 600;
}

.left {
	float: left;
	margin-right: 15px;
}

.right {
	float: right;
	margin-left: 15px;
}

.clear { clear:both; }
.red_text {
	color: #F00;
}
.table_stroke {
	padding: 6px;
	border: 2px solid #606062;
}
.center {
	float: none;
	margin-right: 15px;
}
