body {
	margin: 0;
	padding: 0;
	background-image:url(images/bg.jpg);
	font-size: 12px;
	color: #333333;
	width: auto;
	font-family: sans-serif;
	line-height: 20px;
}
h1, h2, h3 {
	font-family: sans-serif;
	font-weight: bolder;
}
h1 {
	letter-spacing: 0;
	font-size: 17px;
	font-weight: bold;
	color: #B11116;
	line-height: 18px;
}
h2 {
	letter-spacing: 0;
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
	line-height: normal;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

h5 {
	font-size: 16px;
}

h4 {
	font-size: 13px;
	line-height: 16px;
}

p  {
	line-height: 13px;
}
ul, ol {
	line-height: 14px;
}
blockquote {
	padding-left: 10px;
}
blockquote p, blockquote ul, blockquote ol { 
	line-height: normal;
	font-style: italic;
}
a { 
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
a:visited {
	color: #333333;
}
a.block_header {
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}


/* NAV */
.chromestyle {
	width: 585px;	
	color: #FFFFFF;
	font-size: 13px;
	padding-left: 24px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	height: 40px;
	font-family: verdana, arial, sans-serif;
	border: none;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	text-align: center;
}

.chromestyle ul li {
	display: inline;
	margin:0;
}

.chromestyle ul li a {
	color: #FFFFFF;
	padding: 8px 17px;
	margin: 0;
	text-decoration: none;
	border-left: solid 1px #191000;
	border-right: solid 1px #9c855a;
}

/*script dynamically adds a class of "selected" to the current active menu item*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected {
	color: #000000;
}


/*Style for Drop Down Menu*/
.dropmenudiv {
	position: absolute;
	top: 0;
	border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height: normal;
	font-size: 12px;
	z-index: 100;
	background-color: #C5B69C;
	visibility: hidden;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border: 1px solid #000000; /*THEME CHANGE HERE*/
	padding: 3px 2px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	line-height: normal;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #D0C5B0; 
}

/* ORIGINAL NAV */

#main_nav {
	width: 585px;
	float: right;
	color:#FFFFFF;
	font-size:13px;
	padding-left: 0px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.menu {
	float: right;
	padding:0 0 0 0px;
	margin:0;
	list-style:none;
	height:40px;
	line-height:auto;
	background: url(images/button1a.gif) repeat-x;
	position:relative;
	font-family: verdana, arial, sans-serif;
}
.menu li.top {
	display:block;
	float:left;
	position:relative;
}
.menu li a.top_link {
	display:block;
	float:left;
	height:40px;
	line-height:33px;
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	padding:0 0 0 5px;
	cursor:pointer;
}
.menu li a.top_link span {
	float:left;
	font-weight:bold;
	display:block;
	padding:0 15px 0 12px;
	height:40px;
}
.menu li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:40px;
	background:url(images/down.gif) no-repeat right top;
}
.menu li a.top_link:hover {
	color:#000;
	background: url(images/button4.gif) no-repeat;
}
.menu li a.top_link:hover span {
	background:url(images/button4.gif) no-repeat right top;
}
.menu li a.top_link:hover span.down {
	background:url(images/button4a.gif) no-repeat right top;
}
.menu li:hover > a.top_link {
	color:#000;background: url(images/button4.gif) no-repeat;
}
.menu li:hover > a.top_link span {
	background:url(images/button4.gif) no-repeat right top;
}
.menu li:hover > a.top_link span.down {
	background:url(images/button4a.gif) no-repeat right top;
}
.menu table {
	border-collapse:collapse;width:0;height:0;position:absolute;top:0;left:0;
}
.menu a:hover {visibility:visible;}
.menu li:hover {position:relative;z-index:200;}
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
.menu :hover ul.sub {
	left:2px;
	top:40px;
	right:2px;
	background: #fff;
	padding:3px 0;
	border:1px solid #999999;
	white-space:nowrap;
	width:200px;
	height:auto;
}
.menu :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:250px;
}
.menu :hover ul.sub li a {
	font-weight:normal;
	display:block;
	font-size:11px;
	height:20px;
	width:192px;
	line-height:20px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
	border:3px solid #fff;
	border-width:0 0 0 3px;
}
.menu :hover ul.sub li a.fly {
	background:#fff url(images/arrow.gif) 80px 7px no-repeat;
}
.menu :hover ul.sub li a:hover {
	background:#ee3a43;color:#fff;
}
.menu :hover ul.sub li a.fly:hover {
	background:#999999 url(images/arrow_over.gif) 80px 7px no-repeat;
	color:#fff;
}
.menu :hover ul li:hover > a.fly {
	background:#999999 url(images/arrow_over.gif) 80px 7px no-repeat;
	color:#fff;
}
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul {
	left:90px;
	top:-4px;
	background: #fff;
	padding:3px 0;
	border:1px solid 999999;
	white-space:nowrap;
	width:93px;
	z-index:200;
	height:auto;
}

