/* ------------------------ General Rules */
body {font: 12px Arial, sans-serif;
	color:#606060;
	background: #222b46;}
a:link, a:visited, a:active {color:#ea6913;}
/* ------------------------ Upper Nav & Weather Icon */
.holder{background-color: #000;}
#uppernav li {text-transform: uppercase; font-family: Lucida Grande, Arial, Sans-serif;}
#uppernav li a {color:#fff; text-decoration:none;}
#uppernav li a:hover {color:#222b46; text-decoration: none;}
/* ------------------------ Logo & Tagline */
#logowrapper{
    width: 303px;
    height: 110px;
    position: relative;
    float: left;
    padding: 10px 0 20px 0;
}
#logo{
    position: relative;
    float: left;
    margin-top: 20px;
}
#tagline{ /* Immediately following logo.  Dependent on logo height and width */
	color: #fff;
	font-style: italic;
	font-family: Georgia, Georgia, sans-serif;
	letter-spacing: .06px;
	font-size: 15px;
	position:relative;
	float: left;
	margin-left: 5px;
	margin-top: 80px;   /* Increase or Decrease to move entire page up, but adjust top logo margin accordingly */
	padding-top: 7px;
}
/* ------------------------ Menu Bar */
#menu-holder{
	width: 100%;
	height: 45px;
	top: 5px;
	position: relative;
	margin: 0 auto;
	background: #222b46;}

.menu
{margin: 0;
padding: 0 12px 0 12px;
text-transform: uppercase;
}
.menu li{
	font-size: 11.5px;
	font-family: Lucida Grande, Arial, Sans-serif;
	text-align: center;
}
.menu li a{
	color: #fff;
	padding: 7px 5px 8px 8px; /* The paddding has to be same list items to match*/
}
.menu li a:hover, .menu li.active a {
    background: none repeat scroll 0 0 #FBE274;
    color: #222B46;
    padding: 7px 5px 8px 8px;
    text-decoration: none;
}

.menu li a:link, .menu li a:visited {height: auto;  padding: 7px 5px 8px 8px;} /* Added to stop hover & active state strecthing to pushdown*/

/* ------------------------ Push Down Ad Space */
#pushdown { width:976px; background:none; }
/* ----------------------------------- Last Updated Info / Rotator */
.rotator-wrapper .rotator-links li a{color:#ea6913;} /*Changes color of Read More / Comment */
.rotator-nav a span.txt{font-size: .9em;}
.rotator-nav a { color:#fff; background-color:#161d31; }
.rotator-nav a:hover, .rotator-nav li.active a { color:#003d5c; }
/* ----------------------------------- Blog Posts / Main Content Area */
.date { color:#999; font:12px/15px Arial, Helvetica, sans-serif; }
.news-list .news-content { color:#534741; font-size: 11px; }
/* --------------- Main Content Header Tags & Header Links */
h1 { color: #ea6913; font-family: Arial Black, Arial, Sans-Serif; }
h1 { color: #ea6913; font-family: Arial Black, Arial, Sans-Serif; }
h2 { font-weight: bold; color: #222b46; }
h2 a:link, h2 a:visited, h2:active, h2:hover { font-weight:bold; color:#222b46; }
h3 { color: #000; font-weight: 100; }
/* ----------------------------------- Footer */
#footer ul li a{color: #fff; text-decoration: none;}
#footer ul li a:hover { color: #666; }
.footer-tagline { color: #fff; }
#footer a { color:#666; }
#footer a:hover { color:#fff; }
#profile-link { margin:88px 0 0 231px; }