@charset "utf-8";
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin:0;
	padding:0;
	background-color:#4C5A51;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
}
.sitenav{
	position:absolute;
	top:-2000px;
}
a:hover{
	color:red;
}
.blackbar{
	background-image:url(../images/blackbar.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:50px;
	padding-bottom:30px;
}
.blackbar ul{
	list-style:none;
	padding:0;
	margin:0;
}
.blackbar li{
	float:right;
	width:100px;
	height:60px;
	text-align:center;
	border-left:solid 1px #222;
}
.blackbar li:hover{
	background-image:url(../images/gradwhite_50_0.png);
	background-repeat:repeat-x;
}
#selected {
	background-color:white;
	background-color:rgba(255,255,255,.25);
	background-image:url(../images/gradwhite_50_0.png);
	background-repeat:repeat-x;
	border-bottom:solid 2px white;
}
.blackbar li a{
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	padding:15px 20px;
}
.blackbar a:hover{
	text-shadow:1px 1px 3px black;
}
.tornado{
	background-image:url(../images/tornado.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:350px;
	position: relative;
}
.displaylg{
	font-size:55px;
	color: #fefefe;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 2px, rgba(0, 0, 0, 0.3) 2px 4px 4px, rgba(255, 255, 255, 0.5) 1px 1px;
	text-align:right;
	padding-top:60px;
	
	
}
.logo{
	background: url("../images/disaster_preparedness3.png") no-repeat 0px 0px;
	width: 577px;
	height: 282px;
	position: relative;
	left: 510px;
	top: -5px;
}
.subheader{
	text-align:right;
	color:#ccc;
	font-size:18px;
	letter-spacing:3px;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 2px, rgba(0, 0, 0, 0.3) 2px 4px 4px;
}
.centerdiv{
	width:950px;
	height:100px;
	margin:0 auto;	
}
.bodypage{
	width:860px;
	padding:20px;
	margin:0 auto;
	background-color:white;
	background-image:url(../images/sidebar_bg.png);
	background-position:-1px 0px;
	background-repeat:repeat-y;
	margin-top: -40px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	border:solid 1px white;
	border-top:none;
	border-radius:2px;
	margin-bottom: 0px;
}
.indentin{
	margin-left:20px;
}
h1{
	font-size:40px;
	margin:0;
	border-bottom:#eee solid 1px;
	padding:20px 5px;
	color:#A00;
	letter-spacing:1px;
	line-height:1em;
}
h2{
	text-weight:bold;
}
.sidebar{
	width:200px;
	float:left;
	margin-top: -20px;
	margin-left:-20px;
	min-height:500px;
	color:white;
	padding-top: 20px;
}
.sidebar ul{
	list-style:none;
	padding:0;
}
.sidebar li{
	padding:0;
	margin:0;
	font-size:16px;
	padding:3px 10px;
}
.sidebar li a{
	display:block;
	padding:5px 7px;
	color:#900;
	text-decoration:none;
	font-size:15px;
}
.sidebar li a:hover{
	background-color:red;
	color:#ddd;
}
.bodytext{
	width:650px;
	float:right;
	line-height:1.6em;
	font-size:17px;
	min-height:520px;
}
#footer{
	background-color:#303678;
	margin: 0px -20px -20px -20px;
	clear:both;
	padding:20px;
	text-align:center;
	color:white;
	font-size:11px;
	line-height:1.75em;
	letter-spacing:1px;
	border-top:#747AC7 solid 1px;
}
#footer a{
	color:white;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#uix { float:right; height: 0 !important; padding:0 !important; position:relative; top:10px; }

#linkHome { display:none !important; }

#UPRN { font-size:20px; }

#social{margin-top: 60px !important;
    position: relative;
    z-index: 9001;}