/*************************************/
/************ search page ************/
/*************************************/
#search_box{
	width:900px;
	position:relative;
	top:200px;
	margin: 0 auto;
}
/*
#search_input{
	padding: 15px;
	height: 32px;
	width: 700px;
	font-size:24px;
  	font-family: 'Open Sans Condensed', sans-serif;
  	font-weight: bolder;
  	color: #000;
  	background-color: #fff;
  	outline: #006dc5;
  	border: 2px solid #bbb;
  	margin-bottom: 10px;
  	border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
}

#search_input:active{
  	border: 2px solid #007FFF;	
}

#search_input:hover{
  	border: 2px solid #007FFF;
  	border: 2px solid #356078;		
  	cursor:pointer;
}*/ 
#search_intro{
	font-size:18px;
  	font-family: 'Open Sans Condensed', sans-serif;
  	font-weight: bolder;
  	text-align: center;	
  	position: relative;
  	color: #FFF;
  	top: 5px;
  	text-shadow: 0px 1px 0px #000000;
}

.search_intro_small{
	font-size:11px;
  	font-family: 'Open Sans', sans-serif;
  	text-align: center;	
  	position: relative;
  	color: #FFF;
}

.result_header{
	font-size:18px;
  	font-family: 'Open Sans Condensed', sans-serif;
  	font-weight: bolder;
  	text-align: center;	
  	color: #FFF;
  	text-shadow: 0px 1px 0px #000000;
}

/*#search_button{
	font-size:16px;
  	font-family: 'Open Sans Condensed', sans-serif;
  	font-weight: 700;
  	color: #aaaaaa;
  	width:400px;
    background-color:#cbcbcb;
 	/*background-image:url(/images/button_bg_lrg.png);
	background-repeat: repeat-x;  
	border:1px solid #535353;
    padding: 8px;
    cursor:pointer;
    border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
}

#search_button:hover{
    background-color:#cbcbcb;
	border:1px solid #535353;
    color:#7a7a7a;
 	-moz-box-shadow: 0px 1px 3px #000;
	-webkit-box-shadow: 0px 1px 3px #000;
	box-shadow: 0px 1px 3px #000;
}
#search_button:active{
    background-color:#cbcbcb;
	border:1px solid #535353;
    color:#7a7a7a;
	-moz-box-shadow: 0px 1px 3px #000;
	-webkit-box-shadow: 0px 1px 3px #000;
	box-shadow: 0px 1px 3px #000;
}*/

 #search_front {
	width: 700px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;

}

#search_front input[type=text] {
    background: url(/images/glass.png) no-repeat 10px 12px #FFF;
    border: 2px #CCC solid;
    font: 18px Arial,Helvetica,Sans-serif;
    color: #000;
    width: 500px;
    margin-bottom: 15px;
    padding: 9px 15px 9px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);*/
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    outline: none;
    }

.sub_text{
	font-size:16px;
  	font-family: 'Open Sans Condensed', sans-serif;
  	font-weight: 600;
  	color: #fff;	
}

.front_lower_intro{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #FFF;
	font-weight:600;
	text-shadow: 0px -1px 0px #668337;
	text-align:center;
	margin-top: 25px;
	margin-bottom:25px;
}

.front_lower_intro a:link{
	color: #FFF;
	text-decoration: none;	
}

.front_lower_intro a:visited{
	color: #FFF;	
	text-decoration: none;
}

.front_lower_intro a:hover{
	color: #FFF;
	text-decoration: none;
}

.front_lower_highlite{
	color: #FF6A6A;
	font-weight: 600;
}