/*--- Rapid Main Style Sheet, January 2009 ---*/

/*-- Default Styles --*/
* {
	margin:0px;
	padding:0px;
}
html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background:url(../../assets/bg.gif);
	background-repeat:repeat-x;
	font-weight:normal;
}
p {
	font-size:0.8em;
	padding-top:10px;
	color:#666666;
}
a {
	color:#ed1c24;
	text-decoration:none;
}
a.more {
	color:#000000;
	font-weight:bold;
	display:block;
	background:url(../../assets/blackarrow_but.gif) right no-repeat;
	width:50px;
	font-size:0.8em;
	padding:2px 0px 2px 0;
	margin-top:15px;
}
img {
	border:none;
}
h1 {
	font-size:1.9em;
	color:#000000;
	margin:0px;
}
h2 {
	font-size:0.9em;
	color:#000000;
	margin-top:10px;
}
h3 {
	font-size:0.8em;
	color:#666666;
	margin:0px;
}
/*---- IE Bug Fixes ----*/
/*-Min Height Fix-*/

* html .main_content_title {
	height:22px;
}
/*----Main Wrap---- */
#main_wrap {
	width:900px;
	height:auto;
	margin:0px auto;
	margin-top:20px;
	
}
/*---Title Bar & Navigation Wrap---*/
#title_navi_wrap {
	width:900px;
	height:auto;
	margin-bottom:25px;
}
/*----Title Bar----*/
#titlebar_blackstrip {
	width:900px;
	height:5px;
	background:url(../../assets/titlebar_blackstrip.gif);
	background-repeat:no-repeat;
}
#titlebar {
	width:900px;
	height:75px;
	background-position:top;
	background:#000000;
}
#titlebar img#titlebar_bg {
	margin:10px 0px 0px 10px;
	vertical-align:top;
}
/*---- Title Bar Navi ----*/
#sub_navi {
	background:url(../../assets/spry_sub_bg.gif) repeat-x bottom;
	background-color:#ed1c24;
	min-height:20px;
}
#sub_navi_redstrip {
	width:900px;
	height:5px;
	background:url(../../assets/index_redbar.gif);
	background-repeat:no-repeat;
}
/*---- Main Content ----*/
.main_content_wrap {
	height:auto;
	width:655px;
	margin-bottom:15px;
	float:left;
}
.main_content {
	float:right;
	width:500px;
	height:auto;
}
.main_content ul {
	font-size:0.8em;
	color:#666666;
	margin:10px 0 0 10px;
}
.main_content ul li {
	padding:2px;
	list-style:none;
}
.icon {
	float:left;
	width:125px;
	height:125px;
}
.column_box {
	width:500px;
	padding:10px 0 0 0;
	height:auto;
	float:left;
}
.second {
	padding-top:0px;
}
.column_box_left {
	width:225px;
	height:auto;
	float:left;
}
.column_box_right {
	width:225px;
	height:auto;
	float:right;
}
.clear {
	clear:left;
	padding-top:10px;
}
.column_box p {
	font-size:0.8em;
}
.column_box h2 {
	font-size:1.0em;
	display:block;
	width:auto;
	padding-bottom:5px;
	border-bottom:1px solid #ed1c24;
}
.column_box a {
	color:#003151;
	text-decoration:none;
}
.column_box a:hover {
	text-decoration:underline;
}
/*-- Additional Content --*/
.add_wrap {
	height:auto;
	width:500px;
	border-top:1px solid #cccccc;
	float:left;
	padding:10px 0 0 0;
	margin-top:10px;
}
.no_border {
	border:none;
}
.add_info {
	height:auto;
	width:auto;
	float:left;
}
.add_info li.disc {
	list-style:disc;
	padding:0px;
}
.add_info h3 {
	font-size:0.9em;
	margin-bottom:5px;
	color:#000000;
}

/*-- Disclaimer --*/
#disclaimer {
	height:auto;
	width:500px;
	padding:5px 0 0 0;
	margin:0 245px 10px 155px;
	clear:both;
	border-top:1px solid #CCC;
}
#disclaimer p {
	text-align:center;
	font-size:0.7em;
	color:#999;
}
#disclaimer ul {
	text-align:center;
	margin:5px 0 0 0;
}
#disclaimer ul li {
	color:#999;
	display:inline;
	font-size:0.7em;
	padding:0px 7px;
}