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

body {
	font: 14px Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #555;
}
.oneColFixCtrHdr #container {
	width: 670px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background: #FFF;
}
.oneColFixCtrHdr #header {
	border-bottom: 1px solid #666;
	background: #FFF;
	width: 650px;
	margin: 10px auto 0px;
}
.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: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 10px 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top: 1px dotted #CCC;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* ----- Header Menu ----- */

.menu {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0px;
	font-size: 110%;
}
.menu li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
}
.menu li a {
	color: #555555;
	text-decoration: none;
}
.menu li a:hover {
	color: #f00;
}
.current {
	font-weight: bold;
}

/* ----- Footer Menu ----- */

.footermenu {
	list-style: none;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0px;
	font-size: 90%;
}
.footermenu li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
}
.footermenu li a {
	color: #555555;
	text-decoration: none;
}
.footermenu li a:hover {
	color: #f00;
}


#footer p {
	text-align: center;
}
.imgcenter {
	display: block;
	margin: 0px auto;
}

h1, h2 {
	font-weight: normal;
}
.centertext {
	text-align: center;
}
p {
	line-height: 1.3em;
	margin:0em 0 1em;
	padding:0;
}
#mainContent h1, #mainContent h2 {
	font-size: 24px;
	text-align: center;
}
h3 {
	margin:0;
	text-align: center;
}

h4 {
	margin-right: 45px;
	margin-left: 45px;
	text-align: center;
	padding: 0px;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
}

#menu {
	margin: 5px 0px 13px;
}
td {
	padding: 20px 0px;
}
img {
	border-width: 0px;
	border-style: none;
}
#googlemap {
	float: right;
	width: 325px;
	clear: both;
}
.clr {
	clear: both;
	height: 1%;
}
.home_bg {
	background: url(../images/canvas.png) no-repeat;
	height: 38px;
	margin: 1px 0px 0px;
	padding-top: 60px;
}
.fltleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.fltright {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
#mainContent h4 {
	font-size: 18px;
}
.fullview {

}
p.slogan {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
