/* Style sheet  */


body {
/*	background: #d7b2ba url(images/grad.jpg) repeat-x scroll;*/
		background: #93CAD1 url(images/grad.jpg) repeat-x scroll;
	
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#D1E4E8;
}

/* TOP BANNER */

#topbanner {
	background-color: #1E8D9E;
}

#topbanner #hiddentitle, #hiddentitle span {
	background: url(images/banner.jpg) no-repeat;
	height: 124px;
	color: #FFFFFF;
}
#banner  #hiddentitle span {
/*	margin-bottom: -75px;*/
	display:none;
}


/* PAGE CONTENT ATTRIBUTES */


#content {
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0.7em;
}

#content h2 {
	border-bottom: 1px solid #6666FF;
}

#content h3 {
	color: #1E8D9E;	
}
#content p {
	color: #333;
	padding-top: .5em;
	padding-bottom: .5em;
}
#content a, #content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#02327A;
	text-decoration: underline;
}
#content a:hover {
	color:#1E8D9E;
}
#content ul li {
	color: #333;
	padding: .3em 0 1% 1.4em;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}

#content #leftcol {
	float: left;
	width: 48%;
	margin-right: 1.5em;
}
#content #rightcol {
	float: left;
	width: 48%;
	clear: right;
}

#content #col {
	float: left;
	width: 100%;
	padding-bottom: 2em;
	overflow: auto;
}


#localnavigation{
	width:20%;
	float:right;
	background-color:#B3E9F0;
	margin:0px;
	padding-bottom:1em;
}
#localnavigation #localnavtitle{
	text-decoration:none;
	font-size:0.95em;
	padding-left:0.5em;
	padding-bottom:0.4em;
	padding-top:0.4em;
	padding-right:1%;
	color:#D3E8E5;
	background-color:#1E8D9E;
	font-weight:bold;
	margin: 0em;
	
}


#localnavigation ul {
	margin: 0px;
	/*border-left: 1px #00275b solid;
	border-bottom: 1px #00275b solid;*/
	
}

#localnavigation ul li {
	list-style-type: none;
}

#localnavigation ul li a {
	border-bottom:1px solid #1E8D9E;
    display:block;
    font-size:0.95em;
    padding:0.3em 0.2em 0.4em 0.4em;
    text-decoration:none;

}	
	
#localnavigation ul li a:visited{
color:#484031;
}

#localnavigation  a:link, #mainnav  a:active    {
	color:#484031;
}


#localnavigation ul li a:hover  {
	color:#D3E8E5;
	background-color:#1E8D9E;
}