/* Start of CMSMS style sheet 'cssBlack' */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-left: -52px;
	margin-top: 8px;
	background-color: #e6e6e6;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 1040px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the page */
        border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	height: 135px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.oneColFixCtrHdr #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 */
}

#paneloutercontainer {
	color: #fff;
	width: 100%;
	z-index: 10;
}
 
#panelcontentcontainer {
	background: #000;
	color: #fff;
	margin: auto;
	width: 600px;
	top: 9px;
	height: 345px;
	background-image: url(images/gradient.jpg);
	z-index: 10;
}

#panelcontainer {
	top: 9px;
	left: 0px;
	width: 70%;
	position: absolute;
	z-index: 10;
}

.inputBox {
	border: 1px solid #555555;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	height: 16px;
	background-image: url(images/inputBackground.jpg);
	padding-left: 3px;
}

/*this avoids having image replacement sections display a dotted outline in firefox on the mac*/
a:focus { -moz-outline-style: none; }
.oneColFixCtrHdr #clearContainer {
	width: 989px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.oneColFixCtrHdr #separator {
	width: 989px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 10px;
}
.style2 {font-size: 12pt}
body,td,th {
	font-size: 12px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}



/*- Menu 7--------------------------- */
	
#menu {
	width: 198px;
	margin-left: 5px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
	
#menu li a {
	height: 18px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	padding: 7px 0 0 17px;
	font-style: normal;
	}	
	
#menu li a:link, #menu7 li a:visited {
	color: #000;
	display: block;
	background:  url(menuGrey.gif);
	background-repeat: no-repeat;
	}
	
#menu li a:hover {
	color: #FFF;
	height: 18px;
	background:  url(menuGrey.gif) 0 -25px;
	padding: 7px 0 0 17px;
	}

div.img
{
  margin: 0px;
  border: 0px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 0px;
  margin-left: 4px;
  border: 0px solid #ffffff;
}
div.img a:hover img {border: 0px solid #0000ff;}
div.desc
{
  text-align: left;
  font-weight: normal;
  width: 120px;
  margin: 0px;
}

.weatherText {
	color: #c5351b;
	font-weight: bold;
	font-family: Arial;
}

.weatherTextGrey {
	color: #00bff3;
	font-weight: bold;
	font-family: Arial;
}

.style5 {
	font-family: "Times New Roman", Times, serif; color:#00bff3;
	font-size: 24px;
	font-weight: bold;
}
.style6 {
	color: #FF0000;
	font-style: italic;
}
/* End of 'cssBlack' */

