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

* {
	color: #2e281e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0;
	}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
img { border: 0; }

/* GLOBAL */

object { outline:none; } /* This is to get rid of a dotted line around flash in firefox */

body {
	text-align: center;
	background-color: #DFDFDF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}
	
#container, #htmlHeader {
	position: relative;
	width: 975px;
	margin: auto;
	text-align: left;
	}
#htmlHeader2 {
	width: 786px;
	margin: 0;
	text-align: left;
	}
	
#header {
	position: relative;
	z-index: 10;
	}
	
#content {
	width: 975px;
	background-color: #FFFFFF;
	z-index: 5;
	}


.clear {
	clear: both;
	}
	
.floatL {
	float:left;
	}
	
a {
	font-weight: bold;
	text-decoration: none;
	}
	
a.apply {
	color: #E92C42;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	}
	
a:hover {
	color: #E92C42;
	text-decoration: none;
	}

a:active {
	color: #E92C42;
	text-decoration: none;
	}
hr {
	border: 0;
	color: #D5D5D6;
	background-color: #D5D5D6;
	height: 1px;
}


/* HEADERS */

#content h1 {
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: 10px;
	color: #777777;
	letter-spacing: .1em;
	text-transform: uppercase;
	}

#content h2 {
	margin-top: 27px;
	margin-bottom: 11px;
	margin-left: -1px;
	font-size: 10px;
	color: #666666;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
#content h3 {
	font-weight:normal;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: -1px;
	padding: 0;
	}

#content .qr,
#content .leadership {
	margin-top: 30px;
	}
#content .qr img,
#content .leadership img {
	float: left;
	width: 125px;
	height: 145px;
	padding: 2px;
	border: 1px solid #cccccc;
	}
#content .qr img {
	height: 108px;
	}
#content .qr h1,
#content .leadership h1 {
	margin: 0 0 0 150px;
	}
#content .qr p,
#content .leadership p {
	margin: 10px 0 0 150px;
	}



/* LISTS */	

ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
	}
ul li {
	margin: 0;
	padding-left: 1em;
	}
#subcopy ul li, #subsidebar ul li {
	background-image: url(../images/main/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .65em;
	}

#subcopy ul ul li, #subsidebar ul ul li, ul ul li {
	background-image: url(../images/main/bullet-black.gif);
	background-repeat: no-repeat;
	background-position: 0 .65em;
	}

ul + p { padding-top: 15px; }
	
#subcopy ul {
	padding-top: 10px;
}	
#subcopy ul li {
	padding-right: 90px;
	}
#subcopy ul.removeRightPad li {
	padding-right: 0px;
	}
/*#subcopy ul li {
	width: 75%;
}*/


	
/* SUB PAGE */


#rightContent {
	padding-left: 40px;
	float: left;
	}

#subnav {
	clear: both;
	width: 189px;
	float: left;
	}
	
#subnav .pad {
	margin: 0 0 0 30px;
	}	
	
#rightContent #subcopy {
	width: 521px;
	padding-bottom: 60px;
	padding-right: 15px;
	float: left;
	}
	
#subcopy td {
	padding: 0 10px 10px 0;
}

#subcopy.oneCol {
	width:711px;
	padding: 0 45px 30px 0;
}
#subcopy table.padded td { padding: 5px; }



.fine {
	font-size:9px;
	line-height: 14px;
	letter-spacing: 1px;
}
p.spacebefore {
	margin-top: 10px;
	}

#subsidebar p.spacebefore {
	margin-top: 5px;
	}
	
p.nospacebefore {
	margin-top: 0px;
	padding-top: 0px;
	}
	
p.location {
	margin-bottom: 8px;
}
	
#subsidebar {
	width: 205px;
	float: left;
	}
	
#subsidebar .pad {
	padding: 6px 30px 30px 30px;
	}
	
#subsidebar p,
#subsidebar li {
	color: #999999;
	margin-bottom: 7px;
	}
