@charset "utf-8";
/* CSS Document */

/*----------- Body Tag -----------*/
body {
	margin:0;
   padding:0;
   height:100%;
	background:#b7b0a7 url(../images/header_bg.gif) repeat-x left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/*----------- Clearfix -----------*/
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*----------- Layout -----------*/
#content { margin-right:30px;}
img { border:none;}

#container {
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	background: url(../images/content_bg.gif) repeat-y center top;
}
#header {
   width: 818px;
   margin: 0 auto;
   padding: 0px;
}
#body {
	width: 818px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 50px;   /* Height of the footer */
	clear: both;
}

.left {
	width: 203px;
	float: left;
	background: url(../images/left_bg.gif) no-repeat left top;
}
.right {
	width: 615px;
	float: right;
	background: url(../images/right_bg.gif) no-repeat right top;
}

#logo {
	height: 125px;
	width: 203px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
.banner {
	width: 602px;
}

#contactUs {
	height: 80px;
	width: 166px;
	margin:0 0 0 13px;
	padding:10px 0 0 0;
	padding-left:24px;
	list-style:none;
	line-height:35px;
	font-size:12px;
	font-weight:bold;
	color: #877b6c;
	background-color:#e9e7e4;
	}
	
#contactUs a, #contactUs a:link{
	color: #877b6c;
	background: no-repeat left top;
	font-size:10px;
	font-weight:normal;
	display:block;
	text-decoration:none;
}

#contactUs a:hover {
	color: #9f0016;
	background: no-repeat left top;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
#top_bar {
	height: 60px;
	width: 602px;
	margin: 0;
	padding: 0;
}
#page_content {
	margin:25px 35px 20px 20px;
	clear: both;
}

#box {
	height: auto;
	width: 535px;
	margin:0 13px 0 0;
	padding:10px 13px;
	list-style:none;
	line-height:35px;
	font-size:12px;
	font-weight:normal;
	color: #877b6c;
	background-color:#e9e7e4;
	}
	
#box a, #box a:link{
	color: #9f0016;
		font-weight:bold;
	text-decoration:none;
}

#box a:hover {
	color: #9f0016;
			font-weight:bold;
	text-decoration:underline;
}

/*----------- Footer -----------*/

#footer {
	width:818px;
	margin: 0 auto;
	margin-bottom: 50px;
	height:50px;   /* Height of the footer */
	clear: both;
}

#footer_wrapper {
	height: 50px;
	width: 565px;
	float: right;
	color: #ffffff;
	background-color: #aba298;
	margin: auto;
	margin-right: 33px;
}

#footer_meta {
	margin: 0 15px;
	color: #ffffff;
}
