body {
		padding: 0px; 
		margin: 0px;
		font-family: Verdana, Helvetica, Sans-serif, Arial;
		font-size: 11px;
		line-height: 1.6em;
	}
	
img {
	border: 0
}

input, textarea {
	font-family: Verdana, Helvetica, Sans-serif, Arial;	
	font-size: 1em;
}

a {
	color: #778e1d;
}
a:hover {
	color: #b0ca4b;
	text-decoration: underline;
}

h1 {
	color: #e47904;
}

.vow_green {
	color: #778e1d;
}

.vow_orange {
	color: #e47904;
}

#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background-image: url('../images/header_bg.jpg');
	width: 900px;
	height:109px;	
}

#login
{
	position: relative;
	top: 0px;
	left:500px;
	width:380px;
	text-align: right;
	color: #ffffff;	
}

#login a {
	text-decoration: underline;
	color: #ffffff;	
}

#social_links {
	position: relative;
	top: 38px;
	left: 20px;
}

#lease_links {
	position: relative;
	top: -10px;
	left:500px;
	width:380px;
}

#menu_h_1 {
	width:900px;
	background-image: url('../images/menu_h1_bg.gif');
	background-repeat: repeat-x;
	margin: auto;
	padding: auto;
	text-align: center;
}

#splash {
	width:900px;
	border-left: 1px solid #778e1d;
}

#logo {
	float: left;	
}

#splash_id {
	float: left;	
}

#menu_h_2 {
	width:900px;
	background-image: url('../images/menu_h2_bg.gif');
	background-repeat: repeat-x;
	margin: auto;
	padding: auto;
	text-align: center;	
}

#main {
	width:900px;
	background: #ffffff;
	padding: 30px 0px 30px 0px;	
}

#left_col {
	float: left;
	width: 298px;
}

#right_col {
	float: left;
	width: 598px;
}

#one_col {
	padding-top: 0px;	
}

#special_offers {
		background: url('../images/left_col_box_bg.gif');
		background-repeat: repeat-y;
		text-align: center;
		color: #ffffff;
		width: 298px;		
}

#special_offers div {
	padding: 10px;
	line-height: 1.9em;
}

#news {
	background: #efefef;
	width: 298px;
	text-align: left;
	border: 1px solid #cccccc;	
}

.padding_4_L {
	padding-left: 4px;	
}

.home_news_div {
	margin: 0px 5px 5px 5px;
	padding: 0px 8px 0px 8px;
	background: #e9e9e9;
	text-align: justify;
	text-justify: newspaper;
}

.home_news_time {
	color: #555555;
	letter-spacing: .5px;
	font-size: .8em;
	font-weight: bold;
}

.padding_8_L {
	padding-left: 8px;	
}

.blog_news_div {
	margin: 20px 10px 20px 10px;
	padding: 10px 10px 10px 10px;
	background: #f5f5f5;
	text-align: justify;
	text-justify: newspaper;
}

.blog_news_time {
	color: #555555;
	font-weight: bold;
}

a.home_news_subject {
	color: #f15c22;
	font-weight: bold;
	padding-top: 4px;	
	letter-spacing:1px; 
}

a.home_news_subject:hover {
	color: #ee855b;
}

#content {
	padding: 0px 20px 0px 20px;
	font-size: 1.1em;
	line-height: 1.8em;
}

#content p {
	text-align: justify;
	text-justify: newspaper;	
}

#endContent {
	font-family: serif, Georgia, Times;
	font-style:italic;
	text-align:center;
	font-size:.8em;
	color:#778e1d;
}

#toTop {
	width:100%;
	font-size:.9em;
	font-style: italic;
}

#footer {
	line-height: 1.8em;	
	color: #555555;
	text-align: center;
	background-color:#f4e4a4;
	padding: 20px;
	height: 160px;
}

#menu_footer {
	color: #778e1d;
	padding: 10px;	
}

#menu_footer a {
	color: #778e1d;
	font-size: 1.1em;
	text-decoration: none;
}
#menu_footer a:hover {
	color: #b0ca4b;
	text-decoration: underline;
}
#copyright a {
	color: #555555;
}
#copyright a:hover {
	color: #777777;
}

#footer_logos {
	text-align: right;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 5px;	
}

label.login,input.login {
	display: block;
	width: 145px;
	float: left;
	margin-bottom: 10px;
}

label.login {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

input.loginbtn {
	margin-left: 20px;
	width: 245px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

label.contact,input.contact {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

label.contact {
	text-align: right;
	width: 75px;
	padding-right: 10px;
}

input.contactbtn {
	margin-left: 20px;
	width: 245px;
	margin-bottom: 10px;
}

textarea.contact {
	width: 380px;
	display: block;
	float: left;
	margin-bottom: 10px;
}


.location_boxes {
	width: 270px;
	float: left;
	line-height: 1.5em;	
}


#calendar {
	margin: 0;
	padding: 0;
	width: 700px;
	border: 2px solid #e47904;
	background-color: #ddd; 
	list-style: none;}
	

	
#calendar li {
	list-style-position: inside;
	font-weight: bold;
	width: 88px;
	height: 88px;
	border: 1px solid #e47904;
	float: left;
	background-color: #ffe7d3;
	padding: 5px;
	overflow: hidden; }
		
#calendar li.sunday {
	margin-left: 0; }
#calendar li.monday {
	margin-left: 100px; }
#calendar li.tuesday {
	margin-left: 200px; }
#calendar li.wednesday {
	margin-left: 300px; }
#calendar li.thursday {
	margin-left: 400px; }
#calendar li.friday {
	margin-left: 500px; }
#calendar li.saturday {
	margin-left: 600px; }	
	
#calendar li ul {
	margin: 0;
	padding: 0;
	clear: both; }
#calendar li ul li {
	list-style: none;
	font-weight: normal;
	float: none;
	border: none;
	padding: 5px 0;
	margin: 0; }
	
#calendar li:hover ul li, #calendar li.hover ul li {
	position: absolute;
	width: 150px;
	margin-left: -38px;
	height: auto;
	background-color: #e47904;
	border: 1px solid #e47904;
	color: #fff;
	padding: 10px;
	z-index: 10; } 


