/*--------------------------------------------------GLOBAL RESETS AND SETUP--*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Helvetica, Arial, Sans-Serif, Verdana;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

dd {
	margin-left: 1em;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}

form {
	font-size: 0.7em;
	line-height: 1.5em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 100%;
	background: #999;
	border: #bbb solid 1px;
}

textarea {
	font: 110% sans-serif;
}

input.submit {
	float: right;
	color: #fff;
	background: #18599e;
	cursor: pointer;
	border: 0 !important;
}

img, a {
	border: 0;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-type: none;
	padding:0;
	margin:0;
}

td {
	padding: 5px 0;
}

tr.odd_background {
	background: #191919;
}

tr.even_background {
	background: #141414;
}

.ba_heading {
	color: #5EA5DD;
}

dd {
	margin: 0 0 10px;
	font-size: 0.8em;
	color: #bbb;
}

/*--------------------------------------------------------------TAG FORMATS--*/
body {
	text-align: center;
	letter-spacing: 0.5px;
	background: #000 url("../images/header.png") center top no-repeat;
	color: #a7a7a7;
}

a {
	color: #cba956;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2, h5 {
	letter-spacing: -0.5px;
}

h1, h2, h3, h5 {
	text-transform: uppercase;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 40px;
	color: #fff;
}

h2 {
	padding: 0 0 20px;
	margin-bottom: 20px;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #cba956;
	border-bottom: #454545 solid 1px;
}

h2.star {
	padding: 0 0 0 48px;
	font-size: 1.3em;
	line-height: 38px;
	color: #fff !important;
	background: url("../images/star2.jpg") center left no-repeat;
	border: 0 !important;
}

h5 {
	font-size: 0.85em;
	font-weight: bold;
	color: #a0a0a0;
}

span.block_span {
	display: block;
	float: left;
	width: 160px;
}

object {
	display: block;
	margin-bottom: 40px;
	border: #171717 solid 5px;
}

img.bordered {
	margin-bottom: 20px;
	border: #171717 solid 5px;	
}

img.align_left {
	float:left;
	margin:0 20px 0 0;
	border: #171717 solid 5px;	
}

/*--------------------------------------------------------------TEXT FORMATS--*/
.plus_ten 		{font-size:1.1em !important;}
.less_ten 		{font-size:0.9em !important;}
.small 				{font-size:0.8em !important;}
.tiny 				{font-size:0.7em !important;}
.large 				{font-size:1.3em !important;}
.white 				{color:#fff !important;}
.lite_gray		{color:#ccc !important;}
.gray 				{color:#555 !important;}
.dark_gray 		{color:#474747 !important;}
.teal					{color:#2f8ab2 !important;}
.orange				{color: #FF8A1C !important;}
.grape				{color: #a200ff !important;}
.superscript 	{line-height: 0.2em;font-size: 0.8em;}
.bold					{font-weight: bold;}
.italic				{font-style: italic;}
.normal				{font-style: normal !important; font-weight:normal !important;}
.titlecase		{text-transform: uppercase !important;}
	
.no_border 		{border: 0 !important;}
.border_left 	{border-left: #222 solid 1px !important;}

.spacing	 		{line-height: 2.3em !important;}
.no_margin 		{margin:0 !important;}
.right_buffer	{margin-right:5px;}
.left_buffer	{margin-left:5px;}

.text_left		{text-align: left !important;}

.transbg 			{background: transparent !important; border: 0 !important;}
/*--------------------------------------------------------------CONTAINERS--*/

#container {
	margin: 0 auto;
	width: 956px;
	overflow: hidden;
}

#header {
	height: 260px;
}

#quick_links {
	float: right;
	padding: 5px 0;
	font-size: 0.8em;
	color: #979797;
	overflow: hidden;
}

#navigation {
	padding: 0 0 0 20px;
	width: 956px;
	height: 60px;
	background: url("../images/navbg.jpg") top left repeat-x;
}

#navigation li {
	float: left;
	margin-right: 39px;
	height: 56px;
	line-height: 56px;
	font-size: 0.85em;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation li a {
/*	color: #e6a405;*/
	text-decoration: none;
}

#navigation li a:hover {
	color: #fff;
}

#location {
	float: right;
	margin: 20px 20px 0 0;
	font-size: 0.8em;
	text-align: right;
	color: #fff;
}

#location a {
	color: #900 !important;
}

#content {
	padding: 40px 20px;
	overflow: hidden;
	text-align: left;
    background: #222;
}

#content p {
	font-size: 0.85em;
}

#left {
	float: left;
	margin-right: 40px;
	width: 534px;
	overflow: hidden;
}

#right {
	float: left;
	padding: 20px;
	width: 300px;
	background: #171717;
}

#right label {
	font-weight: bold;
	font-style: italic;
	color: #C7B994;
}

#footer {
	margin: 50px auto;
	padding: 40px 0;
	width: 960px;
	font-size: 0.8em;
	color: #333;
}

#next_boot_camp {
	margin: 0 0 20px;
	padding: 50px 10px 0;
	color: #171717;
	background: #bc9f53 url("../images/nbc_bg.jpg") center top no-repeat;
	border: #000 solid 1px;
	overflow: hidden;
}

#next_boot_camp p {
	margin-bottom: 10px !important;
}

ul.nice_list {
	font-size: 0.8em;
}

ul.nice_list li {
	padding: 20px;
	background: #1d1d1d;
	height: 19px;
	overflow: hidden;
}

ul.nice_list a {
	font-weight: bold;
	text-transform: uppercase;
}

ul.nice_list li img.expander_image {
	float: right;
}

ul.nice_list li.gray {
	background: #252525 !important;
	color: #ddd !important;
}

div.stats_table_wrapper {
	margin-top: 20px;
	max-height: 400px;
	overflow-y: auto;
}

table.stats_table {
	margin: 20px 0 0;
	width: 455px;
	border-bottom: #333 solid 1px;
}

table.stats_table th {
	text-align: center;
}

table.stats_table tr.secondary_header th {
	font-weight: normal !important;
	font-size: 0.9em !important;
	text-align: center;
	color: #888 !important;
	border-bottom: #333 solid 1px;
}

table.stats_table td {
	padding: 5px 0;
	font-size: 0.85em;
	border-bottom: #333 solid 1px;
	border-right: #333 solid 1px;
	text-align: center;
}

td.recruit, th.recruit {
	padding: 0 0 0 5px !important;
	text-align: left !important;
}

td.recruit {
	border-left: #333 solid 1px !important;
	border-bottom: 0 !important;
}

td.avg, td.avg_heading {
	font-weight: bold !important;
	border-bottom: none !important;
	color: #c5ab2f;
}

td.avg_heading {
	padding: 0 0 0 5px !important;
	border-left: #333 solid 1px !important;
	text-align: left !important;
}

ul.century {
	margin: 10px 50px 30px;
}

ul.century li {
	padding: 3px 0;
	font-size: 0.9em;
}

ul.century span {
	display: inline;
	margin-left: 15px;
}

/*----------------------------MULTIBOX-----------*/
.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
}

.MultiBoxLoading {
	background: url(../images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(../images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}
