body {
	background-color: #d3d5d4;
	background-image: url(images/bard-bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	font-family:"Lucida Sans", Arial, sans-serif;
	font-size:14px;
}

.shadow {width:766px; margin:5px auto 0px; border-left:2px solid #cccccc; border-right:2px solid #cccccc;background-color:#999999; }

.wrapper {width:762px; margin:0px auto 0px;
border-left:1px solid #666666; border-right:1px solid #666666; background-color:#d8c8af;/*#ffffff;*/ border-top:1px solid #666666; border-bottom:2px solid #999999;}

.banner {width:758px; height:185px; margin:0 auto; background-image:url(images/bard-banner.jpg); background-repeat:no-repeat; overflow:hidden;}

.topnav {margin: 0px auto; width:758px; color:#0843a3; text-align:center; /*padding-right:10px;*/ padding-bottom:20px; font-size:10px; background-image:url(images/topnav-bg.jpg); background-repeat:repeat-y;}
.topnav a {color:#0843a3; text-decoration:none; }
.topnav a:hover {color:#0843a3; text-decoration:underline;}

.box {clear:both; background-color:#d8c8af;/*#ffffff;*/ /*background-image:url(images/bard-menu-bg.jpg); background-repeat:repeat-x;*/overflow:hidden; }

.menu {float:left; width:190px; padding-left:0px; background-image:url(images/bard-menu-bg.jpg); background-repeat:repeat-x;
padding-bottom:32767px; margin-bottom:-32767px; background-color:/*#f5f5f5;*/#ccbfac; font-size:12px;}

.menu ul {list-style-type:none; margin:0px; padding-left:5px; /*padding-top:20px;*/ line-height:16px;}
/*.menu li { padding-bottom: 21px;}*/
.menu a { height:43px; color:#005657/*#0843a3*/; text-decoration:none; /*background-image:url(images/bard-button-bg.gif); background-repeat:repeat-x; border: 1px solid #0066FF; padding: 10px 5px;*/}
.menu a:hover {color:#005657/*#0843a3*/; text-decoration:underline;}
.menu .menu_current {font-weight:bold;}

.menufooter-left {background-color:/*#f5f5f5;*/#ccbfac; width:170px; padding-left:5px;}
.menufooter-left a {color:#005657/*#0843a3*/; text-decoration:none;}
.menufooter-left a:hover {color:#005657/*#0843a3*/; text-decoration:underline;}
.menufooter-left img {float:left; border:0px;}

.search_box {width:171px; padding:10px 0px 10px 4px;}
.search_box form {border:1px solid #cccccc; padding: 0px 0px 0px 1px;}
.search_string {width:100px; padding:0px; height:18px;}
.search-label {font-size:12px;}
input.search-submit, .search_submit {font-family:"Lucida Sans", Arial, sans-serif; width:60px;}

.content {float:left; width:305px; padding: 0px 20px; background-color:#d8c8af;/*#ffffff;*/ text-align:justify; color:#000000;/*#0843a3;*/}
.breadcrumb2 {font-weight:normal; font-size:10px; text-align:left; background-color:#d8c8af;/*#ffffff;*/}
.breadcrumb {font-weight:bold; font-size:20px; text-align:center; background-color:#005657;/*#9BDDF0;*/ color:#cccccc;}
.breadcrumb a {color:#005657/*#0843a3*/; text-decoration:none; }
.breadcrumb a:hover {color:#005657/*#0843a3*/; text-decoration:underline;}
.content a {color:#005657/*#0843a3*/; text-decoration:none;}
.content a:hover {color:#005657/*#0843a3*/; text-decoration:underline;}

.breadcrumb3 {/*margin: 10px 0px 0px 205px; float:left;*/ width:370px;font-weight:normal; font-size:10px; text-align:left; background-color:/*#ffffff*/#d8c8af;}
.breadcrumb3 a {color:#91c001;/*#0843a3;*/ text-decoration:none; }
.breadcrumb3 a:hover {color:#91c001;/*#0843a3;*/ text-decoration:underline;} 

#map {width:305px; height:350px;}
.popup {background:#EFEFEF;border:1px solid #999999;margin:0px;padding:18px;width:140px;height: 25px; text-align:center;}

.right-images {float:right; width:210px; padding:15px 15px 0px 0px; background-color:#d8c8af;/*#ffffff;*/}
.right-images img {width:200px; border: 5px solid #e6e8e3;/*#cccccc;*/ vertical-align:baseline;}

.footer {clear:both; background-color:/*#ffffff;*/#d8c8af; text-align:right; color:#0843a3;}
.footer a {color:#336633/*#91C001*/; text-decoration:none;}
.footer a:hover {color:#91C001; text-decoration:underline;}


/*website baker form css*/
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 200px;
	height: 80px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}