/*  This is the local style sheet for non-thematic pages, 2 columns.  */

body {
	/*background: #b7d3bd url(images/grad.jpg) repeat-x;*/
	background: #7cb3ad url(images/grad.jpg) repeat-x;
}
		
/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#edfcf9;
}

/* TOP BANNER */

#topbanner {
	background-color: #198375;
}

#topbanner #hiddentitle, #hiddentitle span {
	background: url(images/banner.jpg) no-repeat;
}

/* PAGE CONTENT ATTRIBUTES */

#content   .column1 {
	float: left;
	width: 42%;
	padding-right: 5%;
}

#content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4ede7;
	font-size: 80%;
}

#content h3 {
	color: #0f636e;
	background-color:#e9f0f5;
	padding-left:6px;
	margin-right: 0.8em;
	margin-left: 0.5em;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	margin-top: 1em;
	margin-bottom: 0px;
}

#content h4 {
	color: #333;
}

#content a:link { 
	color:#333333;
}
#content a:visited { 
	color:#333333;
}
#content a:hover { 
	color:#07496b;
}
#content a:active { 
	color:#333333;
}
#content ul{
	border:#CCCCCC 0px solid;
	margin-bottom:6px;
	margin-top: 0px;
}
#content ul li {
	color: #333;
	padding: .3em 0 1% 1.4em;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#content ul li.top {
	color: #333;
	background-color:#EFEFEF;
	background-image:none;
	padding: .6em 0 .3em 50%;
	list-style-type: none;
	
}

#content ul li.top a {
	color:#000000;	
}

#content ul ul li  {
	padding-top: 1%;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
}