/* css_default.css
	Styles for the home page
	
	Copyright Brian Horisk Ltd 4/4/2006

Text sizes are set using em for accessibility reasons
		

 
/* Body of the doc - margin and padding set to 0 to override different browser defaults */
body {
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	background-color: #fff;
}

img {
	border-style: none;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	/*
margin-left: auto;
    margin-right: auto; 
*/
	text-align:left;
}

#header_wraper {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	/*
margin-left: auto;
    margin-right: auto;
*/
	text-align:left;
	background-color: #336699;
}

#site_name {
	margin: 10px 0 0 10px;
	
}

#site_name a{
	text-decoration:none;
}

.login_pod {
	font-family: "Trebuchet MS";
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	width: 1010px;
}

.login_pod a{
	text-decoration:none;
	color : #0F3A6F;
}

.go {
	font-family: "Trebuchet MS";
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
}

.out {
	font-family: "Trebuchet MS";
	color: #99ccff;
	font-size: 2.2em;
	font-weight: bold;
	text-transform: lowercase;
}

.in {
	font-family: "Trebuchet MS";
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
	text-transform: lowercase;
}

.city {
	font-family: "Trebuchet MS";
	color: #99ccff;
	font-size: 3em;
	font-weight: bold;
	text-transform: lowercase;
}

#content_wrapper {
	position: relative;
	min-height: 800px;
	background-color: #ffffff;
	width: 1000px;
}

#header {
	margin: 0px 0px;
	background-color: #336699;	
	/*background-image: url("image/masthead.jpg");*/
	background-repeat: no-repeat;
	margin-top: 0px;
	width: 1000px;
	height: 80px;
}

#header_alt {
	margin: 0px 0px;
	background-color: #336699;	
	/*background-image: url("image/masthead_alt.jpg");*/
	background-repeat: no-repeat;
	margin-top: 0px;
	width: 1000px;
	height: 80px;
}

#header img { margin: 0px;
		padding: 0px;
		}
		
#banner {
	margin-top:0px;
	margin-left: 230px;
}

#banner_alt {
	margin-top:0px;
	padding-top:10px;
	margin-left:430px;
}


#left_col {
	min-height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	color: black;
	background-color: #ffffff;
	font-size: 75%;
	line-height: 1.4;
	color: #666666;
	width:143px;
}

#left_col h1 {
	font-size: 180%;
	color: #ffffff;
}



#left_col a{
	text-decoration: none;
}

.navigation {
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	margin: 0 0;
	padding: 0 0;
	margin-top: 10px;
	position: relative;
}

.navigation ul li{
	margin: 0 0;
	padding: 0 0;
	line-height: 200%;
	padding-left: -1em;
	margin-left: -1em;
}

.navigation li {
	height: 30px;
	margin: 0 0;
	padding: 0 0;
	display: block;
	list-style-type:none;
	color: #333333;
}

.navigation a:link {
	color: #333333;
	background-color: #fff;
	height: 30px;
}

.navigation a:visited {
	color: #333333;
	height: 30px;
}

.navigation a:active {
	color: #333333;
	background-color: #d2d9ff;
	height: 30px;
}
.navigation a:hover {
	color: #333333;
	background-color: #d2d9ff;
	height: 30px;
}

.navigation table { font-size: 80%; }


.navigation a{
	padding-left: 30px;
	/*padding-top: 3px;
	padding-bottom: 3px;
	height: 30px;*/
	background-color: #fff;
	display: block;
	color: #333333;
	border-top: 1px dashed #cccccc;
}




/*TOP NAVIGATION*/

#top-nav {
	font-family: "Trebuchet MS";
	background-color:#336699;
	height:24px;
	margin : 0;
	padding : 0px 0 0px 0;
	text-transform : capitalize;
	font-weight : normal;
	font-size: 0.8em;
	width: 1000px;
	/*border-bottom: 1px solid #eee;*/
	}
	
#top-nav li {
	height : 20px;
	margin : 0;
	padding : 0;
	display : inline;
	list-style-type : none;
	
	}
	
