/* 
   Styles for web accessibility
	 Hidden content from sighted users and made available to screen reader users
*/
.access {
    position: absolute;
    left: 0px;
    top: -1000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hideinaccess {
	/*display: none;*/
}

/*
	Styles for the pages
*/
.container {
	width: 1014px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.shadleft {
	background-image: url(../images/img_shad_left.jpg);
	background-repeat: repeat-y;
	float: left;
	height: 690px;
	width: 5px;
	margin: 0px;
	padding: 0px;
	display: none;
}
.shadright {
	background-image: url(../images/img_shad_right.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	float: right;
	height: 690px;
	width: 5px;
	padding: 0px;
}
.mainhead {
	height: auto;
	width: auto;
	margin: 0px;
}
.mainheadlogo {
	float: left;
	width: 693px;
	height: 111px;
	margin: 0px;
	overflow: visible;
}
.mainheadlinkstop {
	height: auto;
	width: 100%;
	text-align: right;
	float: right;
	/*margin: 21px 0px 9px 0px;*/
	margin: 11px 0px 9px 0px;
}
.mainheadlinks {
	height: auto;
	width: 100%;
	text-align: right;
	float: right;
	margin: 0px 0px 9px 0px;
}
.mainheadlinks2 {
	height: auto;
	width: 45px;
	text-align: left;
	float: right;
}
.mainheadlinks3 {
	height: auto;
	width: 80px;
	text-align: left;
	float: right;
}
#all {
	display: block;
	width: auto;
	margin: 0px;/*background-image: url(../images/img_shad_h.jpg);
	background-repeat: repeat-y;
	background-position: center;*/
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
}
.mainheadsearchbox {
	height: auto;
	width: 100%;
	text-align: left;
	float: right;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
.mainheadfunctions {
	display: none;
	float: left;
	width: 314px;
	height: auto;
	margin: 0px;
}
.mainheadmiddle {
	float: left;
	width: 20px;
	height: 111px;
	margin: 0px;/*border: 1px solid red;*/
}
#body {
	margin: 0px;
	display: block;
	width: 1014px;
	float: left;
}
.nav {
	display: none;
	margin: 0px;
	height: 30px;
	width: 100%;
	background-color: #FDFDF9;
	clear: both;
	background-image: url(../images/img_nav_bg.jpg);
	background-repeat: repeat-x;
	z-index: 3;
}
.mainnav {
	float: left;
	margin: 0px 10px;
	padding: 0px;
	height: 30px;
}
.mainnavleft {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.mainnavright {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	height: 30px;
}
.mainheadtopmargin {
	height: 10px;
	width: 100%;
	background-color: #FDFDF9;
	margin: 0px;
	clear: both;
	display: block;
}
.mainheadsearchform {
	margin: 0px;
	padding: 0px;
}
.floatright {
	float: right;
}
.navshad {
	margin: 0px;
	background-color: #FDFDF9;
	height: 8px;
	padding: 0px;
	width: 100%;
	clear: both;
}
.frontbanner {
	margin: 0px;
	width: auto;
	height: auto;
	background-color: #FDFDF9;
	padding: 0px;
}
.frontbannershad {
	margin: 0px;
	width: 100%;
	background-color: #FDFDF9;
	height: 8px;
	padding: 0px;
	background-image: url(../images/img_banner_shad_bottom.jpg);
	background-repeat: repeat-x;
}
.frontcontent {
	padding: 0px;
	display: block;
	margin: 0px 0px 31px 0px;
	text-align: left;
	height: auto;
}
.frontcontent1 {
	margin: 28px 0px 0px 21px;
	float: left;
	width: 370px;
}
.frontcontent2 {
	padding: 0px;
	display: block;
	float: left;
	margin: 28px 0px 0px 23px;
	width: 307px;
}
.frontcontent3 {
	margin: 28px 0px 0px 22px;
	float: left;
	width: 250px;
	background-image: url(../images/img_banner_shad_bottom.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.frontcontent4 {
	margin: 18px 0px 0px 22px;
	float: left;
	width: 250px;
	background-image: url(../images/img_banner_shad_bottom.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.contentboxhome {
	text-align: left;
	width: auto;
	padding: 10px 80px;
	border: 1px solid #e9eae9;
	background-color: #f2f5f2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient( linear, 0 50%, 0 100%, from(#fff), to(#efefef) );
	background: -moz-linear-gradient( top, #fff, #efefef );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef'); /* for IE */
/*background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(206,219,229,1) 100%);*/ /* IE10+ */
}
.frontcontentbox1photo {
	width: 137px;
	height: auto;
	float: right;
	margin: 0px 0px 5px 10px;
}
.frontcontentbox1 {
	text-align: left;
	width: auto;
	padding: 18px 18px 10px 0px;
	border: 1px solid #e9eae9;
	background-color: #f2f5f2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;/*background: -webkit-gradient( linear, 0 50%, 0 100%, from(#fff), to(#efefef) );
	background: -moz-linear-gradient( top, #fff, #efefef );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');*/ /* for IE */
	/*background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(206,219,229,1) 100%);*/ /* IE10+ */
}
.frontcontentbox2 {
	text-align: left;
	width: auto;
	padding: 19px 18px 10px 0px;
	border: 1px solid #e9eae9;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.frontcontentbox3 {
	text-align: left;
	width: auto;
	padding: 18px 18px 10px 0px;
	border: 1px solid #e9eae9;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.frontcontentscrollbox {
	margin-top: 12px;
	margin-bottom: 12px;
	height: 190px;
}
.frontcontentscroller {
	float: right;
	width: 10px;
}
.scrollup {
	clear: none;
	float: right;
}
.scrolldown {
	clear: none;
	float: right;
	margin-top: 160px;
}
.frontcontentinner {
	display:block;
	margin-left:-289px;
	margin-right:-200px;
	padding:0px;
}
/* Deminished class
.clear {clear:both;}
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.contentdetail {
	display: block;
	text-align: right;
	/* [disabled]padding-bottom: 14px;
*/
}
.frontdetail {
	display: block;
	text-align: right;
	/* [disabled]padding-bottom: 14px;
*/
}
.frontbottommargin {
	background-color: #F9FAEB;
	clear: both;
	display: block;
}
div.footer {
	width: auto;
	margin: 33px 0px 20px 0px;
	display: block;
	clear: both;
	padding: 0px 21px;
	height: auto;
}
div.footerbox {
	margin: 0px;
	width: auto;
	height: auto;
	float: none;
}
div.footerbox1 {
	display: none;
	margin: 0px;
	width: 594px;
	height: 22px;
	float: left;
	vertical-align: middle;
}
div.footerbox2 {
	margin: 0px;
	width: 451px;
	height: 26;
	float: left;
}
div.footerbox3 {
	margin: 0px;
	width: 378px;
	height: 22px;
	float: left;
	text-align: right;
}
.shadbottom {
	background-image: url(../images/img_shad_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left;
	width: 788px;
	text-align: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.shadbottomright {
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
	width: 5px;
}
.shadbottomleft {
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
	width: 5px;
}
.contentbanner {
	margin: 0px;
	padding: 0px;
	width: 1014px;
	height: 95px;
	background-color: #FDFDF9;
}
.contentbannershadow {
	margin: 0px;
	padding: 0px;
	width: 1014px;
	height: 2px;
	background-color: #9C0;
}
.contentbannershadow2 {
	margin: 0px;
	padding: 0px;
	width: 1014px;
	height: 2px;
	background-color: #7ce12f;
}
.subnav {
	margin: 0px;
	float: left;
	width: 228px;
	padding-top: 36px;
	background-color: #fff;
}
.maincontent {
	padding: 0px;
	background-color: #fff;
	display: block;
	margin: 22px 0px 0px 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
	text-align: left;
}
.maincontentbox {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 22px;
	float: left;
	width: 760px;
}
.maincontentboxhome {
	text-align: left;
	padding-top: 22px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 22px;
	float: left;
	width: auto;
}
.maincontenttextbox {
	margin-top: 15px;
	margin-bottom: 12px;
	/* [disabled]float: none;
*/
	/* [disabled]background-image: url(../images/img_seperator_vert.gif);
*/
	background-repeat: repeat-y;
	background-position: 470px top;
	padding-right: 21px;
	width: 530px;
}
.maincontenteventsbox {
	margin-top: 15px;
	margin-bottom: 12px;
	/* [disabled]float: none;
*/
	/* [disabled]background-image: url(../images/img_seperator_vert.gif);
*/
	background-repeat: repeat-y;
	background-position: 470px top;
	padding-right: 21px;
	width: 500px;
}
.maincontentsidebox {
	margin-top: 15px;
	margin-bottom: 12px;
	float: right;
	/* [disabled]background-image: url(../images/img_seperator_vert.gif); */
	background-repeat: repeat-y;
	background-position: 470px top;
	padding-right: 0px;
	width: 202px;
}
.contentquicklink>:first-child {
	margin-top: 10px;
}
.maincontentsidecalendar {
	margin-top: 15px;
	margin-bottom: 12px;
	float: right;
	/* [disabled]background-image: url(../images/img_seperator_vert.gif); */
	background-repeat: repeat-y;
	background-position: 470px top;
	padding-right: 0px;
	width: 245px;
}


.maincontentfullbox {
	margin-top: 15px;
	margin-bottom: 12px;
	/* [disabled]float: none; */
	/* [disabled]background-image: url(../images/img_seperator_vert.gif); */
	background-repeat: repeat-y;
	background-position: 470px top;
	padding-right: 21px;
	width: auto;
}
.maincontent_title {
	width: auto;
}
.maincontentside {
	margin-top: 0px;
	margin-bottom: 12px;
	width: 202px;
	float: right;
}
.maincontentsidephoto {
	margin-top: 0px;
	margin-bottom: 12px;
}
.maincontentsidephoto2 {
	margin-top: 12px;
	margin-bottom: 12px;
}


.maincontentsideseparator {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 6px;
	float: right;
}
.maincontentside2rowstitle {
	margin-top: 91px;
	margin-bottom: 12px;
	width: 120px;
	float: right;
}
.maincontentinner {
	display:block;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	background-repeat: repeat-y;
	background-position: 228px 0px;
	background-image: url(../images/spacer_grey_ccc.gif);
}
.maincontenttextboxnoseparator {
	margin-top: 15px;
	margin-bottom: 12px;
	float: none;
	padding-right: 135px;
}
.contentquicklink {
	margin:0px;
	padding: 0px 9px;
	border: 1px dotted #ccc;
}

/*Thumbnail class start*/


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0px;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: 0px; /*position where enlarged image should offset horizontally */

}

/*Thumbnail class end*/



.subnavmenu {
	font-size: 11px;
	padding-right: 10px;
	margin-left: 0px;
	margin-top: 0px;
}
.subnavmenu .item {
	float:left;
	width:216px;
	height:auto;
	margin-bottom:9px;
}
.subnavmenu2 {
	font-size: 8.5pt;
}
div.celllist2 {
	background-color: #F4F4CE;
	padding: 8px 16px;
}
div.celllist1 {
	background-color: #F7F8E3;
	padding: 8px 16px;
}

div.contentpath {
	width: auto;
	margin: 0px 0px 25px 0px;
	/* [disabled]float: left; */
}
div.pagefunction {
	display: none;
	width: 85px;
	margin: 0px 0px 5px 0px;
	float: right;
	/* [disabled]position: absolute; */
	/* [disabled]top: 0px; */
	/* [disabled]left: 910px; */
}
div.pagefunction .item {
	width: 22px;
	margin: 0px 0px 0px 5px;
	float: right;
	/* [disabled]clear: right; */
}
.ourboardphoto {
	float: right;
	width: 100px;
	margin: 0px 0px 6px 6px;
}
.faqcontentbox {
	text-align: left;
	width: auto;
	padding: 10px 22px 10px 18px;
	border: 1px solid #cadfb9/*#e9eae9*/;
	/*background-color: #f2f5f2;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*background: -webkit-gradient( linear, 0 50%, 0 100%, from(#fff), to(#efefef) );
	background: -moz-linear-gradient( top, #fff, #efefef );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');*/ /* for IE */
	/*background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(206,219,229,1) 100%);*/ /* IE10+ */
}

.eventsdetailbox {
	text-align: left;
	width: auto;
	padding: 10px 22px 10px 18px;
	border: 2px dotted #cadfb9/*#e9eae9*/;
	/*background-color: #f2f5f2;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*background: -webkit-gradient( linear, 0 50%, 0 100%, from(#fff), to(#efefef) );
	background: -moz-linear-gradient( top, #fff, #efefef );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');*/ /* for IE */
	/*background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(206,219,229,1) 100%);*/ /* IE10+ */
}

ul.ulfloatleft {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.ulfloatleft li {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
}
img.border1pxgrey {
	border: 1px solid #ccc;
}
