* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 15px;
	background: #F7F6F1 url(../images/main-bg.png) repeat-x top;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
}

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

a {
	color: #AB8B5A;
	text-decoration: none;
}
a:hover {
	color: black;
}


a.no-icon {
	padding: 0px;
	background: transparent;
}

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

p {
	margin: 1em 0;
}

blockquote {
	margin: 1em 0em 1em 2em;
}


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


input[type=button], input[type=submit], input[type=reset] {
	background: #CAC9BC url(../images/input-button-bg-small.png) repeat-x left top;
	height: 19px;
	width: 80px;
	border: none;
	color: #615e51;
	font-weight:normal;
	text-transform:uppercase;
	font-family:arial,helvetica,sans-serif;
	font-size:10px; 
	text-align: center;
	padding-bottom:1px;
}

input[type=button].medium, input[type=submit].medium, input[type=reset].medium {
	background-image: url(../images/input-button-bg-medium.png);
	width: 130px;
}

input[type=button].large, input[type=submit].large, input[type=reset].large {
	background-image: url(../images/input-button-bg-large.png);
	width: 170px;
}



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

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


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

h1, h2, h3, h4, h5, h6 {
	display: inline;
	font-family: Garamond, Times, serif;
	color: #AB8B5A;
}
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 {
	border: 0;
	color: #C9C8BB;
	background-color: #C9C8BB;
	height: 1px;
	width: 100%;
	text-align: left;
}


ul, ol {
	padding: 0px 0px 0px 2em;
}
li {
	padding: 4px 0px;
}

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


div#contentwrap {
	width: 782px;
	margin: 0px auto;
}

div#main {
	background: url(../images/main-bg-borders.png) repeat-y;
}

div#main-border-top {
	height: 5px;
	background: url(../images/main-border-top.png) no-repeat center top;
}
div#main-border-bot {
	height: 5px;
	background: url(../images/main-border-bot.png) no-repeat center top;
}

div#maincontent {
	width: 750px;
	margin: 0px auto;
	padding-bottom: 10px;
}

.textcontent {
	line-height: 20px;
}

#headerimage {
	border: solid #C09B61;
	border-width: 2px 0px 7px 0px;
}




#innermenu {
	color: #AB8B5A;
	font-weight: bold;
}

#innermenu a {
	color: #7E7E76;
}

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


#footer {
	margin-top: 4px;
	text-align: center;
	color: #707070;
	font-size: 12px;
}

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

#mainmenu {
	margin: 10px 0px;
	width:100%;
	border-collapse: collapse;
}

#mainmenu td {
	white-space: nowrap;
	text-align: center;

	font-size: 11px;
	font-weight: bold;
	padding: 2px 6px;
}

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

div.submenu {
	width:175px;
	padding: 1px;
	position: absolute;
	display: none;
	background: #F0F0E4;
	border: solid #D5D5B3 1px;
	z-index: 89;
	opacity: 0.85;
	filter: alpha(opacity = 85);

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

}

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

}

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

}

div.submenu td.hover {
	background: #fff;
	color: #9F804F;
}

div.submenu td.hover a {

	color: #9F804F;
	text-decoration: none;
}


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

/******** 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: #C09B61;
}
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;
}





