@charset "UTF-8";
/* CSS Document */


/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
	}
	
img {
	border:0;
	}
	
body {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size:62.5%;
	width: 100%;
	background-image: url(/assets/images/back_tile.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/*Define text styles*/

p {
	font-size: 1.2em;
	color: #000000;
	}
	
h1 {
	}
	
h2 {
	}
	
h3 {
	}
	
h4 {
	}
	
h5 {
	}
	
a:link {
	color: #0472A0;
	}
	
a:visited {
	color: #0472A0;
	}
	
a:hover {
	
	}
	
	
ul {
	}
	
li {
	}
	
/*Define styles for Home Page*/

.logo {
	margin-top: 80px;
	}
	
#search_index {
	background-image: url(/assets/images/search_tile.gif);
	width: 559px;
	background-repeat: repeat-y;
	margin-bottom: 100px;
	text-align: left;
	margin-top: 25px;
	display: block;
	}
	
#search_top {
	float: left;
	font-size: 0px;
	}
	
#search_btm {
	clear: both;
	float: left;
	font-size: 0px;
	}
	
/*Define Form styles*/
#form_table {
	width: 559px;
	}

form {
	width:534px;
	padding-top: 10px;
	background-repeat: repeat-y;
	background-image: url(/assets/images/search_tile.gif);
	float: left;
	padding-left: 25px;
	}
	
.form_element {
	display: inline;
	width: 130px;
	text-align: left;
	float: left;
	}

label {
	font-size: 1.2em;
	margin-left: 5px;
	display: block;
	}

input {
	}
	
input.text {
	border: 1px solid #CCCCCC;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 3px;
	margin: 4px;
	}
	
input.button {
	color: #FFFFFF;
	background-color: #2CABDC;
	border: 1px solid #0088B8;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px;
	margin-left: 15px;
	margin-top: 19px;
	}
	
input.button:hover {
	background-color: #0172A1;
	}
	
select {
	border: 1px solid #CCCCCC;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
	padding: 3px;
	margin: 4px;
	}
	
/*Define styles for Results pages*/
#header {
	height: 107px;
	}
	
#bar {
	height: 34px;
	width: 100%;
	background-image: url(/assets/images/bar_back.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
}

#results {
	float: left;
	margin-top: 15px;
	width: 600px;
}


#results p {
	font-size: 14px;
	margin-bottom: 15px;
	}


#sidebar {
	float: right;
	margin-right: 35px;
	margin-top: 15px;
	width: 235px;
}

#sidebar_title {
	color: #000000;
	font-size: 1.6em;
	font-weight: normal;
	padding: 5px;
	width: 95%;
	height: 14px;
	margin-bottom: 15px;
}

#sidebar_content {
	width: 90%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#sidebar_content a {
	display: block;
	font-size: 1.2em;
	margin-bottom: 6px;
	background-image: url(/assets/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}


.bar {
	font-size: 18px;
	padding: 6px 0px 5px 20px;
}

#breadcrumbs {
	font-size: 1.4em;
	margin-top: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 90%;
	color: #008fbf;
}

#breadcrumbs a:link {
	color: #008fbf;		
}

#breadcrumbs a:visited {
	color: #008fbf;		
}

#breadcrumbs a:hover {
	color: #F2941B;	
}


.result_title {
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
}

.result_summary {
	display: block;
	font-size: 1.3em;
	padding: 5px 0px 0px 0px;
	color: #000000;
}

.more_results {
	display: block;
	font-size: 1.2em;
	margin-top: 5px;
}

.field_title {
	font-size: 1.2em;
	height: 25px;
	line-height: 25px;
	width: 120px;
	text-align: right;
	float: left;
	clear: right;
}

.field_data {
	font-size: 1.2em;
	height: 25px;
	line-height: 25px;
	text-align: left;
	margin-left: 25px;
}
