@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
body  {
	background: #5d3e24 url(../logo_tile2.gif) repeat;
	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: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

h1 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #369;
}
a img {
border: none;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #b1bd81;
	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. */
	height: 110px;
	position: relative;
	margin: 0;
} 
.twoColFixLtHdr #header ul {
	margin: 0px;
	list-style: none;
	padding: 10px;
	background: #B1BD81;
	position: absolute;
	top: 15px;
	right: 10px;
}
.twoColFixLtHdr #header li {
	display: inline;
}
.twoColFixLtHdr #header a:link, .twoColFixLtHdr #header a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A6223D;
	font-weight: bold;
	padding: 0.5em 0.8em;
}
.twoColFixLtHdr #header a:hover, .twoColFixLtHdr #header a:active {
	text-decoration: none;
	color: #FFF;
	padding: 0.5em 0.8em;
}
.twoColFixLtHdr #primaryNav {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #primaryNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #A6223D;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	float: left;
}	
.twoColFixLtHdr #primaryNav li {
	display: inline;
}
.twoColFixLtHdr #primaryNav a:link, .twoColFixLtHdr #primaryNav a:visited {
	background: #A9233E;
	padding: 5px 30px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	float: left;
}
.twoColFixLtHdr #primaryNav a:hover, .twoColFixLtHdr #primaryNav a:active {
	background: #E52E54;
	padding: 5px 30px;
	text-decoration: none;
	color: #FFF;
}
.twoColFixLtHdr #sidebar1 {
	padding: 0px 5px 10px 20px;
	width: 240px;
	float: left;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 h1, .twoColFixLtHdr #sidebar2 h1 {
	font-size: 22px;
	font-weight: normal;
	padding-top: 20px;
	font-style: italic;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #sidebar1 h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 25px;
}
.twoColFixLtHdr #sidebar1 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #sidebar1 p {
	font-size: 13px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #sidebar1 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 0px;
	padding-top: 20px;
}		
.twoColFixLtHdr #sidebar1 li {
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}
.twoColFixLtHdr #sidebar1 img {
	padding-top: 22px;
}
.twoColFixLtHdr #imageContainer {
	width: 680px;
	height: 470px;
	float: right;
} 
.twoColFixLtHdr #mainContent {
	margin: auto;
	width: 660px;
	float: right;
	padding-bottom: 10px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 22px;
	padding-top: 18px;
	font-weight: normal;
	margin-right: 250px;
}
.twoColFixLtHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #A9233E;
	padding-top: 8px;
}
.h2topMargin {
	margin-top: 10px;
}
.twoColFixLtHdr #mainContent p {
	font-size: 13px;
	line-height: 20px;
	margin-right: 255px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.twoColFixLtHdr #mainContent img {
	float: none;
	padding-top: 22px;
	padding-right: 20px;
}
.twoColFixLtHdr #mainContent #contact td {
	font-size: 12px;
}
.twoColFixLtHdr #footer {
	background:#b1bd81;
	border-top: 3px solid #A4223C;
	padding-top: 15px;
} 
.twoColFixLtHdr #footer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	width: auto;
	text-align: center;
}
.twoColFixLtHdr #footer p {
	margin: 0 0 10px;
	padding-top: 2px;
	text-align: left;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer p.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 10px;
}
.twoColFixLtHdr #footer #location1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 452px;
}
.twoColFixLtHdr #footer #location2 {
	float: left;
	width: 465px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.logopositionLeft {
	position: absolute;
	left: 35px;
	top: 15px;
}
.redtype {
	color: #A9233E;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.photoCaption {
	font-size: 12px;
	font-style: italic;
}
