@charset "utf-8";
.container {
	height: auto;
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: -8px;
	top: 0px;
	postion: relative;
	padding:15px;
	font-size: 14px;
}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.home{background: url(../img/header.jpg) center top no-repeat;}
body{
background-color:#b9dfdd!important;margin:0px;padding:10px 0px; /*fixed*/font-family:Trebuchet MS;line-height: 25px;}
.bigtext {
	margin-top: 10px;
}
.email {
	font-family: NeoSans;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	margin-top: 20px;
}
a{
	color:#b86569;
	text-decoration:none;
	font-family: NeoSans;
}
a:hover {
	color:#b86569;
	text-decoration:underline;
}
h1{
	font-family: NeoSans;
	font-size: 40px;
	font-weight: bold;
	color: #2a3a3c;
	width: 100%;
	margin: 0px;
}
h2 {
	font-family: NeoSans;
	font-size: 18px;
	color: #4e595a;
	width: 100%;
	text-align:center;
	font-weight:normal;
	font-style:italic;
	margin-top: 10px;
}
h3{
	font-family: NeoSans;
	font-size: 23px;
	color: #000;
	font-weight:normal;
}
.video {
	font-family: NeoSans;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	margin-top: 400px;
}
p{padding:5px 0px;}
.head{height:120px;background:url(../img/logo.png) no-repeat;width:1000px;margin:0px auto;}
ol li{padding:5px 0px;}
hr{border:5px solid #2A3A3C;}
.menu{float:right;}
.menu ul li{float:left;list-style-type:none;padding:15px;}
.menu ul li a{color:#2A3A3C;padding:4px 15px;padding-bottom: 7px;font-size:15px;}
.menu ul li a.active{background:#2A3A3C;color:#B9DFDD!important;border-radius:5px;-moz-border-radius:5px;}
.menu ul li a:hover{border-bottom:2px solid #2A3A3C;}
.david{font-size:16px;font-weight:bold;}
.content .grid {display: inline;float: left;margin-left: 1%;margin-right: 1%;margin-bottom: 5em;}
.content .grid_8 {width: 31.2%;}
.content .grid_16 {width: 64.4%;}

input[type="text"], input[type="password"], textarea, select {
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border: 1px solid #CCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
	color: #424242;
	font-size: 12px;
	outline: medium none;
	padding: 5px;
	font-family: "Trebuchet MS",sans-serif,Verdana;
	width: 250px;
}
form label {
	padding-top: 20px;
	display: block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
font-family: "Trebuchet MS",sans-serif,Verdana;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
background: #EEE;
border: 1px solid #CCC;
padding: 7px 10px;
color: #898989;
border-radius: 3px 3px 3px 3px;
}
ol strong,p.headzup{font-variant:small-caps;font-size:16px;}