body {
	margin: 0;
	repeat-y;
	align:top;
	background: url(images/background.png);
	background-size: 115%;
	background-attachment: fixed;
	background-repeat: repeat-y;
}
	/* white background for paforecast pages */
	#paforecast {
		margin: 0;
		repeat-y;
		align: top;
		background: url();
		background-size: 115%;
		background-attachment: fixed;
		background-repeat: repeat;
		background-color: white;
	}
a	{
	font-family: calibri, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
}
a:link {
	font-family: calibri, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	text-decoration: none;
}
a:visited {
	font-family: calibri, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	text-decoration: none;
}
a:hover {
	font-family: calibri, bold, Helvetica, sans-serif;
	font-size: 16px;
	color: blue;
	text-decoration: none;
}
a:active {
	font-family: calibri, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	text-decoration: none;
}
p {
	font-family: calibri, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}

.pagerefresh {
	display: none;
}
#navbar {
/*	background-color: #e6e6e6;	*/
	position: sticky; /* Make it stick/fixed */

	position: -webkit-sticky;
	height: 35px;
	margin-top: -36px;

/*	top: -150px; *//* Hide the navbar 150 px outside of the top view */
	transition: top 0.3s; /* Transition effect when sliding down (and up) */
	margin-left: 8%;
	z-index: +10;
}
/*
#navbar ul li{
	background-color: #e6e6e6;
}
#navbar ul li a{
	color: #CC0000;
}
#navbar ul li ul li:hover a{
	color: blue;
}
*/

/* QuickLinks */
#QuickLinks {
	position: fixed;
	top: 0;
	right: 8%;
	display: block;
	padding-right: 4px;	/* fixes bottom line*/
	z-index: +50;
}
#ql {
	background-color: #CC0000;
	color: white;
	border: 0;
	margin-left: 1px;
}
#ql a {
	color: white;
}
#ql ul li a {
	color: white;

}








#header {
	width: 100%;
	height: 120px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #e6e6e6;
}

#logo {
   	background: url('images/logosprites.png') 0 0;
	float: right;
	padding: 0;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 25px;
	width: 250px;
	height: 163px;
	background-repeat: none;
	background-size: 200%;
}
#logo:hover {
	background-position: 250px 0;
	float: right;
	width: 250px;
	height:163px;
	cursor: pointer;
	background-size: 200%;
}







#infoBox {
	width: 66%;
	height: 120px;
	padding-top: 20px;
	padding-bottom: 10px;
	background: url(images/warmfront.svg);
	background-repeat: repeat-x;
	background-position: bottom left;
	align-content: center;
}
#infoBoxTable {
	width: 100%;
	align-content: center;
	margin-right: 5%;
}
#SideMenuLink a {
	font: bold 20px calibri;
	display: block;
	padding: 0px;
	color: #3f48cc;
	width: 100%;
	text-align: center;
}
#SideMenuLink a:hover {
	color: white;
	width: 100%;
}
#SideMenuLink:hover a {
	color: white;
	width: 100%;
}
#spacer {
	width: 10%;
}
.pagetitle {
	font-family: Calibri;
	color: #CC0000;
	font-size: 300%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: Calibri;
	color: #CC0000;
	margin: 0;
	padding: 0;
}
h2 {
	font-family: Calibri;
	color: #CC0000;
	margin: 0;
	padding: 0;
	font-size: 2em;
}
h3 {
	font-family: Calibri;
	color: #CC0000;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
}

/* Links: */
#linkBox {
	width: 65%;
	padding: 0;
	margin: 0;
	height: 35px;
	border-bottom: 1px solid #e6e6e6;
	background-color: #e6e6e6;
}



ul {
	text-align: center;
	display: inline;
	padding: 0px 0px 0px 0;
	list-style: none;
	text-decoration: none;
}
ul li {
	font: bold 16px calibri;
	color: #CC0000;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 8px 6px;
	background: white;
	cursor: pointer;
	border-left: 1px #e6e6e6 solid;
	border-top: 0;
	border-bottom: 0;
}
ul li:hover {
	color: white;
	background-color: #CC0000;

}
ul li ul {
	padding: 0;
	position: absolute;
	top: 36px;
	left: 0;
	width: absolute;
	display: block;
	opacity: 0;
	visibility: hidden;
}
ul li ul li { 
	background: #800000; 
	width: 150px;
	text-align: left;
	display: block; 
	color: white;
	border-left: 0;
	padding: 0;
}
ul li ul li a:link {
	font: bold 16px Calibri;
	color: white;
	display: block;
	padding: 8px 12px;
}
ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
	position: absolute;
	z-index: +1; 
}
ul li a:link {
	padding: 8px 6px;
}
ul a:hover {
	color:white;
	text-shadow: 0px 0px 0;
	text-decoration: none;
	font: bold;	/* bold */
}








