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

body {
	font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
	color:#3e0203;
	text-align:center;
	margin: 0;
	padding: 0;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x; 
	background-color: #f7f8f2;
}

body a{
	color:#4d0303;
	text-decoration:underline;
}

body a:hover{
	color:#bb8c0c;
	text-decoration:underline;
}

body p{
text-align:justify;
}

#banner{
	width:828px;
	height:102px;

}

#nav_top{
	width:828px;
	height:30px;
	background-image:url(../img/nav_bg.png);
	background-repeat:repeat-x;
	border-bottom:solid 3px #bb8c0c;

}

#container{
	background-color:#FFFFFF;
	width:828px;
	text-align:left;
	border-right: 8px #FFFFFF solid;
	border-left: 8px #FFFFFF solid;
	border-top: 8px #FFFFFF solid;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}

#column_left{
	width:348px;
	float:left;

}

#column_leftBox{
	background-color:#eae9da;
	width:278px;
	padding:15px 35px 35px 35px;
	border-bottom:10px #FFFFFF solid;
	font-size:10px/14px;
}



h1{
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-stretch:extra-expanded;
	color:#a0753c;
	font-size:20px;
	font-weight:normal;
}

h2{
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-stretch:extra-expanded;
	color:#7a5c09;
	font-size:15px;
	font-weight: bold;
}

h3{
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-stretch:extra-expanded;
	color:#3e0203;
	font-size:13px;
	font-weight:bold;
}


.section_head_medium a{
	color:#a0753c;
	text-decoration:none;
}

.section_head_medium a:hover{
	color:#a0753c;
	text-decoration:underline;
}




.quote{
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-stretch:extra-expanded;
	color:#a0753c;
	font-size:10px;
	font-weight:bold;
	padding-top:2px;
}


#column_right{
	background-color:#fff;
	width:429px;
	padding:20px 30px 30px 20px;
	float:left;
}

#div_bar{
	height:15px; 
	background-color:#fff; 
	border-bottom:5px solid #e5e4d3;
}



/* FOOTER */
#footer{
	width:828px;
	height:15px;
	clear:both;
	font-size:9px;
	border-top:#bb8c0c 2px solid;
	padding-top:3px;
	padding-bottom:3px;
	color:#4d0303;
	text-align:left;
}

#footer a{
	color:#999;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}


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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


