/*
	zSearch styles
    Copyright Symmetri 2007	

*/

body
{
	margin: 0px;
}

#searchbarContainer
{
	width:100%; 
	text-align:center;
}

#searchbar
{
	width: 1024px;
}

#infobar
{
	width: 1024px;
	margin-top: 5px;
	text-align: center;	
}

#infobar a
{
	font-family: Century Gothic, Arial, Verdana;
	font-size: 90%;
	color:  blue;
	text-decoration: underline;
}

#logobar
{
	width: 1024px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;	
}

#logo
{
	margin-top: 10px;
	margin-bottom: 15px;
}

#logobar img
{
	border: none;
}

#mapContainer
{
	width:100%; 
	text-align:center;
	font-family: Century Gothic, Arial, Verdana;	
	font-size: 90%;	
	margin: 0px;
	padding: 0px;
}

#helpWindow
{
	width:100%; 
	margin-top:50px;
	text-align:center;
	display: none;
}

#inputSearch
{
	border: solid 1px #0C0E56;
	width: 350px;
	font-family: Century Gothic, Arial, Verdana;
	font-size: 90%;	
}

#aboutContainer
{
	text-align: center;	
}

#about
{
	margin-top: 50px;
	margin-bottom: 0px;
	width: 640px;	
	font-family: Century Gothic, Arial, Verdana;	
	font-size: 90%;
	text-align: left;
	display:none;
}

#help
{
	margin-top: 50px;
	margin-bottom: 0px;
	width: 640px;	
	font-family: Century Gothic, Arial, Verdana;	
	font-size: 90%;
	text-align: left;
	display:none;
}

#help img
{
	text-align: middle;
}

#flashContent
{
	margin-top: 50px;
	margin-bottom: 0px;
	width: 640px;	
	font-family: Century Gothic, Arial, Verdana;	
	font-size: 90%;
	text-align: left;
}

#spacer
{
	margin-top: 100px;
}

.button
{
	font-family: Century Gothic, Arial, Verdana;
	font-size: 80%;		
}

/* hide Google search box */
#searchBoxGoogle form.gsc-search-box 
{ 
	/* display : none; */
}