@charset "UTF-8";

/* BODY */ 
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align:center;
	background-color: #050505;
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*--------------------------------------------------------------------------*/

/* TEXT STYLES */ 
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
}
p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF7C06;
	text-decoration:none;
}
p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #99ab32;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #FF7C06;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.Footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.Footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF7C06;
}
.OrangeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF7C06;
}

/*--------------------------------------------------------------------------*/

/* LAYOUT STYLES */ 
#Container{
	width: 963px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#ContentContainer {
	float: left;
	width: 963px;
	padding-top: 10px;
}
#ContentBig {
	float: left;
	width: 963px;
}
#ContentLeft {
	float: left;
	width: 460px;
	padding-right: 20px;
}
#ContentMain {
	float: left;
	width: 963px;
}
#ContentRight {
	float: left;
	width: 460px;
	padding-left: 20px;
}
#Flash {
	float: left;
	width: 963px;
}
#Footer {
	float: left;
	width: 963px;
	padding-top: 30px;
	padding-bottom: 100px;
}
#Header {
	float: left;
	height: 98px;
	width: 963px;
}
#HomeLeft {
	background-image: url(../images/bg-home-left.jpg);
	float: left;
	width: 402px;
	padding-top: 60px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
#HomeRight {
	float: left;
	width: 521px;
}
#Login {
	float: left;
	width: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 710px;
	padding-top: 8px;
}
#Login a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}
#Login a:hover{
	color: #FD6902;
	text-decoration:none;
}
#Logo {
	float: left;
	height: 98px;
	width: 208px;
}
#Menu {
	float: left;
	height: 78px;
	width: 755px;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	padding-top: 20px;
}
#VideoRotate {
	background-image: url(../images/bg-video-rotate.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 177px;
	width: 723px;
	padding-left: 240px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

/*--------------------------------------------------------------------------*/


/* FORM STYLES */ 
.block {
	width: 468px;
	position:relative;
}
.block-content {
	background-image: url(../images/block-bg.png);
	background-repeat: repeat-y;
	padding:0px 4px;
}
#form_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #666666;
	margin-bottom: 10px;
}
.fieldclass {
	background-image: url(../images/field-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 13px;
	padding: 8px;
	margin-bottom: 20px;
	width: 360px;
}
#submitter {
	height: 44px;
	width: 114px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: top;
	cursor:pointer;
	display:block;
	background-color: transparent;
	background-image: url(../images/send-button.png);
}

/*--------------------------------------------------------------------------*/

/* IMAGE POSITION STYLES */ 

.PreleadPic {
	display:none;
}
img.floatLeft {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
img.floatRight {
	float: right;
	margin-right: 8px;
	margin-left: 8px;
}
/* Remove annoying border on linked images. */
a img { border: none; }

/*--------------------------------------------------------------------------*/

