@charset "utf-8";
body {
	font:100% Arial, Helvetica, sans-serif;
	background:url(../images/body_bkg.gif) #823000 repeat-x;
	margin:0;
	padding:0;
	text-align:center;
	color:#000000;
}
#container {
	width:765px;
	background:#ffffff;
	margin:0 auto;
	text-align:left;
}
a{
	color:#894D00;
}
/************ HEADER ************/
#header {
	height:297px;
	width:765px;
	padding:0;
	margin:0;
	background:url(../images/header_image.jpg) no-repeat;
}
.header_text {
	margin:0;
	padding:3px 0;
	color:#FED8A9;
}
.header_text a {
	margin:0;
	padding:0;
	text-decoration:none;
	color:#FED8A9;
}
.header_text a:link {
	margin:0;
	padding:0;
}
.header_text a:hover {
	margin:0;
	padding:0;
	color:#4e2c00;
	text-decoration:underline;
}
.header_text a:selected {
	margin:0;
	padding:0;
	color:#4e2c00;
	text-decoration:underline;
}
.header_text h4 {
	margin:0;
	padding:0;
}

/************ CONTENT ************/
#navigation{
	height:39px;
	background:#4e2c00;
}
#nav{
	height:39px;
	margin:0 10px;
	background: url(../images/nav_bkg.gif) repeat-x;
}
#nav ul{
	height:19px;
	margin:0;
	padding:10px 20px;
	list-style:none;
}
#nav li{
	margin:0;
	padding:0 0 0 30px;
	text-decoration:none;
	display:inline;
	text-align:center;
}
#nav li a{
	margin:0;
	padding:0 0 0 15px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color: #FED8A9;
}
#nav li a:hover{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color: #F3AA01;
}

/************ CONTENT ************/
#mainContent {
	background-color:#EEC38E;
	border-top:3px solid #B2874F;
	border-left:3px solid #B2874F;
	border-right:3px solid #B2874F;
	margin:0;
	padding:0 0 10px 0;
}
#content_top{
}
#content{
}

/************ CONTENT LEFT ************/
#content_left{
	float:left;
	width:205px;
	margin:10px 0 0 10px;
	padding:0;
}
#left_nav{
	height:353px;
	margin:0;
	padding:15px 0 0 0;
	background: url(../images/left_menu_back.jpg) no-repeat;
}
.left_nav_box{
	margin:0 0 15px 0;
	padding:0;
	height:70px;
	width:200px;
	vertical-align:middle;
}
.left_nav_link{
	margin:20px 0 0 0;
	padding:0 0 0 20px;
	height:20px;
	width:135px;
	vertical-align:middle;
}
.left_nav_link a{
	padding:0;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #828212;
	text-decoration:none;
}
.left_nav_link a:hover{
	padding:0;
	vertical-align:middle;
	font-size: 15px;
	font-weight:bold;
	color: #F3AA01;
	text-decoration:none;
}
#left_contact{
	height:200px;
	width:205px;
	margin:20px 0 0 0;
	padding:5px 0;
	background:#fff;
	text-align:center;
}
#left_contact h4{
	margin:0 0 10px 0;
	padding:0;
	background:#fff;
	text-align:center;
}

/************ CONTENT RIGHT ************/
#content_right{
	float:right;
	width:485px;
	margin:10px;
	padding:0px 15px 10px 20px;
	background: url(../images/body_content_back_rep.gif);
	background-repeat:repeat-x;
	background-color:#FFF3E6;
	border:1px solid #E7B578;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#894D00;
	text-align:left;
}

/************ FOOTER ************/
#footer {
	margin:0;
	padding:0;
	height:50px;
	background:url(../images/footer.gif) #823000 no-repeat;
}
#pages{
	width:700px;
	height:10px;
	float: left;
	padding:10px 0 0 20px;
	font-size:10px;
}
#pages a{
	text-decoration:none;
	font-size:10px;
	color: #FED8A9;
}
#footer p {
	height:10px;
	margin:0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:25px 10px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	text-align:center;
}

/************ MISC ************/
img{
	border: none;
}
.clearfloat{ 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.dcs_img_padding{
	padding:0px 10px 5px 0px;
}
.center{
	text-align:center;
}