@charset "utf-8";
* {
	border:0;
}
body {
	background: #1e1e26 url(../images/body-bg.gif) repeat-x left top;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
}
a {
	text-decoration:none;
	color:#999;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
#container {
	width:960px;	
	min-height:500px;
	height:auto;
	background:url(../images/headerLogo.gif) no-repeat;
	text-align:left;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#content {
	margin-top:100px;
	float:right;
	clear:both;
	width:600px;
	margin-right:34px;
}
#intro {
	width:532px;
	font-size:21px;
	line-height:28px;
	position:relative;
	float:right;
	top:55px;
	right:7px;
}
#menu {
	font-size:14px;
	font-weight:bold;
	float:right;
	margin-top:14px;
	margin-right:34px;
}
#menu span {
	color:#fff;
}
#menu a {
	color:#9c9c9c;
	margin-left:24px;
}
#menu a.active {
	color:#ff953f;
}
#menu a:hover {
	color:#fff;
}
#menu a:hover span {
	color:#ff953f;	
}
#home-pic {
	position:relative;
	left:60px;
	margin-top:100px;
	float:left;
	margin-bottom:35px;
}
.orange {
	color:#ff953f;
}
#newsletter-table {
	position:relative;
	float:right;
	margin-top:70px;
	right:34px;
}
#buttons-table {
	position:relative;
	float:right;
	margin-top:20px;
	right:34px;
}
#boxes-table {
	position:relative;
	left:31px;
	clear:both;
}
#boxes-table .title {
	background:#ff953f;
	color:#1e1e26;
	padding:7px 16px;
	font-weight:bold;
}
#boxes-table .title span {
	color:#fff;
}
#boxes-table .main {
	width:235px;
	padding:16px;
	background:#35353c;
}
#boxes-table img {
	clear:both;
	margin-bottom:16px;
}
#about-image {
	position:absolute;
	left:-3px;
	top:177px;
}
#footer {
	background:#36373e url(../images/footer-bg.gif) repeat-x 0 0;
	height:203px;
	width:100%;
	margin-top:40px;
	clear:both;
}
#footer img {
	margin-top:18px;
}

#lstRegistrationFlds
{
	list-style-type: none;
}

#lstRegistrationFlds li
{
	margin: 0 0 15px 0;
}

#lstRegistrationFlds input.text
{
	width: 225px;
}

#lstRegistrationFlds li label
{
	width: 160px;
	float: left;
	text-align: right;
	padding: 0 30px 0 0;
	color: #FF953F;
	font-weight: bold;
}

#lstRegistrationFlds .submit
{
	margin-left:324px;
}

#lstRegistrationFlds a
{
	color: #9C9C9C;
	font-size: 14px;
}

#lstRegistrationFlds a:hover
{
	color: #FFFFFF;
}

#lstRegistrationFlds .validate, #pnlRegistrationMsgs .validate
{
	color: White !important;
}