#lastlink {
	border-right: 1px #e6e6e6 solid;
}

#dropdown a {	/* fixes bug where text isn't always white */
	color: white;
}
#linkBox li a {
	color: #CC0000;
}
#linkBox li:hover a {
	color: white;
}

/* End Links */
/* End Header */




#bodyWrap {
	width: 80%;
/*	margin-left: 10%;
*/	margin-right: 10%;
	max-width: 2000px;
}

/* SideLinks  */
#sidelinks {
	width: 190px;
	border-left: 1px solid #e6e6e6;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
	height: 100%;
	position:relative;
	background: url(images/coldfront.svg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: white;
	padding-right: 18px;
}
.SideMenu {
/*	width: 181px;	*/
	width: 100%;
/*	height: 20px;
*/	color: white;
	text-align:right;
	margin-left: -10px; /* Negates padding-left for #sidelinks */
	margin-right: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style: none;
	display: inline;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.30);
}
ul .SideMenu {
	font: 20px calibri;
	color: #3f48cc;
	display: block;
	position: relative;
	background: white;
	cursor: pointer;
	z-index: +1;
	margin-top: 0;
	border-top: 1px solid black;
	border-left: 0;
/*	width: 100%; */	/* TEST */
}
ul .SideMenu:hover {
	background: #3f48cc;
	color: white;
/*	a:padding: 3px 3px;	*/
}

ul .SideMenu ul {
	position: absolute;
	display: block;
	top: 25px;
	left: 0;
	width: 175px;
	column-gap: 200px;	-webkit-column-gap: 200px;	-moz-column-gap: 200px;
	break-inside: avoid;	-webkit-column-break-inside: avoid;	page-break-inside: avoid;
	margin-left: -12px; /* If width = 100% */
}
/*	.TwoColumn ul{	*/
.TwoColumn ul{
	column-count: 2;	-webkit-column-count: 2;	-moz-column-count: 2;	-ms-column-count: 2;
	border: 20px;
}
.ThreeColumn ul{
	column-count: 3;	-webkit-column-count: 3;	-moz-column-count: 3;	-ms-column-count: 3; 
}


ul .SideMenu:hover ul {
	display: block;
	top: 0;
	left: 214px;
	opacity: 1;
	visibility: visible;
	position: absolute;
	z-index: +1;
}
.spacer {
	height:20px;
}

#forecastsidelinks {
	float:left;
	margin-left:-228px;
	width:191px;
}


#bmdropdown {
	width: 200px;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	target: new;
	z-index: +10;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	column-fill: auto;
	vertical-align: top;
}
#bmdropdown a {
	background-color: #252c8d;
	color: white;
	display: block;
	height: 18px;
/*	width: 150px; */
	padding-left: 10px;
/*	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;	
*/	z-index: +10;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	column-fill: auto;
}
#bmdropdown a:hover {
	background-color: #3f48cc;
}
#bottomlink {
	border-bottom: 1px black solid;
}
/* End Sidelinks */

.sidebartitle {
	font: bold 30px calibri;
	color: #3f48cc;
	width: 100%;
	display: block;
}
.sidebartitlesmall {
	font: bold 20px calibri;
	color: #3f48cc;
	width: 100%;
	display: block;
}
.sidebartitle a {
	font-family: Calibri;
	color: #3f48cc;
	font-size: 100%;
	text-decoration: underline;
	font-weight: bold;
	margin: 0;
}
#stamp {
	font: 14px calibri;
	color: black;
	border: 2px black solid;
	position: absolute;
	bottom: 10px;
	padding: 4px;
	width: 170px;
}














#mainBody {
/*	height: 800px;	*/
	padding: 20px;
/*	padding-bottom: 100px; */

	background-color: white;
	border-right: 1px solid #e6e6e6;
}



#trough {
	height: 3px;
	max-width: 850px;
	margin-top: 35px;
	margin-left:50px;
	margin-right: 50px;
	margin-bottom: 40px;
	padding: 0;
	background: url(images/trough.svg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: white;
	background-size: contain;
	border-right: 0px solid #e6e6e6;
}
#ridge {
	height: 16px;
	max-width: 850px;
	margin-top: 40px;
	margin-left:50px;
	margin-right: 50px;
	margin-bottom: 40px;
	padding: 0;
	background: url(images/ridge.svg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: white;
	background-size: contain;
	border-right: 0px solid #e6e6e6;
}
#squallline {
	height: 4px;
	max-width: 850px;
	margin-top: 40px;
	margin-left:50px;
	margin-right: 50px;
	margin-bottom: 40px;
	padding: 0;
	background: url(images/squallline.svg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: white;
	background-size: contain;
	border-right: 0px solid #e6e6e6;
}
#dryline {
	height: 14px;
	max-width: 850px;
	margin-top: 40px;
	margin-left:50px;
	margin-right: 50px;
	margin-bottom: 40px;
	padding: 0;
	background: url(images/dryline.svg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: white;
	background-size: contain;
	border-right: 0px solid #e6e6e6;
}




