body {
	background:#fff url(../images/body.jpg) repeat-x;
}
ol, ul, li {
	list-style:none;
}
a, input, select, .container a {
	text-decoration:none;
	outline:none;
}
img {
	border:0 none;
}
a, input, select, textarea, nav {
	font-family: 'Lato', sans-serif;
}
* {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family: 'Lato', sans-serif;
	line-height:normal;
}
.container {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	height:auto;
}
header, nav {
	width:100%;
	float:left;
}
.logo {
	width:100%;
	float:left;
	margin-top:30px;
}
.logo img {
	float:left;
}
nav {
	font-size:15px;
	text-transform:uppercase;
	margin-top:11px;
}
nav ul {
	margin:0;
	padding:0;
}
nav ul li {
	list-style:none;
	float:left;
	width:199px;
	margin-left:1px;
	text-align:center;
}
nav ul li a {
	color:#fff;
	background:url(../images/menu-bg.png) repeat-x;
	width:100%;
	float:left;
	padding:10px 0 15px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-weight:bold;
}
nav ul li a:hover {
	background:url(../images/menu-bg-hover.png) repeat-x;
}

.active {
	background:url(../images/menu-bg-hover.png) repeat-x;
	width:100%;
	float:left;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.banner {
	width:100%;
	float:left;
	margin-top:-5px;
	height:348px;
	position:relative;
	z-index:999;
}
.banner img {
	width:99%;
	float:left;
	margin-left:0.5%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:absolute;
	z-index:9999;
	-webkit-box-shadow: 0px 0px 4px 3px rgba(33, 33, 33, 0.5);
	-moz-box-shadow: 0px 0px 4px 3px rgba(33, 33, 33, 0.5);
	box-shadow: 0px 0px 4px 3px rgba(33, 33, 33, 0.5);
}
.wrapper {
	width:890px;
	float:left;
	margin-top:35px;
	margin-left:52px;
}
.content {
	width:565px;
	float:left;
	padding-bottom:40px;
}
.content h1 {
	font-size:27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:100%;
	float:left;
}
.content p {
	font-size:18px;
	font-family: 'Lato', sans-serif;
	width:100%;
	float:left;
	margin-top:10px;
	text-align:justify;
	line-height:24px;
}
.sidebar {
	width:300px;
	float:right;
	padding:5px 0 70px;
	background:url(../images/sidebar-shadow.png) top left no-repeat;
}
.sidebar h2 {
	font-size:20px;
	width:90%;
	margin-left:10%;
	float:left;
	color:#000;   /*0036ff;*/
	font-weight:bold;
}
.sidebar p {
	font-size:19px;
	font-family: 'Lato', sans-serif;
	width:85%;
	float:left;
	margin-top:10px;
	margin-left:15%;
	line-height:21px;
}
.sidebar p span {
	padding-right:10px;
}
.quick-outer {
	width:100%;
	float:left;
	height:233px;
	background:url(../images/quick-outer.jpg) repeat-x;
}
.quick-inner {
	width:950px;
	height:auto;
	margin: 0 auto;
	overflow:hidden;
}
.quick-link {
	width:300px;
	float:left;
	border:1px solid #d9d9d9;
	margin-left:8px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin-top:10px;
}
.quick-link img {
	width:100%;
	float:left;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.quick-link p {
	width:100%;
	float:left;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	padding:10px 0;
	text-align:center;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top, #565656 0%, #303030 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #303030)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #565656 0%, #303030 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #565656 0%, #303030 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #565656 0%, #303030 100%); /* IE10+ */
	background: linear-gradient(to bottom, #565656 0%, #303030 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#303030', GradientType=0 ); /* IE6-9 */
}
.quick-link:hover img {
	opacity:0.9;
}
footer {
	width:100%;
	float:left;
	background:#0c134a;
	height:255px;
}
.footer-inner {
	width:950px;
	margin:0 auto;
	overflow:hidden;
}
.footer-left {
	width:260px;
	height:auto;
	border-right:1px solid #fff;
	margin-top:25px;
	padding:10px 0;
	line-height:26px;
	float:left;
	text-transform:uppercase;
}
.footer-left a {
	color:#fff;
	font-size:17px;
}
.footer-left a:hover {
	color:#F00;
}
.footer-mid {
	width:410px;
	height:auto;
	border-right:1px solid #fff;
	text-align:center;
	font-size:16px;
	float:left;
	margin-top:25px;
	padding:10px 0;
	line-height:22px;
	color:#fff;
	font-family: 'Lato', sans-serif;
}
.footer-mid a {
	color:#fff;
}
.footer-right {
	width:260px;
	height:auto;
	float:right;
}
.social {
	width:100%;
	float:left;
	text-align:center;
	margin-top:35px;
}
