@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background-color: #19190b;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#index #container {
	height:819px;
	background: url(../images/hm-bg.jpg) 50% 0 no-repeat;
	text-align: left;
	min-width: 918px;
	width: auto !important;
	width: 918px;
}
#index #main_hm_content {
	width:931px;
	margin:0 auto;
	padding: 0 0 0 0px;
}

#index #main_hm_content {
	width:931px;
}

#index_logo {
	padding-top:18px;
}

.logo {
	padding:0;
	margin-left:-24px;
	position:absolute;
	/* width:259px; */
}

#index #main_hm_content .navigation {
	width:660px;
	padding:32px 24px 11px 0;
	_padding: 0 24px 11px 0;
	float: right;
}

#index #main_hm_content .hm_slideshow {
	width:931px;
	height:312px;
	padding-left:0px;
	margin-left:-5px;
	_margin-left:-4px;
}

.hm_search {
	width:931px;
	height:20px;
	text-align:right
	margin:0;
	padding:10px 0 0 0;
	_padding:8px 0 0 0;
}

*html .hm_search {
	height:20px;
	margin-top:-6px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
div.hm-search {
	width:16px;
	height:20px;
}
}

.search-box {
	background-image: url(../images/search-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}

input.searchbox {
	height:20px;
	width:130px;
	border: none;
	color:#777;
	font-size:11px;
}

#search-form {
	float: right;
	border:none;
	margin:0;
	padding:0;
	height:20px;
}

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

img, div { behavior: url(css/iepngfix.htc) }

.hm_content_wrapper {
	width:931px;
	height:150px;
	padding-top:96px;
}

* html .hm_content_wrapper{
	padding-top:39px;
}

*+html .hm_content_wrapper{
	padding-top:29px;
}


.hm_teasers {
	width:217px;
	height:122px;
	float: left;
	padding:40px 0 0 55px;
	margin-right:24px;
	overflow-y: hidden;
}

* html .hm_teasers {
	padding-top:30px;
}

.hm_content {
	width:480px;
	height:150px;
	float:left;
	margin-right:42px;
	overflow-y: hidden;
}

.hm_video {
	width:79px;
	height:150px;
	padding-top:12px;
	float:left;
}

#hm_footer {
	width:931px;
	text-align:right;
	padding-top: 48px;
}

* html #hm_footer {
	padding-top:18px;
}

.gallery {
	width:
}

/* ---------- SUBPAGE LAYOUT ---------- */

#subpage #container {
	height:671px;
	background: url(../images/sub-bg.jpg) 50% 0 no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 918px;
	width: auto !important;
	width: 918px;
}

#subpage #main_hm_content {
	width:918px;
	margin:0 auto;
	padding: 0 0 0 0px;
}

#subpage #header {
	height:96px;
}

#subpage_logo {
	padding-top:18px;
}

#subpage_logo .logo {
	padding:0;
	margin-left:-24px;
	position:absolute;
	/* width:259px; */
}

#subpage .hm_search {
	width:931px;
	height:20px;
	text-align:right
	margin:0;
	padding:10px 0 0 0;
}

*html #subpage .hm_search {
	height:20px;
	margin-top:-6px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
div.hm-search {
	width:16px;
	height:20px;
}
}


#subpage #main_hm_content .navigation {
	width:660px;
	padding:36px 24px 11px 0;
	_padding: 2px 24px 11px 0;
	float: right;
}

.sub_content_wrapper {
	width:918px;
	margin-top:20px;
	background: url(../images/sub-bg-content-top.jpg) 100% 0 no-repeat;
}

* html sub_content_wrapper{
	padding-top:39px;
}

.crumbs {
	padding-left:260px;
	padding-bottom:40px;
	padding-top:9px;
	font-size:11px;
}

.sub_content {
	width:870px;
	padding:0 24px 18px 24px;
	min-height:250px;
	height:auto !important;
	height:250px;
	background-color: #fff;
}

#gallery_layout {
	width:870px;
	padding:0 24px 18px 24px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-color: #fff;
}

#gallery_layout .sub_content {
	float:left;
	width:668px;
	vertical-align: top;
	
}

#sub_footer {
	width:918px;
	text-align:right;
	height:48px;
	padding-top:24px;
	background-position: 0 top;
	background-repeat: no-repeat;
	background-image: url(../images/sub-bg-footer.gif);
}


