*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
hr{
	padding: 0% 0% 0% 0%;
	margin: 5% 0% 5% 0%;
	border-bottom: 1px solid #3D76A1;
}
#ContactLink a:link, #ContactLink a:visited, #ContactLink a:active {
color: #3D76A1;
text-decoration: none;
}

#footer a:hover {
color: #ccc;
text-decoration: none;
}h1 {
font-size: 15px;
line-height: 15px;
border-bottom: 1px solid #3D76A1;
width: 80%;
color: #8CA861;
margin: 2% 2% 1% 0%;
padding: 0% 8% 1% 2%;	
}
#centerform {
height: auto;
width: 78%;
padding: 2% 5% 2% 5%;
float: right;
margin: 15px 12% 2% 4px;
line-height: 1.8em;
background-image: url(../Images/whiteTransparentBox_Center.png);
background-repeat: repeat;

}
#center {
height: auto;
width: 65%;
padding: 2% 10% 2% 10%;
float: right;
margin: 15px 12% 2% 2px;
line-height: 1.8em;
background-image: url(../Images/whiteTransparentBox_Center.png);
background-repeat: repeat;

}
#TrailerImages
{
	
	list-style: none;
	text-decoration: none;
	margin: 0% 8% 0% 0%;
}

ul#TrailerImages li
{
	float:right;
	
	margin: 0% 0% 0% 0%;
	padding: 0px 10px 0px 0px;
	z-index: 0;
}
#centerTrailersInfo {
height: auto;
width: 55%;
padding: 2% 10% 2% 10%;
float: right;
margin: 15px 15% 2% 4px;
line-height: 1.8em;
background-image: url(../Images/whiteTransparentBox_Center.png);
background-repeat: repeat;

}
#footer {
color: #999;

margin: 0px 0px 0px 0px;
text-align: center;
padding: 5px 0px 5px 0px;
background-color: #EFCE9C;
}

#footer p {
color: #999;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
}

#footer a:link, #footer a:visited, #footer a:active {
color: #999;
text-decoration: none;
}

#footer a:hover {
color: #ccc;
text-decoration: none;
}

.larger
{
	font-size:16px;
}

body 
{

	
	margin: 0px 0px 0px 10%;
	padding: 0px 0px 0px 0px;
	background-image: url(../Images/bg.jpg);
}
/******* FORM *******/
#customForm{
	padding: 0px 13px 0px 0px;
}
#customForm label{
	display: block;
	color: #797979;
	font-size: 12px; 
	line-height: 1.0em;
}
#customForm input{
	width: 200px;
	padding: 3px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm input.error{
	font-size: 12px;
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
	width: 300px;
	height: 30px;
	padding: 6px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 0px;
}
#customForm div span{
	margin-left: 8px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send{
	background: #8CA861;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	border: 0;
	cursor: pointer;
	border: 1px solid #000000;
	margin: 5px;
}
#customForm #send:hover{
	background: #3D76A1;
}
#error{
	margin-bottom: 10px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
#thankYou{
	padding: 0px 20px 0px 20px;
	margin: 0px 100px 0px 0px;
}