@charset "UTF-8";
/* CSS Document */

body {
background: url('../images/bck.jpg') ;
font-family: Georgia, "Times New Roman", Times, serif;



}

div#container {
	width:827px;
	margin: 0 auto;
	position: relative;
	overflow:visible;
  }
div#header {
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	width:100%;
	height:97px;
}
div#main-top {
	background-image: url(../images/content-top.png);
	height:25px;
}
div#main-rpt {
	background-image: url(../images/content-rpt.png);
	background-repeat:repeat-y;
}
div#main-footer {
	background-image:url(../images/content-footer.png);
	height:56px;
}
#title {
	text-align:right;
}
div#main-content {
	margin: 0 auto;
	width:777px;
	padding: 0px 25px 20px 25px;
	font-size:14px;
	color:#000000;
	text-align:left;
	
}
div#main-content p{
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
	
}
div#main-content h2{
	color:#00461b;
	margin-bottom:0px;
	font-size: 18px;
	font-weight: bold;
	
}
div#main-content h3{
	color:#333;
	font-size: 18px;
	font-weight: bold;	
	border-bottom: 2px  #000 solid;
	font-family: Georgia, "Times New Roman", Times, serif;

}
div#main-content a{
	color:#00461b;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
div#main-content a:hover{
	color:#111253;
	text-decoration:none;
	
}
.blue-copy{
	color:#111253;
	font-size:14px;
	font-weight:normal;
}
.blue {
	color:#111253;
	font-size:18px;
	font-weight:bold;
}
.black {
	color:#000;
	font-size:14px;

	font-weight:bold;
}
.black-large {
	color:#000;
	font-size:17px;
	font-weight:bold;
}

/*Navigation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */		


div#navigation {
height: 40px;
}

#navigation ul {
padding: 0;
margin: 0;
float: left;
list-style-type: none;
display: inline;
}

#navigation ul li {
padding: 0;
margin: 0;
float: left;
list-style-type: none;
display: inline;
}

#navigation a {
display: block;
}
.nav-1 {
background: url('../images/nav-1.png') no-repeat scroll top left;
width: 173px;
height: 40px;
list-style:none;
}

.nav-1 a:hover {
background: url('../images/nav-1a.png') no-repeat scroll top left;
width: 173px;
height: 40px;
list-style:none;
}

.nav-2 {
background: url('../images/nav-2.png') no-repeat scroll top left;
width: 188px;
height: 40px;
list-style:none;
}

.nav-2 a:hover {
background: url('../images/nav-2a.png') no-repeat scroll top left;
width: 188px;
height: 40px;
list-style:none;
}

.nav-3 {
background: url('../images/nav-3.png') no-repeat scroll top left;
width: 141px;
height: 40px;
list-style:none;
}

.nav-3 a:hover {
background: url('../images/nav-3a.png') no-repeat scroll top left;
width: 141px;
height: 40px;
list-style:none;
}

.nav-4 {
background: url('../images/nav-4.png') no-repeat scroll top left;
width: 141px;
height: 40px;
list-style:none;
}

.nav-4 a:hover {
background: url('../images/nav-4a.png') no-repeat scroll top left;
width: 141px;
height: 40px;
list-style:none;
}

.nav-5 {
background: url('../images/nav-5.png') no-repeat scroll top left;
width: 184px;
height: 40px;
list-style:none;
}

.nav-5 a:hover {
background: url('../images/nav-5a.png') no-repeat scroll top left;
width: 184px;
height: 40px;
list-style:none;
}




/*FOOTER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
div#footer {
	width:100%;
	height: 119px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	
  }	
div#footer-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	width:100%;
	height: 79px;
	text-align:center;
	color:#002d57;
	line-height: 25px;
	padding-top:40px;
}
div#footer-text a{
	color:#91a272;
	text-decoration:none;
	
}
div#footer-text a:hover{
	color:#91a272;
	text-decoration:underline;
}
div#footer-images {
	width: 100%;
	height: 90px;
	margin-bottom: 20px;
	background-image:url(../images/footer-logos.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	background-position:center;
}

