/* ------------------------ General Rules */
body {font:11px/17px Arial, sans-serif;
	color:#050505;
	background: #99CC33;
}
a:link, a:visited, a:active {color:#99CC33;}
/* ------------------------ Upper Nav & Weather Icon */
.holder{background-color: #c9daa6;}
#uppernav li{text-transform: uppercase;
	font-family: trebuchet MS, trebuchet, verdana, sans-serif;
}
#uppernav li a {color:#666; text-decoration: none;}
#uppernav li a:hover {color: #99CC33;}
/* ------------------------ Logo & Tagline */
#logo{
    position: relative;
    float: left;
    width: 450px;
	height: 100px;
}
#tagline{ /* Immediately following logo.  Dependent on logo height and width */
	margin-left: 5px;
	margin-top: 47px;   /* Increase or Decrease to move entire page up, but adjust top logo margin accordingly */
}
/* ------------------------ Menu Bar */
#menu-holder{height: 38px; padding:8px 0 0 0;}
.menu li{font:bold 12px/15px Arial, Helvetica, sans-serif; padding-top: 2px;}
.menu li a:link, .menu li a:visited{color: #666;}
.menu li a:hover, .menu li.active a{color: #99CC33;}
/* ----------------------------------- Last Updated Info / Rotator */
.date{color:#534741; font:12px/15px Arial, Helvetica, sans-serif;}
.rotator-wrapper .rotator-links li a{color:#99CC33;} /*Changes color of Read More / Comment */
/* ---------------- Rotator Navigation Elements */
.rotator-nav a span.txt{font:14px/17px Arial, Times, sans-serif;}
.rotator-nav a{color:#99CC33; text-decoration:none;}
.rotator-nav a:hover,
.rotator-nav li.active a{
	color:#99CC33;}
/* ----------------------------------- Blog Posts / Main Content Area */
.date{font-style: italic;}
.news-list .news-content{color:#666;}
.pagination{font-size: 15px;}
/* --------------- Main Content Header Tags & Header Links */
h1{color: #99CC33; font-family: trebuchet MS, trebuchet, verdana, sans-serif;}
h2{color: #99CC33;  font-family: trebuchet MS, trebuchet, verdana, sans-serif;}
h3 {color: #000; font-weight: light;}
h4{font: italic 100 19px "Georgia", times, serif; color: #999;}
/* ----------------------------------- Footer */
#footer ul li a{color: #fff; text-decoration: none;}
#footer ul li a:hover{color: #999;}
.footer-tagline{color: #fff;}
/* ----------------------------------- Best of */
.businesses
{padding-left: 13px;}
.businesses ol
{padding-left: 16px;
margin: 0;
}
.business_section div {
margin-top: 5px;
}
.business_section_name {
font-size: 17px;
}
.business_section input {
    padding: 2px;
    width: 200px;
}
.business_section label {
    display: block;
    float: left;
    margin: 0 0 0 30px;
    width: 200px;
}
.businesses h2 {
    border-bottom: 1px solid;
    font-size: 32px;
    margin-bottom: 10px;
    padding: 5px 0;
}
#profile-link { float:right; }