@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
a {
	color:#0074B4;
	text-decoration:none;
}
a:hover {
	color:#429CCD;
	text-decoration:underline;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:10px;
	background-color:#AFCDE1;
}
h1, h2 {
	line-height:1em;
	margin:0 0 10px 0;
}
h1.withDrop {
	margin:0 0 5px 0;
}
img {
	border:none;
}
p {
	margin:0 0 15px 0;
}
ul {
	list-style-type:none;
}
.clearDiv {
	clear:both;
}
#header {
	position:relative;
	width:100%;
	height:85px;
	font-size:.7em;
}
#header img {
	float:left;
}
#headerOnline {
	float:left;
	height:46px;
	margin:28px 0 0 10px;
	padding:0 0 10px 0;
	width:600px;
	border-bottom:1px solid #666;
}
#headerNav {
	position:absolute;
	top:-7px;
	right:0;
}
#search {
	position:absolute;
	height:20px;
	width:350px;
	right:0;
	top:65px;
}
#search div {
	float:right;
}
#search input {
	vertical-align:bottom;
}
#search input[type=text] {
	width:126px;
	height:18px;
	font-size:1.1em;
	border:1px solid #666;
	border-right:0;
	padding:0 0 0 3px;
	background-position:bottom;
	background-image:url(/images/misc/input-grad-15.jpg);
	background-repeat:repeat-x;
	color:#999;
}
#headerDate {
	margin:3px 7px 0 0;
}
#weatherSticker {
	height:50px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:10px;
}
.mainNav {
	font-size:12px;
	font-weight:bold;
	background-color:#FFF;
	border-bottom:1px solid #666;
	height:26px;
}
.mainNav ul li {
	display:inline;
	float:left;
}
.mainNav ul li a {
	display: block;
	color:#333;
	padding:5px 6px;
}
* html .mainNav ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display:inline-block;
}
.mainNav ul li a:hover {
	color:#2E3192;
}
#wrap1 {
	background-color:#FFF;
	margin:0 auto;
	width:972px;
}
#wrap2 {
	padding:10px 10px 0 10px;
	border:3px double #999;
}
#content {
	width:634px;
	float:left;
	padding:10px 10px 0 0;
	font-size:.9em;
	line-height:1.5em;
}
#byline, #tools {
	font-size:.75em;
	font-weight:bold;
	line-height:1.3em;
}
#byline {
	float:left;
	color:#666;
	padding:3px 0;
	margin:0 0 10px 0;
	border-top:1px dotted #2E3192;
	border-bottom:1px dotted #2E3192;
}
#tools {
	float:right;
	margin:0 0 5px 10px;
}
#tools li {
	margin:0 0 3px 0;
}
#tools li a {
	background-repeat: no-repeat;
	padding:0 0 0 20px;
	background-position:0 2px;
}
#tools li.comments a {
	background-image: url(/images/misc/comment-icon.gif);
}
#tools li.print a {
	background-image: url(/images/misc/printer_icon.png);
}
.photoRight, .photoLeft, .vidLeft {
	font-size:.75em;
	line-height:1.2em;
	font-style:italic;
	width:302px;
}
.photoLeft {
	margin:5px 15px 5px 0;
	float:left;
	padding:0 15px 0 0;
	border-right:1px solid #E6E6E6;
}
.photoRight {
	margin:3px 0 5px 15px;
	float:right;
	padding:0 0 0 15px;
	border-left:1px solid #E6E6E6;
}
.photoLeft img, .photoRight img {
	display:block;
	border:1px solid #000;
	margin:0 0 2px 0;
}
.photoStack .photoLeft {
	border:none;
	margin-right:15px;
	padding:0;
}
p.subHead {
	font-size:1.3em;
	font-weight:bold;
	margin:0;
}

.addthis_toolbox, .pageLinks {
	font-size:.75em;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 10px 0;
}
.addthis_toolbox {
	float:left;
}
.addthis_button_expanded {
	line-height:16px !important;
}
.pageLinks {
	float:right;
	text-align:right;
	color:#CCC;
	line-height:16px;
}
.pageLinks a, .curPage {
	padding:0 5px;
}
.curPage {
	color:#000;
	text-decoration:underline;
}
.pButton, .nButton {
	border:1px solid #CCC;
	padding:1px 5px;
	text-decoration:none;
}
.pButton {
	margin-right:5px;
}
.nButton {
	margin-left:5px;
}
a.pButton:hover, a.nButton:hover {
	text-decoration:none;
	border-color:#429CCD;
}

#rtCol {
	float:right;
	padding-top:10px;
}
#rtCol img {
	border:1px solid #000;
	margin:0 0 10px 0;
	display:block;
}
#rtCol #findIt {
	border:none;
	margin:0 0 5px 0;
}
#footer {
	text-align:center;
	font-size:.7em;
	color:#333;
	border-top:1px solid #CCC;
	margin:5px auto 0 auto;
}
#footer a {
	text-decoration:none;
	color:#333;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul {
	padding:5px 0 0 0;
}
#footer ul li {
	display:inline;
	border-left:1px solid #CCC;
	padding:0 3px 0 6px;
}
#footer ul li.one {
	border:none;
}
#footer p {
	margin:5px 0;
}

#g468x60, #g300x250 {	
	padding:0 0 1px 1px;
	margin:0 auto;
}
#g468x60 {
	width:468px;
	height:60px;
}
#g300x250 {
	width:300px;
	height:250px;
}

.vidLeft, .vidRight {
	border:1px solid #999;
	background-color:#F2F2F2;
	font-size:10px;
	color:#0074B4;
	line-height:12px;
	padding:5px;
	margin:3px 20px 5px 0;
	float:left;
}
.ytVidLeft {
	width:340px;
	height:285px;
	float:left;
	margin:7px 15px 0 0;
}
.ytVidRight {
	width:340px;
	height:285px;
	float:right;
	margin:7px 0 0 15px;
}
.barLeft, .barRight {
	width:275px;
	background-color:#E2EBF0;
	padding:10px;
}
.barLeft li, .barRight li {
	margin:5px;
	line-height:1.2em;
}
.barLeft {
	float:left;
	margin:5px 20px 10px 0;
}
.barRight {
	float:right;
	margin:5px 0 10px 20px;
}
.slideshowLeft {
	width:302px;
	float:left;
	margin:5px 15px 5px 0;
	padding-right:15px;
	border-right:1px solid #E6E6E6;
}
div.slideshowLeft img {
	border:1px solid #000;
}

#relStoriesRt, #relStoriesLt {
	border:3px double #999;
	padding:5px 10px;
	background-color:#F2F2F2;
	font-size:12px;
	line-height:14px;
	margin-top:5px;
	max-width:200px;
}
#relStoriesRt {
	float:right;
	margin-left:20px;
}
#relStoriesLt {
	float:left;
	margin-right:20px;
}
#relStoriesRt p, #relStoriesLt p {
	margin:0px;
}
#relStoriesRt li, #relStoriesLt li {
	margin:5px 0px 0px 15px;
}