@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,700,400italic,700italic);
body {
	background:#e9eff2;
	font-family: 'Josefin Sans', sans-serif;
}
b {
    font-weight: bold;
}
h1,h2,h3,h4,h5 {
	font-size:30px;
}
#header {
	background:#e9eff2;
	height:90px;
}
#logo {
	width:199px;
	height:50px;
	background:url(images/logo.png) no-repeat;
	float:left;
	margin:20px 0 0 20px;
	text-indent:-9999em;
}
#logo a {
	display:block;
	width:199px;
	height:50px;
}
.navigation {
	float:right;
	margin-top:30px;
}
.navigation ul li {
	display:inline-block;
}
.navigation li {
	font-size:15px;
	text-transform:uppercase;
	padding:10px;
	margin:0 5px;
	border-radius:5px;
	background:rgba(0,60,97,0);
}
.navigation li:hover {
	background:#fff;
}
.navigation li a {
	border-bottom:0;
	color:#4e5356;
	text-decoration:underline;
}
.navigation li a:hover {
	color:#4e5356;
	text-decoration:none;
}
.wrapped {
	width:1000px;
	margin:0 auto;
}
#midbg {
	background:#fff;
	padding:50px 0;
}
.slider {
	text-align:center;
}
.slider img {
	border-radius:20px;
	-moz-box-shadow: 0 20px 30px -20px #000;
	-webkit-box-shadow: 0 20px 30px -20px #000;
	box-shadow: 0 20px 30px -20px #000;
}
#container {
	clear:both;
	background:#fafdff url(images/midbg.png) center top no-repeat;
	min-height:250px;
	color:#333;
	padding:60px 0;
}
#content {
	margin: 0 0 0 250px;
	background:#fafdff;
    min-height: 240px;
	padding:20px;
	border-radius: 5px 5px 0 0;
	font-size:16px;
}
.textbox {
	margin:20px 0;
}
#sidebar {
	float:left;
	margin-top:50px;
	display:block;
	background:#fafdff;
	color:#333;
	padding:20px;
	width:180px;
}
h3.sbl {
	padding:5px 0;
	color:#009dea;
	font-weight:bold;
	font-size:22px;
}
#footer {
	padding:10px 0;
	height:50px;
	font-size:14px;
	color:#4e5356;
}
#footer a, #content a {
	color:#008aff;
	text-decoration:underline;
}
#footer a:hover, #content a:hover {
	color:#263f54;
	text-decoration:none;
}
#copyrights {
	float:left;
	width:300px;
}
#designed {
	float:right;
	width:100px;
}