@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	}
	
#container {
	width:980px;
	margin: 0 auto;
	background-color:#ffffff;
	border:thin #993333;
}

#container2 {
	width:880px;
	margin: 0 auto;
	background-color:#fffaea;
	border:thin #993333;
}

.subcontainer {
	padding-left: 60px;
	
}

#Content {
	float:right;
	width: 845px;
	background-color:#00FF66;
	text-align: left;
}

#leftCol {
	float:left;
	width:130px;
	height:100%;
	background: #FFFFFF url(../images/sidebanner.gif) no-repeat;
}

#leftCol_msk {
	float:left;
	width:130px;
	height:100%;
	background: #FFFFFF url(../images/sidebanner_green.gif) no-repeat;
}


.imageRight{
	float:right;
	padding: 2px 5px 2px 5px;
}

#PreferredDay {
	width: 250px;
	margin: 2px 10px 0px 10px;
	background-color:#CCCCCC;
	float:left;
	padding: 1px;
}

#PreferredTime {
	width: 150px;
	margin: 2px 10px 0px 10px;
	background-color:#CCCCCC;
	float:left;
	padding: 2px;
}

#Titles {
	width: 250px;
	margin: 2px 10px 0px 10px;
	float:left;
	padding: 2px;
}

#Map{
	float:right;
	margin: 2px 10px 0px 45px;
}

#contact{
	width: 850px;
	float:left;
	}
	
#location {
	width: 150px;
	margin: 0px;
	background-color:#CCCCCC;
	float:left;
	padding: 2px;
}
	
.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(../images/img09.gif) repeat-x left bottom;
	font-size: 190%;
	font-weight: normal;
	color: #00694e;
}