#top_bar {
	background-color:#2968AB;
	border-bottom:1px solid #07284A;
	float:left;
	text-align:center;
	width:100%;
}

h2#top_bar {
	background-color: #2968AB; /*#0c4786*/
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #07284a;
	float: left;
}

#fcc_nav_bar_top, #fcc_nav_bar_btm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding: 3px 0px;
}
#fcc_nav_bar_top {
	width: 940px;
	margin: auto;
}	

#fcc_nav_bar_btm
{
	background-color: #2968ab;
	border-bottom: 1px solid #0e3c6b;
	width: 940px;
	height: 15px;
	clear: left;
}

.innerDiv {
	margin: 0 0px;
}

.innerDiv5 {
	margin: 5px;
}

.innerDiv10 {
	margin: 10px;
}


.innerDiv2 {
	margin: 0 15px 15px 15px;
}

.innerDiv3 {
	margin: 10px auto 10px 0;
}

#fcc_nav_bar_btm div
{
	padding: 0px 5px;
}

.fcc_nav_bar {
	text-align: right;


	/* background: url(images/bg_gradient_search.jpg) no-repeat top right;	*/
}

.fcc_nav_bar a {
	color: #ffffff;
	text-decoration: none;
}

.fcc_nav_bar a:hover{
	text-decoration: underline;
}
.fcc_nav_bar ul li {
	display: inline;
	color: #ffffff;	
	margin: 2px 5px;
}

#wrapper_main {
	clear:both;
	margin: auto;
	width: 960px;
	text-align: left;
}
#header {
	height: 100px;
}

#top_nav {
	width: 960px;
	height: 74px;
	background:url(/pshs/images/bg_top_nav.jpg) no-repeat top;
	padding: 0px;
	margin: 0;
}

#top_nav ul {
	padding: 0px;
	margin: 0;
}
#top_nav ul li {
	display: inline;
	margin: 0px;
}

#top_nav a {
	color: #fff;	
}

#wrapper_content {
	background: #316fad url(/pshs/images/bg_gradient_main.jpg) repeat-x center top;
	padding:0px 10px 0px 10px;
}

#content {
	background-color: #ffffff;
	width: 900px;
	float: left;
	padding: 0px 20px 10px 20px;
	overflow: hidden;
	min-height: 400px;
}

#footer {
	width: 900px;
	float: left;
	background: #0d437c url(/pshs/images/bg_gradient_footer.jpg) repeat-x center top;
	padding: 10px 20px 10px 20px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
}
.col_footer {
	float: left;
	width: 30%;
	padding: 0px 10px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	color: #04284d;
	margin-bottom: 10px;
}

p {
	margin-bottom: 1.5em;
}


div.hr_full {
	background: transparent url(/pshs/images/hr_full.gif) no-repeat center top;	
	width: 100%;
	height: 12px;
	margin-bottom: 10px;
}

div.hr_full hr {
	display: none;
}

/* IE Fix 
hr {
  display : list-item;
  list-style : url(images/hr_full.gif) inside;
  filter : alpha(opacity=0);
} */

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.tUpper {
	text-transform:uppercase;
}
.searchBox {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;

}

div.col_quarter, 
div.col_half, 
div.col_third,
div.threeQuarter,
.col_fifth {
	float: left;
	overflow: hidden;

}

.col_fifth {
	width: 186px;
}

div.col_quarter {
	width: 225px;
}

div.col_half {
	width: 450px;
}

div.col_third {
	width: 300px;
}
div.full {
	width: 900px;
}

div.threeQuarter {
	width: 675px;
}

#lstTargetGroup li {
	float: left;
	list-style-type: none;
	background: url(/pshs/images/shdow_small.gif) no-repeat center bottom;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center;
	font-weight:bold;
	width: 97px;
}

#content ul {
	list-style-type:none;
}

ul.listWithStars {
	padding: 0 0 10px 0;
}

ul.listWithStars li {
	background: url(/pshs/images/star_small.gif) 0 1px no-repeat;
	padding: 0 0 0 20px;
	margin: 7px 0;
	line-height: 15px;
	
}

ul.gray li {
	background: url(/pshs/images/star_small_gray.gif) 0 1px no-repeat;
}

ul.listWithStars li.nostar {
	background: none;	
}

ul.listWithArrows li {
	background: url("/pshs/images/arrow_popupmenu.gif") no-repeat scroll 2px 2px;
	padding: 0 0 0 20px;
	margin: 7px 0;
	line-height: 15px;
}



.noBullet {
	list-style-type:none;
}

