@import "global.css";

body {
	background-image: url("../images/main_bg.png");
}

div#container {
	background: url("../images/top_bg_main.png") repeat-x 0px -5px;
}

div#content {
	width: 840px;
}

div#left {
	float: left;
	margin-top: 30px;
	width: 194px;
	margin-right: 20px;
}

div#left_nav {
/*	height: 231px;*/
	position: relative;
	background:#e6e6e6 url("../images/left_nav_bg.png") no-repeat 0px 31px;
	background-position:bottom;
/*	overflow: hidden;*/
}

div#left_nav ul {
	list-style-type: none;
	margin: 19px 0 0 20px;
	overflow: hidden;
	padding: 0px;
}

div#left_nav li {
	float: left;
	clear: left;
	margin-bottom: 17px;
	display: block;
	width: 160px;
}

div#left_nav a, div#main_nl {
	font-size: 10pt;
	color: #454444;
}

div#left_nav a:hover, div#main_nl a, div#left_nav a#current {
	color: #b9121b;
}

span.bl, span.br {
	width: 12px;
}

span.m {
	margin: 0 12px;
}

span.bl {
	background-image: url("../images/nav_bl.png");
	left: 0px;
}

span.br {
	background-image: url("../images/nav_br.png");
	right: 0px;
}

div#main_nl {
	width: 194px;
	height: 65px;
	margin-top: 20px;
	position: relative;
}

div#main_nl img {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#main_nl p {
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 19px;
	width: 155px;
}

div#body_content {
	float: left;
	width: 587px;
	height: 630px;
	position: relative;
	padding: 77px 19px 6px 20px;
	margin-bottom: 9px;
	background: #fafafa url("../images/body_bg.png") repeat-x 0 61px;
}

div#body_content a {
	color: #b9121b;
	text-decoration: underline;
}

div.body_bottom {
	position: absolute;
	left: 0px;
	bottom: -9px;
	height: 9px;
}

div.body_bottom img {
	float: left;
}

h2#body_header {
	font-size: 24px;
	color: #b9121b;
	line-height: 59px;
	padding: 2px 0 0 20px;
	width: 606px;
	background: url("../images/main_header.png") no-repeat;
	height: 59px;
	position: absolute;
	left: 0px;
	top: 0px;
}

div#body_content p {
	font-size: 13px;
	color: #333;
	margin-bottom: 15px;
	line-height: 18px;
}

div#body_content h3 {
	color: #C93;
	font-size: 16px;
	margin-bottom: 13px;
}

div#body_content h4 {
	color: #b9121b;
	margin-bottom: 8px;
	font-size: 13px;
	clear: left;
}

div#body_content ul {
	margin: 0 0 15px 10px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
	color: #333;
	overflow: hidden;
}

.last {
	margin-bottom: 0px !important;
}

div#body_content li {
	float: left;
	clear: left;
	line-height: 19px;
	vertical-align: top;
	padding-left: 9px;
	position: relative;
	width: 555px;
}

div#body_content li span {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.dotted_one, div.dotted_two {
	padding: 1px;
	overflow: hidden;
}

div.dotted_one div, div.dotted_two div {
	background-color: #FFF;
}

div.dotted_one {
	background-image: url("../images/dots_1px.gif");
}

div.dotted_two {
	background-image: url("../images/dots_2px.gif");
}

ul.large_lh li {
	line-height: 25px !important;
}

div.splitter {
	height: 1px;
	background: url("../images/dots_2px.gif") repeat-x;
	margin-bottom: 15px;
}
