/* CSS Document */
/* general styles*/
html {
	margin: 0;
	padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color: #034C82;
	
	/*text-align: center; ie hack for page centering*/
}
p.field_alert {
	font-style:italic;
	font-size: 85%;
}
a:link {
	color: #034C82;
}
a:visited {
	color: #034C82;
}
a:hover {
	color: #008080;
}

/* div styles */
#wrapper {
	margin: 10px auto 10px auto;
	width: 800px;
	text-align:left;
	border: 1px solid #034C82;
}
#banner{
	height: 80px;
	background-color:#000000;
}
#header h1 {
	display:none;
}

/* utility styles */
#utils {
	float:right;
	margin-right: 20px;
	width: 180px;
	height: 45px;
}
#utils h2 {
	display: none;
}
#utils ul {
	font-size: 70%;
}
#utils ul li a {
	color: #ffd89a;
}
#utils ul li a:hover {
	color:#FFB950;
}
#utils ul {
	list-style-type:none;
}

#google_search_box {
	float: right;
	clear: right;
	margin-right: 20px;
}

#google_submit {
	font-size:70%;
	height:20px;
	width:45px;
}
#main{
	padding: 0 20px 0 10px;
}
div.clearer {
	clear:both;
}
#breadcrumbs {
	font-size: 75%;
	margin-top: 3px;
	margin-left: 5px;
}

/*specific styles for root level pages */
p.address {
	margin-left: 20px;
}

/*other special styles*/
#social_links{
	width: 300px;
	margin: 0 auto 5px auto;
	border: 1px solid #7B9BB1;
	background-color: #BBD6E7;
}
#social_links p{
	text-align:center;
	margin: 5px auto 5px auto;
}
/* footer styles */

#footer {
	font-size: 75%;
	text-align:center;
}
#designer {
	color:#999999;
}
