body {
	background:#2C2C2C url(../images/bg-sitetop.jpg) top left repeat-x;
    font-family: Verdana, Verdana, Geneva, sans-serif;         
    color:#fff;
    font-size:12px;
    line-height:16px;
}

#wrapper {
	background:url(../images/bg-header.jpg) top center no-repeat;
}

#container {
    width:980px;
    margin: 0 auto;
}
#header {
    height: 267px;
    overflow: hidden;
}
#logo {
	position:absolute;
    width:172px;
    height:67px;
	margin:125px 0 0 6px;
	z-index:999;
}
#slider-overlay, #slider {
	position:absolute;
    height:215px;
	width:914px;
	margin:0 0 0 66px;
}
#slider-overlay {
	background:url(../images/slider-overlay.png) top left no-repeat;
	z-index:998;
}

#menu {
    position:absolute;
    
    height:30px;
    line-height:30px;
    font-size:14px;
    margin:237px 0 0 0;
}
#menu li {
    float:left;
}
#menu a {
    color:#FFF;
	font-weight:bold;
	display:inline-block;
}
#menu a span {
	display:inline-block;
    padding: 0 20px 0 18px;
	line-height:30px;
}
#menu li.active a, #menu li a:hover {
	background:url(../images/bg-menu.jpg) bottom left no-repeat;
}
#menu li.active a span, #menu li a:hover span {
	background:url(../images/bg-menudiv.jpg) bottom right no-repeat;
}

#main {
	background:url(../images/bg-maintop.jpg) top center no-repeat;
	width:940px;
	margin:0 auto;
    overflow:auto;
    padding: 0 0 20px 0;
}

#content-wrapper {
	float:left;
}
#content {
	background:#6e6e6e url(../images/bg-content.gif) top right no-repeat;
    width:600px;
	padding:20px 50px 20px 20px;
}
#boxes {
	width:690px;
	margin:11px 0 0 0;
}
#boxes p {
	padding: 0 10px;
}
.box {
    float: left;
    margin: 0 11px 0 0;
    width: 196px;
	height:180px;
	padding:15px 10px;
}

#boxes span.title {
	display:block;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding: 0 0 20px 0;
}
.box.one {
	background: url("../images/box1.gif") top center no-repeat;
}
.box.two {
	background: url("../images/box2.gif") top center no-repeat;
}
.box.three {
	background: url("../images/box3.gif") top center no-repeat;
}


.text p, .text ul, .text ol, .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    padding: 0 0 15px 10px;
}
.text ul, .text ol{
    padding: 0 0 15px 35px;
    list-style:disc;
}
.text ol{
    list-style:decimal;
}
.text table {
	margin: 0 0 15px 10px;
}
.text td {
    vertical-align:top;
}
.text a {
    color:#790702;
}
.text a:hover {
	text-decoration:underline;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
	color:#790702;
    font-size:14px;
}
.text h1 {
    font-size:18px;
	color:#fff;
	font-weight:bold;
	padding: 25px 0 30px 0;
}
.text h2 {
    font-size:16px;
}
.text h3 {
    font-size:15px;
}

#rightbar {
    float:right;
    width:250px;
	background:#565656 url(../images/bg-rightbar.jpg) bottom left no-repeat;	
	color:#fff;
	font-size:12px;
}
#heading-right {
	background:url(../images/bg-righttitle.gif) top left no-repeat;
	height:27px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:45px 0 0 10px;
}
#rightbar p {
    border-bottom:1px solid #2c2c2c;
	margin:15px 20px;
	padding:  0 0 15px;
}
#footer-wrapper {
	background:#aa312c;
}
#footer {
	margin:0 auto;
	width:980px;
	height:40px;
    clear:both;
    font-size:11px;
	padding:20px 0 0 0;
}
#footer a {
    color:#fff;
}
#footer a:hover {
    text-decoration:underline;
}

