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

body {
	background-image: url(../images/background_page.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container_top {
	text-align: center;
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/background_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 73px;
	width: 940px;
}
#header_left {
	text-align: left;
	float: left;
	height: auto;
	width: 300px;
	margin: 0px;
	padding: 0px;
}
#header_right {
	text-align: right;
	clear: none;
	float: right;
	height: auto;
	width: 500px;
	padding-top: 10px;
	padding-right: 4px;
}

/* This area is for the main navigation in the header */
#navbar {
	text-align: center;
	float: left;
	height: 33px;
	width: 940px;
	background-image: url(../images/nav_endcap.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/* This starts the navigation section */
#tab_buttons {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#tab_buttons li {
	float: left;
}
#tab_buttons li a {
	width: 134px;
	float: left;
	background-image: url(../images/new_nav_tabs.jpg);
	height: 33px;
	margin: 0px;
	padding: 0px;
	line-height: 33px;
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	text-decoration: none;
	font-size: 14px;
}
#tab_buttons li a.selected {
	background-image: url(../images/new_nav_tabs.jpg);
	background-position: top;
}
#tab_buttons li a:hover {
	background-image: url(../images/new_nav_tabs.jpg);
	background-position: center;
}
/* End main navigation code */

/* This area is for the main navigation in the header
#navbar {
	text-align: center;
	float: left;
	height: 33px;
	width: 940px;
	background-image: url(../images/nav_endcap.gif);
	background-repeat: no-repeat;
	background-position: right;
}
ul#nav {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
ul#nav li {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	clear: none;
}
ul#nav li a {
	line-height: 33px;
	display: block;
	height: 33px;
	width: auto;
	background-image: url(../images/back_nav_button_full.gif);
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #2b3071;
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 14px;
	padding-right: 27px;
	padding-left: 26px;
	margin-right: 8px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul#nav li a:hover {
	background-position: left center;
}
ul#nav li a.selected{
	background-position: left bottom;
	color: #000;
	background-image: url(../images/back_nav_button_full.gif);
}
End main navigation code */
#content {
	float: left;
	height: auto;
	width: 940px;
}
#container_bottom {
	background-color: #E8E8E8;
	background-image: url(../images/background_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	height: 500px;
	width: 100%;
	text-align: center;
	clear: both;
}
#footer {
	float: none;
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}
#footer a:hover {
	text-decoration: underline;
	color: #2b3071;
}#footer a {
	text-decoration: none;
	color: #2b3071;
}
#footer_left {
	clear: left;
	float: left;
	height: auto;
	width: 400px;
	text-align: left;
	font-size: 12px;
	color: #2b3071;
	padding-top: 8px;
	padding-left: 4px;
}
#footer_right {
	clear: none;
	float: right;
	height: auto;
	width: 520px;
	text-align: right;
	font-size: 12px;
	color: #2b3071;
	padding-top: 8px;
	padding-right: 4px;
}
/* These are all the content columns */
#column_full {
	text-align: left;
	padding: 4px;
	float: left;
	height: auto;
	width: 932px;
}
#column_full h1 {
	font-size: 18px;
	color: #0E005A;
}
#column_full_nopad {
	text-align: left;
	float: left;
	height: auto;
	width: 932px;
	padding-top: 10px;
}
#column_left {
	text-align: left;
	float: left;
	height: auto;
	width: 225px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#column_right {
	text-align: left;
	float: left;
	height: auto;
	width: 715px;
	padding-top: 10px;
}
#column_wide_gradient {
	background-image: url(../images/1column_back.jpg);
	background-repeat: no-repeat;
	float: right;
	height: auto;
	width: 710px;
}
/*#column_wide_gradient {
	background-image: url(../images/1column_back.jpg);
	background-repeat: no-repeat;
	float: right;
	height: auto;
	width: 710px;
} */
/* This wrapper is for all left-side boxes */
#box_wrapper {
	padding: 0px;
	clear: left;
	float: left;
	width: 220px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#box_wrapper h1 {
	font-size: 12px;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 0px;
	border-bottom-color: #B6B7C2;
	margin-bottom: 0px;
	margin-left: 10px;
}
#box_wrapper p {
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
}
/* This is for the Blue Box */
#boxblue {
	background-image: url(../images/boxblue_back.gif);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	height: auto;
	width: 221px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
}

#boxbluebottom {
	background-image: url(../images/boxblue_bottom.gif);
	background-repeat: no-repeat;
	width: 221px;
	float: left;
	height: 8px;
}
ul#bluesubmenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#bluesubmenu li {
	float: left;
}
ul#bluesubmenu li a {
	display: block;
	height: 22px;
	width: 210px;
	text-decoration: none;
	color: #888EC0;
	font-size: 12px;
	margin: 0px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
ul#bluesubmenu li a:hover {
	text-decoration: none;
	color: #000;
	background-color: #888EC0;
}
ul#bluesubmenu li a.selected {
	text-decoration: none;
	color: #000;
	background-color: #888EC0;
}

/* This is for the Gray Box */
#boxgray {
	background-image: url(../images/boxgray_back.gif);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	height: auto;
	width: 221px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#boxgraybottom {
	background-image: url(../images/boxgray_bottom.gif);
	background-repeat: no-repeat;
	width: 221px;
	float: left;
	height: 8px;
}
#boxgray a:hover {
	text-decoration: none;
	color: #4949DD;
}#boxgray a {
	text-decoration: none;
	color: #339;
	font-size: 12px;
	line-height: 20px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#boxwhite {
	clear: left;
	float: left;
	height: auto;
	width: 215px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* h4 {
	margin-left: 10px;
	display: block;
	float: left;
	clear: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 11px;
} */
#right_header_photo {
	display: block;
	float: right;
}
h4 {
	margin-left: 10px;
	display: block;
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 11px;
}
#column_wide_gradient h1 {
	font-size: 16px;
	margin-left: 8px;
}
#column_wide_gradient p {
	font-size: 12px;
	margin-left: 8px;
	margin-right: 8px;
}
a:link {
	color: #2D387A;
	text-decoration: none;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:active {
}
/* This is for the mini boxes in the main one column section */
.mini_box_wrapper {
	margin-left: 8px;
	margin-right: 8px;
	display: block;
	float: left;
}
.mini_box_wrapper h2 {
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 4px;
}
.mini_box_1col {
	background-image: url(../images/1col_mini_back.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 220px;
	float: left;
	clear: both;
	display: block;
}
.mini_box_2col {
	background-image: url(../images/2col_mini_back.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 451px;
	float: left;
	clear: both;
	display: block;
}
.mini_box_2col_left {
	height: auto;
	width: 220px;
	float: left;
	display: block;
}
.mini_box_2col_right {
	height: auto;
	width: 225px;
	float: right;
	display: block;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666;
}
.single_button a {
	text-decoration:none;
	display: block;
	width: 202px;
	background-image: url(../images/button_swap_images.gif);
	background-position: left top;
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
	padding-left: 10px;
	height: 24px;
	margin-left: 4px;
}
.single_button a:hover {
	background-image: url(../images/button_swap_images.gif);
	background-position: left bottom;
}
