@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #cbba9c;
}
p {
	margin: 0px;
	padding: 0px;
}

html, body {       height: 100%; }



#container {
	text-align: left;
	margin: auto;
	width: 969px;
	min-height: 100%;
	margin-bottom: -56px;   
	position: relative;
}
#nav_bar {
	width: 1024px;
	height: 43px;
	position: relative;
	text-align: left;
	padding-top: 10px;
}
#nav_bar .nav_bar_item_in {
	float: left;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display:inline-block;
	height: 27px;
	line-height: 27px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/nav_hover.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #9b3517;
	width:150px;
	
}

#nav_bar .nav_bar_item {
	float: left;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	text-align: center;
	width:150px;
	
}

#nav_bar .nav_bar_item a {
	display:inline-block;
	height: 27px;
	line-height: 27px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav_bar .nav_bar_item a:hover {
	background-image: url(../images/nav_hover.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #9b3517;
}
#nav_bar .nav_bar_item span {
	display:inline-block;
	height: 27px;
	line-height: 27px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav_bar .nav_bar_item_img {
	float: left;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	text-align: center;
	width:50px;
	
}

#nav_bar .nav_bar_item_img a {
	display:inline-block;
	height: 27px;
	line-height: 27px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav_bar .nav_bar_item_img a:hover {
	background-image: url(../images/nav_hover.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #9b3517;
}

#header {
	width: 969px;
	height: 273px;
	position: relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 969px;
	position: relative;
	background-image: url(../images/content_top.jpg);
	background-repeat: repeat-x;
	background-color: #D9CCB9;
	font-family: "Trebuchet MS", Arial;
	color: #41281b;
	padding-bottom: 30px;
}



#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 192px; /* padding keeps the content of the div away from the edges */
	padding-top: 35px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	margin-right: 46px;
	background-color: #9c3818;
	padding-top: 35px;
	color: #FFFFFF;
}


#mainContent {
	margin-right: 350px;
	margin-left: 200px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 22px;
	font-size: 12px;
}
#mainContent h1 {
	color: #9C3818;
	margin: 0px;
	padding: 0px;
	font-size: 21px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfooter {height: 56px;   clear: both;}

#footer {
	width: 100%;
	height: 56px;
	text-align: center;
	position: relative;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
}
#footer .copy {
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	position: absolute;
	font-size: 12px;
	left: 16px;
	top: 21px;
}

#footer_imc {
	width: 930px;
	position: relative;
	margin-top: 10px;
	height: 36px;
	background-image: url(../images/backfooter.jpg);
	background-repeat: no-repeat;
}
#imc_logo {
	position: absolute;
	left: 915px;
	top: 12px;
}


#IMC_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	position: absolute;
	left: 675px;
	top: 21px;
	width: 233px;
}
#IMC_footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#IMC_footer a:hover {
	color: #CBBA9C;
	text-decoration: none;
}


.white_text {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
}

.white_text h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background-color: #604d3f;
	background-image: url(../images/home_sideright_title.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.white_text li {
	padding-bottom: 10px;
	list-style-image: url(../images/bullet.jpg);

}
.white_text ul {
	margin: 0px;
	padding: 0px;
}
#footer .footer_content {
	position: relative;
	height: 54px;
	margin: auto;
	width: 969px;
}
.content_address {
	font-size: 12px;
	color: #9C3818;
	padding-left: 10px;
}
#lefttext
{
	font-size: 12px;
	color: #9C3818;
}
.content_address a
{
	font-size: 12px;
	color: red;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
#mainContent a {
	color: #9C3818;
	text-decoration: none;
}
#mainContent a:hover {
	color: #9C3818;
	text-decoration: underline;
}
.white_text a {
	color: #FFFFFF;
	text-decoration: none;
}
.white_text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#mainContent img {
	padding-right: 10px;
	padding-bottom: 2px;
}

