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

/*---------------Basic/Shared----------------*/

body {
	font: 12px Tahoma, Geneva, Verdana, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
#container {
	width: 960px;
	height: auto%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: left;
	position: relative;
	}

#top {
	width: auto;
	height: 420px;
	background-color: #fff;
	}
	
#middle {
	width: 100%;
	height: auto;
	z-index: 1;
	}

#main_content {
	width: auto;
	height: auto;
	background-color: #B6E6E1;
	}

#blackbar {
	width: 100%;
	height: 28px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #000000;
	}
	
#blackbar_img {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -8px;
	left: 15px;
	z-index: 2;
	}

#middlebar {
	width: 252px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #000000;
	}

#middlebar_img {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -8px;
	left: 15px;
	z-index: 2;
	}
	
#bottom {
	width: 960px;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	}

.flt_left {
	width: auto;
	height: auto;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	}


.flt_right {
	width: auto;
	height: auto;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}
	
	
/*---------------Left Column----------------*/

#leftcontent {
	width: 252px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF
	}

#topleft {
	width: 222px;
	height: auto;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	}

#topleft_nav {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	}

#topleft_nav a {
	font-family: "Avenir", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-left:10px;
	}

#topleft_nav a:hover {
	color: #F68E1E;
	text-decoration: none;
	}

#bottomleft {
	width: 222px;
	min-height: 340px;
	height: auto !important;
	height: 340px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #B6E6E1;
	}
	
.bottomleft_content {
	width: 222px;
	position: static;
	}

.bottomleft_number {
	width: 40px;
	height: 40px;
	padding-top: 5px;
	float: left;
	}

.bottomleft_text {
	width: 175px;
	float: right;
	}
	
	
/*---------------Right Column----------------*/
	
#topright {
	width: 708px;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 252px;
	top: 0px;
	overflow: visible;
	}

#rightcontent {
	width: 708px;
	height: auto !important;
	min-height: 800px;
	height: 800px;
	float: right;
	position: relative;
	background-color: #FFFFFF;
	}

#topbar {
	width: 643px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	padding-left: 65px;
	padding-top: 4px;
	margin-top: 15px;
	background-color: #000000;
	}

#topbar_img {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 7px;
	left: 15px;
	z-index: 1;
	}

#rightcontent_inset {
	width: 683px;
	height: auto;
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	padding-left: 25px;
	line-height: 150%;
	}

#bottomright {
	width: 708px;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 252px;
	top: 0px;
	}

.bottomright_feature {
	width: 233px;
	height: 360px;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: solid 3px #FFBA80;
	}

.bottomright_featuretitle {
	width: 233px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	background-color: #FFBA80;
	padding-top: 10px;
	}

.bottomright_featurecontent {
	width: 185px;
	margin: 0px;
	padding: 0px;
	padding-top: 18px;
	padding-left: 24px;
	padding-right: 24px;
	}
	
	
/*---------------Footer----------------*/

#footer {
	width: 960px;
	height: auto;
	margin: 0px;
	padding: 0px;
	position:relative;
	}

#footerbar {
	width: 960px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	}

#footercontent {
	width: 945px;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	}
