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

a:link{
	color:#9b7249;
}

a:hover{
	color:#9b7249; 
	text-decoration:none;
}

a:visited{
	color:#9b7249;
}

body{
	margin:0px;
	padding:0px;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif; 
}




/**************<< GENERAL CSS CONTENT TEXT >>**************/

h1 {/*default setting for H1 with no class tag*//*NOTE to change the default margin look at #column_middle*/
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14pt;
	font-weight:bold;
	color: #9b7249;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}

h1.seo{/*the styling for SEO content*//*NOTE to change the default margin look at #column_middle*/
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight:normal;
	color: #CCCCCC;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}

h1.main_header{/*NOTE to change the default margin look at #column_middle*/
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14pt;
	font-weight:bold;
	color: #9b7249;
	margin-top:20px;
	margin-bottom:15px;
	margin-left:0;
	margin-right:0;

}

h1.sub_header{/*NOTE to change the default margin look at #column_middle*/
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight:bold;
	color: #9b7249;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}

p{	/*NOTE to change the default margin look at #column_middle*/
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight:normal;
	color:#000000;
	line-height:17px;
	margin-top:0;
	margin-bottom:15px;
	margin-left:0;
	margin-right:0;
}

ul{/*NOTE to change the default margin look at #column_middle*/
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight:bold;
	color:#635935;
	line-height:20px;
	margin-top:0;
	margin-bottom:20px;
	margin-left:0;
	margin-right:0;
	
}
li{/*NOTE to change the default margin look at #column_middle*/
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight:normal;
	color:#635935;
	line-height:20px;
	margin-top:0;
	margin-bottom:1px;
	margin-left:18px;
	margin-right:0;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
}

.underline{
	text-decoration:underline;
}

.larger1{
	font-size:107%;
}
.larger2{
	font-size:115%;
}

.larger3{
	font-size:125%;
}

.smaller{
	font-size:75%;
}

.change_color1{
	color:#635935;
}

.center_text{
	text-align:center;
}

.left_text{
	text-align:left;
}

.right_text{
	text-align:right;
}

.intend_text{
	margin-left:30px;
}

.extra_space_bottom{/*spacer for content*/
	margin-bottom:30px;
}

.extra_space_top{/*spacer for content*/
	margin-top:30px;
}

.intend_text{
	margin-left:30px;
}

/**************<< END GENERAL CSS CONTENT TEXT >>**************/



/**************<< GENERAL CSS CONTENT IMAGES >>**************/
a img{/*unlinked images*/
	border:0px;
}

a img{/*linked images*/
	border:0px;
}

a img.float_right{/*linked images*/
	border:0px;
	float:right;
}

a img.float_left{/*linked images*/
	border:0px;
	float:left;
}

p img{/*mid content NO text wrapping*/
	border:0px;
}

p img.left_text_wrap{/*mid content text wrapping images float left*/
	float:left;
	border:0px;
	padding:20px;
}

p img.right_text_wrap{/*mid content text wrapping images float right*/
	float:right;
	border:0px;
	padding:20px;
}

p img a.border{
	border:#000000 1px solid;
}

p img.border{
	border:#000000 1px solid;
}

img.border{
	border:#000000 1px solid;
}

border{
	border:#000000 1px solid;
}

/**************<< END GENERAL CSS CONTENT IMAGES >>**************/



/**************<<<<< WRAPPERS CSS >>>>>**************/

#wrapper_main{/*the wrapper containing all content and floats it to the middle of the browser*/
	width:1000px;
	margin: 0px auto !important;/*centers the page in the middle (do not change)*/
	background:#ffffff url(../images/background.gif) repeat-y;
	padding:0;
	clear:both;
}

#wrapper_header{/*the wrapper that clears all floats and contains the header left and right*/
	background:#ffffff;
	padding:0;
	margin:0;
	clear:both;
}

#column_wrapper{/*contains the 3 content columns */
	background:#ffffff;
	
	padding:0;
	margin:0;
	clear:both;
}
/**************<<<<< END WRAPPERS CSS >>>>>**************/



/**************<<<<< HEADER CSS >>>>>**************/

#header_left{
	float:left;
	width:272px;
	height:auto;
	padding:0;
	margin:0;
}

#header_right{
	float:right;
	width:728px;
	height:auto;
	padding:0;
	margin:0;
}

/**************<<<<< END HEADER CSS >>>>>**************/



/**************<<<<< COLUMNS CSS >>>>>**************/

#column_left1{
	float:left;
	margin:0;
	padding-left:22px;
	width:250px;
	clear:none;
}
/**************<<<<< Main Navigation CSS (inside #column_left1)>>>>>**************/
#menu_main{
	margin:0 0 0 -17px;
	padding:0;
}

#menu_main ul{	
	padding:0;
	margin:0;
	list-style-type:none;
}


#menu_main ul li a{
	margin:0;
	padding-left:20px;
	padding-bottom:4px;
	padding-top:4px;
	padding-right:0;
	color:#ffffff;
	display:block;
	font-weight:bold;
	height:20px;
	text-decoration:none;
	list-style-type: none;
}

#menu_main ul li a:hover{
	background:#8d7d50;
}

#menu_main ul li a.current{
	background:#9b7249;
}

#menu_main ul li a.menu_smaller{
	font-weight:normal;
	padding-bottom:0px;
	padding-top:0px;
}
			   
/**************<<<<< END Main Navigation CSS >>>>>**************/			   
#column_middle1{/*here to change the default "text-margin" change the padding and reduce the width by the same amount*/
	float:left;
	margin:0;
	padding-right:40px;/*change the padding to see a difference in the "text-margin" here -REMEMBER TO SUBTRACT from width!!*/
	padding-left:40px;
	width:403px;/*substract the width of each "padding" (left and right) you change or you will change the size!!*/
	clear:none;
	border-right:1px #635935 solid;
}

#column_right1{
	float:right;
	margin:0;
	padding:0;
	width:213px;
	clear:none;
	
}

/**************<<<<< END COLUMNS CSS >>>>>**************/



/**************<<<<< FOOTER CSS >>>>>**************/

#footer{
	clear:both;
	height:20px;
	background:#9b7249;
}

#copyright{
	clear:both;
}

/**************<<<<< END FOOTER CSS >>>>>**************/
