/* GLOBALS START */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #FFF;
	color: #36363F;
	font-size: 80%;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	text-align: center;
	line-height: normal;
	margin-bottom: 20px;
}
img {
	vertical-align: top;
}
.inner {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}
.clr {
	clear: left;
}
br {
	height: 10px;
}
/* GLOBALS END */

/* NAVIGATION START */
#nav_wrap {
	width: 100%;
	float: left;
	background: url(../img/nav_bg.gif) repeat-x 0 0 #86888A;
	border-top	: 1px solid #19191A;
	border-bottom: 5px solid #484A4C;
	text-align: left;
}
ul#nav {
	float: right;
	list-style: none;
}
#nav li {
	display: inline;
	float: left;
	border-left: 1px solid #484A4C;
}
#nav a, #nav a:link, #nav a:visited {
	padding: 8px 20px;
	display: block;
	float: left;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
}
#nav a:hover {
	background: url(../img/nav_hover_bg.gif) repeat-x 0 bottom #86888A;
	color: #FFF;
}
#nav li.active {
	background: url(../img/nav_current_li_bg.gif) repeat-x 0 bottom #F9B151;
	border-left: 1px solid #484A4C;
}
#nav .active a {
	background: url(../img/nav_current_a_bg.gif) no-repeat 50% bottom;
	color: #FFF;
}
#nav .active a:hover {
	background: url(../img/nav_current_a_bg.gif) no-repeat 50% bottom;
	color: #FFF;
}
/* NAVIGATION END */

/* HEADER START */
#start_header_wrap {
	background: url(../img/start_header_bg.gif) repeat-x 50% bottom #FFF;
	border-bottom: 1px solid #C6CCD8;
	float: left;
	width: 100%;
}
#fsite_header_wrap {
	background: #FFF;
	float: left;
	width: 100%;
}
#header_left_wrap {
	float: left;
	width: 368px;
}
#start_header_right_wrap {
	float: right;
	padding: 31px 0 17px;
	width: 376px;
}
#fsite_header_right_wrap {
	float: right;
	width: 376px;
}
#slogan {
	background: #000;
}
/* HEADER/BOXES START */
#header_box_wrap dl {
	float: left;
	width: 350px;
	padding: 0 13px 13px 13px;
}
#top_box,
#middle_box {
	background: url(../img/header_box_bg_1.gif) no-repeat left bottom #FFF;
}
#bottom_box {
	background: url(../img/header_box_bg_2.gif) no-repeat left bottom #FFF;
}
#header_box_wrap dt {
	width: 250px;
	margin-top: 5px;
	float: right;
	color: #F47B1C;
	font-size: 1em;
	font-weight: bold;
}
#header_box_wrap dd {
	padding-right: 5px;
	font-size: 0.85em;
	color: #666;
}
#header_box_wrap dd a:link, #header_box_wrap dd a:visited {
	text-decoration: none;
	color: #666;
}
#header_box_wrap dd a:hover {
	text-decoration: underline;
}
#header_box_wrap dd.img img {
	float: left;
	margin: 5px 10px 0 0;
}
/* HEADER/BOXES END */
/* HEADER END*/

