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

body {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	background: url(../assets/bg_home.jpg) repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 882px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0 10px 0 8px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header img {
	float:left;
	display:block;
}


#footer { 
	font-size:12px;
	padding: 0 10px 15px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer .address {
	
	color:#7a675a;
	text-align:center;
}
#footer .address  a{
	color:#7a675a;
	text-decoration:none;
}
#footer .address  a:hover{
	text-decoration:underline;	
}

#footer .bottom-links
{
	padding-top: 5px;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif; ;
}


#footer .bottom-links ul
{
	margin: 0;
	margin-left: 245px;
	padding: 0;
	list-style: none;
}
#footer .bottom-links li
{
	float:left;
	position:relative;
	text-align:left;
	padding: 0 0 0 15px;
	margin:0;
}

#footer .bottom-links  a{
	color:#7a675a;
	text-decoration:none;
}
#footer .bottom-links  a:hover{
	text-decoration:underline;	
}

#footer .copyright {
	padding-top:5px;
	color:#20150e;
	text-align:center;
}


#wrapper{
	margin:0;
	width:947px;
	position: relative;
}
#wrapper .top{
	background: url(../assets/main-bg-top.png) no-repeat;
	height:18px;
	width:100%;
	padding:0;
	position: relative;
} 
#wrapper .main{
	background:url(../assets/main-bg-middle.png) repeat-y;
	position: relative;
	display:block;
	border: none;
	margin: 0;
	padding: 20px 40px 20px 40px;
}
#wrapper .bottom{
	background:url(../assets/main-bg-bottom.png);
	height:16px;
	width:100%;
	position: relative;
	padding: 0;
}

	
#nav
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #4b301f;
	display:block;
	margin-top: 100px;
 	float:right;
}

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

#nav li ul span {white-space:normal; }

#nav li
{
	float:left;
	position:relative;
	text-align:left;
	padding: 0 0 0 15px;
	margin:0;
}

#nav a
{
	text-decoration: none;
	color:#4b301f;
}
#nav a:hover
{
	text-decoration: underline;
}


.left 
{
	width: 205px;
	display:block;
	float:left;
	margin: 0;
}

.left .links
{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	border: solid 1px #523e31; 
	background-color:#e7e3e1;
	color: #523e31;
	padding:0;
	margin-top: 10px;
	padding-top: 5px;
}


.left .links ul
{
	margin:0;
	padding: 8px 0 8px 0;
	text-align:center;
	list-style:none;
}


.left .links a{
	background-color:#b0e778;
	color:#479300;
	text-decoration:none;
}
.left .links  a:hover{
	text-decoration:underline;	
}

.left .links span{
	font-family: Verdana, Georgia, serif;
	padding-left:5px;
	font-size:10px;
	text-align: center;
}

.left .phone
{
	padding: 8px 0 8px 0;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #523e31;
	text-align:center;
}

.left .phone p
{
	margin:0;
}

.right
{
	display:block;
	float:right;
}

#content_area
{
	width:624px;
	height:435px;
	display:block;
}

#availability
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	background:url(../assets/availability-bg.jpg) no-repeat;
	display:block;
	height: 142px;
	width: 207px;
	padding-left:5px;
}

#availability h1
{
	font-size: 12px;
	padding: 4px 0 0 0;
	margin:0 0 5px 0;
	text-align: center;
}

#availability form
{
	padding-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#availability .submit
{
	border: 0px solid #FFFFFF;
	font-size:9px;
	cursor:pointer;
	letter-spacing: 1px;
	background:url(../assets/check-btn.jpg) no-repeat;
	width: 184px;
	height:20px;
}

#availability .submit:hover
{
	text-decoration:underline;

}





.clearfloat { 
	clear: both;
	height: 0px;
	display: inline;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
