body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, Lucida Grande, sans-serif;
	color: #000;
	text-align: center;
	font-size: 16px;
	}

.hidden{
	display: none;
	}

ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-align: left;
	color: #47a4be;
	}
	
	ul li{
		padding: 1px;
		margin: 4;
		font-weight: normal;
		text-align: left;
		}
	
	ul li a{
		text-decoration: none;
		color: #000;
		font-size: 14px;
		padding: 3px;
		}
		
		ul li a span.namehover{
		font-weight: bold;
		}
	
	ul li a:hover{
		text-decoration: underline;
		}
	
h1 a{
	color: black;
	text-decoration: none;
	}

h1 a:hover{
	text-decoration: underline;
	}

h3{
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	}

h4{
	font-size: 30px;
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
	


div#mainbox{
	width: 900px;
	height: 280px;
	margin: auto;
	border-bottom: 1px solid #47a4be;
	}

div#mainbox form{
	width: 480px;
	height: 240px;
	text-align: left;
	float: left;
	font-size: 20px;
	padding: 10px;
	}
	div#mainbox form label{
		display: block;
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 5px;
		font-weight: bold;
		}
	div#mainbox form label span.searchhelp{
		color: #777777;
		margin-left: 10px;
		font-weight: normal;
		font-size: 16px;
		}
	
	div#mainbox form input.large{
		font-size: 20px;
		width: 460px;
		text-align: left;
		padding: 5px;
		border: 1px solid #47a4be;
		}
	
	div#mainbox form input.submit{
		font-size: 16px;
		width: 75px;
		margin-top: 5px;
		margin-right: 9px;
		font-weight: bold;
		background: #a2dcea;
		border: 1px solid #47a4be;
		color:  black;
		float: right;
		}
	
	div.searchassist{
	position: absolute;
	border: none;
	border-top: 0px;
	background: white;
	width: 473px;
	padding: 0px;
	font-size: 14px;
	z-index: 999;}
	
	div.searchassist ul.level1{
		border: 1px solid #47a4be;
		border-bottom: none;
		color: white;
		}
		
		div.searchassist ul.level1 li{
		font-weight: bold;
		background: #a2dcea;
		padding: 5px;
		border-bottom: none;
		margin: 0;
		}
	
	div.searchassist ul.level2{
		border-bottom: 1px solid #47a4be;
		}
		
		div.searchassist ul.level2 li{
		font-weight: normal;
		background: white;
		padding: 0px;
		border-bottom: none;
		}
		
			div.searchassist ul.level2 li a{
			background: white;
			display: block;
			padding: 3px;
			padding-left: 10px;
			margin: 0;}
			
			div.searchassist ul.level2 li a:hover{
			background: #C2F43B;}
		
		div.searchassist ul.level1 li a.showmore{
		font-weight: normal;
		float: right;
		font-size: 12px;
		margin-right: 5px;
		color: white;
		}
			div.searchassist ul.level1 li a.showmore:hover{
			background: #a2dcea;
			text-decoration: underline;}
	
	
div#mainbox div#socialbox{
	border-left: 1px solid #47a4be;
	width: 279px;
	height: 240px;
	padding: 10px;
	float:left;
	}




div.popularlinks{
	width: 770px;
	margin: auto;
	margin-top: 25px;
	line-height: 1.5em;
	clear: both;
	padding-bottom: 20px;
	}

.col1{
	width: 255px;
	float: left;}
.col2{
	width:255px;
	float: left;}
.col3{
	width: 255px;
	float: left;}


#searchlist{
float: left;
width: 500px;
border-right: 1px solid #eee;}

div#searchlist p{
width: 400px;
margin: auto;}









div#bottom{
	font-size: 11px;
	margin: auto;
	text-align: left;
	line-height: 1.4em;
	width: 800px;
	padding: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #47a4be;}
	
	div#bottom a{
		color: #47a4be;
		}



.clear{
width: 100%;
clear: both;
height: 1px;}

span.matchedsection{
background: yellow;}