@charset "utf-8";
/* Basicos */
body{
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
.center{
	width: 700px;
	margin: 0 auto;
}
.center_popup{
	width: 600px;
	margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #045eaa;
}
h1{
	font-size: 26px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 16px;
}
/*------------------Layout--------------*/

/*header*/
#header #header_content{
	width: 100%;
	float: left;
}
#header{
	background: #fff;
	border-top: 2px solid #95c6eb;
}
#header_content{
	margin: 30px 0 0 0;
}
#promo_logo, #promo_data{
	width: 300px;
}
/*top content*/
#top{
	width: 100%;
	float: left;
	background-color: #045eaa;	
}
#top_content{
	width: 100%;
	float: left;
	background-color: #045eaa;	
}
/*Content*/
#all{
	width: 100%;
	float: left;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#all_popup{
	width: 100%;
	float: left;
}
#content{
	width: 100%;
	float: left;
}
#quote{
	float: left;
	width: 100%;
	margin: 25px 0;
	text-align: center;
	background-color: #d4e3f8;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	color: #000;
}
#col_left{
	width: 200px;
	margin: 5px;
}
#col_right{
	width: 450px;
	margin: 5px;
	padding: 5px;
}
#form_content{
	width: 100%;
	float: left;
	margin: 40px 0 10px 0;
	background-color: #95c6eb;
}
#form_content_top{
	width: 100%;
	float: left;
}
#form_content_center{
	margin: 10px;
}
#form_content_bottom{
	width: 100%;
	float: left;
}
.form_field{
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	background-color: #fff;
	color: #353535;
	margin: 3px 0;
}
#location{
	width: 100%;
	float: left;
	text-align: center;
}

/*footer */
.box_promo{
	background-color: #95c6eb;
	margin: 3px;
	padding: 2px;
	width: 210px;
	height: 210px;
	float: left;
	display: block;
}
#promos{
	float: left;
	width: 100%;
	background-color: #d4e3f8;
	border-top: 1px solid #394b6f;
	border-bottom: 1px solid #394b6f;
}
#center_promos{
	margin: 0 auto;
	width: 680px;
}
#footer	{
	clear: both;
	width: 100%;
	font-size: 7pt;
	margin: 15px 0;
	padding: 14px 0 0 0;
	color: #808080;
	text-align: center;
}

#footer a:link, a:visited {
	color: #95c6eb;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

