body {
	margin: 50px 0px;
	background-color: #555243;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}


a:focus, a:hover, a:active { outline:none }

a {
	color: #8F9650;
}
a:hover {
	color: #555243;
}


/*img { behavior: url(/assets/iepngfix.htc) }*/
/*a:focus {*/
/*	-moz-outline:0;*/
/*	outline:0;*/
/*	outline-offset:0;*/
/*}*/
/*a[href $='.pdf'] { */
/*	padding-left: 24px;*/
/*	background: transparent url(/assets/images/ico_spdf.gif) no-repeat center left;*/
/*	padding-top:1px;*/
/*}*/
/*a[href $='.doc'] { */
/*	padding-left: 24px;*/
/*	background: transparent url(/assets/images/ico_sdoc.gif) no-repeat center left;*/
/*	padding-top:1px;*/
/*}*/
/*a.no-icon {*/
/*	background: none;*/
/*	padding: 0px;*/
/*}*/

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}




input[type=text], input[type=password], input[type=file], textarea, select {
	background: #f8f8f8;
	border: solid #4F4F4F 1px;
	color: #4F4F4F;
	font-size: 11px;
}
input[type=text], input[type=password], input[type=file], textarea, select option {
	padding: 1px 2px;
}

input[type=button], input[type=submit], input[type=reset] {
	font-size: 11px;
	border: solid #4F4F4F 1px;
	background-color: #D8D8D8;
	color: #4F4F4F;
	font-weight: bold;
	padding: 0px 4px;
}


input.text125 {
	border:none;
	font-size: 11px;
	color: #9B967A;
	height: 18px;
	padding: 7px 4px 0px 4px;
	padding-top: 4px;
	color: #9B967A;
}

input.text125 {
	width: 117px;
	background: #F6F6F6 url(../images/bg-textbox-125.png) no-repeat center center;
}

input.button40, input.button60, input.button100, input.button150 {
	border:none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9B967A;
	height: 25px;
	text-align: center;
	padding-bottom: 2px;
	margin-bottom: -2px;
}
input.button40 {
	width: 40px;
	background: #F6F6F6 url(../images/bg-button-40.png) no-repeat center center;
}
input.button60 {
	width: 60px;
	background: #F6F6F6 url(../images/bg-button-60.png) no-repeat center center;
}
input.button100 {
	width: 100px;
	background: #F6F6F6 url(../images/bg-button-100.png) no-repeat center center;
}
input.button150 {
	width: 150px;
	background: #F6F6F6 url(../images/bg-button-150.png) no-repeat center center;
}


td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


div#breadcrumbs {
	font-size: 11px;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1.1em 0;
	color: #555243;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 16px; color: #99978E; }
h6 { font-size: 14px; color: #99978E; }

hr {
	height: 1px;
	border: none;
	color: #cccccc;
	background: #cccccc;
}


/*******************************************************/

div#main-wrap {
	margin: 0px auto;
	width: 800px;
}
div#main {
	background: url(../images/bg-main-top.jpg) no-repeat top center #ffffff;
}

#pagecontent {
	padding: 10px 30px;
}

.pagetext {
	line-height: 20px;

}


#innermenu {
	font-weight: bold;
}

#innermenu a {
	color: #973F1C;
}

#innermenu a:hover {
	color: #D17A2D;
}

div#pagefooter {
	margin-top: 10px;
	text-align: center;
}

div#pagefooter, div#pagefooter a {
	color: #8F9650;
	text-decoration: none;
}

div#pagefooter a:hover {
	color: white;
}
div#pagefooter div.pagefooter-menu {
	font-size: 11px;
	font-weight: bold;
}

div#pagefooter .copyright {
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
}


/***************** mainmenu styles *********************/

#mainmenu {
	
}

#mainmenu td {

	white-space: nowrap;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px;
	overflow: hidden;
	text-transform: uppercase;
}

#mainmenu a {
	text-decoration: none;
	color: #555B37;
}
#mainmenu a:hover {
	text-decoration: none;
	color: #C3C882;
}

div.submenu {
	width:171px;
	margin-top: 7px;

	padding: 0px;
	position: absolute;
	display: none;


	opacity: 0.85;
	filter: alpha(opacity = 85);

}

div.submenu div.bgcontainer {
	background: url(../images/submenu-bg.png) center top no-repeat;
}

div.submenu table {
	margin: 4px auto 0px auto;
	width: 94%;
	border-collapse: collapse;

}

div.submenu td {
	padding: 4px 4px;
	cursor:pointer;
	text-align: left;
	font-size: 11px;

}

div.submenu td a {
	color: #555243;
	font-weight: bold;
	text-decoration: none;
}

div.submenu td.hover {
	background: #555243;
	color: #ffffff;
}

div.submenu td.hover a {

	color: #ffffff;
	text-decoration: none;
}


/****************************************/




/********* gallery *************/
.gallery_photo_cell {
	text-align: center;
	padding: 10px 5px;
}



img.gallery_photo {
	border: solid black 1px;
}




/************ blog/news posts *********/
div.blog-post {
	margin-bottom: 20px;
}
div.blog-post div.post-date {
	font-size: 11px;
	color:#7F7F7F;
	border-bottom: dotted #7F7F7F 1px;
}

div.blog-post div.post-title {
	color: #555243;
	margin-top: 6px;
	font-size: 14px;
	font-weight: bold;
	/*text-shadow: #CFCFCF 3px 4px 2px;*/
}

div.blog-post div.post-text {
	
}

div.blog-nav {
	margin:10px 0px;
}

/******** nav links ********/

div.navlinkbox, div.navlinkboxhover {
	font-size: 11px;
	display: inline;
	border: solid #555243 1px;
	padding: 2px 5px;
	margin: 0px 2px;
	text-align:center;
}
div.navlinkbox a {
	text-decoration: none;
}
div.navlinkboxhover {
	color: #ffffff;
	background: #555243;
}
div.navlinkboxhover a, div.navlinkboxhover a:hover {
	color: #ffffff;
	text-decoration: none;
}