/* CSS Document */

html, body {
	background: url(../images/body_bg.gif) repeat-x top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height: 100%;
}

.clr {
	clear: both;
}

a:link, a:visited {
	color: #d30000;
	text-decoration: none;
}

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

/* LAYOUT */

#wrapper {
	width: 988px;
	margin: auto;
}

#header_l {
	float: left;
	width: 253px;
	height: 116px;
}

#header_r {
	float: right;
	text-align: left;
	width: 725px;
	height: 27px;
	background: url(../images/hdr_r.gif);
	color: #fff;
	font-size: 11px;
	padding: 89px 0 0 10px;
}

#header_r a:link, #header_r a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0 10px 0 5px;
	background: url(../images/nav_div.gif) no-repeat right;
	height: 39px;
}

#header_r a:hover {
	color: #d30000;
	text-decoration: none;
	padding: 0 10px 0 5px;
}

#banner_main {
	float: left;
	background: url(../images/banner_home_bg.jpg);
	width: 908px;
	height: 245px;
	padding: 40px;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
}

#banner_main .red_txt {
	color: #d30000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
}

#banner_main .wh_txt {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
}

#feature_l {
	float: left;
	width: 438px;
	height: 167px;
	padding: 24px;
	background: url(../images/feature_robbery.jpg) no-repeat;
}

#feature_r {
	float: right;
	width: 439px;
	height: 167px;
	padding: 24px;
	background: url(../images/feature_hijack.jpg) no-repeat;
}

.red_txt {
	color: #d30000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.bl_txt {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}


#pre_ftr {
	float: left;
	background: url(../images/pre_ftr_bg.gif);
	width: 988px;
	height: 100px;
	padding: 0px;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
}

.mod {
	float: left;
	width: 215px;
	height: 70px;
	padding: 15px;
}

#footer_l {
	float: left;
	width: 464px;
	padding: 15px;
}

#footer_r {
	float: right;
	width: 464px;
	padding: 15px;
	text-align: right;
}


/* Drop Down */

td.dd  {
	font-family: verdana, helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	text-align: center;
	border-bottom: 1px solid #fff;
	background: #d3d1d1;	
	padding: 7px;
}

td.dd_empty {
	font-family: verdana, helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	height: 6px;
}







