/* CSS Document */
body
{
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	background:#003366 url(../images/site_gradient.png) repeat-x;
	font-size:11px;
	margin-top:51px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;

}

div#site-wrapper
{	
	margin-left:auto;
	margin-right:auto;
	width:790px;
}

div#site-background{
	padding:15px 0px 2px 0px;
	background:url(../images/gray-bg.png) repeat-y;
	width:790px;

}

div#header
{
	background: #FFFFFF url(../images/header-splash.jpg) no-repeat;
	width:756px; 
	height:179px;

}

div#site-brdr
{
/*	margin:16px;*/
/*	padding:6px;*/
	margin-left:auto;
	margin-right:auto;
	border:#B3E291 solid 2px;
	width:756px;
}

div#site-content-container
{	
	background:#FFFFE5 url(../images/content-bg.png) repeat-x;
	height:450px;
	padding-top:30px;
}

.content-container-left
{	
width:248px;
float:left;

/*background-color:#CC66CC;
clear:all;*/
}

.content-container-separator
{	
	background:url(../images/content-separator.png) repeat-y center;
	width:20px;
	height:65%;
	float:left;
	margin-top:5px;
}

.content-container-right
{
background:url(../images/content-watermark-bg.png) no-repeat right bottom; #00FF99;
width:480px;
height:100%;
float:left;
color:#356B20;
}
.content-right
{
padding:5px 10px 10px 10px;
color:#000000;
font-family:Garamond;
font-size:14px;
clear:all;
}

.v-spacer{
height:1px;
clear:both;
}

.h-spacer{
width:5px;
}

.box-spacer{
height:4px;
}

.menu-box{
background: #AFDABE;
border:#ffffff solid 2px;
width:220px;
height: 100%;
margin-left:auto;
/*margin-right:auto;*/
}


.menu-box a{
color:#003366 ;
}

.menu-box-title{
color:#003466;
font-size:14px;
font-weight:bold;
font-family:Garamond;
margin:0px 00px 0px 0px;
padding:12px;
}

.menu-box-description{
background:#FFFFD5 url(../images/box-bg.png) top no-repeat;
border:#FFFFD5 solid 1px;
color:#003466;
font-family:Garamond;
font-size:11px;
width:194px;
height:65px;
margin:0px 10px 13px 10px;
padding:2px 2px 2px 2px;
text-align:left;
}

.menu-box-description-link{
text-align:center;
}

.title
{
text-decoration:overline underline;
color:#1D9B0A;
font-weight:bold; 
}

div#site-footer{
	margin-left:auto;
	margin-right:auto;
	width:760px;
	text-align:center;
	color:#ffffe5;
	font-family:Garamond;
	font-size:13px;
}


/* Menu Section*/

#logo
{
	/* background:url(../images/logo.png) top left no-repeat; */
	border:solid 0px;
	width:408px;
	height:145px;
	position:absolute;
	margin:0px 0 0 0px;
	z-index:80;
}

#logo img
{border:solid 0px;}
.floatl{float:left;} 
.floatr{float:right; position:relative}
.widthr{width:246px;}
.widthl{width:930px;}
.bumpright{position:relative; margin-bottom:170px; z-index:80;}
/*.bumpright{position:relative; right:0px; bottom:170px; z-index:1000;} /* mac ie5.x doesn't like position relative */
/*.bumpright{position:relative; right:12px; bottom:160px; z-index:1000;} mac ie5.x doesn't like position relative */

div#menu{
/*background: #00CCCC;*/
font-family:Tahoma;
font-size:12px;
color:#1D9B0A;
width:408px;
height:32px;
z-index:1000;
margin:147px 0 0 0px;
}

div#menu a{
font-family:Tahoma;
font-size:12px;
color:#1D9B0A;
font-weight:bold;
text-decoration:none;
padding:0px 17px 0px 17px;
top:9px;
position:relative;
width:408px;
}

div#menu a:hover{
text-decoration:underline overline;
color:#CCCCCC;
}

