@charset "utf-8";
/* MSB Main Style Sheet */
/* Created by: sixxlabs. - visit http://sixxlabs.com for more info */
a img{border:none;}

@font-face {
      font-family: "aller";
      src: url("fonts/aller.otf");	  
	}
	
body {
	background-image:url(img/bg-top.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top right;
	background-color:#004a80;
}
.wrapper {
	width:940px;
	height:500px;
	height:auto;
	min-height:500px;
	margin:auto;
	background-color:#fff;
	overflow:hidden;
}
a {
	color:#00aeef;
	font-family:arial;
	text-decoration:none;
}
a:hover {
	color:#dddddd;
	font-family:arial;
}
.header {
	width:940px;
	height:241px;
	background:url(img/header.png) no-repeat;
	text-indent:-99999px;
	margin-top:30px;
	overflow:hidden;
}
.locations {
	float:right;
	padding:0 10px 0 0;
	margin:0px;
	display:inline;
}
.social {
	float:left;
	padding:0 0 0 10px;
	margin:1px 0 0 0;
	display:inline;
}
.nav {
	width:920px;
	height:25px;
	margin:auto;
	overflow:hidden;
	text-indent:-99999px;
}
.nav ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.nav li {
	display:inline;
	margin:0;
	padding:0;
}
.left-col {
	float:left;
	width:550px;
	height:300px;
	height:auto;
	min-height:300px;
	margin:10px 0 10px 10px;
	overflow:hidden;
}
.left-col.full {
	float:left;
	width:920px;
	height:300px;
	height:auto;
	min-height:300px;
	margin:10px 0 10px 10px;
	overflow:hidden;
}

.right-col {
	float:right;
	width:300px;
	height:200px;
	height:auto;
	min-height:200px;
	margin:50px 10px 10px 0;
	padding-left:20px;
	overflow:hidden;
	border-left:1px solid;
	border-color:#dcdcdc;
}
#banner {
	width:250px;
	border:none;
}
.content {
	padding-left:10px;
}
h1 {
	font-family: aller, arial;
	color:#1f1f1f;
	font-size:50px;
	display:inline;
}
h2 {
	font-family: aller, arial;
	color:#1f1f1f;
	display:inline;
}
h3 {
	font-family: aller, arial;
	color:#1f1f1f;
	display:block;
}
.post {
	padding:10px;
	font-family:arial;
	color:#1f1f1f;
}
.post p {
	padding-left:10px;
}
.post span {
	font-size:small;
	color:#a9a9a9;
	display:inline;
}
.footer {
	width:940px;
	height:45px;
	background-color:#1f1f1f;
	margin:auto;
	color:#fff;
	font-family:arial;
}
.footer a{
	color:#808080;
}
.footer a:hover {
	color:#fff;
	text-decoration:none;
}
.footer-left {
	float:left;
}
.footer-copy {
	color:#808080;
	font-family:Arial;
	font-size:small;
	display:inline;
	padding:10px;
}
.footer ul {
	list-style:none;
	margin:0px;
	padding-left:10px;
	display:inline;
}
.footer li {
	display:inline;
	font-size:small;
	padding:0px;
	margin:0px;
}
.footer-sixx {
	float:right;
	padding:10px;
}