@charset "utf-8";
/* CSS Document */

body, div, h1, h2, h3, p, ul, ol, li, img, header, section, aside, footer, button {
	margin: 0; padding: 0; border: 0; list-style: none;
}

body {font-family:Helvetica, Arial; font-size:12px; color:#333333;}

.advertisement {
	background-color: #3d3d37;
	text-align:center;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
}

div#header {
    margin-top:2px;
	background: url(images/headerBackground.jpg);
	height: 55px;
	width: 100%;
	display: block;
}

#header h1 {
		float: none;
}

#header h1 a {
		font-size:18px;
        font: "Times New Roman", Times, serif;
		color:white;
		text-decoration:none;
		margin-left:10px;
}

#large img {width:305px;}

#menu {
	text-align:right;
}
#menu button.lightbox {
	width: 55px;
	height: 30px;
	cursor: pointer;
	background-color:#47c25f;
	background-image:url(images/loginBackground.jpg);
	background-repeat:repeat-x;
	border:1px solid #144723;
	color:#FFFFFF;
	font-family: Helvetica, Arial;
	font-weight:bold;
	font-size:9px;
	position:absolute;
	right:0px;
	margin-right:15px;
	margin-top: 12px;
	-moz-border-radius: 5px;		
	-khtml-border-radius: 5px;				
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.menu_overlay{
			display: none;
			position: absolute;
			margin-top: 57px;
			left: 0%;
			width: 100%;
			height: 170%;
			background-color: #000000;
			z-index:1001;
			-moz-opacity: 0.6;
			opacity:.60;
			filter: alpha(opacity=60);
}
.menu_content {
			display: none;
			position: absolute;
			margin-top: 56px;
			width: 100%;
			z-index:1005;
			overflow:visible;
}
#frmSearch {padding-left:15px; padding-right:5px;}
.searchContainer {
            clear:left;
			width:100%;
			height:25px;
			background-image:url(images/searchContainer.jpg);
			background-position:bottom;
			padding-top:5px;
}
.searchSubmit {
	background-image:url(images/searchSubmit.jpg);
	color:#555555;
	width: 45px;
	height: 40px;
	border:1px solid #a3a5aa;
	border-radius: 5px;	
	
}
.searchBox {
	color: #333333;
	font-size:25px;
	width: 100%;
	height: 30px;
	padding: 8px 5px 0;
	border:1px solid #a3a5aa;
	background-image:url(images/searchBackground.jpg);
}

.n td{padding-top:10px;}
.srchNav a{font-size:16px; font-weight: bold; color:#00467c; margin:10px; text-decoration:underline;}
.srchNav a:active{font-size:16px; font-weight: bold; color:#83b3e8; margin:10px; text-decoration:underline;}

#light button.lightbox {
	width: 55px;
	height: 30px;
	cursor: pointer;
	background-color:#47c25f;
	background-image:url(images/loginBackground.jpg);
	background-repeat:repeat-x;
	border:1px solid #144723;
	color:#FFFFFF;
	font-family: Helvetica, Arial;
	font-weight:bold;
	font-size:9px;
	position:absolute;
	top:-44px;
	right:15px;
	position: absolute;
	-moz-border-radius: 5px;		
	-khtml-border-radius: 5px;				
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.menuNav{
	background-color:#FFFFFF;
	height:30px;
	padding-top:12px;
	margin-top:1px;
	border-bottom:1px solid #a3a5aa;
	background:url(images/listArrow.png) no-repeat right center;
}
.menuNav a {
	color:#113660;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	margin-left:10px;
	display:block;
}

.sectionHead{
	background-color:#113660;
	margin-top:1px;
	color:#83b3e8;
	padding-top:7px;
	padding-bottom:7px;
}
.sectionHead a {
	color:#83b3e8;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	padding-top:9px;
	padding-bottom:9px;
	margin-left:10px;
}
.articleDesc{font-size:12px;}

li.touchButton {
	font-size:11px;
	border-bottom:1px solid #a3a5aa;
	list-style-type:none;
	margin-left:10px;
	margin-right:10px;
}
li.touchButton a{
    text-decoration:none;
	color:#333333;
	text-decoration:none;
	padding:10px;
}

.storyTitle1 { color:#00467c; font-size:20px; text-decoration:none;}
.storyTitle2 { color:#00467c; font-size:15px; text-decoration:none;}

 div.updated { color: #333333; margin-bottom: 5px; font-size: 11px; font-weight:bold; }

.fullArticle {padding:10px; font-size:14px;}
.fullArticle p{margin-bottom:10px;}
.fullArticle a{font-weight:bold; text-decoration:none; color:#00467c;}
.fullArticle a:active{font-weight:bold; text-decoration:none; color:#83b3e8;}

.footer {background-color:#ffffff;}
.footerText{font-family:Helvetica; font-size:10px; color:#FFFFFF; font-weight:bold; padding:7px;}
.footerText a{color:#666666; text-decoration:none; display:block; margin-bottom:10px; text-align:center;}
