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

img {
	behavior: url(/assets/iepngfix.htc)
}

a {
	 color:#738359; text-decoration:underline;
}
a:hover {
	color: #454F36; text-decoration:none;
}

a.light {
	color: #ffffff;
}

a.light:hover {
	color: #CDD3C7;
}


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

input.text, textarea, select {
	border: inset black 1px;
	background: #EAE9D5;
	color: #000000;
	font-size: 11px;
	padding: 1px 2px;
}

input.button {
	font-size: 11px;
	border: outset black 1px;
	background-color: #D4D5C5;
	font-weight: bold;
	padding: 0px 4px;
}

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

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

td.formheading {
	border-bottom: dotted #828A75 1px;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-variant: small-caps;
}


div#breadcrumbs {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 16px;
}
#breadcrumbs a {
text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	color:#4B5B37;
}


h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

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


ul {
	list-style-type: square;
}


h1#pagetitle { display:inline; }

li {
	margin-top:4px;
	margin-bottom: 4px;
}

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

div#main {
	width: 790px;
}

#pagecontent {
	padding: 10px 20px 20px 20px;
	line-height: 20px;
	text-align: left;
}


td#innermenu {
	width: 150px;
	padding: 10px 0px 20px 10px;
	font-weight: bold;
	text-align: left;
}

#innermenu a {
text-decoration:none;

}

#innermenu a:hover {
text-decoration:none;
}



/***** borders for content tables *******/

table.contentborder {
	font-size:1px;
}
table.contentborder td.corner-nw {
	height: 10px;
	width: 10px;
	background: url('/assets/images/contentborder-corner-nw.png') top no-repeat;
}

table.contentborder td.border-top {
	height: 10px;
	background: url('/assets/images/contentborder-border-top.png') top repeat-x;
}

table.contentborder td.corner-ne {
	height: 10px;
	width: 10px;
	background: url('/assets/images/contentborder-corner-ne.png') top no-repeat;
}




table.contentborder td.border-left {
	width: 10px;
	background: url('/assets/images/contentborder-border-left.png') top repeat-y;
}

table.contentborder td.middle {
	background: white;
	padding: 6px;
}

table.contentborder td.border-right {
	width: 10px;
	background: url('/assets/images/contentborder-border-right.png') top repeat-y;
}





table.contentborder td.corner-sw {
	height: 10px;
	width: 10px;
	background: url('/assets/images/contentborder-corner-sw.png') top no-repeat;
}

table.contentborder td.border-bot {
	height: 10px;
	background: url('/assets/images/contentborder-border-bot.png') top repeat-x;
}

table.contentborder td.corner-se {
	height: 10px;
	width: 10px;
	background: url('/assets/images/contentborder-corner-se.png') top no-repeat;
}


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










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

#mainmenu {
	background: #828A75;
	width:100%;
	border-collapse: collapse;
}

#mainmenu td {
	white-space: nowrap;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 2px;
	font-family: Georgia, "Times New Roman", serif;
}

#mainmenu a {
	text-decoration: none;
	color: #ffffff;
}
#mainmenu a:hover {
	text-decoration: none;
	color: #ffffff;
}

div.submenu {
	width:180px;
	padding: 3px;
	position: absolute;
	display: none;
	background: #828A75;
	border: solid #684F40 1px;


	opacity: 0.90;
	filter: alpha(opacity = 90);

}
div.submenu table {
	border-collapse: collapse;
	width: 100%;
}

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

}

div.submenu td a {
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;

}

div.submenu td.hover {
	background: #E8E9E4;

}

div.submenu td.hover a {
	color: #5B6B44;
}


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

#footer a {
	color: #CDD3C7;
	text-decoration:none;
}
#footer a:hover {
	color:white;
	text-decoration:none;
}

/******** nav links ********/
div.navlinkboxoff {
	font-size: 11px;
	display: inline;
	border: solid #adb5a2 1px;
	padding: 2px 3px;
	margin: 0px 1px;
	text-align:center;
	color: #adb5a2;
	text-decoration: none;
}
div.navlinkbox, div.navlinkboxhover {
	font-size: 11px;
	display: inline;
	border: solid #3A4D22 1px;
	padding: 2px 3px;
	margin: 0px 1px;
	text-align:center;
	color:#858568;
}
div.navlinkboxon {
	font-size: 11px;
	display: inline;
	border: solid #3A4D22 1px;
	padding: 2px 3px;
	margin: 0px 1px;
	text-align:center;
	color: #ffffff;
	background: #5C6C45;
	text-decoration: none;
}
div.navlinkbox a {
	text-decoration: none;
	color: #3A4D22;
}
div.navlinkboxhover {
	color: #ffffff;
	background: #5C6C45;
	text-decoration: none;
}
div.navlinkboxhover a, div.navlinkboxhover a:hover {
	color: #ffffff;
	text-decoration: none;
}


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



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




/************* buttons **********/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.pbutton {
    background: transparent url('/assets/images/bg_button_a.gif') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.pbutton span {
    background: transparent url('/assets/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 


a.pbutton:active {
    background-position: bottom right;
    color: #ebebeb;
    outline: none; /* hide dotted outline in Firefox */
}

a.pbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

a.pbutton:hover {
    background-position: bottom right;
    color: #ebebeb;
    outline: none; /* hide dotted outline in Firefox */
}

a.pbutton:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

