@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

body{
	background-color:#D36A00;
	color:#6F2300;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12pt;
}

#container {
	background:url(images/home/background.jpg) top center no-repeat;
	border:2px solid #AEB0CB;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	width:783px;
	height: 851px;
}

#container-thanks{
	background: #FFFFFF url(images/home/thank_you_bg.jpg) top center no-repeat;
	border:2px solid #AEB0CB;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	width:782px;
	height: 680px;
}

#header{
	height:210px;
}

#header h1{
	position: absolute;
	top: -99999px;
	left: -99999px;
}

#header-thanks{
	height:145px;
}

#header-thanks h1{
	position: absolute;
	top: -99999px;
	left: -99999px;
}

.video{
	height: 350px;
	margin-left: 20px;
}

.form{
	float: left;
}

.form ul{
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
}

.form ul li{
	margin: 0.5em;
}

.pdf_link{
	left:535px;
	position:relative;
	top:-140px;
	width:208px;
}

.input{
	border: 2px solid #6ea526;
	color: #d45700;
}

.button{
	margin: 0.5em;
}

.getimg{
	float: left;
}

.clearfix{
	clear: both;
	*height: 1%;
}

.callout{
	width: 570px;
}

.callout h3{
	font-family:Garamond, Georgia;
	font-size: 14px;
	line-height: 16px;
	text-transform:uppercase;
	margin: 0.5em;
}

.callout p{
	font-family:Arial;
	font-size: 11px;
	line-height: 14px;
	text-transform:capitalize;
	margin: 0.5em;
}

a{
	text-decoration: none;
	outline:none;
}



