
/* featured panel */
#featured {
	width: 505px;
	height: 175px;
	margin: 0px 10px 17px 0px; 
}
#featured p{
line-height: 1.1em;
}
#featured a{
	color: #FF9900;
}
#featured h1{
	margin: 0px 0px 0px 0px; 
}
#featured p em{
		color: #666666;
		font-size: 1em;
	font-style: normal;
}
/* weather panel */
#weather {
background:url(../images/panel-weather.gif) no-repeat;
	width: 235px;
	padding: 10px; 
	height: 175px;
}
#weather table {
	margin-top: 5px;
	font-size: 0.7em;
	/*border: 1px solid #f90;*/
}
#weather table tbody tr th {
	background: #F90 url('../images/bg-weather-head.gif') repeat-x;
	padding: 3px 0px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
/*
#weather table tbody tr th.tomorrow {
	border-left: 1px solid #FFBB56;
	border-right: 1px solid #FFBB56;
}
*/
#weather table tbody tr td.weather {
	/*background: #FFEBCC;*/
	padding-left: 10px;
	color: #fff;
}
/*
#weather table tbody tr td.tomorrow {
	border-left: 1px solid #F90;
	border-right: 1px solid #F90;
}
*/
#weather table tbody tr.conditions td.weather {
	font-weight: bold;
	text-align: center;
}
#weather table tbody tr.temps td.weather {
	text-align: center;
}
#weather h4{
	color: #FFF;
	font-size: .9em;
	font-weight: normal;
}
#weather h5{
	font-size: .7em;
	padding: 10px 0px 0px 0px; 
}
#weather p{
	font-size: .7em;
	color: #666666;
	margin: 8px 0px 8px 0px; 
	padding: 0px 0px 0px 0px; 
}
#weather p strong{
	font-size: 2.2em;
padding: 0px 0px 0px 10px; 
	color: #FF9900;
	font-weight: normal;
}
#weather div.icons{
	width: 240px;
	margin: 0px 0px 0px 0px; 
 height: 70px;
}
/* localbusiness */
#localbusiness{
	background: url(../images/panel-orange.gif) no-repeat;
	width: 505px;
	margin: 0px 10px 0px 0px;
	height: 275px;
}
#localbusiness h2{
	margin: 15px 0px 15px 10px; 
	font-weight: normal;
}
#localbusiness ul{
float: left;
}
#localbusiness ul li{
margin: 0px 0px 7px 10px; 
font-size: .7em;
}
#localbusiness ul li a{
color: #FF9900;
font-weight: normal;
display: block;
	width: 112px;
text-decoration: none;
}
#localbusiness ul li a:hover{
color: #AF6B00;
}
#local-list {
	height: 215px;
}

/* classifieds */
#classifieds{
	background: url(../images/panel-grey.gif) no-repeat;
	width: 255px;
	height: 275px;
}
#classifieds h3{
color: #ccc;
	margin: 15px 0px 15px 10px; 
	font-weight: normal;
}
#classifieds a.addnew {
	color: #f90;
	font-weight: normal;
	text-align: left;
	padding-right: 10px;
	margin-top: 15px;
}
#classifieds a.addnew:hover {
	color: #fff;
}
#classifieds form{
	margin: 10px 0px 0px 10px; 
	background: none;
	width: auto;
	border: none;
	display: block;
	padding: 0px;
}
#classifieds ul li{
margin: 0px 10px 7px 10px; 
font-size: .7em;
}
#classifieds ul li a{
color: #fff;
font-weight: normal;
display: block;
text-decoration: none;
}
#classifieds ul li a:hover{
color: #ccc;
}
#classifieds label{
	color: #666;
	font-weight: normal
	font-size: .8em;
	line-height: 25px;
	text-align: left;
	border: none;
}
#classifieds input{
	padding: 4px 0px 4px 25px;
	width:160px;
	background: url(../images/bg-search.gif) no-repeat;
	border: 1px solid #666;
	color:#000;
	float: left;
	height: 16px;
	}
	
