@charset "utf-8";

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #963;
	margin: .6em 0 .4em 0;
	padding-left: 20px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #963;
	margin: .6em 0 .4em 0;
	padding-left: 20px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #963;
	margin: .6em 0 .4em 0;
	padding-left: 20px;
}

h4 {
	font-size: .9em;
	font-weight: bold;
	color: #963;
	margin: .6em 0 .4em 0;
	padding-left: 20px;
}


a {
	text-decoration: none;
}

a:link {
	color:#F00;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #00C;
}


img {
  border-style: none;

}

body {
	background: #fcfcfc url(../images/banner.jpg) no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #fcfcfc;
	margin: 0 auto;
	text-align: left;
	border-top: 3px #757556;
	border-right: 3px solid #757556;
	border-bottom: 3px solid #757556;
	border-left: 3px solid #757556;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. >>I'm using the header to push down the container to reveal the banner image which is a body background image<< */
	height: 270px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background: url(../images/horizLines.gif);
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.oneColLiqCtrHdr #container #mainContent #webCam  {
	height: 530px;
	width: 670px;
	margin-right: auto;
	margin-left: 15px;
	background: #cccc99;
}
.oneColLiqCtrHdr #container #mainContent #weather {
	height: 1200px;
	width: 1160px;
}


.oneColLiqCtrHdr #navBar {
	height: 60px;
	background: url(../images/box_top.jpg) repeat-x;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
}
.oneColLiqCtrHdr #container #horizDecoLine    {
	width: 100%;
	background: url(../images/decoHorizLine.gif) repeat-x;
	height: 25px;
	margin-top: 20px;
}
.oneColLiqCtrHdr #container #horizDecoLine #date {
	float: left;
	width: auto;
	margin-left: 12px;
	color: #000;
	background: url(../images/horizLines.gif) repeat;
	border: solid 1px;
	font-size: 0.8em;
	padding: 3px 5px 5px;
}
.oneColLiqCtrHdr #container #horizDecoLine #search {
	float: right;
	padding-right: 10px;
	
}



.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#757556;
	margin-top: 10px;
	margin-bottom: 20px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: center;
	font-size: 0.8em;
}


.oneColLiqCtrHdr #footer a:link {
	color: #3F0;
	text-decoration: none;
}

.oneColLiqCtrHdr #footer a:hover {
	color: #FFF;
	text-decoration: underline;
	
}



.oneColLiqCtrHdr #container #mainContent #calCenter {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.box1 {
	float: left;
	width: 50%;
	height: auto;
	padding: 10;
}
.box2 {
	float: left;
	width: 50%;
	height: auto;
	padding: 10;
}
.clear {
	clear: both;	
}
.floatLeft {
	float: left;
	margin-right: 35px;
	margin-bottom: 35px;
	padding: 10px;
}

