@charset "utf-8";
/* CSS Document */

a img, a:visited img, a:hover img {
	border:0 !important;
}
h2 {
	color:#e7cf00;
	margin:0;
	font-size: 19px;
}

/* ---HEADER--- */
#header-container {
	background-image:url(images/template/header-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height:94px;
	width:972px;
}
#header-left {
	float:left;
	width:283px;
}
#header-right {
	float:right;
	width:689px;
}
#header-top {
	float:right;
	margin-right:25px;
	margin-top:6px;
	font-size: 12px;
	color: #FFFFFF;
	height:30px;
}
#header-top a, #header-top a:visited {
	color:#FFF;
	text-decoration:none;
}
#header-top a:hover {
	text-decoration:none;
	border-bottom: 1px dotted #fff;
}
#header-bottom {
	height:39px;
	margin-top:55px;
}
/* ---TITLE-IMAGE--- */
#title-image-container {
	overflow:hidden;
	margin-top:10px;
	width:972px;
}

/* ---CONTENT--- */

.breadcrumb {
	font-size:11px;
}
.breadcrumb a, .breadcrumb a:visited {
	color:#fff;
	text-decoration:none;
}
.breadcrumb a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom: #fff 1px dotted;
}

/* ---FOOTER--- */
#footer {
	overflow:hidden;
	border-top: #707a97 1px solid;
	margin-top:6px;
	padding-top:5px;
	width: 972px;
}
#footer-text {
	height:40px;
}
.copy {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	float:left;
}
.credit {
	color: #e7cf00;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
	float:right;
	margin-bottom: 3px;
}
.credit a, .credit a:hover {
	color: #e7cf00;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
}
#footer-nav {
	height:50px;
}
#footer-nav a, #footer-nav a:visited{
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#footer-nav a:hover {
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	border-bottom: #fff dotted 1px;
}
p.photo {
    clear:left;
    padding: 0px;
    margin: 0 15px 10px 0px;
}
div.thumb {
    display: inline-block;
    _display: inline;
    width:80px;
    border:2px solid #FFFFFF;
    margin:0px;
}
/* ---NAVIGATION--- */

#header-bottom ul
{
	border: 0;
	padding: 0;
	margin: 0;
	float:right;
	list-style-type: none;
	display:block;
}
#header-bottom ul li
{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
#header-bottom ul li a
{
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
}

	#header-bottom li ul { /* second-level lists */
	position: absolute;
	z-index:10;
	list-style:none;
	display: block;
	background: #c5c9d4;
	width: 190px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left:10px;
	border-left:2px #b5b9c3 solid;
	border-right:2px #b5b9c3 solid;
}
	#header-bottom li ul li {
	list-style:none;
	display: block;
	clear:left;
	border-bottom:2px #b5b9c3 solid;
	width:100%;
}
	#header-bottom li ul li a {
	text-decoration:none;
	color:#000;
	font-size:12px;
	font-weight:bold;
	background: #c5c9d4;
	padding:5px;
}
	#header-bottom li ul li a:hover {
	text-decoration:none;
	color:#000;
	background:#d2d6e1;
}

#header-bottom li:hover ul ul, #header-bottom li.sfhover ul ul {
	left: -999em;
}

#header-bottom li:hover ul, #header-bottom li li:hover ul, #header-bottom li.sfhover ul, #header-bottom li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



/* ---HOVER-TABS--- */

#hover-tabs
{
}

#hover-tabs ul
{
	border: 0;
	padding:0;
	margin: 0;
	list-style-type: none;
}
#hover-tabs ul li
{
	display: block;
	float: left;
	padding: 0;
	margin:0;
}
#hover-tabs ul li a
{
	border: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
}