#top-nav a:link, #top-nav a:visited {
	float : left;
	padding : 2px 10px 5px 10px;
	text-decoration : none;
	letter-spacing: 1px;
	color : #fff;
	background : inherit;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	}
	


#top-nav a:link.active, #top-nav a:visited.active, #top-nav a:hover {
	background : #fff;
	color : #336699;
	/*border-bottom: 2px solid #999966;*/
	}
	
/*	.top_nav_active a:link, .top_nav_active a:link.active, .top_nav_active a:visited.active, .top_nav_active a:hover{
	color : #336699;
	background-color : #fff;	
}*/



#newsletter_pod {
	width: 120px;
	margin-top:30px;
	margin-bottom:0;
	padding:0 0 0 0;
	margin-left:10px;
	margin-right:10px
	font-size: 65%;
	line-height: 1.4;
	color: #666666;
	text-transform: none;
}

.newsletter_text{
	margin-top: -2px;
	padding-left: 2px;
	font-size: 90%;
}

.newsletter_tab {
	margin-top: -15px;
}

.newsletter_pod_input{
	font-size: 90%;
	color: #666666;
	height: 15px;
	margin: 0px 0px 2px 2px;
}

#lhs_ads {
	width: 120px;
	margin-top:10px;
	margin-bottom:0;
	padding:0 0 0 0;
	margin-left:10px;
	margin-right:10px;
	padding-bottom: 10px;
}

#banner_img {
	margin: 0 0 0 175px;		
}

#content {
	margin-left: 146px;
	padding-left: 10px;
	margin-top: 10px;
	width: 840px;
	font-size: 75%;
	line-height: 1.4em;
	color: #666666;
	}

#content_right {
	margin-left: 347px;
	background-color: #ffffff;	
	margin-top: 20px;
	width: 500px;
	border-left: 1px dotted #cccccc;
}

#content table  { font-size: 100%; }

#content table table { font-size: 100%; }

#content table table table { font-size: 100%; }


#content h1 {
	font-size: 180%;
	color: #ffffff;
	margin-top: 10px;
	padding: 0 0 0 0;
}

.red_head {
	color: #336699;
	background-color: #ffffff;
	padding: 3px 5px 3px 0px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	width: 100%;
}

#content h2 {
	font-size: 120%;
	color: #336699;;
}

#city_header {
	width: 850px;
	height: 80px;
	position: relative;
	margin-top:-10px;
	margin-bottom: 10px;
}

#city_header img {
	border: 0 0 0 0;
	margin-top: 10px;
}


.caption {
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}



#content li {
	margin-top: 10px;
}

#content_left_col {
	width: 347px;
	border-right: 1px dotted #cccccc;
	float: left;
	margin-top: 10px;
}

#content_left_col h1 {
	margin-top: 10px;
	line-height: 1.4;
}

#content_left_col h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 0;
	line-heigh: 1em;
}

#content_left_col img{
	border:0;
}

.float_left {
	float:left;
}

#content_right_col {
	width: 165px;
	float: right;
}

#content_mid_col {
	width: 325px;
	float: right;
}

#content_right_col img{
	border: 0px;
}

#content_mid_col img{
	border: 0px;
	margin: 0px;
	margin-top: 10px;
}

.listing {
	border-bottom: 1px dotted #cccccc;
	margin-right: 5px;
	min-height: 50px;
}

.article_preview {
	margin-right: 5px;
	min-height: 98px;
}

.article_preview_pic {
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	float:left;
}

.article_preview_brief {
	margin-right: 5px;
}


.mid_col_mpu{
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	width:292px;
}

#poll{
	margin-left: 10px;
	margin-bottom: 10px;
	width:300px;
}


.sky{
	border: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content_right_below {
	clear: right;
	text-align:left;
	padding-left: 10px;
	margin-bottom: 10px;
}

content_right_below h1{
	margin-top: 10px;
}


#search_box {
	width: 292px;
	border: 1px solid #cccccc;
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

#search_box h1{
	background-color: #336699;
	padding: 3px 5px 7px 5px;
	font-family:"Trebuchet MS";
	font-weight:normal;
	margin-bottom: 15px;
}

