@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans);
* {
	margin:0px;
	padding:0px;
}
a {
	outline:none;
	text-decoration:none;
}
img {
	border:0px;
}
table {
	border-spacing:0px;
	border-collapse:collapse;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family:'Alegreya Sans', sans-serif;
}
ul, ol {
	list-style:none;
}
body {
	color:#000;
	font-size:13px;
	line-height:19px;
	background-color:#eee;
	font-family:"Arial", Helvetica, sans-serif;
}
#wrapper {
	width:100%;
	margin:0px auto;
}
#wrapper img {
	height:auto;
	max-width:100%;
}
.top_bg {
	float:left;
	width:100%;
	color:#036;
	margin:0px auto;
	padding:10px 0px;
	background-color:#fff;
	border-bottom:5px solid #ec7c3d;
}
.logo {
	float:left;
}
.logo img {
	width:60%;
}
.topicon {
	float:right;
	font-size:12px;
	margin-top:20px;
}
.topicon a {
	color:#036;
	margin:0px 5px;
}
.topicon a:hover {
	text-decoration:underline;
}
.topicon .last {
	margin:0px 0px 0px 10px;
}
.toplink {
	float:right;
	text-align:right;
}
.input {
	float:left;
	color:#666;
	margin-top:10px;
	padding:5px 10px;
	border-right:0px;
	background-color:#fff;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.btn {
	float:left;
	color:#fff;
	padding:5px;
	margin-top:10px;
	background-color:#999;
	border:1px solid #ccc;
}
.menu_bg {
	float:left;
	width:100%;
	margin:0px auto 20px auto;
}
.menu_bgcolor {
	float:left;
	background-color:#f9f9f9;
}
.banner_bg {
	float:left;
	width:100%;
	margin:0px auto 20px auto;
}
.content_bg {
	float:left;
	width:100%;
	margin:0px auto 20px auto;
}
.content_bgcolor {
	float:left;
	background-color:#f9f9f9;
	padding:30px 0px 10px 0px;
}
.lft {
	width:90%;
	float:left;
	padding:0px 5%;
	margin-bottom:20px;
}
.lft h2 {
	font-size:20px;
	margin-bottom:10px;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #ccc;
}
.lft p {
	padding-bottom:20px;
}
.lft a:hover img {
	opacity:0.7;
	-moz-opacity:0.7;
	khtml-opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}
.center {
	width:90%;
	float:left;
	padding:0px 5%;
	margin-bottom:20px;
}
.center h2 {
	font-size:20px;
	margin-bottom:10px;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #ccc;
}
.center h3 {
	color:#09f;
	font-size:16px;
	padding-bottom:10px;
}
.center img {
	float:left;
	padding:0px 20px 10px 0px;
}
.news {
	float:left;
	width:100%;
	margin-bottom:20px;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #ccc;
}
.center a {
	color:#09f;
}
.center a:hover {
	text-decoration:underline;
}
.alignment {
	text-align:right;
}
.rht {
	width:90%;
	float:left;
	padding:0px 5%;
	margin-bottom:20px;
}
.rht h2 {
	font-size:20px;
	margin-bottom:10px;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #ccc;
}
.rht p {
	padding-bottom:20px;
}
.scroll_bgcolor {
	float:left;
	padding:0px 0px 10px 0px;
	background-color:#f9f9f9;
}
.scroll {
	width:96%;
	float:left;
	margin:0px 1%;
	padding:10px 1%;
	background-color:#00112b;
	border-radius:10px;
}
.quick_link {
	width:100%;
	float:left;
}
.quick_link h2 {
	font-size:20px;
	margin:0px 2% 10px 2%;
	padding:40px 0px 5px 0px;
	border-bottom:1px solid #ccc;
}
.quick_link ul {
	margin:15px 0px 20px 5%;
}
.quick_link a {
	color:#09f;
}
.quick_link a:hover {
	text-decoration:underline;
}
.footer_bg {
	float:left;
	width:100%;
	margin:0px auto 20px auto;
}
.footer_bgcolor {
	float:left;
	background-color:#f9f9f9;
	padding:30px 0px 10px 0px;
}
.footer_bgcolor p {
	padding:0px 20px 10px 20px;
}
.footer_bgcolor h3 {
	color:#09f;
	font-size:16px;
	padding:0px 20px 10px 20px;
}
.footer_bgcolor a {
	color:#ec7c3d;
}
.footer_bgcolor a:hover {
	text-decoration:underline;
}
.social {
	margin:5px 0px 0px 20px;
}
.social ul {
	list-style:none;
}
.social li a {
	float:left;
	width:49px;
	height:49px;
	display:block;
	overflow:hidden;
	margin-right:5px;
	text-indent:-4000em;
	background:url(../images/social.jpg) no-repeat;
}
.copyrights_bg {
	float:left;
	width:100%;
	margin:0px auto 20px auto;
}
.copyrights {
	float:left;
	color:#09f;
	padding:5px 0px;
	background-color:#06213f;
}
.copyrights p {
	padding:5px 20px;
}
.footermargin {
	margin-top:5px;
}
