* {
	padding: 0px;
	margin: 0px;
}
body {
	background-image: url(../images/bg-page.jpg);
	font-family: Arial;
}
img {
	border-style: none;
}
a {
	background-image: url(../images/bg-link.png);
	padding: 0px 0px 0px 10px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color: #df0021;
	text-decoration: none;
	margin: 15px 0px 15px 0px;
}
h2 a { 
	color: #df0021;
}
a:hover {
	text-decoration: underline;
}
a#top-anchor, .anchors {
	background: none;
}

/* CONTENT */
table#main-table {
	width: 1040px;
	margin: 0px auto;
	border-collapse: collapse; 
}
table#main-table td#main-middle {
	width: 1024px;
}
table#main-table td#main-left, table#main-table td#main-right {
	width: 8px;
	background-repeat: repeat-y;
}
table#main-table td#main-left {
	background-image: url(../images/bg-page-left.png);
}
table#main-table td#main-right {
	background-image: url(../images/bg-page-right.png);
}
div#header {
	width: 1024px;
	height: 450px;
	background-image: url(../images/bg-header.jpg);
}
div.clear {
	clear: both;
}
div.content {
	width: 818px;
	margin: 0px auto;
	padding: 25px 0px 0px 0px;
	font-size: 12px;
	color: #606060;
	line-height: 18px;
}
div.content h1, div.content-left h1 {
	font-size: 42px;
	color: #df0021;
	font-weight: bold;
	line-height: 46px;
}
div.content-right h1 {
	font-size: 42px;
	font-weight: bold;
	color: #555555;
}
div.content h2 {
	font-size: 16px;
	color: #606060;
	font-weight: bold;
}
div.content-left {
	width: 400px;
	float: left;
	margin: 0px 18px 0px 0px;
}
div.content-right {
	width: 400px;
	float: right;
}
.text-input {
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 11px;
	color: #606060;
	border: 1px #d4d4d4 solid;
	font-family: Arial;
	width: 370px;
	margin: 0px 0px 20px 0px;
}
.label {
	font-size: 12px;
	color: #606060;
	text-transform: uppercase;
	width: 375px;
	display: block;
}
#pitch {
	height: 100px;
}

/* NAV */
div#nav {
	background-image: url(../images/bg-nav.png);
	background-repeat: repeat-x;
	border: 2px #e0e0e0 solid;
	width: 400px;
	height: 40px;
	position: relative;
	top: 137px;
	left: 520px;
}
div#nav ul {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
div#nav ul li {
	list-style-type: none;
	display: inline;
}
div#nav ul li.first a {
	padding-left: 15px;
}
div#nav ul li a {
	text-decoration: none;
	font-size: 16px;
	padding: 0px 14px 0px 0px;
	text-align: center;
	background: none;
}
div#sub-nav ul {
	margin: 0px 110px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-align: right;
}
div#sub-nav ul li {
	list-style-type: none;
	display: inline;
	background-image: url(../images/bg-link.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 0px 0px 0px 7px;
	margin: 0px 5px 0px 0px;
}
div#sub-nav ul li.last {
	margin-right: 0px;
}
div#sub-nav ul li a {
	color: #df0021;
	text-decoration: none;
	font-size: 16px;
	padding: 0px 10px 0px 0px;
	background-image: none;
}

/* DIVIDERS */
div.divider {
	height: 25px;
	border-top: 2px #606060 solid;
	border-bottom: 1px #606060 solid;
	padding: 6px 103px 0px 103px;
	margin: 100px 0px 0px 0px;
}
div.divider a {
	background: none;
}
div.first-divider {
	margin-top: 0px;
}
div.divider-left {
	float: left;
	padding: 2px 0px 0px 0px;
}
div.divider-right {
	float: right;
}
div.divider-left p {
	padding: 2px 0px 0px 10px;
	margin: 0px;
	font-size: 13px;
	color: #555555;
	background-image: url(../images/bg-divider-left.png);
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	width: 375px;
}
div.divider-right p {
	color: #c4c4c4;
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
	padding: 2px 0px 0px 0px;
}
div.divider-right p span.divider-text {
	width: 100px;
	text-align: center;
}

/* FOOTER */
div#footer {
	color: #666666;
	font-size: 10px;
	border-top: 1px #dfdfdf solid;
	padding: 10px 103px 0px 103px;
	margin: 80px 0px 30px 0px;
}
div#footer-left {
	float: left;
}
div#footer-left a {
	margin: 0px 0px 0px 5px;
}
div#footer-right {
	float: right;
}

/* MISC */
div.dialog {
	background-color:#FFFFFF;
	border:2px solid #DFDFDF;
	color:#555555;
	font-size:18px;
	height:100px;
	left:60%;
	padding:10px;
	position:fixed;
	text-align:center;
	top:30%;
	width:300px;
}

/* MAIL CHIMP */
div#mce-success-response {
	font-weight: bold;
	text-align: center;
	color: #009933;
}
div.mce_inline_error, div#mce-error-response {
	text-align: center;
	color: #FF0000;
	font-weight: bold;
}
div.indicate-required {
	text-align: right;
}
#sponsor-table {
	margin: 10px 0px 40px 0px;
}
#sponsor-table td {
	padding: 0px 20px 10px 20px;
} 
#sponsor-title {
	font-weight: bold;
}

/* SLIDER */
#slider {
	margin: 0px 0px 20px 30px;
}
#slider li { 
	width: 455px;
	height: 277px;
	overflow: hidden; 
}
#prevBtn a, #nextBtn a {
	font-size: 18px;
	background-image: none;
	font-weight: bold;
}
#prevBtn a {
	margin-right: 20px;
}
