/* ------------------------ General Rules */
body {background:#fff; color: #666666;
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,sans-serif;
    font-size: 12px;}
a:link, a:visited, a:active {color:#5b7faa;}
/* ------------------------ Upper Nav & Weather Icon */
.holder{border: 0 none; background: #edf1f6;}
#uppernav li{text-transform: uppercase;
	font-family: trebuchet MS, trebuchet, verdana, sans-serif;
}
#uppernav li a {color:#192639; text-decoration: none;}
#uppernav li a:hover {color: #999;}
#weather {
	color:#17144d;
	top: 40px;
	left: 456px;
}
/* ------------------------ Logo & Tagline */
#logowrapper{
    width: 508px;
    height: 101px;
    position: relative;
	float: left;
	padding: 0;
	top: 4px;
}
#tagline{ /* Immediately following logo.  Dependent on logo height and width */
	color: #000;
	margin-left: 7px;
	margin-top: 45px;   /* Increase or Decrease to move entire page up, but adjust top logo margin accordingly */
	padding: 7px 0 0 0;
	font-family: 'palatino linotype', georgia, times, serif;
}
/* ----------- Profile Link */
#profile-link { float:right;
	margin: 52px 0 0 0;
	font-size:14px;
	width: 115px;
	height: 25px;
	background: none repeat scroll 0 0 #43587e;
	text-align: center;
	padding: 4px 0 0 0;}
#profile-link a {
    background: none repeat scroll 0 0 #43587e;
    border-radius: 0px;
    padding: 0 8px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}
/* ------------------------ Menu Bar */
#menu-holder{background: #43587e;
	width: 100%
	height: 27px;}
.menu{
	float:left;
	width: 985px;
	padding:0 0 0 11px;
}
.menu li{
	font-size: 12px;
	font-family: 'palatino linotype', georgia, times, serif;
	font-weight: 100;
	text-transform: uppercase;
	float:left;
	margin:0 5px 0 0;
	padding: 0 1px 0 0;
}
.menu li a:link, .menu li a:visited {color: #fff;}
.menu li a:hover, .menu li.active a{color: #17144d;}
/* ----------------------------------- Last Updated Info / Rotator */
.date{color: #192639;}
.rotator-wrapper .rotator-links li a{color:#5b7faa; font-size: 12px;} /*Changes color of Read More / Comment */
/* ---------------- Rotator Navigation Elements */
.rotator-nav a span.txt{font:14px/17px "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,sans-serif;}
.rotator-nav a{text-decoration:none; background-color: #192639; color: #f0f0f0;}
.rotator-nav a:hover,
.rotator-nav li.active a{
	color:#43587e;
	background-color:#fff;
}
/* ----------------------------------- Blog Posts / Main Content Area */
.date{font-style: italic; color: #192639;}
.news-list .news-content{color:#666;}
.pagination{font-size: 15px;}
/* --------------- Main Content Header Tags & Header Links */
h1{color: #192639; font-family: 'palatino linotype', georgia, times, serif; font-weight: 100;}
h2{color: #192639; font-family: 'palatino linotype', georgia, times, serif; font-weight: 100;}
h2 a:link, h2 a:visited, h2:active {color: #43587e;}
h3 {color: #43587e; font-weight: bold;}
h4{font: italic 100 19px "palatino linotype", times, georgia, serif; color: #999;  line-height: 110%;}
h5{color: #000; padding: 0; margin: 0;}

/* ----------------------------------- Footer */
#footer ul li a{color: #43587e; text-decoration: none;}
#footer ul li a:hover{color: #5b7faa;}
.footer-tagline{color: #192639;}
