/*******************************/
/*         Core Styles         */
/*******************************/

body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Verdana, Sans-serif;
	background: #112a73 url(../images/bg.png) repeat-x;
}

h1 {
	font: bold 32px Arial, Verdana, Sans-serif;
	color: #111111;
	line-height: 32px;
	margin: 0px;
}

h2 {
	font: bold 22px Arial, Verdana, Sans-serif;
	color: #333333;
	line-height: 24px;
	margin: 0px;
}

h3 {
	font: bold 18px Arial, Verdana, Sans-serif;
	color: #333333;
	line-height: 18px;
	padding: 10px 5px 10px 5px;
	margin: 0px;
}

h4 {
	font: bold 16px Arial, Verdana, Sans-serif;
	color: #333333;
	line-height: 16px;
	padding: 5px;
	margin: 0px;
}

h5 {
	font: bold 14px Arial, Verdana, Sans-serif;
	text-decoration: underline;
	color: #333333;
	line-height: 14px;
	padding: 5px;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 5px;
}

ul {
	margin: 0 0 5px 0;
	padding: 0px;
	display: block;
}

li.menu {
	list-style: none;
}

li.menu a:link,
li.menu a:active,
li.menu a:visited {
	background: #eeeeee url(../images/menu_bg.png) repeat-x;
	padding: 8px 5px 8px 3px;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	_height: 10px;
}

li.menu a:hover{
	background: #e6e6e6 url(../images/menu_bg_hover.png) repeat-x;
	padding: 8px 5px 8px 3px;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	_height: 10px;
}

ul.uo_gen, ol {
	margin: 0 0 0 12px;
	padding: 0 0 5px 10px;
}

li.general {
	list-style: square;
	padding: 3px 0 3px 0;
}

a:link, a:active, a:visited {
	color: #444444;
	font-weight: 900;
}

a:hover {
	color: #000000;
	font-weight: 900;
}

.menu_link a:link,
.menu_link a:active,
.menu_link a:visited,
.menu_link a:hover {
	display: inline;
	vertical-align: middle;
}

form {
	margin: 0px;
	padding: 0px;
}

/*******************************/
/*         Layout ID's         */
/*******************************/

#wrapper {
	width: 1000px;
	margin: 0px auto;
	background: #ffffff;
}

#header {
	width: 100%;
	height: 80px;
	background: #cccccc url(../images/header_bg.png) repeat-x;
}

#inner_header, #header_banner {
	padding: 10px;
}

#sub_header {
	width: 100%;
	height: 30px;
	background: #dddddd url(../images/sub_header_bg.png) repeat-x;
}

#main {
	width: 100%;
}

#left {
	float: left;
}

#left {
	width: 142px;
}

#right {
	width: 120px;
	padding: 5px;
	_padding: 2px;
	float: right;
}

#middle {
	float: left;
	width: 728px;
}

#menu {
	margin: 0px;
}

#ad_float {
	float: right;
	width: 300px;
	margin: 0 0 5px 3px;
	padding: 0 0 5px 5px;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	_margin: 0px;
}

#news_feed {
	width: 728px;
	border: 1px solid #cccccc;
	margin: 0 5px 0 5px;
	_margin: 0px;
}

#NewsDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#footer {
	clear: both;
	margin-top: 5px;
	width: 100%;
	height: 80px;
	background: #ffffff url(../images/footer_bg.png) repeat-x;
}

#bottom {
	width: 100%;
	height: 10px;
}

/*******************************/
/*       Display Classes       */
/*******************************/

.sh_linelinks {
	margin: 7px 0 8px 10px;
	width: 468px;
	height: 15px;
	background: #111111;
}

.lb_slot_top, .lb_slot_bottom {
	width: 728px;
}

.lb_slot_top {
	border-bottom: 1px solid #cccccc;
}

.lb_slot_bottom {
	margin-top: 10px;
}

.skyscraper {
	width: 120px;
	height: 600px;
	background: #ffffff;
}

.mpu {
	margin-top: 5px;
	width: 300px;
	height: 250px;
	background: #ffffff;
}

.std_banner {
	clear: both;
	width: 468px;
	height: 60px;
	background: #ffffff;
}

.goog_200x90 {
	width: 200px;
	height: 90px;
	padding: 4px;
	border: 1px solid #dddddd;
	margin: 3px 2px 3px 3px;
}

.leaderboard {
	width: 728px;
	height: 90px;
	background: #ffffff;
}

.pad {
	padding: 5px;
}

.nl_button {
	width: 142px;
	height: 90px;
	background: #333333;
	border-bottom: 1px solid #cccccc;
}

.nf_title {
	padding: 5px;
	text-align: center;
	background: #dddddd url(../images/sub_header_bg.png) repeat-x;
	font-weight: bold;
	color: #ffffff;
}

.left {
	float: left;
}

.right {
	float: right;
}

a.footer_link {
	font-weight: 900;
}

.footer_etc {
	margin-top: 40px;
}

.success {
	padding: 5px;
	margin: 5px;
	background: #339933;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	font-weight: 900;
}

.error {
	padding: 5px;
	margin: 5px;
	background: #ee3333;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	font-weight: 900;
}

.hidden_area {
	padding: 5px;
}

#area2 {
	width: 405px;
}

.white_text {
	color: #ffffff;
}

.toptips {
	float: left;
	margin: 5px 0 10px 0;
	padding: 5px;
	border: 1px solid #cccccc;
}

.grey_box {
	background: #f6f6f6;
	border: 1px solid #eeeeee;
	margin: 5px;
	padding: 5px;
}

.police_forum_feed {
	width: 100%;
	margin: 10px auto;
	font: 12px Arial, Verdana, Sans-serif;
	margin-bottom: 5px;
	border: 1px dotted #eeeeee;
}