/* CONTENT START */
#start_content_wrap {
	padding: 25px 0 25px 0;
	background: url(../img/start_content_bg.gif) repeat-x 0 0 #F3F7FF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	float: left;
	width: 100%;
}
#start_content_left {
	float: left;
	width: 368px;
	padding-bottom: 25px;
}
#start_content_right {
	float: right;
	width: 368px;
	padding-bottom: 25px;
}
#fsite_content_wrap {
	padding: 0 0 25px 0;
	background: url(../img/fsite_content_bg.gif) repeat-x 0 0 #F3F7FF;
	border-bottom: 1px solid #FFF;
	float: left;
	width: 100%;
}
#fsite_inner_content {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: url(../img/fsite_logo_content.gif) no-repeat 0 0;
}
#fsite_content_left {
	float: left;
	width: 188px;
	padding: 50px 0 25px 0;
}
#fsite_content_right {
	float: right;
	width: 548px;
	padding: 20px 0;
}
#breadcrumbs_wrap {
	text-align: right;
	padding: 0 0 10px 0;
	font-size: 0.85em;
	color: #BABFCC;
}
#breadcrumbs_wrap a:link, #breadcrumbs_wrap a:visited {
	color: #BABFCC;
	text-decoration: none;
}
#breadcrumbs_wrap a:hover {
	color: #EF5C0F;
	text-decoration: underline;
}	
.content {
	line-height: 150%;
}
.content h1 {
	padding: 5px 0 10px 0px;
	color: #073956;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4em;
}
.content h2 {
	padding: 0 0 10px 0;
	color: #3E3F41;
	font-size: 1em;
	font-weight: bold;
}
.content p {
	padding: 0 0 8px 0;
}
.content ul {
	margin: 10px 0;
	padding: 7px 25px;
	list-style-type: square;
	background: url(../img/content_ul_bg.jpg) no-repeat right bottom;
	border: 1px solid #C6CCD8;
}
.content ul li {
	padding: 3px 0;
}
.content img.align-left {
	float: left;
	margin: 5px 15px 5px 0;
	border: 1px solid #C6CCD8;
}
.content img.align-right {
	float: right;
	margin: 10px 10px 10px 0;
	border: 1px solid #C6CCD8;
}
.content_img_wrap_left {
	margin: 3px 10px 3px 0;
	padding: 4px;
	float: left;
	border: 1px solid #C6CCD8;
	background: #FFF;
}
.content_img_wrap_right {
	margin: 3px 0 3px 10px;
	padding: 4px;
	float: right;
	border: 1px solid #C6CCD8;
	background: #FFF;
}
.content_img_wrap_left img, .content_img_wrap_right img {
}
.content a:link, .content a:visited {
	color: #EF5C0F;
	text-decoration: none;
	font-weight: normal;
}
.content a:hover {
	text-decoration: underline;
}
/* SUB NAVIGATION START */
ul#sub_nav {
	list-style: none;
	margin-bottom: 35px;
}
#sub_nav li {
	padding: 3px 0 6px 0;
	background: url(../img/sub_nav_border.gif) repeat-x 0 bottom;
}
#sub_nav a:link, #sub_nav a:visited { 
	padding: 0 0 0 18px;
	color: #073956;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/sub_nav_bg.gif) no-repeat 0 center;
}
#sub_nav a:hover {
	background: url(../img/sub_nav_hover_bg.gif) no-repeat 0 center;
}
/* SUB NAVIGATION END */
/* NAVIGATION BOXES START */
ul#box_nav {
	list-style: none;
	margin-top: 10px;
}
#box_nav li {
	padding: 6px 0 0px 0;
	background: url(../img/sub_nav_border.gif) repeat-x 0 top;
}
#box_nav a:link, #box_nav a:visited {
	padding: 0 0 0 18px;
	color: #073956;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/sub_nav_bg.gif) no-repeat 0 center;
}
#box_nav a:hover {
	background: url(../img/sub_nav_hover_bg.gif) no-repeat 0 center;
}
/* NAVIGATION BOXES END */
/* SIDEBAR BOXES START */
.sidebar {	
	margin-bottom: 15px;
	border: 1px solid #C6CCD8;
}
.sidebar dl,
#fsite_content_left dl {
	padding: 5px;
	border: 1px solid #FFF;
	background: url(../img/sidebar_bg.jpg) no-repeat right bottom;
}
.sidebar dt,
#fsite_content_left dt {
	margin-bottom: 5px;
	padding: 0 0 6px 0;
	background: url(../img/sub_nav_border.gif) repeat-x 0 bottom;
	color: #F47B1C;
	font-weight: bold;
}
/* SIDEBAR BOXES END */
/* CONTENT END */

/* FOOTER START */
#footer {
	clear: both;
	color: #9DA0A5;
	background: #FFF;
	border-top: 1px solid #C6CCD8;
	padding: 10px 0 15px 0;
}
#footer .member {
    float: left;
    padding-bottom: 15px;
}
#footer .member img {
    float: left;
}
#footer .member p {
    float: left;
    font-size: 11px;
}
#footer .meta {
    float: right;
	text-align: right;
}
#footer a:link, #footer a:visited {
	color: #9DA0A5;
	text-decoration: none;
}
#footer a:hover {
	color: #3C3D3F;
}
/* FOOTER END*/

