@charset "utf-8";
/* CSS Document */
html	{
	background-color:#d2232a;
}
body	{
	margin:0;
	line-height:130%;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#d2232a;
}
ol	{
	font-size:18px;
	color:#1d1060;
	font-weight:bold;
	margin:0 0 0 35px;
	padding:0;
}
ol li	{
	padding:10px 0;
	font-size:12px;
}
ul li	{
	padding:5px 0;
}
.training_list td	{
	border-bottom:1px solid #000;
}
tr.complete	{
	 font-weight:bold;
}
tr.locked	{
	 background-color:#ccc;
	 color:#000;
}
ul.error	{
	color:#d2232a;
}

.error {
	color:#d2232a;
}

form	{
	margin:0;
}
.people_content p	{
	padding:0;
	margin:0;
}
.people_content img	{
	float:left;
	margin:0 15px 50px 0;
}
.people_content p.quote	{
	font-style:italic;
}

select	{
	font-size:11px;
}

.input	{
	font-size:11px;
	width:200px;
}
.button	{
	background-color:#d2232a;
	color:#FFF;
}

label {
	font-weight: bold;
	
}
label:first-line	{
	padding-left:20px;
}
a	{
	color:#d2232a;
	text-decoration:underline;
}

a:hover	{
	color:#1d1060;
	text-decoration:underline;
}

.align_left	{
	float:left;
	margin-right:10px;
}

.clear_both { clear:both; }

.service	{
	clear:both;
	margin:15px 0;
}

.service h2	{
	padding-top:6px;
}

h2	a	{
	color:#d2232a;
	text-decoration:none;
}

h2	a:hover	{
	color:#1d1060;
	text-decoration:none;
}

h1	{
	font-size:16px;
	color:#1d1060;
	margin:0;
	padding:0 0 5px 0;
	text-transform:uppercase;
	border-bottom:1px solid #d2232a;
}

h2	{
	font-size:16px;
	color:#d2232a;
	margin:0;
	padding:0;
}

h3	{
	font-size:14px;
	color:#1d1060;
	margin:0;
	padding:0 0 0 0;
}

.question_text {
	font-size:14px;
	color:#1d1060;
	margin:0;
	padding:0 0 0 0;
}

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

#header	{
	background:url(../../media/images/home/header_bg.jpg) repeat-x;
	width:100%;
	border-top:10px solid #d2232a;
	border-bottom: 2px solid #f0cc01;
	clear:both;
	text-align:center;
}

#secondary_header	{
	background:url(../../media/images/common/secondary_header_bg.jpg) repeat-x;
	width:100%;
	border-top:10px solid #d2232a;
	clear:both;
}
#secondary_header_training	{
	width:100%;
	background:url(../../media/images/common/secondary_header_bg.jpg) repeat-x #1d1060;
	border-bottom:2px solid #f0cc01;
}

#home_top	{
	border-bottom:2px solid #f0cc01;
	overflow:auto;
	background:url(../../media/images/home/home_top_bg.jpg) no-repeat;
	background-color:#1d1060;
	width:100%;
}


#secondary_top	{
	border-bottom:2px solid #f0cc01;
	overflow:auto;
	background:url(../../media/images/common/secondary_top_bg.jpg) no-repeat;
	background-color:#1d1060;
	width:100%;
}

#secondary_bottom	{
	background-color:#FFF;
	border-bottom:1px solid #f0cc01;
	width:100%;
	overflow:auto;
	color:#000;
}

#secondary_bottom_left	{
	float:left;
	width:213px;
	padding:0;
	border:1px solid #FFF;
}

#secondary_content	{
	float:left;
	text-align:left;
	width:554px;
	padding:20px 0;
}

.content_width	{
	width:780px;
}

#locations_page	{
	padding:30px 0 30px 30px;
	width:720px;
}

#locations_page	div	{
	float:left;
}

#home_bottom	{
	background-color:#1d1060;
	border-bottom:1px solid #FFF;
	width:100%;
	overflow:auto;
	color:#FFF;
}

#home_bottom_left	{
	float:left;
	width:200px;
	padding:0 26px 0 0;
}

#home_content	{
	float:left;
	text-align:left;
	width:554px;
}

#left_nav	{
	float:left;
	margin:0;
	padding:53px 26px 0 0;
	width:200px;
}

#left_nav.secondary	{
	float:left;
	margin:0;
	padding:14px 0 0 0;
	width:200px;
}

#left_nav div	{
	padding:0;
	margin:0;
}

.story	{
	border-bottom:1px solid #d2232a;
	overflow:auto;
	padding-bottom:20px;
}


#home_flash_area, #secondary_header_area	{
	float:right;
}

#secondary_header_area div	{
	float:left;
}

#footer, #footerForm	{
	color:#FFF;
	width:738px;
	padding:20px 0 50px 42px;
}
#footerForm	{
	padding:20px 0 0 42px;
}

#footer a	{
	color:#FFF;
	text-decoration:underline;
}

#footer a:hover	{
	color:#1d1060;
	text-decoration:underline;
}

input + label {
	font-weight: normal;
}