@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
body {
	background:#000 url(../images/bg.gif) repeat-x top center;
	font-size:12px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper {
	width:1000px;
	margin:0 auto;
	background:url(../images/contentbg.png) repeat-y top center;
}
#header {
	width:951px;
	height:322px;
	margin-left:24px;
	display:inline;
	float:left;
	background:url(../images/header.jpg) no-repeat top center;
	position:relative;
}
#header a {
	width:951px;
	height:322px;
	display:block;
	text-indent:-5000px;
	outline:none;
}
.jeremy {
	position:absolute;
	top:35px;
	right:170px;
}
.jeremy .white {
	color:#fff;
	font-size:13px;
}
.jeremy p {
	text-align:right;
	font-size:11px;
	color:#cacaca;
}
#content {
	width:950px;
	margin:0 auto;
}
#left {
	width:590px;
	float:left;
}
#left .hello {
	padding:25px 55px 25px 40px;
	text-align:justify;
	font-size:11px;
}
#left ol {
	padding-left:40px;
}
#left ol li {
	font-size: 12px;
	list-style: none;
}
#left ol li span {
	color: #fff;
	font-weight: bold;
}
#right {
	width:340px;
	float:left;
}
.orange {
	color:#fd8a00;
}
#right .emailtext {
	padding:43px 0px 10px 0px;
	text-align:justify;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
}
#right .submit {
	width:265px;
	height:30px;
	float:left;
	background:#fd8a00;
	font-weight:700;
	font-size:15px;
	margin:15px 0px 0px 63px;
	cursor:pointer;
}
#right .submit:hover {
	width:265px;
	height:30px;
	float:left;
	background:#0e9ad2;
	cursor:pointer;
}
.forminput {
	width:334px;
	float:left;
	padding-bottom:5px;
}
#right .note {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b7b7b7;
	text-align:justify;
	line-height:11px;
	padding:5px 10px 0px 63px;
	clear:left;
}
#right .red {
	color:#fa0000;
}
#right .input {
	width:259px;
	height:19px;
	border:0;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:4px 4px 2px 5px;
	margin: 2px 0 8px 2px;
	background:url(../images/input.gif) no-repeat top left;
}
#right label {
	padding:5px 0px 0px 15px;
	width:46px;
	display:block;
	float:left;
	font-weight:700;
}
#right .forjv {
	width:334px;
	height:25px;
	float:left;
	background:url(../images/forjv.jpg) no-repeat top left;
	margin-top:130px;
}
#right .forjv a {
	width:334px;
	height:25px;
	display:block;
	text-indent:-5000px;
	outline:none;
}
#footer {
	width:951px;
	height:80px;
	float:left;
	margin:70px 0px 0px 0px;
	text-align:center;
	color:#b5b5b5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer p {
	padding-top:15px;
}
/* easy clearing */
.fix:after {
	content: '[.]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
}
/*\*/
.fix {
	display: block;
}

