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

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
}
.main {
	width:1000px;
	margin:0px auto;
	padding:0px;
}

.clear {
	clear:both;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}

.logo_main {
	float:left;
	width:100%;	
}

.menu_main {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
.menu_main a {
	color: #fff;
	float: left;
	text-decoration: none;
	font-size: 15px;
	padding-top: 20px;
	padding-right: 72px;
	padding-bottom: 20px;
	padding-left: 72px;
}
.menu_main a:hover {
	color:#FF0;
}
.scroll_main {
	float:left; width:100%;
}.sections {
float: left;
width: 25%;
padding: 1% 4%;
border-right: 1px solid #BED7E0;
}
.sections .fleft {
	float: left;
	width: 100%;
	text-align: center;
}
.sections .title {
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.sections .content {
	float: left;
	width: 100%;
	text-align: justify;
}
.welcome {
	background-color: #e1f3fa;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}
.wrapper {
	width: 75%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.news {
	float: left;
	width: 100%;
	padding-top: 10px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A8CFDB;
}

.new {
	float: left;
	width: 14%;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
h2 {
	float: left;
	width: 100%;
	color: #069;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}
.footer {
	background-color: #2b4869;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #A5C4E7;
}
.content_left {
	float: left;
	width: 70%;
	margin-right: 1%;
}
.content_right {
	float: right;
	width: 28%;
}
.content_right .sections {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.content_left h2 {
	text-align: left;
	background-color:#069;
	color:#fff;
	padding:1%;
	width:98%;
	border-radius:5px 5px 0px 0px;
}
.content_left input {
	width: 98%;
	padding: 1%;
	border-radius:5px;
	border:1px solid #cccccc;
}
.content_left textarea {
	padding: 1%;
	border-radius:5px;
	border:1px solid #cccccc;
	width: 98%;
}
