@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #234173;
}

/*** Start - Header CSS ***/

#header {
	width: 100%;
	height: 140px;
	float: left;
}
#topHeader {
	height: 140px;
	width: 872px;
	margin: 0 auto;
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*** End - Header CSS ***/

/*** Start - Home Page CSS ***/

#mainContainer {
	height: auto;
	width: 100%;
	float: left;
}
#mainContent {
	height: 800px;
	width: 872px;
	background-image: url(../images/main-image.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-box-shadow: 0px 2px 10px #000;
	-webkit-box-shadow: 0px 2px 10px #000;
	box-shadow: 0px 2px 10px #000;
}
#columnContainer {
	height: 332px;
	width: 872px;
}
#leftColumn {
	float: left;
	height: 300px;
	width: 480px;
	padding-top: 32px;
	padding-left: 32px;
}
#rightColumn {
	float: right;
	height: 332px;
	width: 360px;
}
#rightColumn a {
	text-indent: -9999px;
	display: block;
	height: 332px;
	width: 360px;
	background-image: url(../images/video.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#rightColumn a:hover {
	background-position: bottom;
}
#profileTitle {
	width: auto;
	height: 104px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 24px;
	padding-left: 276px;
	color: #999;
	text-shadow: rgba(255,255,255,1) 0px 1px 0px;
}
#mainHeadline {
	width: 472px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999;
}
#mainForm {
	width: 472px;
	height: 160px;
}
#leftForm {
	float: left;
	height: auto;
	width: 226px;
}
#rightForm {
	float: right;
	height: auto;
	width: 226px;
}
#subHeadline {
	padding-left: 448px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999;
	padding-top: 12px;
}
#textLink {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 260px;
	padding-left: 553px;
	height: auto;
	width: auto;
}
#textLink a {
	text-decoration: none;
	color: #C71E12;
	font-weight: bold;
}
#textLink a:hover {
	text-decoration: underline;
}
.textfield {
	border: 1px solid #CCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 30px;
	width: 224px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-image: url(../images/field-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.textfield:focus {
	background-color: #FFF;
	background-image: none;
}
input#submit {
	display: block;
	height: 40px;
	width: 228px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	text-shadow: rgba(0,0,0,.7) 0px -1px 0px;
	cursor: pointer;
	background-image: url(../images/red-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
input#submit:hover {
	background-position: center;
	text-shadow: rgba(0,0,0,.7) 0px 1px 0px;
}
input#submit:active {
	background-position: bottom;
}
form p {
	position: relative;
}
form p label {
	position: absolute;
	top: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	z-index: 9999;
	text-indent: 8px;
	cursor: text;
	line-height: 32px;
}
form p br {display: none;}

/*** End - Home Page CSS ***/

/*** Start - Footer CSS ***/

#footer {
	height: 200px;
	width: 100%;
	float: left;
}
#footerBox {
	height: 280px;
	width: 968px;
	margin: 0 auto;
}

/*** End - Footer CSS ***/