@charset "utf-8";
body {
	font-family:Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	background:url(images/background.png) no-repeat center #EEE;
}
#white {
	background:#eee;
}
h1 {
	font-size:32px;
	margin-top:0;
	padding-top:0;
}
h2 {
	font-size:26px;
	margin-top:0;
	padding-top:0;
}
#red {
    color:red;
	font-size:26px;
	margin-top:0;
	padding-top:0;
	padding-bottom:5px;
}	
p {
	margin-top:0;
	padding-top:0;
	margin-bottom:12px;
	font-size:18px;
	line-height:24px;
}
a img {
	border:0;
}
a:link {
	color:#FFF;
	text-decoration: none;
}
a:visited {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#F00;
	text-decoration: none;
}
a:active {
	color:#333;
	text-decoration: none;
}
#body a:link {
	color:#000;
	text-decoration: none;
}
#body a:visited {
	color:#000;
	text-decoration: none;
}
#body a:hover {
	color:#F00;
	text-decoration: none;
}
#body a:active {
	color:#333;
	text-decoration: none;
}
iframe, img {
	-webkit-box-shadow: 2px 2px 30px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 30px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 30px 5px rgba(0, 0, 0, 0.25);
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
.shadow {
	-webkit-box-shadow: 5px 5px 30px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 30px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 30px 10px rgba(0, 0, 0, 0.5);
}
#header {
	width:100%;
	height:120px;
	background: white url(images/logo.png) center no-repeat;
}
#tag {
	height:30px;
	background:white;
}
#mid {
	width:750px;
	margin:auto;
	padding-right:50px;
	text-align:right;
	font-size:18px;
	font-weight:bold;
}
#vspacer {
	height:12px;
}
#body, #hero, #navcontainer, #navlist, #navlist li {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
#navcontainer, #navlist, #navlist li {
	font-size:24px;
}
#navcontainer {
	overflow: hidden;
	min-width: 800px;
	height:60px;
	background:black;
	color:white;
	text-align:center;
}
#navlist {
	list-style-type: none;
	width: 800px;
}
#navlist li {
	float: left;
	width:132px;
	font-weight:bold;
}
#body {
	width:700px;
	background:white;
	padding:50px;
}
#hero {
	width:700px;
	background:url(images/hero.png) no-repeat center;
	height:400px;
	padding:50px;
}
#verification {
	background:url(images/verification_seal.gif);
	height:100px;
	width:100px;
	padding:0;
	margin-top:25px;
	margin-bottom:10px;
	margin-left:0;
	margin-left:0;
}
.by {
	text-align:center;
	font-size:28px;
	color:black;
	background:white;
	padding:10px;
}
