body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FBF7E4;
	color: #666666;
}

input[type="submit"] {background: #ee3e41; color: #ffffff; font-weight: bold;}

img, a img {
	border: none;
}
img.textalign {
	vertical-align: middle;
}
.handcursor {
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
}
p {
	margin: 0;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 0px 15px 0px;
}
p.listhdr {
	padding: 0px 0px 8px 0px;
}
h1 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 23px;
	vertical-align: top;
	color: #8b9437;
	padding-bottom: 10px;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 0px 0px 8px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #8b9437;
}
a h2 {
	text-decoration:none;
}
a:hover h2 {
	text-decoration:underline;
}
.h2_sans_positioning {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: normal;
	color: #8b9437;
}
h3, .subhdrh3 {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
a h3 {
	text-decoration:none;
}
em {
	font-weight: bold;
}
.subtitle_sep {
	padding: 0px 0px 8px 0px;
}
ul {
	list-style-type: none;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
ul ul {
	margin-top: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	list-style-type: none;
	line-height: normal;
	color: #666666;
}
ul.specials {
	margin-top: 0;
	padding-top: 5px;
	margin-bottom: 0;
	padding-bottom: 15px;
	padding-left: 28px;
	margin-left: 0px;
}
ul.specials li { 
	color: #8b9437;
	list-style-type: disc;
}
ul.specials li span { 
	color: #666666;
}
ul.gol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 0;
}
ul.gol li { 
	color: #8b9437;
	list-style-type: disc;
}
ul.gol li span { 
	color: #666666;
}
td {
	vertical-align: top;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ff0000;
}
.ext {
	font-size: 10px;
	text-transform: uppercase;
}
#body {
	background-image: url(images/bg_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FBF7E4;
	min-width: 791px;
}
#main {
	margin: 0 auto;
	width: 790px;
}
#topnav {
	height: 23px;
	padding-top: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;	
	position: relative;
	z-index: 100;
}
#topnav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 0 140px;
}
#topnav li {
	display: inline;
	line-height: 22px;
	padding-bottom: 0px;
	vertical-align: bottom;
	float: left;
	position: relative;
	z-index: 100;
}
#topnav ul li a {
	float: left;
	padding: 0 10px 0 10px;
	background-image: url(images/topnav_sep.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #42424a;
	text-decoration: none;
	
	display: block;
}
#topnav ul li a:hover {
	background-image: none;
	background-color: #F2EEDC;
}
#topnav ul li a.last {
	padding-right: 0px;
	background-image: none;
}
#mainnav {
	height: 31px;
	padding-top: 8px;
}
#menu {
	float: left;
	padding-left: 14px;	
	position: relative;
	z-index: 10;
	
}
#menu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#menu li {
	padding-bottom: 0px;
	display: inline;
	float: left;
	line-height: 31px;	
	position: relative;
}
#menu ul li a {
	display: block;
	padding: 0px 0px 0px 10px;
	background-image: url(images/mainnav_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #424242;
	font-weight: bold;
	text-decoration: none;	
}
#menu ul li a:hover {
	color: #FFFFFF;
	background-image: url(images/mainnav_left_over.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#menu ul li a.on {
	display: block;
	padding: 0px 0px 0px 10px;
	background-image: url(images/mainnav_left_over.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
}
#menu ul li a.on:hover {
	color: #FFFFFF;
	background-image: url(images/mainnav_left_over.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#menu ul li a.first {
	color: #ee3e41;
	background-image: url(images/mainnav_left_first.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#menu ul li a.first:hover, #menu ul li a.first_on, #menu ul li a.first_on:hover {
	color: #FFFFFF;
}
#menu ul li a.home {
	padding-top: 0px;
	padding-left: 9px;
}
#menu ul li a span {
	display: block;
	padding: 0px 10px 0px 0px;
	line-height: 31px;
	/*padding: 3px 10px 0px 0px;*/
	background-image: url(images/mainnav_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#menu ul li a:hover span {
	background-image: url(images/mainnav_right_over.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#menu ul li a.on span, #menu ul li a.first_on span {
	display: block;
	padding: 0px 10px 0px 0px;
	/*padding: 3px 10px 0px 0px;*/
	background-image: url(images/mainnav_right_over.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#menu ul li a.on:hover span, #menu ul li a.first_on:hover span {
	background-image: url(images/mainnav_right_over.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#menu ul li a.home span {
	padding-right: 13px;
	padding-top: 0px;
	background-image: url(images/mainnav_right_last.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#menu ul li a.home:hover span {
	background-image: url(images/mainnav_right_last_over.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#search {
	float: right;
	width: 192px;
	height: 23px;
	padding-top: 1px;
	background-image: url(images/search_bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#searchbox {
	float: left;
	padding-top: 6px;
	padding-left: 6px;
}
#searchbtn {
	float: right;
	width: 41px;
	padding-top: 6px;
}
.searchtxt {
	margin: 0;
	padding: 0;
	width: 137px;
	height: 15px;
	border: solid 1px #ADACAB;
	color: #A3A2A1;
}
#bottomnav {
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 31px;
}
#bottomnav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0 18px 0 0;
}
#bottomnav li {
	display: inline;
	line-height: 15px;
	padding: 0;
}
#bottomnav ul li a {
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	border-right: solid 1px #73726D;
	color: #424242;
	text-decoration: none;
	white-space: nowrap
}
#bottomnav ul li a:hover {

}
#bottomnav ul li a.first {
	padding-left: 1px;
	border-left: 0;
}
#bottomnav ul li a.last {
	padding-right: 1px;
	border-right: 0;
}
#footer_info {
	float: left;
	width: 461px;
	padding: 0px 0px 0px 30px;
	font-size: 10px;
}
#btm_navcontainer {
	float: right;
	
}
/*
Index page layout
*/
#index_page {
	height: 591px;
	background-image: url(images/main_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#index_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#index_content_left {
	float: left;
	width: 365px;
}
#index_content_left .caption {
	padding-top: 42px;
	padding-left: 37px;
	padding-bottom: 15px;
	font-size: 24px;
	font-style: normal;
	color: #767676;
}
#index_content_left .copy {
	padding-left: 38px;
	line-height: 18px;
	color: #5A5959;
}
#index_content_right {
	float: right;
	padding-top: 20px;
	width: 241px;
	font-size: 23px;
	font-style: normal;
	color: #606060;
}
#index_content_right .callus {
	padding-left: 14px;
	font-size: 11px;
	font-style: italic;
	color: #8E8E8E;
}
#index_content_right .bracket {
	color: #A3BA51;
}
#index_logo {
	padding-top: 39px;
	padding-left: 123px;
}
#index_content_quest {
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 0px;
}
#index_content_quest ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	
}
#index_content_quest li {
	padding-bottom: 4px;
	background-image: url(images/quest_midshadow.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#index_content_quest li.last {
	padding-bottom: 0px;
	background-image: none;
}
#index_content_quest li a {
	padding-left: 27px;
	background-image: url(images/arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 300px;
	line-height: 25px;
	background-color: #FEFEFD;
	color: #424242;
}
#index_content_loc {
	padding-top: 22px;
	height: 78px;
	background-image: url(images/loc_btn.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#index_content_loc a {
	padding-top: 11px;
	padding-left: 15px;
	height: 56px;
	width: 174px;
	display: block;
}
#index_content_loc .text {
	padding-top: 14px;
	padding-left: 101px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #7D7C7C;
}
/*
Inside page layout
*/
#ins_page_hdr {
	height: 173px;
	background-image: url(images/ins_hdr.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#ins_banner {
	height: 109px;
	width: 760px;
	padding: 0px 15px 25px 15px;
	position: relative;
	z-index: 0;
}
#ins_logo {
	height: 71px;
	width: 97px;
	position: absolute;
	top: 63px;
	right: 30px;
}
#ins_content {
	background-image: url(images/ins_rpt.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
#ins_content a {
	color: #666666;
	text-decoration: underline;
}
#ins_content a:hover {
	text-decoration: none;
}
#ins_content .pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 23px;
	vertical-align: top;
	color: #767676;
	padding-bottom: 20px;
}
#ins_content .quote {
	padding: 10px 0 0 0;
}
#ins_content_left {
	float: left;
	width: 236px;
	padding: 0px 0px 10px 15px;
}
#ins_content_left .insnavtitle {
	margin: 0;
	padding: 11px 0px 8px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:bold;
	color: #8b9437;
}
#ins_content_left ul {
	margin: 0;
	padding: 10px 0 20px 0;
	list-style-type: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #828282;
}
#ins_content_left li {
	line-height: 22px;
	padding: 0 0 0 0;
}
#ins_content_left li a {
	display: block;
	padding: 1px 0 2px 18px;
	height: 19px;
	width: 226px;
	font-size: 12px;
	background-image: url(images/ins_nav_crm.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
}
#ins_content_left li a:hover, #ins_content_left li a.on {
	background-image: url(images/ins_nav_over.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
#ins_content_left li a.on {
	background-image: url(images/ins_nav_over.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}
#ins_content_left .copy {
	padding-left: 18px;
}
#ins_content_left .btmcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #8D8D8D;
	padding-top: 15px;
	padding-left: 20px;
}
#ins_content_left .btmcopy .text {
	padding-top: 10px;
	padding-right: 20px;
}
#ins_content_right {
	float: right;
	width: 457px;
	padding: 4px 40px 10px 0px;
	position: relative;
}
#ins_content_right .h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 23px;
	vertical-align: top;
	color: #8b9437;
	padding-bottom: 10px;
	font-weight: normal;
}
#ins_content_right .p{
	margin: 0;
	color: #666666;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
}
#ins_content_right .separator{
	background-image: url(images/blurb-separator.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	margin: 0;
	width:453px;
	height: 23px;
	padding-top:4px;
	}
