/* CSS Document */
body {
font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:0.9em; 
background-color:#d1e2ed;
}

#wrapper {
margin:0 auto;
width:769px;
border:1px solid #000;
}

#header {
height:42px;
background:url(images/header.gif);
background-repeat:no-repeat;
margin:0;
padding:0;
}

h1 {
margin:0;
}

h1, h2, h3 {
margin-top:0;
}

a, a:visited {
text-decoration:none;
font-weight:bold;
}

a:hover {
text-decoration:underline;
}

/*
 *	Main Navigation
 *
 */

.navigation {
background-color:#D1E2EC;
color:#4A7643;
padding:5px;
text-align:center;
}

.navigation ul {
margin:0;
padding:0;
display:block;
}

.navigation ul li {
list-style-type:none;
padding:0px;
display:inline;
margin:-0 20px -0 0;
}

.navigation ul li a, .navigation ul li a:visited {
text-decoration:none;

font-weight:bold;
color:#4A7643;
}

.navigation ul li a:hover {
text-decoration:none;
color:#005E9C;
}

.container {
width:769px;
min-height:390px;
height:auto !important;
height:390px;
margin:0 auto;
background:url(images/bgd.jpg) no-repeat top;
background-color:#005E9C;
position:relative;
}

.container2col {
width:769px;
min-height:390px;
height:auto !important;
height:390px;
margin:0 auto;
background:url(images/bgd2.jpg) no-repeat top;
background-color:#FFFFEA;
position:relative;
}

.container1col {
width:769px;
min-height:390px;
height:auto !important;
height:390px;
margin:0 auto;
background-color:#FFFFEA;
position:relative;
padding-bottom:10px;
}

.page-content {
width:515px;
min-height:200px;
height:auto !important;
height:200px;
padding-top:235px;
padding-left:245px;
color:#fff;
font-size:0.9em;
}

.page-content-2col {
width:490px;
min-height:200px;
height:auto !important;
height:200px;
padding-left:270px;
color:#000;
font-size:0.9em;
padding-bottom:10px;
}

.page-content-2col h2 {
padding-top:10px;
color:#009933;
}

.page-content-1col {
width:759px;
min-height:200px;
height:auto !important;
height:200px;
padding:5px;
color:#000;
font-size:0.9em;

}

.page-content-1col h2 {
padding-top:5px;
color:#009933;
}

marquee {
color: #f00;
background-color:#fff;
border:2px solid #000;
}

.heading {
width:500px;
position:absolute;
top:206px;
right:5px;
}

.footer {
height:auto;
background:url(images/footer.jpg) no-repeat;
background-color:#09649F;
padding-left:5px;
color:#fff;
font-size:1em;
}

.footer p {
margin:0;
padding:0;
}

.footer a, .footer a:visited {
color:#fff;
font-weight:normal;
}
/*
.footer a:visited {
color:#fff;
font-weight:normal;
}
*/
.footer a:hover {
text-decoration:underline;
color: #fff;
}

#page-footer {
width:769px;
margin:0 auto;
padding:5px;
font-size:0.7em;
color:#555;
text-align:center;
}

#page-footer a, a:visited {
color:#09649F;
font-weight:bold;
}

#page-footer a:hover {
text-decoration:underline;
}

#awards {
	clear: both;
	display: block;
	width: 769px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	background-color: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/*DROP DOWN NAVIGATION ---------------------------- */

#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
border:1px solid #7A0101;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #4A7643;
padding: 1px 0;
text-decoration: none;
color:#4A7643;
font-size:0.9em;
font-weight:normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#D1E2EC;
}