/* 	Base CSS Document  - contains structural css elements used by all pages */


body{
	font-family:Tahoma, san-serif;
	font-size:11px;
	line-height:16px;
	color:#482D03;
	text-align:center;
	margin:0;
	padding:0;
	background-image:url('/img/bg.jpg'); background-repeat:repeat;
	}


p{
	line-height:18px;
	margin:0 0 10px 0;
	}
	
a{
	color:#261802;
	text-decoration:none;
	font-weight:bold;
	}

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


h3{
	margin:1em 0 .5em 0;
	color:#037380;
	}


/* PAGE STRUCTURE */
#caption{
	display:block;
	font-size:9px;
	line-height:10px;
	color:black;
	text-align:center;
	}

#wrapper{
	background-image:url('/img/bg_white.png'); background-repeat:repeat-y; background-position:top;
	border-top:1px solid white;
	border-bottom:1px solid white;
	width:898px;
	margin:0 auto;
	padding:0;
}	

#center{
	width: 825px;
	margin:0 auto;
	text-align:left;
}


#nav{
	height:93px;
	width:825px;
	margin:10px 0;
	/*border:1px solid red;*/
	}
#html_nav{
	display:none;
	}
	
#footer{
	font-size:9px;
	color:#E55705;
	margin:0 0 20px 0;
}

#footer a{
	color:#E55705;
	text-decoration:none;
	font-weight:bold;
	}
#footer a:hover{
	color:#803003;
/*	text-decoration:underline;*/
	}


/* HOME PAGE */

#p{
	font-family:Tahoma, san-serif;
	font-size:14px;
	}

#middle{
	position:relative;
	height:39px;
	margin:17px 0px 0px 10px;

}

#addressbar{
	position:absolute;
	top:0;
	left:0;
}
#addressbar a{
	color:#037380;/* #ed752f;*/
	font-size:11px;
}

#contactbar {
        font-family:Tahoma, san-serif;
	font-size:14px;
	color:#482D03;
        font-weight:bold;

}
	
#tuesday_news{
	width:305px;
	text-align:left;
	float:right;
	margin-bottom:10px;
	}
	
#news{
	position: absolute;
	top:0;
	left:500px;
/*	border:3px solid purple;
	margin-top:25px;*/
	}

#map{
	position:absolute;
	top:4px;
	left:430px;
	}	



#lowerhalf{
	margin:0 0 0 10px;
	padding:0;
	}
	

	
#left_col{
	float:left;
	width:166px;
	margin:0;
	padding:10px 0px 0px 0px;
	}

#center_col{
	float:left;
	width:290px;
	margin:0 0 0 4px;
	padding:3px 20px 0 17px;
	font-size:13px;
	line-height:20px;
}

#right_col{
	float:left;
	width:298px;
	padding:0x;
	margin:0 0 0 8px;
	}


#calendar{
	/*border:1px solid red;*/
	}


#bdp_logo{
margin:10px 0 0 50px;
}
/* UTILITY */

#clear{
	display:block;
	float:none;
	}