#ins_content_right .blurb {
	color: #666666;
	font-size: 12px;
}
#ins_content_right .blurb .img{
	padding-right: 10px;
	height: 60px;
	width: 85px;
	padding-bottom:3px;
}
#ins_content_right .title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	vertical-align: top;
	color: #8b9437;
	font-weight: normal;
}
#ins_content_right .blockquote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	vertical-align: top;
	color: #ee3d43;
	padding-bottom:3px;
}
#ins_content_right .blockquote .sig{
	text-align:right;
}
#ins_content_right .indent {
	padding-top: 10px;
	padding-left: 17px;
}
#ins_content_right .indent p {
	color: #8D8D8D;
}
#ins_footer {
	height: 85px;
	background-image: url(images/ins_ftr.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.floatbio {
	float: left;
	width: 114px;
}
.floatbio_txt {
	float: left;
	width: 160px;
	min-height: 65px;
}
.nophoto {
	display: block;
	padding-top: 55px;
	padding-bottom: 54px;
}
.floatstaffimage {
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}
.bionophoto {
	height: 128px;
	line-height: 128px;
	font-size: 11px;
	width: 110px;
	color: #cccccc;
}
.bionophotoborder {
	height: 100%;
	width: 100px;
	border: 1px solid #cccccc;
	text-align: center;
}
.biophoto {
	height: 128px;
	line-height: 128px;
	width: 120px;
	overflow: hidden;
	position: relative;
}
.biophoto img {
	border: 1px solid #cccccc;
}
/*
Pop UP
*/
#popupmain {
	background-color: #ffffff;
	color: #666666;
}
#popupclosebar {
	background-color: #ffffff;
	border-bottom: 1px solid #c3b9a5;
	height: 27px;
	padding-right: 20px;
	text-align: right;
	font-size: 12px;
}
#popupcontentcell {
	padding: 10px 0px 0px 0px;
}
#popupimagecell {
	text-align: center;
	padding: 15px;
}
.popupbody {
	margin: 0px 0px 0px 0px;
	background-image: none;
	line-height: 15px;
	font-size: 12px;
}
.popupbody p {
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height: 15px;
	font-size: 12px;
}
#popupphoto_left {
	float: left;
	width: 199px;
}
#popupphoto {
	width: 199px;
	height: 249px;
	
	overflow: hidden;
}
#popupphoto img {
	border: 1px solid #cccccc;
}
#popupright {
	float: right;
	width: 299px;
}
#popupright h2, #popupimagecell h2, #popupmain h2 {
	color: #424242;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 15px;
	font-weight: bold;
}
#popupright p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#popupright h3, #popupimagecell h3, #popupmain h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #A0410D;
	font-weight: bold;
}
/*
#popupclosebar a#printthispage {
	float: right;
	display: block;
	text-indent: 21px;
	height: 14px;
	padding-top: 4px;
	line-height: 14px;
	color: #A53808;
	text-decoration: none;
	font-size: 11px;
}
#popupclosebar a#printthispage:hover {
	color: #787878;
	background-image: url(images/print_on.gif);
}
#popupclosebar a#closethiswindow {
	float: right;
	display: block;
	background-image: url(images/close_off.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-indent: 21px;
	height: 14px;
	padding-top: 6px;
	line-height: 14px;
	text-decoration: none;
	font-size: 11px;
	color: #A53808;
}
#popupclosebar a#closethiswindow:hover {
	color: #787878;
	background-image: url(images/close_on.gif);
}
*/
.popupimg {
	/*float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 31px;
	*/
}
#TB_window img, #inside_content img {
	border: 1px solid #cccccc;
}
#inside_content #pageheader img, #inside_content img.expandimg{
	border: none;
}
#hidelogo {
	display: none;
}
.alt_off {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2;
}
.alt_on {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2;
}
.formtitle, .formlabel {
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
	color: #666666;
}

.formtitleerror, .formlabel_error {
	color: #ff0000;
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formright {
	width: 99%;
}
.formright textarea, .formright input, .formright select {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
	width: 250px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright textarea {
	height: 100px;
	width: 347px;
	font-family: Arial, Helvetica, sans-serif;
}
.ietextarea {
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
	width: 466px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright select {
	height: 25px;
	width: 243px;
	border: 1px solid #cccccc;
}
.formright input.inputbutton {
	width: 75px;
	height: 24px;
	line-height: 14px;
	background-color: #c0cb65;
	color: #674242;
	border: none;
	border: 1px solid #cccccc;
	cursor: pointer;
	margin-right: 2px;
	font-size: 12px;
}
.formright input.inputbutton:hover {
	color: #ffffff;
	background-color: #879033;
	border: 1px solid #cccccc;
}
.formright input.radiostyle {
	width: 15px;
	line-height: 17px;
	height: 17px;
	border: none;
	margin-right: 2px;
	margin-top: 2px;
	background-color: #ffffff;
}
.required {
	font-size: 10px;
	font-style: italic;
}
.gallery_img {
	float: left;
	margin-right: 10px;
}
.gallery_img img {
	border: 1px solid #cccccc;
}
