@import url("reset.css");

body {
	background: #49404F;
	color: #3E4B26;
	font-family: Arial;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

h1 {
	color: #3E4B26;
	font-size: 17px;
	padding-bottom: 5px;
}

h2 {
	color: #3E4B26;
	font-size: 17px;
	padding-bottom: 5px;
}

h3 {
	color: #fff;
	font-size: 15px;
	padding-bottom: 10px
}

h4 {
	color: #3E4B26;
	font-size: 13px;
	padding-bottom: 5px;
}

h5 {
	color: #3E4B26;
	font-size: 12px;
	padding-bottom: 5px;
}

h6 {
	color: #3E4B26;
	font-size: 10px;
	padding-bottom: 5px;
}

#wrapRepeated {
	background: url(../images/wrap_repeated.jpg) repeat-y center top;
}

#wrapBottom {
	background: url(../images/wrap_bottom.jpg) no-repeat center bottom;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding-bottom: 10px;
}

#wrap {
	width: 978px;
	margin: 0 auto;
	padding: 4px 12px 10px 6px;
	background: url(../images/wrap_top.jpg) repeat-x left top;
}

*html #wrap {
	width: 977px;
}


#leftCol {
	width: 201px;
	float: left;
}

#leftCol .logo {
	border-top: 1px solid #F5F6F6;
	border-left: 1px solid #F5F6F6;
	border-bottom: 1px solid #F5F6F6;
	padding: 7px 0 30px 8px;
}

#leftCol .leftgray {
	background: #596166;
	text-align: center;
	min-height: 581px;
	height: auto !important;
	height: 581px;
}

*html #leftCol .leftgray {
	background: #596166;
	text-align: center;
	min-height: 575px;
	height: auto !important;
	height: 575px;
}

#leftCol .leftgray .moduletable {
	padding: 10px 0 10px 0;
	margin-bottom: 29px;
}

.leftgray .moduletable ul {
	padding: 0 8px 0 11px;
}

.leftgray .moduletable ul li {
	background: url(../images/border.jpg) repeat-x left bottom;
	padding: 10px 0;
}

.leftgray .moduletable ul li a:link, .leftgray .moduletable ul li a:active, .leftgray .moduletable ul li a:visited {
	font-size: 15px;
}

.leftgray .moduletable h3 {
	background: #49404F;
	padding: 5px 0 9px 0;
	margin-bottom: 5px;
}

#leftCol .leftgray .moduletable label {
	color: #fff;
	font-size: 13px;
}

#rightCol {
	float: right;
	width: 775px;
}

#rightCol .banner {
	margin-bottom: 1px;
}

#rightCol .content {
	background: url(../images/content_bg.jpg) repeat-y left top;
}

#rightCol .content .contentBorder {
	background: url(../images/content_border.jpg) no-repeat left top;
	padding: 7px 90px 20px 4px;
}

#rightCol .content .contentBorder .box {
	background: #7A825B;
	padding: 4px;
	margin-bottom: 4px;
}

#rightCol .content .contentBorder .box a {
	background: #fff;
	padding: 3px;
	width: 144px;
	display: block;
	float: left;
}

#rightCol .content .contentBorder .box a:hover {
	background: #ABAA83;
}

.boxRight {
	width: 466px;
	float: right;
	background: #FFFFFF;
	padding: 7px 40px 7px 10px;
}

*html .boxRight {
	width: 466px;
	float: right;
	background: #FFFFFF;
	padding: 3px 40px 3px 10px;
}

#rightCol .content .contentBorder .boxRight a {
	float: none;
}

#rightCol .content .contentBorder .boxRight a:hover {
	background: none;
}

.description {
	float: left;
	width: 220px;
	background: url(../images/description_border.jpg) repeat-y right top;
	padding-right: 20px
}

.description p {
	margin-bottom: 0;
}

.details {
	float: right;
	width: 200px;
}

#footer {
	width: 752px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
	color: #fff;
}

#footer ul {
	padding-bottom: 5px;
}

#footer ul li {
	display: inline;
	padding: 0 5px 0 8px;
}

#footer ul li:first-child {
	border-left: none;
}

#footer ul li a {
	color: #fff;
}