@font-face {
 font-family: "Atomico";
 src: url(../fonts/atomico.ttf) format("truetype");
}

#nav_top center {
	float:left;
	position:relative;
	left:50%;
	height:43px;
}
#nav_top ul {
	float:left;
	position:relative;
	left:-50%;
	height:43px;
	margin:0;
	padding:0;
	list-style:none;
}
#nav_top li {
	position:relative;
	float:left;
	padding:0 4px;
	padding-top:8px;
}
#nav_top a {
	display:block;
	padding:0 10px;
	line-height:28px;
	text-decoration:none;
	color:#fff;
	font-size:20px;
	text-shadow:#9A975A -2px 1px 2px;
	font-family:"Atomico",Arial,Helvetica,sans-serif;
}
#nav_top a:hover {
	color:#123167;
	text-decoration:none;
}
#nav_top li ul {
	display:none;
	min-width:150px;
	height:auto;
	position:absolute;
	left:0;
	top:34px;
	padding:4px;
	border:1px solid #CED5DA;
	background:#F7CBCB;
	z-index:9999;
}
#nav_top li.hover ul {
	display:block;
}
#nav_top li li {
	float:none;
	padding:0;
	text-align:left;
}
#nav_top li li a {
	float:none;
	padding:0 8px;
	color:#555;
	font-size:15px;
	font-weight:normal;
	text-shadow:none;
	white-space:nowrap;
}
#nav_top li li a:hover {
	background:#D22622;
	color:#fff;
}

#col_01 {
	width:240px;
	float:left;
}
#col_02 {
	width:480px;
	float:left;
}
#col_03 {
	width:240px;
	float:right;
}
#slider {
	width:397px;
	height:142px;
	margin:13px auto;
	padding:9px;
	background:url(../images/bg-slider.png);
}

.slider {
	width:397px;
	height:142px;
	overflow:hidden;
}
.content {
	padding:12px;
}

.form_216 {
	width:212px;
	min-height:33px;
	border:1px solid #CED5DA;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#EAEEF0;
}
.form_216 ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
.form_216 li {
	margin:0;
	padding:6px;
}
.form_216 li.submit {
	position:absolute;
	right:0;
	bottom:0;
}

.form ul {
	padding:0;
	list-style:none;
}
.form li {
	margin:0;
	padding:2px 0;
	width:306px;
}
.form ul label {
	display:block;
	width:110px;
	float:left;
	height:22px;
	line-height:22px;
	white-space:nowrap;
	overflow:hidden;
}
.form input.text, .form textarea.text {
	width:190px;
}
.form textarea.text {
	height:100px;
	overflow-y:scroll;
}
.form li.submit {
	text-align:right;
}

.facebook {
}
.facebook img {
	float:left;
}
.facebook strong {
	display:block;
	line-height:32px;
}

.subfoot {
	padding:20px 0;
}
.subfoot p {
	font-size:11px;
	color:#027AF9;
	text-align:center;
}
.subfoot a {
	color:#027AF9;
	text-decoration:none;
}
.subfoot a:hover {
	text-decoration:underline;
}

#page_foot p {
	text-align:center;
	margin:0;
	padding:40px 0;
	color:#333;
	font-size:11px;
}
#page_foot a {
	color:#333;
	text-decoration:underline;
}
#page_foot a:hover {
	text-decoration:none;
}





