@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #d3f4fd;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6b6c;
}
h3 {
	color: #50a7c3;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.clear {
	clear: both;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.question {
	color: #50a7c3;
	font-weight: bold;
}
.answer {
	color: #6a6b6c;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
#wrapper {
	width: 957px;
	margin-right: auto;
	margin-left: auto;
	background-color: #50a7c3;
}
#header {
       background-image: url(images/header_nav_bg.jpg);
       background-repeat: no-repeat;
       background-position: center 0px;
       margin: 0px;
       height: 272px;
       padding: 0px;
       position: relative
}
#nav {
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	width: 493px;
	position: absolute;
	top: 217px;
	left: 225px;
	height: 53px;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#nav ul { margin: 0px; padding: 0px; }
#nav li {
	float: left;
	width: 122px;
	margin-right: 1px;
	list-style-type: none;
}
#nav li a {
	display: block;
	outline:none;
	width: 122px;
	height: 53px;
	overflow:hidden;
	text-indent: -9999px;
}
#wrapper #content #feature {
	height: 275px;
	margin-right: 10px;
	margin-left: 10px;
}
/*--Window/Masking Styles--*/
.window {
	height:275px;
	width: 916px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: relative;
	width: 100px;
	z-index:50; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 12px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	margin-top: 10px;
}
.paging a {
		text-decoration: none;
	color: #39F;
	margin-top: 3px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	background-color: #FFF;
}
.paging a.active {
	font-weight: bold;
	color: #50a7c3;
}
.paging a:hover {
	font-weight: bold;
	color: #CCC;
}
/*--end--*/
#wrapper #content {
	background-color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 10px;
}
#content #left_column p {
	font-size: 14px;
}
#content #center_column {
	width: 892px;
	margin-right: auto;
	margin-left: auto;
}
#center_column img {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
#wrapper #content #left_column {
	width: 227px;
	margin-left: 10px;
	margin-top: 15px;
	float: left;
}
#wrapper #content #left_column img {
	margin-bottom: 10px;
}
#wrapper #content #right_column {
	width: 662px;
	float: left;
	margin-top: 15px;
	margin-left: 30px;
}
#wrapper #footer {
	background-color: #50a7c3;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer p {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	clear: both;
}
#wrapper #content #right_column #left_list {
	margin-right: 15px;
	width: 400px;
	float: left;
}
