/*
State of California
Google Site Search add-on for the 2007 template
Version 2010.11.17
*/


/* Search */

#head_search {
	float:right;
	width:20em;
	padding:0 0 7px 0;
	background:#CCD4DF url(/caimages/ca_master/search_bg.gif) no-repeat bottom left;
	position:relative;

	z-index:10;
}

#head_search form {
	margin:0;
	float:right;
	width:20em;
}

.textfield_container {
	padding:6px 40px 0 0;
	text-align:right;
}
#search_ca_textfield, #search_local_textfield {
	border: 1px solid #728EB4;
	width:15em;
	position:relative;
	margin:0 0 0 14px;
	padding:1px 0px 3px 1px;
}
.submit_container {
	position:absolute;
	top:3px; /* Line up the submit button with the text box */
	right:8px;
}
.javascript_off #radio_container {
	display:none;
}
#control {
	padding-top:4px;
}

#radio_container {
	width:100%;
	text-align:center;	/* added 04/2011 */
	/*padding:0 0 0 50px;*/
	padding:0 0 0 0px;
}
#header .radiobutton {
	position:relative;
	top:2px;
}
#radio_container label {
	padding:0 12px 0 0;
}

.gsc-completion-container {
	z-index:50; /* fix issue where Google autocomplete dropdown appears behind header images */
}
