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

body {
	font: Georgia, Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	background: #FFF;
	background-image:url(images/bk.jpg);
	background-repeat:repeat;
	margin: 25px 0 25 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: #584C4C;
	line-height:120%;
}
.oneColElsCtr #container {
	width: 715px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColElsCtr #mainContent {
	padding: 40px 7px 40px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	text-transform:capitalize;
	color:#AA582D;
}
h2{
	font-size:13px;
	font-weight:bold;
	color:#281F13;
	line-height:8px;
	padding-bottom:0px;
}
.copy {
	padding-left:30px;
	font-size:13px;
}
.header{
	color:#6B713B;
	height:50px;
	background-color:#fff;
	font-size:25px;
	text-align:center;
	padding-top:25px;
	font-weight:normal;

}
.heaerImage{
	text-align:center;
	padding-top:12px;	
}
.photoCaption{
	color:#6B7139;
	font-size:13px;
	text-align:left;
	font-style:italic;
	vertical-align:top;
	padding-top:0px;
	line-height:normal;
}
.nav{
	height:20px;
	font-size:11px;
	font-weight:bold;
	color:#8C8C85;
	text-transform:capitalize;
	margin-left:90px;
	margin-right:90px;
	border-bottom-color:#E8E8E8;
	border-top-color:#E8E8E8;
	border-bottom-style:solid;
	border-top-style:solid;
	border-bottom-width:thin;
	border-top-width:thin;
	font-stretch:95%;
	padding-top:5px;
	text-align:center;
}
.navItem{
	color:#8C8C85;
	padding-left:10px;
	padding-right:10px;	
	text-decoration: none;
}
.navItemActive{
	color:#AA582D;
	padding-left:10px;
	padding-right:10px;	
	text-decoration: none;
}
a.navItem:link {
	text-decoration: none;
	color:#8C8C85;
}
a.navItem:active {
	text-decoration: none;
	color:#8C8C85;
}
a.navItem:visted {
	text-decoration: none;
	color:#8C8C85;
}
a.navItem:hover {
	text-decoration: none;
	color:#AA582C;
}
.col1{
	width:210px;
	float:left;
}
.col3{
	float:right;
	text-align:right;
	width:207px;
}
.homepanel {
	font-family:Georgia, serif;
	background-image:url(images/home_box_bk.jpg);
	background-repeat:repeat-x;
	background-color:#A9572E;
	color:#FFFFCC;
	font-style:italic;
	width:200px;
	float:left;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:12px;
	margin-top:5px;
	margin-left:10px;
}
.panelHeadline {
	color:#281F13;
	font-style:normal;
	font-size:13px;
	font-weight:bold;
	font-size:13px;
}
.tableText {
	color:#484B2A;
	line-height:20px;
	font-size:13px;
	
}
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}

li {
	background: url(images/bullet.png) left top no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size:12px;
	}
.link{
	text-decoration: none;
	color:#65110A;
}
a.link:link {
	text-decoration: none;
	color:#65110A;
}
a.link:active {
	text-decoration: none;
	color:#65110A;

}
a.link:visted {
	text-decoration: none;
	color:#65110A;

}
a.link:hover {
	text-decoration: none;
	color:#6B7139;
}
.homelink{
	text-decoration: none;
	color:#65110A;
}
a.homelink:link {
	text-decoration: none;
	color:#65110A;
}
a.homelink:active {
	text-decoration: none;
	color:#65110A;

}
a.homelink:visted {
	text-decoration: none;
	color:#65110A;

}
a.homelink:hover {
	text-decoration: none;
	color:#000;
}
.qcform {  text-align: left; background: #FAF8E7; border: 1px solid #C6C698; margin: 0px 0px 0px 15px; }
.qcform p { text-align: left; padding: 0px 2px 5px; line-height: 16px; margin: 0px; }
.qcform td { text-align: left; padding: 2px 15px; vertical-align: bottom; text-align: center; }
.qcformcolor { font: 11px Georgia, "Times New Roman", Times, serif; padding: 2px; width: 10%px; background-color: #fff !important; border: 1px solid #E3ECAB; color: #666666; height:20px;}
.qc-err { color:red; }
hr.qcform { height:1px; margin: 5px 0px; padding: 0px; color: #C6C698; }

.Button {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #AD5D31;
	color: #FFF;
	cursor: hand;
	font-size:12px;
	text-decoration: none;
	clear:both;
	border: 0px;
	vertical-align:top;
}
	
.ButtonHover {
	font-family:Georgia, "Times New Roman", Times, serif;	
	background-color:#CB924D;
	color: #fff;
	cursor: hand;
	font-size:12px;
	text-decoration: none;
	border: 0px; 
	vertical-align:top;
}

.errors {
  padding: 0px 0px 0px 30px;
}
.errors ul {
  padding: 0px 0px 0px 31px;
}