#footerLogoContainer {
	text-align: center;
}

#footerLogo {
	clear: left;
	margin: auto;
	width: 350px;
	height: 46px;
	line-height: 46px;	
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}

#footerLogo img {
	float: left;
}


#whatsHotContainer {
	margin-bottom: 15px;
	overflow:hidden;
	height: 230px; /*change to 230 for new slider*/
	width: 420px;
	background-image:url(/pshs/images/highlightsbox.png);
	background-repeat:no-repeat;
}

#sliderContainer {
	margin-bottom: 15px;
	overflow:hidden;
	height: 230px;
	width: 420px;
	background-repeat:no-repeat;
	background-color:#FFF;
}

.lstTargetGroupLeft {
	margin-right: 11px;
}

#lstTargetGroup li p {
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
}

#lstTargetGroup li p.twoLiner {
	line-height: 12px;
}

#lstTargetGroup li a {
	font-size: 11px!important;
	font-family: Arial;
}

#fcc_nav_bar_top .fLeft {
	width: 200px;
}

#fcc_nav_bar_top .fRight {
	width: 700px;
}

.fccSearchContainer {
	width: 180px;
	float: right;

}

.noUnderline a {
	text-decoration: none;
}

/******************** Clearinghouse *****************************/

#contentSearchBox {
	text-align: center;
}

/***************************** left nav **************************/

.leftNavShadow {
	background: url(/pshs/images/vertShadowMed.gif) 98% 50% no-repeat;
}


.horizontalList  {
	clear: both;
}

.horizontalList li {
		margin: 0 20px;
		padding-bottom: 10px;
}

.twoPane li {
	width: 45%;
	float: left;
}

.relatedLinks {
	float: right;
	width: 215px;
}

.narrowband {
	background-color:#D1EDF9;
	width:211px;
}

.narrowband p {
	margin-bottom:0px;
}

.innerDivNav {
	margin: 0 20px 0 0;
}

#content ul {
	list-style-type:none;
}


#content p,
#content h1,
h2 {
	padding-left: 0;
}

#content p {
	line-height: 1.3em;
}

.quarterUl {
	width:215px;
	margin-right: 10px;
	float: left;
	}
.quarterUl h2 {
	padding: 3px 3px 3px 50px;
	height: 40px;
	font-size:12px;
	line-height:27px;
	color:#282828;
	font-weight:normal;
	margin-bottom:0;
	}	
	
.quarterUl ul {
	margin-left: 15px;
	padding: 0px;
	}	
	
.quarterUl ul a {
	font-size: 11px;
	}		

#highRiskStates {
	background:transparent url(/pshs/images/global/hdrHurricane.png) no-repeat -3px  0;	
}

#hurricaneResources {
	background:transparent url(/pshs/images/global/hdrResources.png) no-repeat -3px  0;	
}

#trackWeather {
	background:transparent url(/pshs/images/global/hdrClouds.png) no-repeat -3px 0;	
}

#quakeStates {
	background:transparent url(/pshs/images/global/hdrQuakestates.png) no-repeat -3px  0;	
}

#quakeInfo {
	background:transparent url(/pshs/images/global/hdrQuakeinfo.png) no-repeat -3px 0;	
}



.quarterUl h2.twoLiner {
	line-height: 12px;
	padding-top: 4px;
}	

#breadcrumbs {
	margin-bottom: 10px;
}

.sitemap ul ul {
	margin-left: 15px;
}

.listWithBullets {
	padding-left: 15px;
}

.backToTop {
	text-align: right;
	margin-bottom: 5px;
	margin-top: -10px;
}

/************ Campus page **********/

#schoolLegend,
.notificationBox {
	padding: 5px!important;
	background-color: #FFFFCC;
	border: 1px solid #dadada!important;
	margin-bottom: 15px!important;
	overflow: auto;
}

#schoolLegend li {
	float: left!important;
	font-size: 11px!important;
	padding-right: 10px!important;
}

#schoolLegend li img {
	margin-right: 3px!important;
}


/************ Contact us form  *******************/

#contactUsForm div {
	float: left;
	width: 90px;
}

#contactUsForm li {
	margin-bottom: 10px;
}

#contactUsForm #messageBox {
	width: 300px;
	height: 150px;
}


#content h2 a {
	font-size: 13px;
}

.contentTbl th {
		background-color: #dadada;
		padding:5px 10px;
}

.contentTbl td {
		border-bottom: 1px solid #dadada;
		padding: 10px;
}

.CB {
	clear:both;
}