* {
	margin: 0px;
	padding: 0px;
}
	
body {
	background-color: #9b9b9b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
li {
	background-image: url(../images/li_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	margin: 0px;
	padding: 0px 0px 5px 25px;
}
h1 {
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 0px 8px 10px;
}
h2 {
	color: #c81334;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
}
a {
	text-decoration: underline;
	color: #c81334;
}
a:hover {
	text-decoration: none;
}

/* Overflow */
.overflow {
	overflow: hidden;
	width: 100%;
}

/* Site Container */
#site_container {
	width: 960px;
	margin: 0px auto;
}

/* Header Container */
#header_container {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 182px;
	margin: 0px;
	padding: 0px;
}
#header_col_01 {
	float: left;
}
#header_col_02 {
	padding: 18px 6px 0px 0px;
	text-align: right;
	float: right;
}
#header_side_content {
	margin: 0px;
	padding: 0px;
	height: 35px;
}

/* Search Container */
#search_container {
	text-align: right;
}
#search {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: right;
}
.idescription {
	margin: 0px 0px 4px 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}
.ifield {
	width: 200px;
	height: 20px;
	color: #999;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 5px;
}
.field_btn {
	border: none;
	background-image: url(../images/field_btn_bg.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
	height: 25px;
	width: 75px;
}
.field_btn:hover {
	background-image: none;
	background-color: #eeeeee;
}

/* Email List */
#email_list {
	text-align: right;
	margin: 8px 0px;
	padding: 0px;
}

/* Body Container */
#body_container {
	margin: 0px;
	padding: 0px;
}

/* Home Container */
#home_container {
	margin: 0px;
	padding: 0px;
}
#home_col_01 {
	width: 710px;
	float: left;
}
#home_col_02 {
	width: 249px;
	float: left;
}
#home_top_slide_show {
	background-image: url(../images/home_top_slide_show_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	width: 710px;
	height: 316px;
}
#home_top_slide_show h2 {
	color: #000000;
	font-weight: bold;
}
#home_bottom_slider {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	width: 710px;
	height: 158px;
}
#home_right_side_content {
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 474px;
}
#home_right_side_content div {
	padding: 0px 5px 0px 5px;
 	width: 240px;
	height: 158px;
}
#home_right_side_content div div {
	padding: 4px 5px 0px 5px;
	width: 230px;
	height: 116px;
}
#home_right_side_content div h1 {
	background-color: transparent;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 8px 0px;
}
#home_right_side_content div div a {
	color: #000000;
}
#home_right_side_content div div a:hover {
	color: #c81334;	
}

/* Main Container */
#main_container {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px 10px 20px 10px;
}
#main_col_01 {
	width: 220px;
	float: left;
}
#main_col_02 {
	float: right;
}
#main_content {
	padding: 10px 0px 10px 0px;
	line-height: 1.6em;
	width: 708px;
}
#body_side_content {
	padding: 0px 0px 10px 0px;
}

/* Trail Container */
#trail_container {
	text-align: right;
	text-transform: uppercase;
	padding: 10px 0px 10px 10px;
}
#trail_container a {
	text-decoration: none;
	color: #777777;
}
#trail_container a:hover {
	color: #000000;
}

/* Footer Container */
#footer_container {
	margin: 10px 0px 30px 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
}
#footer_container a {
	color: #000000;
}
#footer_col_01 {
	float: left;
}
#footer_col_02 {
	float: right;
}
#footer_container a {
	text-decoration: none;
}
#footer_container a:hover {
	color: #c81334;	
	text-decoration:none;
}

/* Qwik Link */
.qwik {
	font-family: 'Bookman Old Style';
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.qwik a {
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.qwik a:hover {
	color: #c81334;	
	text-decoration:none;
}

