@charset "UTF-8";
body {
	font: 14px/16px Arial, Verdana, Helvetica, sans-serif;
	background: #FEFBE8;
	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;
}

a, a:link, a:active, a:visited {
	color:#346FB2;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#003399;	
}

#logo {
	position: absolute;
	width:254px;
	height:68px;
	padding-top: 20px;
	
	
}

#contact .big_phone {
	font-size: 2em;
	color: #336699;
	text-align: center;
	padding: 15px 0 10px 0;
	font-weight: bold;
}

#contact .header_text {
	text-align: center;
	font-weight: bold;
}

#contact .facebook {
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 45px;
}

#contact .facebook img {
	padding-top: 90px;
	padding-left: 120px;
}

.oneColFixCtrHdr #logo img { 
	margin-top: 10px;
	position: absolute;
	top:5px;
	left: 5px;
	border: 0px;
	}
	
	
	#contact {
	width:239px;
	height:90px;
	position: absolute;
	top: 15px;
	right:10px;
	text-align: right;
	
}

.oneColFixCtrHdr #contact img { 
	position: absolute;
	top:5px;
	left: 5px;
	border: 0px;
	}
	
	
.oneColFixCtrHdr #nav-top-1-container {
	position: absolute;
	top: 138px;
	left: 0px;
	height:41px;
	margin:0;
	padding:0;
	width: 663px;
	display:block;
}


.oneColFixCtrHdr #container {
	width: 972px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 0px;  /* 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. */
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #AACF40;
	height: 179px;
	margin-bottom: 10px;
	position: relative;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #FFFFFF url(../img/homeBGleft.jpg) no-repeat left top;*/
	/*background: #FFFFFF url(../img/key-temp.jpg) no-repeat left top;*/
	display: block;
	float: left;
	height: 450px;
}

.oneColFixCtrHdr #mainContentSchedule {
	padding: 0 20px 10px 300px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(../img/homeBGleft.jpg) no-repeat left top;
	display: block;
	float: left;
	height: 765px;
}

.oneColFixCtrHdr #mainContentAbout {
	padding: 0 20px 10px 300px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(../img/homeBGleft.jpg) no-repeat left top;
	display: block;
	float: left;
	height: 1000px;
}

.oneColFixCtrHdr #mainContentInt {
	padding: 0 20px 10px 300px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(../img/homeBGleft.jpg) no-repeat left bottom;
	display: block;
	float: left;
	height: 430px;
}

.oneColFixCtrHdr #mainContentSchedule td {
	padding: 0 5px 5px 0;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#173F7A;
	height: 100px;
	display: block;
}
.oneColFixCtrHdr #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: 25px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}

.oneColFixCtrHdr #footer a {
	color: #599CE8;
	font-weight: bold;
	text-decoration: none;
	
}

.oneColFixCtrHdr #footer a:hover {
	color: #86D1FB;
	font-weight: bold;
	text-decoration: none;
}

.oneColFixCtrHdr #tipRow {
	padding: 14px 10px 0 200px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F2EECF url(../img/ourTipsBG.jpg) no-repeat left center;
	height: 29px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	font-family:"Trebuchet MS", "Georgia", Times, serif;
	line-height: 30px;
	font-size: 28px;
	font-weight: bold;
}

h1 {
	color:#003399;	
}

h2 {
	font-size: 18px;
}

.oneColFixCtrHdr #container #mainContentColumns {
	width: 195px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #000066;
	height: 305px;
	padding-bottom: 20px;
	float: left;
	display: block;
}

.oneColFixCtrHdr #container #mainContentColumns img {
	display: block;
	border: 3px solid #AAA791;
}

#google_map {
	border: 1px solid #003399;
	height: 550px;
}

#address {
	padding-top: 65px;
	padding-left: 18px;
	font-size: 12px;
}

