/* MAIN ––––––––––––––––––––– */

body {
	font-family:arial, "Times New Roman", Times, serif;
	color:#222;
	font-size:15px;
	margin:0;
}
#home {
	
	width:1000px;
	margin:0 auto;
	padding:0 20px;
	height:595px;
}

#locator { position:relative; visibility:show; left: 900px; top: 255px; z-index:200; }



p {line-height:24px;}
p a, small a, span.show {text-decoration:none; }
a, span.show {color:#1b6cf2;}
.clear {clear:both;}
img {border:none;}
img.fade {display:none;}

/* HEADERS ––––––––––––––––––––– */
h1 {
	position:relative;
	font-family:MS Reference Sans Serif, Futura, Verdana, serif;
	font-size:30px;
      
	text-transform:uppercase;
	text-align:center;
	height:30px;
	margin-top:10px;
}



h2 {
	position:relative;
	top:10px;
	font-size:22px;
	text-align:center;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:22px 0;
}
h3 {
	font-family:Helvetica Neue, MS Reference Sans Serif, Futura, Verdana, serif;
	font-size:19px;
	text-transform:uppercase;
	margin-bottom:-5px;
              font-weight:bolder;
	padding:0;
}
h4 {
	font-family:Helvetica Neue, Verdana, serif;
	font-size:16px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	line-height:22px;
}

#h4 a.link {
    color:#000;
    cursor:text;
}
#h4 a.hover {
   color:#1b6cf2;
    cursor:text;
}



h5 {
	font-family:BrandonGrotesque-Bold, Futura, Verdana, serif;
	font-size:48px;
	text-transform:uppercase;
	margin:0;
	margin-bottom:-8px;
	padding:0;
}
h6 {
	font-family:BrandonGrotesque-Light, Futura, Verdana, serif;
	font-size:26px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	color:#999;
}
h2, h3, h4, h5, h6 {font-weight:normal;}

/* TOP ––––––––––––––––––––– */
.top {
	position:relative;
	top:10px;
	width:500px;
	margin:0 auto;
	text-align:center;
}
.top span {
	font-family:BrandonGrotesque-Regular, Futura, Verdana, serif;
	font-size:24px;
	color:#BBB;
	margin-top:42px;
}
.top span.left {width:76px; float:left;}
.top span.right {width:70px; float:right;}
.top span.price {width:230px; float:right;} 

/* NAV ––––––––––––––––––––– */
#nav ul {
	display: inline;
	list-style: none;
}
#nav li {
	float:left;
	width:220px;
	height:80px;
	margin-top:5px;
	margin-right:40px;
}
#nav li.last {margin-right:0; margin-top:-20px;}
#nav h3 {margin-bottom:0; height:26px;}
#nav p {margin-top:6px;}
#nav a.disabled {
    color:#111;
    border-bottom-color:0;
	  border-bottom:0;
    cursor:text;
}

/* CONTENT ––––––––––––––––––––– */

.content {

}

#content {
	background-color:#eee;
}
.wrap {
	width:1000px;
	margin:0 auto;
	padding:20px 20px 20px 20px;
}

/* HISTORY ––––––––––––––––––––– */
.about {
	float:left;
	width:460px;
}
.awards {
	float:right;
	width:420px;
	background-color:#;
	-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;
	padding:20px 30px;
	margin-top:7px;
}
.awards ul {
	display:inline;
	list-style:none;
	padding:0;
}
.awards li {margin-bottom:14px;}
.awards li.last {margin-bottom:14px;}
.awards p {margin:0;}
.awards img {
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	padding-top:16px;
}
.awards small {
	color:#444;
	display:block;
	padding:6px 0;
	line-height:20px;
        font-size:12px;
}
.team {
	margin-top:50px;
}
.profile {
	float:left;
	position:relative;
	width:300px;
	height:130px;
	margin:0 50px 20px 0;
}
.profile.right {margin-right:0;}
.thumbnail {
	width:100px;
	height:100px;
	border:1px solid #ccc;
	float:left;
	background:#fff no-repeat center center;
}
.thumbnail img {padding:5px;}
.profile h4 {line-height:20px;}
.profile h4, .profile small {margin-left:120px;}
.profile small {
	color:#444;
	display:block;
	padding-top:4px;
	line-height:20px;
}
a.facebook {
	display:none;
	position:absolute;
	padding:4px 5px 1px 5px;
	top:108px; 
	left:18px;
	background-color:#D4D4D4;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-family:"BrandonGrotesque-Bold";
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
a.facebook:hover {
	background-color:#C5C5C5;
	color:#FFF;
}
.ventures {
	float:left;
	width:460px;
	margin-bottom:20px;
}
.research {
	float:right;
	width:460px;
}


/* FOOTER ––––––––––––––––––––– */
.footer {
	width:1000px;
	float:left;
	text-align:center;
	margin-top:60px;
	margin-bottom:20px;
}
.footer small {
	font-size:12px;
	font-family:"Lucida Grande";
	color:#434343;
}
#content .footer {margin:0;}
#content .footer small {color:#858585;}