#forecastactive {
	background-color: #CC0000;
	cursor: default;
	color: white;
}







.wxbox {
	padding-left: 1px;
	float: left;
	display: block;
	margin-top: 5px;
	height: 218px;
}


.wxbox .imagebox {
	font-family:calibri;
	color: white;
	float: left;
}
.wxtitle {
	font-family: arial;
	color: black;
	background-color: #e6e6e6;
	width: 170px;
	height: 36px;
	padding: 8px;
	vertical-align: top;
	text-align: center;
}
.wxtitle a {
	font-size: 18px;
	color: black;
}
.wxtitle a:hover {
	font-size: 18px;
	color: blue;
}
.webcamtitle {
	font-family: arial;
	color: black;
	background-color: #e6e6e6;
	width: 170px;
	height: 36px;
	padding: 8px;
	vertical-align: top;
	text-align: center;
}
.arrow_left {
	float:left;
	font-size: x-large;
	font-weight: bold;
	color: black;
	cursor: pointer;
}
.arrow_left:hover {
	float:left;
	font-size: x-large;
	font-weight: bold;
	color: black;
	cursor: pointer;
	text-shadow: 1px 1px 1px #CC0000;
}
.arrow_right {
	float:right;
	font-size: x-large;
	font-weight: bold;
	color: black;
	cursor: pointer;
}
.arrow_right:hover {
	float:right;
	font-size: x-large;
	font-weight: bold;
	color: black;
	cursor: pointer;
        text-shadow: 1px 1px 1px #CC0000;
}
.subtitle {
	font-family: arial;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.subtitle a {
	font-family: arial;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.subtitle a:hover {
	font-family: arial;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.imagebox{
	max-height: 150px;	
	width: 170px;
	padding: 8px;


}
.imagebox img {
	border: 1px #e6e6e6 solid;
	display: block;
	margin-left: auto;
	margin-right: auto
}



/* Code for PAwebcams. image boxes are not as high- only difference */
.pawxbox {
	margin-left: 1px;
	float: left;
	display: block;
	margin-top: 5px;
	height: 175px;
}

.pawxbox .imagebox {
	font-family:calibri;
	color:white;
	float: left;
}
.paimagebox{
	width: 170px;
	padding: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wxbox .paimagebox{
	font-family:calibri;
	color:white;
}









/* Code for Tropics Page */
.tropicsmenu	{
	padding:0px;
	margin:1px;
	margin-left:20px;
	border:0px;
	max-width:400px;
	color: white;
	font-family: calibri;
	font-size: 14px;
}
.tropicsmenu a	{
	cursor: pointer;
	color: white;
	font-family: calibri;
	font-size: 14px;
}
.tropicsmenu a:hover	{
	cursor: pointer;
	color: orange;
	font-family: calibri;
	font-size: 14px;
}
#tropicsoutlook {
	border: 1px #e6e6e6 solid;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
table #SaffirSimpson {
	font-family: calibri;
	font-size: 16px;
	text-align: center;
	padding: 4px 10px;
	border-collapse: collapse;
	border: 1px black solid;
}
table #SaffirSimpson th {
	padding: 4px 10px;
	border-collapse: collapse;
	border: 1px black solid;
}
table #SaffirSimpson td {
	border: 1px black solid;
}





#footer {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	height: 150px;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	border: 0;
	background-color: #e6e6e6;
}
#bottomMenu {
	padding-top: 10px;
}
#bottomMenu ul li a {
	color: #CC0000;
}
#bottomMenu ul li:hover a {
	color: white;
}
#Disclaimer {
	font-family: calibri;
	color: black;
	padding: 10px;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 25%;
	top: 25%;
	width: 50%; /* Full width */
	height: 20%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: white;
	border: 6px solid #CC0000;
}
#Exit {
	font-family: calibri;
	color: white;
	background-color: #CC0000;
	width: 100px;
	height: 20px;
	padding: 5px; 0;
	float: right;
	cursor: pointer;
	text-align: center;
}




#obwx {
	border-top-left-radius: 140px 90px;
	-moz-border-radius-topleft: 140px 90px;
	border-top-right-radius: 140px 90px;	
	-moz-border-radius-topright: 140px 90px;
	border-bottom-right-radius: 140px 90px; 	
	-moz-border-radius-bottomright: 140px 90px;
	border-bottom-left-radius: 140px 90px; 	
	-moz-border-radius-bottomleft: 140px 90px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 150px;
	background-color:white;
}


/* for PA Forecast page iframe */
.wrapped-iframe {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 1500px;
	border: 0;
}
@media only screen and (max-device-width: 1366px) {
	.wrapped-iframe {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		min-height: 2600px;
		border: 0;
	}
}