/* CSS Document */

body
{
	background: url(images/background.jpg) no-repeat;
	background-size: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

#header-wrapper
{
	
	height: 50px;
}

#header-navigation
{
	margin-top: 15px;
	height: 37px;
	background-color: #990000;
	opacity:0.7;filter:alpha(opacity=80);
	/*background: url(images/navigation.jpg) repeat-x;*/
}

#header-caption
{
	/*background: url(images/header-caption.jpg) repeat-x;	
	border-bottom: #000000 1px solid;*/
	height: 110px;
}

#header-caption .note-wrapper
{
	width: 730px;
	margin: 0 auto;
	padding: 20px 35px 0 35px;
	text-align: center;
	font-size: 15px;
	line-height: 24px;
}

#header-caption .note-red
{
	color: #CC0000;
	font-weight: bold;
}


#header-navigation ul
{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	z-index: 1;
	font-weight: bold;
}

#header-navigation  li
{
	float: left;
	padding: 12px 25px 0 0px;
	height: 28px;
	color: #FFFFFF;
}


#header-navigation  li a, a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#header-navigation  li a:hover
{
	text-decoration: underline;
}

#banner-wrapper
{
	width: 800px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}


#insidepage-wrapper
{
	width: 800px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

#insidepage-wrapper h2
{
	color: #000000;
	font-size: 28px;
}



#body-wrapper
{
	width: 800px;
	margin: 0 auto;
	padding: 0 0 15px 0;
}

#footer-wrapper
{
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	padding: 20px 10px 50px 10px;
}

#footer-content
{
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

#footer-content h3
{
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.clearer { clear: both; }

.footer-mid
{
	background-color: #000000;
	height: 35px;
	color:#FFFFFF;
	text-align:center;
	padding: 10px 5px 5px 5px ;
}

.footer-mid a, a:visited
{
	color: #FFCC00;
	text-decoration: none;
}
	
.footer-mid a:hover
{
text-decoration: underline;
}	

a.here {
color:#000000;
text-decoration:none;
}

a.here a:visited {
color:#000000;

}
.here a:hover {
text-decoration:underline;
color:#FF0000;
}