html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.png {
	behavior:url(css/iepngfix.htc);
}
.clr {
	clear:both;
}
body {
	background-color:#000;
	font-size:12px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#666;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover, a.active, .red {
	color:#CB0D2F;
}
a span.small {
	font-size:15px;
}
#container {
	position:relative;
	z-index:1;
	width: 975px;
	padding-left:25px;
	margin: 0 auto;
	background-color:#FFF;
/*	min-height:792px;
	height:auto !important;
	height:792px;*/
}
#headerbar {
	position:relative;
	z-index:3;
	top:0px;
	left:0px;
	margin-left:-25px;
	width: 1000px;
	height:25px;
	background-color:#000;
}
#headerrightblock {
	position:absolute;
	z-index:3;
	top:0px;
	right:0px;
	width:40px;
	height:130px;
	background-color:#000;
}
#grab-txt {
	position:absolute;
	z-index:3;
	top:66px;
	left:490px;
	font-size:11px;
	letter-spacing:1px;
}
#triangle {
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	margin-left:-25px;
}
#bg-left {
	position:absolute;
	z-index:2;
	top:113px;
	left:0px;
}
#staff-float {
	display:none;
	position:absolute;
	z-index:3;
	bottom:0px;;
	left:15px;
}
#maincontent {
	position:relative;
/*	top:105px;*/
	margin-top:105px;
	float:left;
	width:538px;
	z-index:3;
	background:url(../img/bg/gradient.jpg) repeat-x;
	background-color:#A6A8AA;
	color:#000;
	border-top:1px solid #CB0D2F;
	min-height:661px;
	height:auto !important;
	height:661px;
}
#maincontent p {
	line-height:17px;
	padding-bottom:6px;
}
.body-txt {
	padding-left:30px;
	width:465px;
}
h2 {
	font-size:16px;
	color:#CB0D2F;
	margin-left:30px;
	margin-bottom:15px;
	width:465px;
	padding-top:25px;
	padding-bottom:50px;
	border-bottom:1px solid #CB0D2F;
}
ul {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:15px;
	padding-bottom:6px;
	padding-left:0px;
}
ul li {
	line-height:17px;
	padding-bottom:4px;
}

#nav {
	position:relative;
	z-index:3;
	float:left;
}
#logo {
	position:absolute;
	z-index:3;
	top:30px;
	right:80px;
}
p.email a {
	font-size:12px;
}
#industry_logos {
	position:absolute;
	z-index:3;
	top:40px;
	right:70px;
	display:none;
}
#nav div#nav-col-1 {
	float:left;
	width:175px;
	height:390px;
	text-align:right;
	font-size:18px;
/*	line-height:39px;*/
	padding-top:25px;
	padding-right:20px;
	border-right:2px solid #CB0D2F;
}
#nav div#nav-col-1 p.first {
	padding-top:11px;
}
#nav div#nav-col-1 p {
	padding-bottom:21px;
}

#nav div#nav-col-2 {
	float:left;
	width:40px;
	font-size:18px;
/*	line-height:39px;*/
	padding-top:25px;
}
#nav div#nav-col-2 p {
	background:url(../img/nav-triangle-small.png) right no-repeat;
	padding-bottom:21px;
}
#nav div#nav-col-2 p.active {
	background:url(../img/nav-triangle-large.png) right no-repeat;
}
#nav div#nav-col-2 p.first {
	background:none;
	padding-top:0px;
}
#nav div#nav-col-3 {
	float:left;
	width:200px;
	height:390px;
	font-size:16px;
/*	line-height:39px;*/
	margin-top:-25px;
	padding-top:50px;
	background-color:#CB0D2F;
}
#nav div#nav-col-3 p.first {
	padding-top:11px;
}
#nav div#nav-col-3 p {
	padding-left:10px;
	padding-bottom:21px;
}
#nav div#nav-col-3 a:hover, #nav div#nav-col-3 a.active {
	color:#FFF;
}




label.hd {
	padding-right:10px;
}
form input, form select, form textarea {
	margin-right:20px;
	font-size: 13px;
	font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
form .top {
	vertical-align:top;
}
form input.tiny, form select.tiny {
	width: 60px;
}
form input.small, form select.small, form textarea.small {
	width: 120px;
}
form input.medium, form select.medium, form textarea.medium {
	width: 240px;
}
form input.large, form textarea.large {
	width: 360px;
}
ul.btns {
	margin-top:15px;
}
div.btns a {
	background:transparent url(../img/btn/bt-casual-left.png) no-repeat scroll 0 0;
	color:#666;
	padding-left:13px;
	font-size:11px;
	margin-top:3px;
	display:inline-block;
	height:24px;
	white-space:nowrap;
}
div.btns a span {
	background:transparent url(../img/btn/bt-casual-right.png) no-repeat scroll right 0;
	line-height:24px;
	padding-right:13px;
	display:inline-block;
	height:24px;
}
div.btns a:hover {
	color:#CB0D2F;
}
div.btns a:hover span {
}
.error {
	color:#CB0D2F;
}
#footer {
	position:relative;
	z-index:1;
	width: 975px;
	padding-left:25px;
	margin: 0 auto;
	background-color:#000;
	text-align:right;
	padding-top:5px;
}
#footer p {
	font-size:10px;
	color:#666;
}
#footer a {
	color:#999;
}
#footer a:hover {
	color:#fff;
}