@charset "UTF-8";
body {
	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: #72594A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	background-color: #f5f3ea;
	background-image: url(images/background3.gif);
	background-repeat: no-repeat;
	z-index: 2;
}

.oneColFixCtrHdr #container {
	width: 645px;
	text-align: left;
	margin-bottom: 0;
	margin-left: 340px;
	margin-right: 1100px;
	position: relative;
	height: auto;
}

.oneColFixCtrHdr #header {
	text-align: right;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 100px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #mainContent {
	width: 630px;
	background-repeat: repeat;
	float: right;
	padding-bottom: 20px;
}
.oneColFixCtrHdr  #mainContent  a  {
	color: #826F1E;
	text-decoration: underline;
}

ul{
	font-size: 12px;
	list-style-image: url(images/button.gif);
	line-height: 23px;
	list-style-position: outside;
	padding-left: 9px;
	margin-left: 9px;
}
ul.list li{
	text-align: left;
	list-style-type: square;
}


.oneColFixCtrHdr #footer {
	clear: both;
	padding-top: 40px;
	width: 635px;
	position: relative;
	height: 20px;
}
.image {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.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;
}
#footer {
	height: auto;
	text-align: left;
	font-size:9px;
	position: absolute;
	bottom: 40px;
	width: 100%;
	padding-left: 20px;
	letter-spacing:normal;
	margin-bottom: 50px;
}

#footer a {
	color: #971B1E;
	text-decoration:none;
}
.oneColFixCtrHdr #container #nav {
	margin-bottom: 20px;
	width: 630px;
	float: right;
	height: 55px;
}

.oneColFixCtrHdr #container #nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #72594A;
	letter-spacing: 1px;
	padding-left: 7px;
	padding-right: 7px;
	text-align:center;
	padding-bottom: 11px;
}
.oneColFixCtrHdr #container #nav a:hover {
	color: #971B1E;
	background-image: url(images/current.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.oneColFixCtrHdr #container #nav a.current {
	color: #971B1E;
	background-image: url(images/current.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.oneColFixCtrHdr #container #nav a.first {
	margin-left: 10px;
}


.oneColFixCtrHdr #container #nav a.firstCurrent {
	margin-left: 10px;
	color: #971B1E;
	background-image: url(images/current.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


.line {
	margin-bottom: 5px;
	margin-top: 5px;
}

.bullet {
	vertical-align: 50%;
}
#pageimage {
	width: 330px;
	float: left;
	z-index: 1;
	filter:alpha(opacity=95);
	/* CSS3 standard */
  opacity:.95;
}
.homeImage {
	float: right;
}

.tagline {
	color: #971B1E;
	font-size:24px;
	text-align: center;
	padding-top: 40px;
	letter-spacing: 2px;
}

.image {
	display: block;
	width: 197px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	float: none;
}
.h3 {
	font-size:14px;
	line-height: 20px;
	color: #971B1E;
 }
 .quote{
	background-color:#FFF1CA;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #72594A;
 }
 
 .h4 {
	font-size: 12px;
	display: block;
	color: #72594A;
 }

hr.hr1 {
      border-top: 0px;
	  border-bottom: 1px dotted #d1c5b9;
	  color: #f5f3ea;

    }
	
hr.hr2 {
      border-top: 0px;
	  border-bottom: 1px solid #d1c5b9;
	  color: #f5f3ea;

    }
	
.caption {
	text-align: right;
	font-size:9px;
	font-style: italic;
	line-height: 12px;
	display: block;
	width: 200px;
	float: right;
	clear: both;
}
.superscript {
	font-size: 7px;
	vertical-align: super;
}

.bodyimage{
	padding-bottom: 7px;
	margin-bottom: 4px;
	border-bottom:dashed 1px #72594A;
	margin-left: 7px;
}
.email {
	background-color: #f5f3ea;
	border: 0;
	border-bottom: 1px solid #72594A;
	
}

.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f5f3ea;
	background-color: #72594A;
	border: 0;
}
.right {
	display: block;
	float: right;
}
#mc_embed_signup {
	float: left;
	margin-top: 20px;
}
#sections {
	text-align: left;
	padding: 30px;
}
.menu {
	text-align: center;
	line-height: 200%;
}
#sections a {
	color: #971B1E;
}
#sections .heading {
	font-size: 24px;
	text-transform: uppercase;
	color: #971B1E;
}
