/* 
Lighter Brown		#C8C092
Light Brown		 	#7B7135
Dark Brown	 		#564F25 

Dk Red	 			#8C3E3A 
Lt Red				#AF4545
*/
body
{

	font-family: 'MS Trebuchet', Verdana;
	color: #434343;
	padding-left: 10%;
  padding-right: 10%;
	max-width: 800px;
  text-align: center;
	line-height: 1.6em;
}
img
{
	border: none;
}
h1{
	color: #903A36;
	font-size: 1.6em;
}

h2{
	color: #903A36;
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
}

form{
	margin: 0px;
}
#page{
	background: white;
	margin-top: 20px;


}
#header{		
		text-align: center;
		padding-bottom: 20px;
}

#header img
{
	border: none;
}
#header p{
	font-size: 0.9em;
	
}

#footer
{
	text-align: center;
}




/*serach form*/
form.gsc-search-box{
	
	
}
.gsc-branding{
	display: none;
}

.gsc-branding-img{
	display: none;
}

/*table*/

#searchform{

	
}

input.dg-input{
	/* background: white url(http://www.google.com/coop/images/google_custom_search_watermark.gif)  no-repeat 270px 0px ; */
	background: white url(../images/textbox_background.gif)  repeat-x; 
	height: 24px;
	
	font-size: 1.4em;
	font-weight: bold;
	color: #7B7135;	
	border: 1px solid #B2B2B2;

}


/* CSE */


#cse-search-box
{

}


input.gsc-search-button{
	background: white url(../images/search.gif) no-repeat;

	width: 98px;
	height: 33px;
	
	border: none;	
}

input.gsc-search-button:hover{

	background: white url(../images/search_hover.gif) no-repeat;

	width: 98px;
	height: 33px;
	padding-left: 10px;
	border: none;	
}

#radios{
	font-size: 0.8em;
	display: none;
}



.search_radio{
	font-size: 0.8em;
}

.gsc-results
{
	
	font-size: 0.9em;
	margin-top: 50px;
	

}

.gs-result
{
	text-align: left;
	margin-bottom: 10px;
}

#results a
{

	font-weight: bold;
}

#results  .gs-title  b
{
	text-decoration: none;	
	font-weight: bold;

}

#results > .gs-snippet  b
{
	text-decoration: underline;	
	font-weight: inherit;
}

#results .gs-title
{
	font-weight: bold;

	text-decoration: none;
}

#results .gs-title > a
{
	font-weight: normal;

	text-decoration: none;
}

#results .gs-visibleUrl
{
	color: #94994F;
	padding-top: 4px;
	font-size: small;
}

#results  .gs-watermark
{
	display: none;
}

#results > .header
{

	font-weight: bold;
}