#subsidebar p, 
#subsidebar a:link,
#subsidebar a:visited, 
#subsidebar strong,
#subsidebar em,
#subsidebar h2, 
#subsidebar h3, 
#subsidebar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0;
	}
#subsidebar h3,
	
#subsidebar a {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	}
	
#subsidebar a:visited {
	color: #808080;
	text-decoration: none;
	}
	
#subsidebar a:hover {
	color: #E92C42;
	text-decoration: none;
	}

#subsidebar a:active {
	color: #E92C42;
	text-decoration: none;
	}



/* FORMS */

input, select  {
	margin-right: 3px;
}
input.formBG, textarea.formBG  {
	border: 1px solid #999999;
	padding: .2em .5em .5em .5em; margin-bottom:0.6em;
}
input.formBG, textarea.formBG, select  {
	border: 1px solid #999999;
	}
input.formBG  {
	background:#fff url(../images/main/form-input.gif) repeat-x bottom left;
}
textarea.formBG  {
	background:#fff url(../images/main/form-textarea.gif) repeat-x bottom left;
}
.required {
	color: #E92C42;
	font-style:italic;
}
.textboxrequired {
	background: #FFFFFF;;
}
.failed {
	background: #f799a4;
}

/* FOOTER */
	
#footer {
	clear: both;
	width: 975px;
	border-top: 1px solid #D5D5D6;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: .25px;
	}
	
#footer p.left, #footer p.right, #footer a {
	padding-top: 7px;
	font-size: 9px;
	letter-spacing: .75px;
	color: #808080;
	font-weight:normal;
	}
#footer p.left {
	width: 487px;
	float: left;
	}
	
#footer p.right {
	margin-left: 1px;
	width: 487px;
	float: left;
	text-align: right;
	padding-bottom: 30px;
	}
#footer a:hover,
#footer a:active {
	color: #E92C42;
	text-decoration: none;
	}
	
#logo { 
	margin: 0;
	padding: 0;
	float:left; 
	width: 189px;
	}
	
/*#logo img { 
	margin: 40px 30px 10px 30px;
	}*/

#htmlContent {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height: 32px;
	width: 835px;
	padding: 30px 40px;
	color: #E92C42;
	border-top:#D5D5D6 1px solid;
	border-bottom:#D5D5D6 1px solid;
}
/* EXTRAS */

#promoContainer {
	display: none;
	position: absolute;
	top: 60px;
	left: 10px;
	right: 10px;
	z-index: 20;
	text-align: center;
	}
#promo {
	width: 600px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(../images/transRed.png);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
	cursor: pointer;
	}
#promo h1 {
	margin: 0;
	padding: 40px 45px 20px 45px;
	color: #ffffff;
	font: 100 27px/30px arial, verdana, sans-serif;
	}
#promo p {
	margin: 0;
	padding: 0 45px 20px 45px;
	color: #ffffff;
	font: 900 15px/20px arial, verdana, sans-serif;
	}


a.buttonRed {
	display: block;
	float: left;
	margin: 10px 0;
	padding: 5px 8px;
	background: #E92C42;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5566', endColorstr='#dd2233');
	background: -webkit-gradient(linear, left top, left bottom, from(#ff5566), to(#dd2233));
	background: -moz-linear-gradient(top,  #ff5566,  #dd2233);
	border: 1px solid #E92C42;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
a.buttonRed:hover {
	background: #000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#000000');
	background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#000000));
	background: -moz-linear-gradient(top,  #555555,  #000000);
	color: #ffffff;
	border: 1px solid #000000;
}


.hide {
	visibility: hidden;
	}
	
.altrow { 
	background: #f4f4f4;
	}

.textRed {
	color: #E92C42;
	}
.textBlack {
	color: #000000;
	}

.upper {
	text-transform: uppercase;
	}

.spaced {
	letter-spacing: .1em;
	}


.rule {
	margin: 15px 0;
	border-top: 1px solid #D5D5D6;
	}


	

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	}


