/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* common styles */
/*img { 
	behavior: url(/css/iepngfix.htc) ;
	}*/

.clearDiv {
	height: 0;
	clear:both;
}

strong {
	font-size: 12px;
	font-weight: bold;
	color: #047475;
}

ul
{
list-style: disc inside;
} 

p {
	margin-bottom: 15px;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

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

/* end common styles */

/* structure */

body {
	background: url(/media/636/background.jpg) repeat-x #89723c;
}

#container {
	margin: 0 auto;
	width: 900px;
}

#header {
	text-align: center;
	margin: 0 auto;
	width: 900px;
	height: 145px;
}

	

#flashHolder {
	background: url(/media/942/flashholder_temp.png) no-repeat;
	margin:40px 0 30px 0;
	width: 900px;
	height: 310px;
	/*padding: 23px 0 0 18px;*/
}

#flashHolderPad {
	width: 860px;
	margin: 0 auto;
	padding-top: 22px;
}

#mainBody {
	width: 900px;
	padding: 10px;
}

#insideMainBody {
	margin: 0 auto;
	width: 900px;
	/*height: 450px;*/
	background: url(/media/1514/insidemainbodyback.png) no-repeat;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 10px;
}

#contentHolder {
	margin: 0 auto;
	width: 880px;
	background-color: #877239;
}

#insideBodyLeft {
	float: left;
	width: 505px;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 24px;
	font-family: Arial, sans-serif;
	padding: 15px;
}

#insideBodyLeft h1 {
	color: #891010;
	font-size: 28px;
	font-family: Times, serif;
	margin-bottom: 10px;
	}

#insideBodyRight {
	float:right;
	width:325px;
	padding-top: 10px;
}

#bodyLeft {
	float: left;
	width: 525px;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 24px;
	font-family: Arial, sans-serif;
}

#bodyLeft h1 {
	color: #891010;
	font-size: 28px;
	font-family: Times, serif;
	margin-bottom: 10px;
	}

#bodyRight {
	float:right;
	width:325px;
}

#tour {
	border: 1px solid #FFFFFF;
	padding: 10px;
	text-align: center;
	background-color: #d3bc86;
	margin-right: 15px;
}

#tour a {
	text-transform: uppercase;
	color: #891010;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#tour a:hover {
	color: #FFFFFF;
}

#addressChunk {
	margin: 15px 0 10px 0;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}

#footer {
	height: 44px;
	background-color: #891010;
	line-height: 44px;
	color: #FFFFFF;
}

#footer p {
	margin: 0 auto;
	width: 900px;
	height: 44px;
	line-height: 44px;
	padding-left: 25px;
	font-size: 10px;
	
}



/* sitemap temporary styles */
#sitemap {
	margin-left: 45px;
	padding: 15px 15px;
	border: 1px solid #CCCCCC;
	width: 300px;
}

#sitemap ul li ul {
	margin-left: 35px;
}



/* end sitemap temporary styles */


/* Gallery Styles */

a img {
border: 0;
}

#galThumb {
	float: left;
	padding: 10px 10px 10px 10px;
	/*margin: 5px 5px 5px 5px;
	border: 1px solid #dddddd;*/
}


#galleryList {
	padding: 5px 5px 5px 5px;
}



.galPic {
	float:left;
	padding: 0 25px 0 0;
	}

#imageList {
	width: 500px;
}

/* lightbox styles */


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	background: transparent url(___just-anything-here.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* doc2form styles */

.Doc2Form {
	text-align: left;
	/*width: 280px;*/
	margin: 15px 15px 15px 0;
	background-color: #d3bc86;
	border: 1px solid #FFFFFF;
	}
.Doc2Form fieldset {
	border: none;
	text-align: left;
	font-family: Arial, sans-serif;
	/*border-bottom: 1px solid #1E3E55;*/
	margin-bottom: 5px;
	}
	
.Doc2Form legend {
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #1E3E55;
	}
	
.Doc2Form fieldset ul {
	margin: 0;
	padding: 0;
	}
	
.Doc2Form fieldset li {
	display: block;
	list-style: none;
	padding:  0;
	margin: 2px 0;
	font-size: 10px;
	color: #000000;
	clear: both;
	/* border-top: 1px solid #1E3E55; */
	}
.Doc2Form fieldset li span {
	}
.Doc2Form fieldset li span img {
	}

.Doc2Form fieldset li img, .Doc2Form fieldset li a {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
	font-size: 12px;
	}
.Doc2Form fieldset li label
{
	width: 250px; 
	float: left; 
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
	}
.Doc2Form fieldset li p {
	color: #1E3E55;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
	}
.Doc2Form fieldset li table {
	clear: both;
	float: left;
	margin-top: 3px; 
	margin-left: 30px;
	font-size: 12px;
	margin-bottom: 3px;
	}
.Doc2Form fieldset li table input {
	float: left;
	width: 25px;
	font-size: 12px;
	border: 1px solid #74b4b6;
	margin-bottom: 3px;	
	}
.Doc2Form fieldset li table label {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	}
.Doc2Form fieldset p {
	color: #1E3E55;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
	}
.Doc2Form fieldset br {
	clear: both;
	}
.Doc2Form fieldset input {
	float: left; 
	margin-top: 3px; 
	width: 280px;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid #891010;
	margin-bottom: 3px;
	}
.Doc2Form fieldset textarea {
	float: left; 
	margin-top: 3px; 
	width: 280px;
	margin-left: 10px;
	font-size: 12px;
	height: 75px;
	border: 1px solid #891010;
	margin-bottom: 3px;
	}
.Doc2Form fieldset select {
	float: left; 
	margin-top: 3px; 
	width: 210px;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid #891010;
	margin-bottom: 3px;
	}
.Doc2Form input.button {
	height: auto;
	width: 100px;
	background-color: #891010;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	margin-left: 190px;
	}

.Doc2Form input.button:hover {
	color: #891010;
	background-color: #DDDDDD;
	border: 1px solid #891010;
	cursor: pointer;
}

.Doc2Form li.required label strong {
	font-weight: bold;
	font-style: normal;
	color: #900;
	}
/*\*//*/ .Doc2Form legend { display: inline-block; } /* IE Mac legend fix */

.umbHoneyPot_li {
	height: 0px;
	overflow: hidden;
}

form p {
	font-family: Arial, sans-serif;
	padding: 10px 10px 10px 10px;
}

























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
