@charset "utf-8";
/* CSS Document */

body {
	background-color: #d7d7d7;
	margin: 0 auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}
	
p {margin-top:0px;}

#container {
	width:800px;
	height:inherit;
	background-color: #ffffff;
	margin: 0 auto;
	text-align:left;
	}

#header {
	width:800px;
	height: 117px;
	background-color: #ffffff;
	background-image:url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
	
#main_stage {
	width:800px;
	height:inherit;
	background-color: #ffffff;
	
}

#navigation_bar {
	width:140px;
	height:inherit;
	float:left;
}

#navigation_bar ul li {
	background-image:url(../images/blue_arrow.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:25px;
	margin-left:-25px;
	background-position:10px left;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
	}
	
#navigation_bar ul li a {
	color:#a1a7ac;
	font-size:11px;
	line-height:15px;
	text-decoration:none;
}

#navigation_bar ul li a:hover {
	color:#59caf5;
}

#content_top_bar {
	height:7px;
    width:434px;
    background-image:url(../images/content_top_line.gif);
	background-repeat:no-repeat;
	float:left;
	clear:none;
	padding-left:20px;
	margin-left:25px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#content_frame {
    float:left;	

}

#content {
	width:434px;
	padding-left:20px;
	margin-left:25px;
	background-image:url(../images/content_tile.gif);
	padding-top:0px;
	margin-top:0px;
	min-height:480px;
}

#right_bar {
	width:139px;
	clear: none;
	float:left;
	margin-left:20px;
	background-color:#cceffc;
	background-image:url(../images/lord_hunt_template_graphic.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:inherit;
	padding-top:30px;
	padding-bottom:240px;
	margin-bottom:20px;
}

#right_bar_2 {
	width:139px;
	clear: none;
	float:left;
	margin-left:20px;
	background-color:#cceffc;
	background-image:url(../images/city_image.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:inherit;
	padding-top:30px;
	padding-bottom:240px;
	margin-bottom:20px;
}

#right_bar strong, #right_bar_2 strong {
	color:#01adef;
}

#right_bar p, #right_bar_2 p {padding-left:10px;}
#right_bar ul, #right_bar_2 ul { padding:10px; margin:5px; list-style-type:none; margin-bottom:30px;}
#right_bar li, #right_bar_2 li { 
	padding-bottom:5px;
	background-image:url(../images/blue_arrow_right_col.gif);
	background-repeat:no-repeat;
	padding-left:16px;
	background-position:top left;
	}
	
#right_bar a, #right_bar_2 a {
	color:#9ba9b0;
	text-decoration:none;
	font-size:11px;
}

#right_bar ul li a:hover {
	color:#59caf5;
}


#right_bar_2 ul li a:hover {
	color:#59caf5;
}

#footer {
	width:600px;
	height:15px;
	margin-left:162px;
	margin-top:20px;
	clear:both;
	text-align:right;
	padding-right:20px;
	color:#ffffff;
	padding-top:3px;
	font-size:10px;
	font-weight:bold;
	background-color:#00aeef;
	margin-bottom:6px;
}
/* classes */
.title {
	color: #59caf5;
	font-size:16px;
	font-weight:bold;
}

.news_header {
	color: #333333;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}

.news_text {
	border-bottom-style:dashed;
	border-bottom-width:thin;
	padding-bottom:13px;
	border-bottom-color:gray;
}
