@charset "utf-8";
/* CSS Document */

body {
	font: 12px "Lucida Grande", Arial, Helvetica, sans-serif ;
	background: #466c8e url(images/main_bg.gif) repeat-x center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #b1cbe2;
}
.oneColFixCtr #container, .wrap {
	width: 956px;
	padding: 30px 10px;
	margin: 0 auto;
	text-align: left; 
}
.left {
	float:left;	
}
.right {
	float:right;	
}
.clear {
	clear:both;
}
.list {
	list-style-image:url(images/bullet.gif);
}

#navigation {
	height:39px;
	background:#FFF url(images/navigation_bg.gif) repeat-x top left;
}
#navigation ul {
	list-style:none;
	padding:0px;
	margin:0px auto;
	width:956px;
}
#navigation li {
	color:#466c8e;
	float:left;
}
#navigation a {
	display:block;
	padding:12px 20px;
	color:#466c8e;
	text-decoration:none;
}
#navigation a:hover, .current a {
	background-color:#466c8e;
	color:#FFF!important;
}

#header {
	margin-bottom:50px;
}
#footer {
	background-color:#224062;
	color:#FFF;
}

#content {
	border-left:2px solid #33be53;
	padding:0px 34px;
	float:left;
	text-align:justify;
	line-height:150%;
	width:450px;
}
#map_canvas {
	width:630px;
	height:400px;
	color:#666;
}

h2 {
	color:#FFF;
	font-size:24px;
	text-transform:uppercase;
	padding:10px 30px 0px 0px;
	float:left;
	width:260px;
	margin:0px;
}

label {
width:100px;
float:left;
}
 
.info {
	display:none;
}

form span.req {
	color:#33BE53!important;
}