@charset "utf-8";
body {
	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;
	background-color: #FFFFFF;
	margin: 0;
	background-image: url(images/bg-dots3.jpg);
	background-repeat: repeat;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
	height: auto;
}


.oneColFixCtrHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 0px;
	height: auto;
	font-weight: normal;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	background-color: #FFFFFF;
	background-position: center;
	width: 780px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #container #nav li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a:hover {
	color: #E5545B;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a:active {
	color: #7D8C37;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}








h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7D8C37;
}
.thumbnail {
	padding: 7px;
	border: 1px solid #CCCCCC;
}

.fltrt {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
}

.oneColFixCtrHdr #mainContent {
	width: 720px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
}

.oneColFixCtrHdr #container #footer a {
	color: #333333;
	text-decoration: none;
}
.oneColFixCtrHdr #footer {
	width: 740px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #F4E8B6;
	clear: both;
}

.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 */
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.oneColFixCtrHdr #address p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.photo-right {
	padding: 7px;
	float: right;
	margin-left: 12px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

