@charset "utf-8";
/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font: normal 80% 'Helvetica Neue', Helvetica, Arial, sans-serif; /* normalize font size across browsers */
	color: #444;
	background: url('../images/bg.jpg') top left repeat-x;
}

h1
{
	font-size: 200%;
	padding: 0;
	margin: 0;
}

a, strong, b 
{ /* Straightens out OS X font rendering */
  line-height: 19px;
}

#band
{
	width: 100%;
	text-align: center;
	background: #343434 url('../images/bandbg.jpg') bottom left repeat-x;
	height: 200px;
}

#innerband
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	height: 200px;
	background: #ffffff url('../images/innerband.jpg') bottom left repeat-x;
}

#logoholder
{
	/*height: 193px;
	*height: 206px;*/
	height: 143px;
	*height: 156px;
}

#slogan
{
	width: 600px;
	margin: 0 0 0 330px;
	/*padding-top: 60px;*/
	padding-top: 45px;
}

#logo
{
	float: left;
	/*padding-top: 10px;*/
	padding-top: 0px;
	padding-left: 40px;
	
}

#navholder
{
	position: relative;
	height: 50px;
	z-index: 30;
}

#navholder ul
{

}

#mainnav li, #parentLevelNav li, #navholder ul li
{
	list-style: none;
	float: left;
	padding: 0px 20px 0 20px;


_position: relative;
_top: 9px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#navholder ul li{
margin-top: 1px;
}
}


#mainnav a, #parentLevelNav a, #navholder ul a
{
	display: block;
	font-weight: 200;
	/*padding: 12px 23px 18px 37px;*/
	font-weight: bold;
	font-size: 120%; 
	padding: 15px 3px 19px 3px;
	/*width: 52px;*/
	width: 129px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

#mainnav a:hover, #parentLevelNav a:hover, #navholder ul a:hover
{
	color: #000000;
	background: url('../images/navbg.jpg') top left no-repeat;
}

#mainnav a:active, #parentLevelNav a:active, #mainnav a.currentPage, #parentLevelNav a.currentPage, #navholder ul a:active, #navholder ul a.currentPage
{
	color: #000000;
	background: url('../images/navbg.jpg') top left no-repeat;
}


/*****SUBNAV*****/

#subnavbar{
height: 45px;
background-image: url('../images/subnavback.jpg');
background-repeat: repeat-x;
background-position: top left;
text-align: center;
width: 100%;
margin-top: 10px;
}

#subnavbar ul{
width: 850px;
margin: 0 auto;
text-align: left;
}

#subnavbar ul li a{
color:#fff;
margin-right: 15px;
display: block;
font-weight: bold;
font-size: 120%; 
padding: 15px 3px 19px 3px;
width: 129px;
text-align: center;
text-decoration: none;
}















#outer
{
	width: 100%;
	text-align: center;
margin-top: 60px;
}

#inner
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	padding-top: 20px;
	background: #ffffff;
}

#maincontent
{
	padding: 0 20px 20px 20px;
}

#maincontent .rightoverimage
{
	float: right;
	margin-right: -65px;
	background: url('../images/photobg.gif') bottom right; 
	border-left: 5px solid #ffffff;
}

#maincontent .leftoverimage
{
	float: left;
	margin-left: -65px;
	background: url('../images/photobg.gif') bottom left; 
	border-right: 5px solid #ffffff;
}

#maincontent .rightoverimage img
{
	border: 20px solid #ffffff;
	border-bottom: 30px solid #ffffff;
	margin: -3px 3px 3px -3px;
}

#maincontent .leftoverimage img
{
	border: 20px solid #ffffff;
	border-bottom: 30px solid #ffffff;
	margin: -3px -3px 3px 3px;
}

#maincontent a{
color:#900000;
}


#footertop
{
	border-top: 1px dashed #cecece;
	padding: 10px;
	min-height: 100px;
	_height: 100px;
}

#rightcol
{
	float: right;
	width: 460px;
}

#rightcol .rightcolimg
{
	float: left;
	margin: 10px;
}

#leftcol
{
	float: left;
	width: 460px;
}

#leftcol .leftcolimg
{
	float: left;
	margin: 10px;
}

#footerbottom
{
	height: 30px;
	background: #343434;
	padding: 10px 20px 10px 10px;
	text-align: right;
	font-size: 90%;
clear: both;
}

#footerbottom a, #footerbottom p
{
	margin: 0;
	padding: 0;
}

#footerbottom a, #footerbottom p
{
	color: #636363;
	text-decoration: none;
}

#footerbottom a:hover
{
	text-decoration: underline;
}

#staticLevelNav li, #footerbottom li{
list-style: none;
margin: 0px;
}

#staticLevelNav, #gooterbottom ul{
margin: 0px;
list-style: none;
}