/* =Normalizer
-----------------------------------------------------------------------------*/
/* Don't forget to set a foreground and background color on the 'html' or 'body' element! */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, p, 
a, em, img, small, strong, li, ol, ul,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0;}

ul {list-style: none;}

/* =General
-----------------------------------------------------------------------------*/
html { background-color: #424e4f; color:#000; }

body {
	position : relative; 
	text-align : left;
	font-family: "Microsoft Sans Serif", Arial, sans-serif;
	font-size: 75%;
	background-color: #424e4f;}

# html>body { font-size: 12px; }

/* =Typography
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, ul#checkList li {font-size: 12px; line-height:18px; margin: 0 20px 12px 20px; }

h1 {font-size:22px; color: #CF2901; margin-top:20px;}

h2 {font-size:14px; color: #CF2901; margin-top:20px; font-weight:bold; margin-bottom:2px;}


strong {font-weight:bold;}
em {font-style:italic;}

.standOut {font-weight:bold; color: #CF2901; text-decoration:underline;}

/* =Lists
-----------------------------------------------------------------------------*/
ol li {color: #CF2901; line-height:16px; margin: 12px 20px; list-style-position:inside;}
ol li span {color:#424E4F;}

#checkList li {font-weight:bold; padding-left: 30px; background: url(../images_template1/check_mark.gif) no-repeat;}
#checkList li ul {padding-top:10px;}
#checkList li ul li {font-weight:normal; padding-left: 5px; background:none; list-style-type:disc;}

ul.simpList li, ul.simpListN li {
padding-left: 14px;
background: url(../images_template1/orange-bullseye.png) no-repeat 0 1.5px;
line-height:16px;
margin: 12px 20px;
font-weight:bold;
color:#424E4F;}

ul.simpListN li {font-weight:normal;}

ul.simpList li ul li, ol li ul li {
padding-left: 12px;
background: url(../images_template1/ibullet.png) no-repeat 0 1.5px;
line-height:12px;
margin: 6px 20px;
font-weight:normal;
color:#424E4F;}

/* =Table Data
-----------------------------------------------------------------------------*/
table.linkcontainer td{
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
}

td.middle_spacer {width: 800px; background-color: #666666;}
td.shadow_right {background: url(../images_template1/border_shadow_l.png) repeat-y ;}
td.shadow_left {background: url(../images_template1/border_shadow_r.png) repeat-y right;}

td.body_content {padding: 5px; background-repeat: repeat; vertical-align:top;}

td.below_header{
	background-color: #1F1F1F;
	height: 50px;
	color: #CCCCCC;
	padding: 5px;
}
td.main_content_box {background-color: #FFFFFF; padding-bottom:20px;}

td.horizontal_column {
	background-color: #000000;
	height: 150px;
	display: table-cell;
	vertical-align: top;
}
td.bottom_link_container {
	background-color: #000000;
	color: #ff6600;
	height:90px;
	background:url(../images_template1/bottom_bg.png) no-repeat top center;
}

.bottom_link_container p{ text-align: center; color:#C10001 }

td.bottom_link_container a { color: #C10001; }

td.bottom_link_container a:hover { color: #ffffff; }

td.horizontal_center {
	background-color: #FFFFFF;
	height: 150px;
	display: table-cell;
	vertical-align: top;
	background-image: url(../images_template1/header_bg.jpg);
}
td.header_column {
	height: 100px;
	vertical-align: middle;
	color: #FFFFFF;
	background-image: url(../images_template1/header2_bg.jpg);
	background-position: top;
}

td.left_content {width: 250px; padding: 5px; text-align:right; vertical-align:top;}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 50px;
}
a.main_link:hover, a#active.main_link {
	background-color:#333333;
	color: #FFFFFF;
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}
div.bottom_content{
	color: #FFFFFF;
	padding: 5px;
}
div.navigation a {
	height: 50px;
	vertical-align: middle;
	text-align: center;
}