/* CSS Document */


/*** Main CSS ***/
body {
	color:#000000;
	background-color:#FFFFFF;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

img{
	border:0px;
}

p{
	margin:0px 0px 15px 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#d98353;
	text-align:center;
	font-style: italic;

	}
input{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #d5d5d5;
	margin:2px;
}

.clr{
	clear:both;
}

a{
	color:#000000;
	background-color:inherit;
	text-decoration:none;
}

a:hover{
	color:#d98353;
	background-color:inherit;
	text-decoration:none;
}

.wrapper{
	width:980px;
	margin:0px auto;
}

#header_top, #header_bottom, .page_div{
	width:100%;
}

#header_top{
	height:10px;
	color:inherit;
	background-image:url(../images/top_back.jpg);
	background-repeat:repeat-x;
}

#top_phone{
	font-weight:bold;
	font-size:16px;
	line-height:24px;
}

#top_logo{
	float:left;
}

#top_address, #top_links{
	float:right;
	text-align:right;
}

#top_header{
	position:absolute;










	width:250px
	left:10px;
	top:50px;
	left: 40%;

}

#top_links a{
	font-weight:bold;
	padding:5px;
	font-size:13px;
}

#top_strip{
	text-align:center;
	border-top:1px solid #f19d6f;
	border-bottom:1px solid #f19d6f;
	clear:both;
	height:161px;
}

.page_div{
	height:1px;
	color:inherit;
	background-color:#f19d6f;
	clear:both;
}

.wrapper #body_left{
	width:600px;
	float:left;
	margin-top:15px;
}

.wrapper #body_right{
	width:365px;
	float:left;
	height:509px;
	overflow:hidden;
}

#body_content{
	min-height:340px;
}

#body_content a{
	color:#d98353;
	background-color:inherit;
	text-decoration:none;
}

#body_content a:hover{
	color:#000000;
	background-color:inherit;
	text-decoration:none;
}

#footer{
	color:#7e7e7e;
	background-color:inherit;
	font-size:11px;
}
