* {
	margin:0;
	padding:0;
}

body {
	background-color:#eee;
	color:#333;
	font-family:Helvetica,Arial,sans-serif;	
}

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

.header {
	float:left;
	background-color:#323f53;
	border-bottom:12px solid #434f64;
	width:100%;
}

h1.logo, p.logo a {
	display:block;
	float:left;
	border:0;
	text-indent:-9999px;
	width:355px;
	height:80px;
	background-image:url(/site/images/vela-bravo-logo.png);
}

.nav {
	float:right;
	margin:40px 0 0 50px;
}

.nav li {
	display:inline;
	font-size:24px;
	padding-right:24px;
	font-weight:bold;
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
}

a {
	color:#ee5137;
	text-decoration:none;
}

a:hover {
	color:#ff6248;
}

.sub-nav {
	float:left;
	width:240px;
	padding-top:40px;
	margin-right:40px;
	margin-left:20px;
}

.sub-nav p {
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
	padding:6px;
	font-weight:bold;
	color:#323f53;
}

.sub-nav ul li {
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;	
	list-style-type:none;
	font-size:18px;
}

.sub-nav ul li a {
	display:block;
	padding:6px;
}

.sub-nav ul li a:hover {
	color:#fff;
	background-color:#ff6248;
}

.home {
	width:100%;
}

.content {
	float:left;
	width:50%;
	padding-top:40px;
}

.content h1 {
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;	
	font-size:28px;
	color:#323f53;
	margin-bottom:28px;
}

.content h2 {
	font-size:28px;
	font-weight:normal;
	color:#323f53;
	margin-bottom:28px;	
}

.content h3 {
	font-size:22px;
	color:#666;
	font-weight:normal;
	margin-bottom:22px;
}

.content p, .content li {
	font-size:15px;
	line-height:20px;
	margin-bottom:15px;
}

.content ul, .content ol {
	margin-left:36px;
}

.map {
	margin-top:28px;
	text-align:center;
}

.map img {
	border:5px solid #aaa;
}

.home {
	float:left;
	width:50%;
	padding-top:40px;
}

.home h2 {
	font-family:"Trebuchet MS";
	margin-bottom:28px;
}

.col-a,.col-b {
	float:left;
	width:48%;
}

.col-b img {
	margin-left:20px;
}

.footer {
	width:100%;
	float:left;
	margin-top:80px;
	border-top:18px ;
	background-color:#222;
	border-top:12px solid #111;
	padding-bottom:48px;
	color:#999;
}

.footer #business-card {
	width:320px;
	margin:24px 0 18px 300px;
	float:left;
}

.footer #copyright {
	width:320px;
	margin:24px 0 18px 48px;
	float:left;	
}



.clear {
	clear:both;
}