/* ---------- TYPOGRAPHY & MISC STYLES  ---------- */

h1 {
	font-size: 22px;
	color:#395469;
}

h2 {
	font-size: 18px;
	color:#949257;
}

h3 {
	font-size:14px;
	color:#797979;
}

p,li,td {
	font-size:13px;
	color:#797979;
	line-height: 18px;
}

a {
	color: #5c5b22;
	text-decoration: none;
}

a:visited {
	color: #5c5b22;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:visited:hover {
	color: #000;
	text-decoration: underline;
}

.footer p {
	color:#4f4e23;
}

.footer a, .footer a:visited {
	color:#4f4e23;
	text-decoration: none;
}

.footer a:hover, .footer a:visited:hover {
	color: #d8d8d8;
	text-decoration:none;
}

.image-left-aligned {
	padding-right:12px;
}

.image-right-aligned {
	padding-left:12px;
}

table.data {
	border-collapse: collapse;
	border: 1px solid #333;
	font-size:12px;
	margin-top:12px;
	}
table.data th {
	border-collapse: collapse;
	border: 1px solid #333;
	background-color: #6e6e30;
	color:#fff;
	padding:4px;
	}
table.data td {
	border-collapse: collapse;
	border: 1px solid #333;
	padding:4px;
	}


/* ------------ DROPDOWN MENU CSS ------------ */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/

.navigation {
	height:29px;
	width: 931px;
	padding: 0;
}

#nav {
	float: right;
}

#index#index #home_link {
    display: none;    
}

/* ----- LINK COLORS ----- */
.yuimenu a, .yuimenu a:visited {
    color: #5c5b22;
    text-decoration: none;
    text-transform: uppercase;
    font-size:11px;   
}

.yuimenu a:hover, .yuimenu a:visited:hover {
    color: #000;
    text-decoration: none;    
}


/* ----- SECONDARY LINK COLORS IF DIFFERENT FROM TOP LEVEL ----- */
.yuimenu .yuimenu a, .yuimenu .yuimenu a:visited {

}

.yuimenu .yuimenu a:hover, .yuimenu .yuimenu a:visited:hover {

}
/* ----- HORIZONTAL OR VERTICAL LAYOUT ----- */
.yuimenubaritem {
    float:left;
	padding: 0;
}

li.yuimenubaritem {
	background-image:url(../images/menu-tab-left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:29px;
	
}

.yuimenubaritem a {
	background-image:url(../images/menu-tab-right.gif);
	background-position:right top;
	background-repeat:no-repeat;
	height:21px;
	padding:8px 12px 0;
}

*html .yuimenubaritem a {
	height: auto;	
}
/* ----- TOP LEVEL LINKS PADDING AND MARGINS ----- */
.yuimenubaritemlabel {
	padding: 0 10px;
	text-transform: uppercase;
	background: url(../images/menu-tab-right.gif) 100% 0 no-repeat;
}
/* ----- SECOND LEVEL ----- */
.yuimenu .yuimenu {
	padding: 0px 0 0;	
}

.yuimenuitem {
    background: #c9c8a3;
    border-bottom: #7e7e7e solid 1px;
	padding: 5px 25px 5px 10px !important;
}

.yuimenuitem a {
	background:none;
	padding: 0;
	margin: 0;
	height: auto;
}

.bd .bd {	
	
}
/* ----- SECOND LEVEL PADDING AND MARGINS ----- */
.yuimenuitemlabel {
    margin: 0;
    padding:0;
    height: 29px;
}


/* ----- THIRD LEVEL ----- */
.yuimenuitem .yuimenuitem {
    background: #c9c8a3;  
}


/* ----- SPECIFY SUBMENU INDICATOR ----- */
.yuimenuitem-hassubmenu {
    background-image:url(../images/menuitem_submenuindicator.png);
    background-position:right center;
    background-repeat:no-repeat;
}




/* -------------NO NEED TO EDIT ANYTHING BELOW-------- */

.yuimenu {
    top:-999em;
    left:-999em;
}

.yuimenubar {
    position:static;
}

.yuimenu .yuimenu, .yuimenubar .yuimenu {
    position:absolute;
}
.yuimenubar li, .yuimenu li {
    list-style-type:none;
}

.yuimenubar ul, .yuimenu ul, .yuimenubar li, .yuimenu li, .yuimenu h6, .yuimenubar h6 {
    margin:0;
    padding:0;
}
.yuimenuitemlabel, .yuimenubaritemlabel {
    text-align:left;
    white-space:nowrap;
}
.yuimenubar ul {
    *zoom:1;
}
.yuimenubar .yuimenu ul {
    *zoom:normal;
}
.yuimenubar>.bd>ul:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
    line-height:0;
}

