@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
#top {
	background-image: url(../images/headerBG.jpg);
	background-repeat: repeat-x;
	height: 150px;
	width: 100%;
}
#header {
	width: 980px;
	margin-right: auto;
	text-align: center;
	margin-left: auto;
	/*height: 150px;*/
}
#header a img {
	height:82px;	
}
.indent {
	
	width:100%;	
}
#body_content {
	margin-left:268px;
	width:709px;	
}
#nav {
	vertical-align: bottom;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*width: 940px;*/
	/*position: relative;*/
	position:relative;
	
}
.grp_img {float:left;margin-top:0px;margin-bottom:134px;margin-right:10px;border:1px solid #686459;}
.box {
	background:url(../images/box.png) no-repeat;
	width:17%;
	height:162px;
	padding:11px;
	margin:0 3px;
	float:left;
	
}

.box  h1, .box p {
	margin:0;
}
.box p {
	
	text-align:left;	
}
.box h1 a {
	text-decoration:none;
	color:#333;
	font-size:12px;
}

.box h1 a :hover {
	
	color:#000;
}

.clear {
	clear:both;
}

#content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	display:block;
}


#footer-content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	color:#FFF;
}



#footer {
	background: url(../images/footerBG.jpg)  repeat-x #757367;
	display:block;
	width:100%;
	padding:10px 0 0 0;
}


#footer-side {
	float:right;
	width:200px;
	padding:10px;
}


#footer-left {
	float:left;
	width:200px;
	padding:10px;
	text-align:center;
	margin:0 10px 0 0;
}


#copyright {
	background-color: #414042;
	height: 50px;
	text-align: center;
	color: #ffffff;
	padding:20px 0 0 0;
}

#copyright a, #footer a {
	text-decoration:none;
	color:#FFF;
}


#nav ul.menu {
	display: block;
	list-style:none outside none;
	padding:0 0 0 0;
	margin-top:20px;
}

#nav ul li {
    float:left;
	margin:0;
	padding:0 2px;
	
}

#nav ul li a {
	color: #FFFFFF;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	height: 47px;
	margin: 0 0 0;
	padding: 0px 0px 0 10px;
	text-shadow: 0 1px 0 #000000;
	background-image: url(../images/navButtonUp.png);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration: none;
}

#nav ul li a span
{
	
		color: #FFFFFF;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0;
	padding: 0px 10px 0px 0px;
	text-shadow: 0 1px 0 #000000;
	line-height:3.5em;
	background-image: url(../images/navButtonUp-span.png);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration: none;
	height:47px;
}
#nav ul li a:hover span {
    color: #CCCCCC;
}
