/* search result styles */
.search_results {
	float:left;
	width:100%;
	}
	
.ad_sense {
	border:1px solid #999;
	background-color:#F7F7F7;
	color:#333333;
	padding: 8px;
	}
.ad_sense h3 {
	padding:0px;
	margin:0px;
	}

.ad_sense h3 a {
	color:#0E4F87;
	}
	
.ad_sense_ad {
	padding: 6px 0px;
	}

.ad_sense_ad span.description {
	padding: 0px 0px 0px 30px;
	}
	

.search_results div.results_top {
	text-align:right;
	padding: 20px 0px 5px 0px;
	border-bottom: 1px solid #2A488A;
	}
	
.google_result {
	padding: 6px 0px;
	color:#000;
	}

.google_result h2 {
	font-size:135%;
	}

.google_result a {
	color:#2A498A;
	}
.google_result a:hover {
	color:#990000;
	}
	
.google_result_url {
	color:#5E753B;
	/*color:#2A498A;*/
	}

/************************************************/
/* CSS for custom search (NOT the Google search */
/************************************************/

#total_display {
	float:left;
	text-align:left;
	width:580px;
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	color:#666;
	line-height:130%;
	}

.total_display_search_term {
	font-size:16px;
	font-weight:bold;
	color:black;
	}

#total_display select {
	font-size:15px;
	font-weight:bold;
	color:black;
	width:350px;
	}

#total_display input#q {
	font-size:15px;
	font-weight:bold;
	color:black;
	width:300px;
	}
		
#results_display {
	float:left;
	text-align:left;
	margin:0 0 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	color:#000;
	line-height:inherit;
	}

#results_display p {
	margin:0 0 0 15px;
	}

.results_content_type {
	font-size:120%;
	}

#results_divider {
	margin: 0 0 15px 0;
	border-bottom: 2px dotted #92BCDD;
	width:100%;
	}

.results_header {
	font-size:125%;
	background-color:#E5EFF9;
	padding:5px;
	}

#more_results_display {
	float:left;
	text-align:left;
	margin:20px 0 10px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	color:#000;
	line-height:inherit;
	border-left: 1px dashed #CCC;
	padding:0 0 0 10px;
	}

#more_results_display p {
	margin:0 0 10px 0; /*top right bottom left*/
	padding:0 0 0 15px;
	background: url(../images/right_sidebar/related_links_bullet.gif) no-repeat 0px .5em;
	}

#more_results_display p a {
	font-weight: bold;
	font-size: 120%;
	}

#results_left_column {
	float:left;
	width:370px;
	margin: 0 10px 0 0;
	}

#results_right_column {
	float:left;
	width:294px;
	}

#results_pages {
	float:left;
	width:65%;
	color:#0B5087;
	}

#results_pages p {
	font-size:115%;
	margin:5px 0 0 0;
	font-weight:bold;
	color:black;
	letter-spacing:115%;
	}
	
#results_pages_bttm {
	float:left;
	width:65%;
	color:#0B5087;
	}

#results_pages_bttm p {
	font-size:115%;
	margin:5px 0 0 0;
	font-weight:bold;
	color:black;
	letter-spacing:115%;
	}	

#jump_to_page {
	float:left;
	text-align:right;
	width:35%;
	font-size:90%;
	}
	
#jump_to_page_bttm {
	float:left;
	text-align:right;
	width:35%;
	font-size:90%;
	}
	
#go_button_search {
	padding:0;
	/*margin-left:195px;*/
	float:left;
	height:22px;
	width: 52px;
	background: url(../images/buttons/button_go.gif) no-repeat left top;
	}
#go_button_search a {
	display:block;
	float:left;
	/*margin-left:195px;*/
	height:22px;
	width: 52px;
	text-decoration:none;
	background: url(../images/buttons/button_go.gif) no-repeat left top;
	}
#go_button_search a:hover {
	display:block;
	float:left;
	/*margin-left:195px;*/
	text-decoration:none;
	height:22px;
	width: 52px;
	background: url(../images/buttons/button_go_hover.gif) no-repeat left top;
	}
