@charset "UTF-8";
img {
	border: 0
}
div.clear {
	clear:both;
}
body {
	background-color: #000;
	margin: 0;
}
dl {
	margin:0;
	padding:0;
	list-style-type:none;
}
#pageContainer {
	width: 980px;
	margin: 0 auto 0 auto;
	font: bold 12px Arial, Helvetica, sans-serif;
	position:relative;
}
#topContainer img {
	float:left;
}
#topContainer div {
	float:right;
	width: 670px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
	padding: 15px;
}
#topContainer {
	margin:25px 0 25px 0;
}
.me {
	font: bold 18px Arial, Helvetica, sans-serif;
}
#topContainer strong {
	color: #fff;
	font-weight:bold;
}
.launchModal {
	text-decoration:none;
	font-weight:bold;
	color:#FFFF00;
	background: transparent url(/images/external.png) no-repeat scroll right top;
	padding: 0 13px 0 0;
}
/*#tabContainer {line-height:12px}*/

.featureItem {
	width: 410px;
	background:#ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0 25px 0 25px;
	margin-bottom: 12px;
	float:left;
	margin: 7px;
	overflow:visible;
}
/*#featureLeftItem {
	float: left;
}
#featureRightItem {
	float: right;
}*/
.featureRightColumn {
	float:right;
	width: 220px;
	margin-left: 10px
}
.featureLeftColumn {
	float:left;
	width: 180px
}
.featureItem .promo {
	clear:both;
	width: 380px;
	/*background-color:#000;*/
	padding:3px 15px 35px 15px;
	/*color: #fff;*/
	top: 15px;
	position:relative;
	/*-webkit-border-radius: 10px;
 -moz-border-radius: 10px;*/
	font-weight: normal
}
.featureItem .title, .minorItem .title {
	padding: 25px 0 10px 0;
	color: #000;
	font-size:14px;
}
.featureItem .title img {
	margin-left:8px;
	vertical-align:middle;
	/*float:right;*/
	border:0
}
.featureItem .title span, .minorItem .title span {
	font-variant:small-caps;
	font-size:10px;
	font-weight:normal
}
.featureRightColumn p {
	margin: 5px 0 5px 0;
	padding: 0;
	font-weight:normal
}
.minorItem {
	float:left;
	width: 270px;
	margin:0 8px 15px 8px;
	background:#ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0 14px 0 14px;
}
.minorItemRight {
	float:right;
	width: 132px;
	padding: 0 0 25px 10px;
	font-weight:normal
}
.minorItemRight p {
	margin:0
}
.minorItemLeft {
	width: 128px;
	float:left;
	padding-bottom:25px;
}
#tabs-1, #tabs-2 {
	padding: 12px 16px 12px 16px;
	overflow:auto
}
#tabs-1.active, #tabs-2.active {
	display:block
}
#tabs-1.inactive, #tabs-2.inactive {
	display:none
}
#tabs-1, #tabSelector-1 {
	background:transparent url(/images/bg_red.jpg) repeat scroll 0 -34px;
}
#tabs-2, #tabSelector-2 {
	background:transparent url(/images/bg_blue.jpg) repeat scroll 0 -34px;
}
#tabSelectorList {
	margin:0;
	padding:0;
	overflow:auto
}
#tabSelectorList li {
	list-style:none;
	float:left;
	padding: 10px;
}
#tabs #tabSelectorList li a:hover, #tabs #tabSelectorList li a, #tabs #tabSelectorList li a:active, #tabs #tabSelectorList li a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
/* modal styles */

#modal {
	z-index:99;
	background:url(/images/bg-body.png) repeat;
	display: none;
	position:absolute;
	padding: 25px 0;
	left: 0;
	top: 0;
	text-align:center;
	width:100%;
}
form {
	padding:0;
	margin:0
}
#formWrapper {
	background-color:#000;
	width:500px;
	display:inline-block;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: solid 1px #fff;
	height:320px;
	text-align:left;
}
#nutleyForm {
	z-index:100;/*position:absolute;*/
}
#successMessage {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin:100px auto auto auto;
	display:none;
	z-index:101;
	width:500px;
	text-align:center;
}
#loading {
	width:32px;
	height:32px;
	margin:100px 235px;
	background-image:url(/images/ajax-loader.gif);
	display:none;
	z-index:102;
}
#formFields {
	/*line-height: 18px;*/
	padding: 0 0 0 80px;
}
#formFields input {
	height: 15px;
	margin: 0 5px 0 0;
	padding: 0;
	border: solid 1px #000;
	width: 200px;
}
#formFields input.error, #formFields textarea.error {
	border: solid 1px #FF0000;
}
#modal label {
	width: 60px;
	float:left
}
#modal label.error {
	float:none;
	color:#FFF;
	background-color:#ff0000;
}
#formFields p {
	margin:4px 0 0 0;
	clear:both;
}
#btnClose {
	margin: 10px 10px 0 0;
	text-align:right;
}
#btnClose a, #btnClose a:visited {
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	background-color:#FF0000;
	padding: 3px 5px
}
#formBottom {
	clear:both;
	padding:10px 0 0 80px;
}
#formBody {
	width:250px;
	height:150px;
	border: solid 1px #000;
	color:#000;
	margin: 0 5px 0 0;
}
#submit {
	margin: 10px 0 5px 350px;
}