.yuimenuitemlabel {
    display:block;
}

*html .yuimenuitem {
    margin-bottom: -40px;
}

.yuimenuitemlabel .helptext {
    font-style:normal;
    display:block;
    margin:-1em 0 0 10em;
}
.yui-menu-shadow {
    position:absolute;
    visibility:hidden;
    z-index:-1;
}
.yui-menu-shadow-visible {
    top:3px;
    right:-3px;
    left:-3px;
    bottom:-3px;
    visibility:visible;
}
.hide-scrollbars * {
    overflow:hidden;
}
.hide-scrollbars select {
    display:none;
}
.yuimenu.show-scrollbars, .yuimenubar.show-scrollbars {
    overflow:visible;
}
.yuimenu.hide-scrollbars .yui-menu-shadow, .yuimenubar.hide-scrollbars .yui-menu-shadow {
    overflow:hidden;
}
.yuimenu.show-scrollbars .yui-menu-shadow, .yuimenubar.show-scrollbars .yui-menu-shadow {
    overflow:auto;
}

.yui-menu-shadow-visible {
    background-color:#000;
    opacity:0;
    *filter:alpha(opacity=0);
}

/* ---------- TEASER STYLES ---------- */

.tsr-pg-title {
	font-weight:bold;
	font-size: 11px;
	margin: 0;
	text-transform: uppercase;
	}
	
.tsr-pg-abstract {
	color:#182126;
	margin: 0 6px 8px 0;
	font-size: 11px;
	line-height: 14px;
	}
	
	
	
/* ---------- SEARCH RESULTS CSS ---------- */

div.search-result {
	padding: 12px 0px;	border-bottom: 1px solid #ccc;
}

h2.search-pg-title {
	color: #fff; font-size: 13px; font-weight: bold; margin: 0; padding: 0;
}

h2.search-pg-title a {
	text-decoration: none;
}

p.search-pg-abstract {
	font-weight: normal; margin: 0; padding: 0 0 15px 0;
}

.search-highlight {
	font-weight: bold; background-color: #ffd;
}

.search-pg-loc {
	font-size: 11px; font-weight: normal; font-style: italic;
}

.search-pg-edited {
	font-size: 11px; font-weight: normal; font-style: italic; padding: 0 0 25px 0;
}

/* --------- PHOTO AREA CSS ------------ */

.photo-area {
	float: left;
	width:150px;
	padding-top:12px;
	}
	
.photo-area img {
	display: block;
	}
	
#photo {
	background-color: #ccc;
	width: 150px;
	height: 150px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 18px;
	}
	
#hoverover img {
	border:4px solid #CCCCCC;
	height:142px;
	width:142px;
}
	
#photo-caption {
	color: #000;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	background-color: #ccc;
	padding: 7px 7px 8px 8px;
	margin: 0;
	}
	
#hoverpopup0 {
	position: absolute;
	display: none;
	}
	
#hover-position0 {
	position: relative;
	top: -168px;
	left: 172px;
	display: none;
	}
	
#hoverpopup1 {
	position: absolute;
	display: none;
	}
	
#hover-position1 {
	position: relative;
	top: -168px;
	left: 172px;
	display: none;
	}
	
#hoverpopup2 {
	position: absolute;
	display: none;
	}
	
#hover-position2 {
	position: relative;
	top: -168px;
	left: 172px;
	display: none;
	}
	
#hoverpopup3 {
	position: absolute;
	display: none;
	}
	
#hover-position3 {
	position: relative;
	top: -280px;
	left: 172px;
	display: none;
	}
	
#hoverpopup4 {
	position: absolute;
	display: none;
	}
	
#hover-position4 {
	position: relative;
	top: -448px;
	left: 172px;
	display: none;
	}