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

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

a {
	color: #996633;
}

a:hover {
	color: #660000;
}


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

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


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

input.button[disabled] {
	color: #9F9F9F;
	background: #CFCFCF;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}


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: bold;

}

h1 { font-size: 14px; color: #973F1C;}
h2 { font-size: 12px; color: #4A2F14; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

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


.inforow, .inforow a  {
	white-space: nowrap;

	color: #733433;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

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

div#main {
	width: 694px;
}

.pagecontent {
	padding: 10px 0px;
	line-height: 20px;
	text-align:justify;
}


#innermenu {
	font-weight: bold;
}

#innermenu a {
	color: #973F1C;
}

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


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

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

#mainmenu td {
	color: #AE6C24;
	font-size: 13px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;

	text-align: left;
	border: none;

	padding: 2px 14px 2px 0px;
}
#mainmenu td#pagetitle {
	text-align: right;
	font-weight: bold;
	color:  #500100;
	font-size: 18px;
	padding:0px;
}

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

div.submenu {
	width:150px;
	padding: 3px;
	position: absolute;
	display: none;
	background: #ffffff;
	border: 1px solid #500100;
/*
	opacity: 0.80;
	filter: alpha(opacity = 80);
*/
}



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

}

div.submenu td {
	padding: 3px 5px;
	cursor:pointer;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

div.submenu td a {

	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;

}

div.submenu td.hover {
	background: #C4B8AA;
	color: #ffffff;
	text-decoration: none;
}

div.submenu td.hover a {

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


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

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

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


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



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