.search_tab {
	margin-top: -15px;
	margin-left:5px;
}

.search_table{
margin-top: -10px;
}

#essential_box {
	width: 292px;
	border: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	
}

#essential_box h1{
	background-color: #336699;
	padding: 3px 5px 3px 5px;
	font-family:"Trebuchet MS";
	font-weight:normal;
	margin-bottom: 15px;
}

#map_box {
	padding: 0 0 0 0;
	width: 480px;
	border: 1px solid #cccccc;
	background-image: url("image/hash_bg.png");
	background-position: top;
	background-repeat:repeat-x;
	margin-top: 10px;
}

#map_box h1{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 3px;
}

#map_box p{
	margin-left: 3px;
}

#content a:link {
	color: #336699;
	text-decoration: none;
}

#content a:visited {
	color: #336699;
	text-decoration: none;
}

#content a:active {
	color: #336699;
	text-decoration: none;
}
#content a:hover {
	color: #336699;
	text-decoration: none;
}

.clear {
	clear: both;
}


#footer {
text-align:left;
clear: both;
border-top: 2px solid #6699ff;
margin-bottom: 10px;
margin-left: -5px;
width:860px;
}

.footer_small{
font-size: 80%;
margin-left: 10px;
margin-right: 10px;
}

.sitemap{
text-align:justify;
text-transform: lowercase;
font-size: 0.9em;
font-weight: bold;
margin-left: 10px;
margin-right: 10px;
}

#footer h2{
font-size: 90%;
font-weight:bold;
margin-left: 10px;
margin-right: 10px;
}

#footer a {
	color: #6699ff;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	color: #6699ff;

}

#footer a:active {
	text-decoration: none;
	color: #6699ff;
	} 
#footer a:hover {
	text-decoration: none;
	color: #6699ff;
	} 
	
#atoz_holder {
margin-top:20px;
}
	
.atoz {
font-size: 1.4em;
}

#social{
width: 337px;
Margin-top:5px;
margin-bottom:5px;
padding-top: 5px;
padding-bottom: 5px;
border-top: 1px dotted #cccccc;
border-bottom: 1px dotted #cccccc;
}

.form_field_enabled { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000000; background-color: #FFFFFF;}
.form_field_hilite { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000000; background-color:  #FFFF00;}
.form_field_required { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  color: #000000; background-color:  #FFFFFF;}
.form_field_disabled { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  color: #000000; background-color: #EEEEEE;}

.essential_info{
margin-top: -20px;
border-bottom: 1px dotted #cccccc;
}

.essential{
margin-left: 20px;
}

.essential img{
margin-left: -5px;
}

.upcoming_event{
margin-top: -20px;
}

.event{
margin-left: 20px;
}
.event_name{
color:#6699ff;
}

.comments_box{
margin-top: 5px;
margin-bottom:5px;
margin-left: 5px;
margin-right: 5px;
border: 1px dotted #cccccc;
}

.comments{
margin-left: 5px;
font-size: 90%;
}

.comments img{
padding-right: 5px;
padding-top: 3px;
}

.comments_post {
font-size: 120%;
color: #ef4035;
font-style: bold;
}

.rating_star {
background-image: url("image/gold_star.gif");
background-repeat:  no-repeat;
background-position: 0 0;
border:none;
background-color: #ffffff;
}

.thumbnail_holder {
position: relative;
/*float: left;*/
width: 300px;
margin-bottom: 5px;
/*margin-top: -40px;*/
}

.thumbnail {
/*float: left;
border: 1px solid #004811;*/
height: 80px;
width: 120px;
margin-right: 5px;
}

	
.bub_text {
width: 200px;
height: 100px;
overflow: auto;	
font-size: 0.9em;
padding-right:5px;
}

.bub_name {
	font-weight:bold;
	color: black;
}

.bub_address {
	font-style:italic;
	color:black;
	
}

.article_preview h3 {
	text-transform:uppercase;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:-8px;
}
