@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ffffff;
	margin: 20px 0 0 0 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;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #6c9378;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(../images/wildflower-sculpture.png) no-repeat;
	height: 164px;
}

.oneColFixCtrHdr #details {
	float: right;
	margin-right: 20px;
	margin-top: 120px;
	text-align:right;
	font-size: 14px;
	font-style:italic;
	font-weight: bold;
	color:#FFF;
}

.oneColFixCtrHdr #award {
	position: absolute;
	margin-top: 320px;
	margin-left: 660px;
	z-index: 30000;
}

.oneColFixCtrHdr #menu {
	background: #6c9378;
	height: 22px;
	padding-top: 3px;
}

.oneColFixCtrHdr #brochure {
	float: right;
	margin-right: 20px;
	margin-top: 2px;
	font-size: 11px;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}

.oneColFixCtrHdr #homecontent {
	padding: 20px 30px; 
	background: url(../images/body-bkgrd.jpg) repeat-x; 
}

.oneColFixCtrHdr #followcontent {
	padding: 20px 30px; 
	background: url(../images/body-bkgrd.jpg) repeat-x; 
}

.oneColFixCtrHdr #followcontent1 {
	padding: 20px 30px; 
}


.oneColFixCtrHdr #footer {
	padding: 20px 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 11px;
	text-align: center;
	color: #6c9378;
	
}

.oneColFixCtrHdr #footer a, a:link, a:visited, a:active{
	color: #6c9378;
	text-decoration: none;
	
}

.oneColFixCtrHdr #footer a:hover{
	color: #6c9378;
	text-decoration:underline;
	
}
	
.oneColFixCtrHdr #breadcrumbs {
width: 100%;
float: left;
color: #cc0033;
text-transform: lowercase;
}

.oneColFixCtrHdr #breadcrumbs a {
color: #cc0033;
font-family: "verdana", "arial", sans-serif;
font-size: 11px;
font-weight:normal;
}

.oneColFixCtrHdr #breadcrumbs a:visited{
text-decoration: none;
}

.oneColFixCtrHdr #breadcrumbs a:hover{
text-decoration: underline;
}


a:link {
	color: #cc0033;
}
a:visited {
	color: #cc0033;
}
a:hover {
	color: #cc0033;
}
a:active {
	color: #cc0033;
}

.contact {
	text-align:center;
	color:#000
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #6c9378;
}

h2 {
	color: #6c9378;
	font-size: 12px;
	font-weight :bold;
}

h3 {
	color: #6c9378;
	font-size: 11px;
	font-weight: bold;
}

ul{
	list-style: square;
	list-style-position: outside;
	padding-bottom: 4px;
}

li{
	list-style: square;
	list-style-position: outside;
	padding-bottom: 4px;
}

ol{
	list-style-position: outside;
}

em {
font-style:italic;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/*Form Styles*/

input.txt {
	color: #666666;
	background-color: #FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #1d1b1c;
	width: 200px;
	padding:2px;
}
input.txtalt {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 80px;
}
input.txtalt2 {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 180px;
	padding:2px;
}
input.txtalt3 {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 200px;
	padding:2px;
}
input.btn {
  color: #fff;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #cc0033;
  border-left: 2px solid #990000;
  border-top: 2px solid #990000;
  border-right: 2px solid #990000;
  border-bottom: 2px solid #990000;
  padding: 4px;
}
select { 
  background-color: #FFFFFF; 
  color: #666666; 
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
textarea { 
  color: #666666;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  border: 1px inset #CCCCCC;
  width: 200px;
  height: 100px;
}
fieldset {
  border: 1px dotted #666666;
  padding-top: 16px;
  padding: 10px;
}
legend {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  background-color: #FFFFFF;
}
.ink {
  color:#666666;
}