@charset "utf-8";
h1 {
	font-family: Myriad Pro, Helvetica, Arial, Verdana;
	font-weight: normal;
	color: #333;
	line-height: 60px;
	font-size: 60px;
	letter-spacing: -4px;
	margin-top: 8px;
	margin-bottom: 0px;
	text-shadow: #fff 2px 2px 1px;
	width: 980px;
}
h1 a {
	color: #333;
}
h2, h3.large {
	font-family: Myriad Pro, Helvetica, Arial, Verdana;
	font-size: 30px;
	color: #333;
	top: 0px;
	font-weight: normal;
	margin-top: 5px;
	letter-spacing: -2px;
	margin-bottom: 5px;
	text-transform: none;
}
h2.blue {
	color: #0099ff;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 30px;
	padding-left: 25px;
	text-shadow: #fff 1px 1px 1px;
}
#bottomHeadline h2 {
	font-size: 57px;
	font-family: Myriad Pro;
	line-height: 65px;
}
h2 a {
	color: #333;
}

h3 {
	font-family: Myriad Pro, Helvetica, Arial, Verdana;
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: -2px;
}
.ulList .list h3 {
	letter-spacing: -1px;
	font-size: 17px;
}
h4 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 20px;
	text-transform: uppercase;
	color: #CCC;
	letter-spacing: -2px;
}
a {
	text-decoration: none;
	color: #444;
}
a:visited {
	text-decoration: none;
	color: #444;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #444;
}
input, textarea {
	border: 1px solid #333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
}
input {
	height: 20px;
	width: 200px;
}
input:hover {
	border: 1px solid #F60;
}
textarea {
	height: 90px;
	width: 300px;
}
input[type="radio"] {
	width: 24px;
	float: left;
	height: 12px;
	border: none;
}
input[type="checkbox"] {
	width:18px;
	float: left;
	height: 12px;
	margin-bottom: 0;
	margin-left: 0;
	border: none;
}
label {
	color: #F60;
	display: block;		
}
label.block {
float: left;
display: inline;
color: #333;
}
.blue {
	color: #0099ff;
	margin-bottom: 40px;
	margin-top: -4px;
	font-size: 22px;
	padding-left: 25px;
	font-size: 30px;
	letter-spacing: -2px;
}

#submit {
	font-family: "Gill Sans MT";
	font-size: 15px;
	text-shadow: #000000 -1px -1px 1px;
	color: #FFF;
	background-color: #F60;
	border: 1px solid #953C00;
	height: 30px;
	background-image: url(../images/button-bg.jpg);
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
.blackBox {
	background-color: #191814;
	border-bottom: 1px solid black !important
	-moz-border-radius: 9px;
	border-radius: 9px;
	color: #FFF;
	padding: 20px;
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-moz-box-shadow: 0 1px 0 #373731, 0 -1px 0 #0E0D0B;
	margin-top: 45px;
	margin-bottom: 45px;
}
.blackBox h3 {
	font-size: 32px;
	color: #0099ff;
	text-transform: none;
	font-weight: normal;
}
.blackBox a {
color: #fff;	
}
.whiteBox {
	margin-top: 25px;
	margin-bottom: 25px;
}
.whiteBox h3 {
	font-size: 32px;
	text-transform: none;
	font-weight: normal;
color: #333;
}
.top{
	height:600px;
	background-color:#FFC;
	margin-bottom:30px;
	border:2px solid #FF9;
	}
.paddingRight {
	margin-right: 10px;
	margin-bottom: 10px;
}
.orange {
	color: #F60;
	font-weight: bold;
}
.title18 {
	font-size: 18px;
}

