@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#F5F6FF;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size:12px;
	color:#FFF;
	
	margin:0px;
	padding:0px;
}

#body_container
{
	background-image:url(body_repeat.png);
	background-position:top;
	background-repeat:repeat-x;
	
	width:100%;
	position:relative;
	min-height:650px;
	float:left;
}

#body_wrap
{
	width:977px;
	
	margin-left:auto;
	margin-right:auto;
	
	background-color:#E3EAF9;
	position:relative;
	
}

#body_left
{
	background-image:url(body_left.png);
	
	width:25px;
	height:627px;
	
	float:left;
	
}

#body_right
{
	background-image:url(body_right.png);
	
	width:25px;
	height:627px;
	
	float:left;
}

#body_center
{
	background-image:url(body_center.png);
	
	width:927px;
	height:627px;
	
	float:left;
	position:relative;
}

#nav
{
	float:left;
	
	margin-left:-4px;
	margin-top:25px;
	
	max-width:835px;
	height:40px;
	
	position:static;
	z-index:1000;
}

.nav_element
{
	float:left;
	height:40px;
	
	cursor:pointer;
	position:relative;
	z-index:inherit;
}

.nav_text
{
	height:40px;
	width:auto;
	float:left;
	
	line-height:40px;
	
	font-size:17px;
	font-weight:bold;
	color:#5d7cc3;
	text-shadow:#FFF 1px 1px;
	
	margin:0px;
	margin-left:10px;
	z-index:501;
	
	position:relative;
	text-transform:uppercase;
	
	font-style:normal;
	font-family:'Lucida Grande', "Trebuchet MS" , Arial, Verdana, sans-serif;
}

.button, .dummy
{
	width:15px;
	height:40px;
	
	background-image:url(drop_off.png);
	background-repeat:no-repeat;
	background-position:center;
	
	float:left;
	
	display:inline-block;
	vertical-align:bottom;
	
	margin-right:5px;
	margin-left:5px;
	
	z-index:1000;
	
	position:relative;
}

.dummy
{
	background-image:none;
}

.separator
{
	width:2px;
	height:40px;
	
	background-image:url(separator.png);
	float:left;
	z-index:1;
}

#search_wrap, #loading
{
	float:right;
	
	height:40px;
	width:60px;
	
	margin-right:5px;
	margin-top:27px;
}

#loading p { color:#333; font-size:12px; text-align:right; }

#search_round
{
	width:11px;
	height:40px;
	
	background-repeat:no-repeat;
	background-image:url(search_round.png);
	background-position:center left;
	
	float:left;
}

#search_form
{
	margin-top:6px;
	height:40px;
}

#search_field, #search_field:focus
{
	background-image:url(search_bar.png);
	background-repeat:repeat-x;
	background-position:center;
	
	border:none;
	float:left;
	
	height:27px;
	width:130px;

	outline:none;
	padding-right:10px;
}

#search_button, #search_button:focus
{
	background-image:url(search.png);
	width:65px;
	height:27px;
	
	border:none;
	
	margin-top:1px;
	
	float:left;
	cursor:pointer;
}