#classifieds form input[type=submit] {
	padding: 0px;
	margin: 0px;
	border:0px none;
	width:29px;
	background: url(../images/button-small.gif) 0px 0px no-repeat;
	height:27px;
	position: relative;
	left: 0px;
}
#classifieds form input:hover[type=submit] {
background: url(../images/button-small.gif) 0px -27px no-repeat;
	cursor: pointer;
}	
#classified-list {
	height: 150px;
	overflow: auto;
}
#cms-frontpage{
	width: 485px;
	margin: 0px 10px 0px 0px;
	height: 255px;
	padding: 10px;
}

/* plain panel */
div.panel{
	width: 225px;
	height: 275px;
	margin: 0px 10px 0px 0px; 
	float: left;
	background: url(../images/panel.gif);
	padding: 10px; 
}
div.panel a {
	font-weight: normal;
}

div.panel a.addnew {
	color: #f90;
}

div.panel div.panel_container {
	height: 270px;
}
div.panel p{
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 0px 0px; 
}
div.panel p.addnews {
	font-style: italic;
}
div.panel p.addnews a {
	color: #f90;
}
div.panel p.addnews a:hover {
	color: #AF6B00;
}
div.panel h3{
	margin: 0px 0px 5px 0px; 
	clear: left;
	font-size: .9em;
}
div.panel h3 a{
	color: #FF9900;
	font-weight: normal;
}
div.panel h3 a:hover{
	color: #AF6B00;
}
div.panel h6{
	color: #999;
	margin: 0px 0px 10px 0px; 
	padding: 10px 0px 0px 0px; 
}
div.panel ul{
	clear: left;
	color: #666;
}
div.panel ul li{
	margin: 0px 0px 15px 0px; 
}
div.panel ul li a{
	color: #FF9900;
	display: block;
}
div.panel ul li a:hover{
	color: #AF6B00;
}
/* newsletter */
#newsletter{
float: left;
	width: 235px;
	padding: 10px; 
}
#newsletter div{
	float: left !important ;
}
#newsletter label{
width: 220px;
font-size: .8em;
font-weight: normal;
line-height: 2em;
text-align: left;
}
#newsletter p {
	margin-bottom: 10px;
}
#newsletter input{
width: 220px;
height: 16px;
padding: 4px 4px 4px 4px;
border: 1px solid #FF9900;
	background: url(../images/bg-input.gif);
}
#newsletter input[type=submit] {
	border:0px none;
	height:30px;
	margin: 5px 0px 0px 3px  ;
	color: White;
	font-weight: bold;
	padding: 0px 0px 0px 25px; 
	width:118px;
	background:url(../images/button-signup.gif) 0px 0px no-repeat;
}
#newsletter input:hover[type=submit] {
	background:url(../images/button-signup.gif) 0px -32px no-repeat;
	cursor: pointer;
	color: #000000;
}
#newsletter form, #newsletter fieldset {
	background: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 235px;
}
.whats-on-posts, .banner-admin {
	border: 1px dashed #000;
	width: 600px;
	padding: 16px;
	margin: 10px 0px;
}
.whats-on-posts h2 {
	padding-bottom: 5px;
}
.banner-admin {
	text-align: center;
}
.banner-admin span {
	margin: 0px 20px;
}
/* section page numbers */
#section{
background: url(../images/panel-section-top.gif);
	height: 26px;
	width: 770px;
	margin: 5px 0px 0px 0px; 
}
#section p{
width: 500px;
line-height: 28px;
padding: 0px 0px 0px 10px; 
}
#section ul{
text-align: right;
float: right;
	margin: 0px 15px 0px 15px; 
}
#section li{
	display: inline;
padding: 0px 2px 0px 2px; 
	line-height: 26px;
}
#section li a{
	color: Black;
	font-weight: bold;
}

/* a to z */
ul.atoz {
	width: 255px;
	float: left;
	margin: 0 Auto 10px Auto;
}
ul.atoz li {
	padding: 5px 0 0 0;
}
