/* CSS for HTML5 Google by Dinosaurs Eat Everybody */

body {
	color: black;
	font-family:arial,sans-serif;
	font-size: .8em;
	
	margin: 0px;
	padding: 0px;
}

header, footer, nav, article {  
     display: block;  
}  

a {
	color: #0000cc;
}

a:visited {
	color: #551a8b;
}

a:active {
	color: #ff0000;
}

#noncompliance_alert {
	width: 100%;
	background-color: red;
	color: white;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}

#noncompliance_alert  a {
	color: white;
}
	
aside {
	/* this will only hide if HTML5 tags are recognized by the browser */
	display: none;	
}



nav {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

nav ul {
	margin-top: 0px;
	padding-left: 0px;
	list-style: none; 
	margin-bottom: 0px;
	padding-bottom: 0px;
}

nav ul li {
	float: left;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#navline {
	width: 100%;
	height: 1px;
	background-color: #c9d7f1;
	margin-bottom: 20px;
}

header {
	width: 100%;
	text-align: center;
}

#search_area {
	width: 100%;
	text-align: center;
}

#searchbox_shell  {
	width: 650px;
	padding-left: 140px;
	margin-top: 20px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

#searchbox {
	float: left;
	clear: none;
	
	margin-right: 10px;
}

.lst{
	font:17px arial,sans-serif;
	margin-bottom:.2em;
	vertical-align:bottom;
}

#searchbox_aside {
	float: left;
	clear: none;
	text-align: left;
}

footer {
	padding-top: 50px;
	width: 100%;
	text-align: center;
}

.small_text {
	font-size: .8em;
}

.br_clear {
	clear: both;
}

input.lsb {
	font-size:15px;
	height:1.85em!important;
	margin:.2em;
	clear: none
}
