/* CSS Document */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:800px;/* for mozilla*/
	background:#f0f0f0;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:800px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(images/bg_outer.gif) repeat-y center center;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	font-size:0.7em;
	line-height:1.5em;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	left:19px;
	width:760px;
	height:50px;
	overflow:hidden;
	z-index:100;
	background:url(Images/bg_header.gif);
		margin: 0;
	padding: 0;
	}
#header a { color:white; text-decoration:none; margin:0px 20px 0px 5px; }
#header a:hover { color:white; text-decoration:underline; }
#left 
	{
	position:relative;/*ie needs this to show float */
	left:19px;
	width:180px;
	float:left;
	padding:50px 0px 0px 100px;/*needed to make room for header*/
	background:url(Images/bg_left.jpg) no-repeat 0px 48px;
	}
#footer 
	{
	width:760px;
	clear:both;
	height:50px;
	left:19px;
	bottom:0;
	position: absolute;
	background:#017cc9;
	color:#fff;
	}
#footer p { padding:15px 0px 0px 15px; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:478px;
	float:right;
	padding-top:50px;/*make room for header*/
	position:relative;
	right:23px;
	}
#centrecontent p {
	padding-left:3px;
	line-height: 20px;
}
#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

#nav li a
	{
	display:block;
	width:140px;
	background:url(Images/bg_nav.gif) ;
	color:#fff;
	text-decoration:none;
	padding:2px 0px 5px 40px;
	}
#nav li a:hover { background:url(Images/bg_nav_over.gif); }

#number
	{
	width:180px;
	height:29px;
	background:url(Images/emergencynumber.gif) #ff0000;
	border-top:2px solid #fff;
	}
	
#bulletins
	{
	}
div.left {
	float: left;
	margin: 0px 5px 0px 10px;
	width: 100px;
	margin-bottom: 30px;
}
div.left p {
	text-align: center;
}
img {
	border: 0px none;
}
div.center {
	width: 600px;
}
.clear {
  clear : both;
}
	
#bdimg {
	border: 1px solid #333333;
}


.lists li
	{
	line-height:20px;
	}
.lists li a
	{
	color:#000;
	text-decoration:none;
	background:url(Images/bg_list_item.gif) no-repeat 0px 5px;
	padding:0px 0px 0px 15px;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