/* Page Size */
#page {
	width: 1000px;
	margin: 0 auto;
}

/* Header Styles */

#header {
	width: 1000px;
	height: 111px;
	line-height:inherit;
	margin: 0 auto;
	background-image:url(images/header.png);
	font-family: sans-serif;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color:#FFFFFF;

}	

#homeheader {
	width: 1000px;
	height: 111px;
	line-height:inherit;
	margin: 0 auto;
	background-image:url(images/home_header.png);
	font-family: sans-serif;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color:#FFFFFF;
}	

/* Content Area (Not Homepage) */


#content {
	width:840px;
	min-height: 550px;
	padding-left: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 80px;
	margin: 0 auto;
	background-image:url(images/content_bg.png);
}

#home_content {
	width: 1000px;
	min-height: 420px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0 auto;
	background-image:url(images/home_content_top.png);
}


#home_bottom {
	width: 1000px;
	height: 350px;
	background-image:url(images/home_content_btm.png);
	margin: 0 auto;
	padding-top: 5px;
	align: center;
}
	

#left {
	float: left;
	width: 850px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 60px;
	padding-right: 60px;
	text-align: left;
	vertical-align:top;
	height: 400px;
}

#right {
	float: right;
	width: 525px;
	min-height: 430px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 25px;
	text-align: left;
	vertical-align:top;
}


/*Homepage*/

#posthome {
	float: right;
	text-align: left;
	line-height: 16px;
	width: 560px;
	height: 230px;
	padding-left: 70px;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-right: 65px;
}

#post {
	float:right;
	text-align: left;
	width: 920px;
	height: 140px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-right: 50px;
	background-image:url(images/news_bg.png);
}


#post_wide { 
	float: right;
	text-align: left;
	width: 910px;
	height: 550px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 50px;
	overflow: auto;
}


#home_left{
	text-align: left;
	width: 260px;
	height: 140px;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 50px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#home_right{
	text-align: center;
	width: 550px;
	height: 325px;
	padding-left: 0px;
	padding-top: 90px;
	padding-bottom: 0px;
	padding-right: 0px;
	float: right;
	background-image: url(images/photogallery_bg.png);
}

.small {
	font-size: 11px;
	font-family: sans-serif;
	font-weight: bold;
	color: #333333;
}


#anchor {
	height: 20px;
	margin-left: auto;
	text-align: right;
	display: inline;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
	float:right;
	font-size: 11px;
	font-weight: normal;
	width: 400px;
}

#anchor ul { list-style: none;margin: 0;padding:0;}
#anchor li { display: inline;padding: 0px 0px 0px 20px;}
#anchor a:link, #anchor a:visited, #anchor a:active { color: #dabf94;text-decoration: none;}
#anchor a:hover {color: #333333;text-decoration: none;}

/*
img, div, a { behavior: url(iepngfix.htc) }
*/
#sitedescription, #locations {
	display: none;
}

.lighter {
	color: #aaaaaa;
}

#footer {
	width: 1000px;
	height: 65px;
	color :#333333;
	font-size: 10px;
	align: center;
	background-image: url(images/footer.png);
	line-height: 12px;
	margin: 0 auto;
	padding-top: 5px;
	align: center;
}

#footer a { 
	color: #333333;
	font-family: sans-serif;
	text-align: center;
	font-size: 10px;
}








