@charset "utf-8";
html,body {
	margin:0;
	padding:0;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666666;
	background-color: #b5b2aa;
}
div#container {
	margin-top: 77px;
	padding-top: 13px;
	height: 585px;
	margin-left: 1px;
}
div#inner_container{
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	clear: both;
}
div#content {
	float: left;
	width: 990px;
	background-color: #fff;
}
div#grad_holder{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	margin: 0px 10px 10px 7px;
	background: url(../images/top_gradient.gif) repeat-y left top;
	float: left;
}
div#left_side {
	float: left;
	width: 466px;
	margin-top: 25px;
}
div#right_side {
	float: right;
	width: 504px;
}
div#left_menu {
	height: 130px;
	margin-left: 20px;
}
div#logo {
	width: 314px;
	border-bottom: 2px solid #000;
	padding: 5px 0 5px 190px;
}
div#frame_area {
	float: left;
	width: 408px;
	height: 373px;
	margin-bottom: 10px;
	background-color: #fff;
}
div#vbar {
	float: left;
	width: 6px;
	height: 393px;
	background: url(../images/vbar.gif) repeat-y left top;
}
div#facade {
	float: left;
	width: 90px;
	background-color:#d1d2d4;
	height: 391px;
	margin-top: 0px;
	background: url(../images/side_boxes.gif) repeat left top;
	overflow: hidden;
}
div#facade ul {
	margin: 0;
	padding: 0;
}
div#facade ul li {
	list-style: none;
	display: block;
	height: 36px;
	padding: 18px 0 0 0;
	text-align: center;
	margin: 4px 0 0 0;
}
h5, h4 {
	padding: 0;
	margin: 0;
}
div#flashcontent_abs {
	position: absolute;
	width: 800px;
	height: 565px;
	position: absolute;
	z-index: 3;
	top: 91px;
	left: 50%;
	margin-left: -638px;
	border: none;
}
div#frame_area_abs {
	position: absolute;
	width: 408px;
	height: 373px;
	position: absolute;
	z-index: 4;
	top: 256px;
	left: 50%;
	margin-left: -22px;
	border: none;
}
div#footer {
	width: 100%;
	text-align: center;
	color: #e9e5db;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#footer_links {
	float: none;
	margin-top: 5px;
}
div#framework {
	position: absolute;
	width: 992px;
	height: 585px;
	position: absolute;
	z-index: 2;
	top: 77px;
	left: 50%;
	margin-left: -496px;
	border: none;
	background: url(../images/framework.gif) no-repeat center top;
}
div#right_navigation {
	position: absolute;
	width: 90px;
	height: 336px;
	position: absolute;
	z-index: 100;
	top: 264px;
	left: 50%;
	margin-left: 392px;
	border: none;
}
div.right_link {
	display: block;
	height: 38px;
	padding: 18px 0 0 0;
	width: 90px;
	cursor: hand;
}
div#right_navigation a {
	text-decoration: none;
	color: #9fa4a9;
}

/* Link Styles */

div#footer_links a {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
div#footer_links a:hover {
	color: #fff;
	text-decoration: none;
}