

/*******************************************************************/
/*******************   Styles For HTML Elements   ******************/
/*******************************************************************/

html {
}

body {
	
	width: 100%;
	height: 100%;
	margin: 0px;
	/*font-family: verdana, tahoma, arial;
	font-size: 12px; background:#FFFFFF;*/ 
	background-image: url(/_images/layout/cloudleftbg.jpg);
	background-repeat:repeat-y; 	
	/*scrollbar-face-color: rgb(204,204,204);     
	scrollbar-arrow-color: rgb(0,0,153);     
	scrollbar-base-color: rgb(153,153,153);     
	scrollbar-shadow-color: rgb(102,102,102);     
	scrollbar-darkshadow-color: rgb(0,0,0);     
	scrollbar-highlight-color: rgb(255,255,255);     
	scrollbar-3dlight-color: rgb(255,255,0);     
	scrollbar-track-color: rgb(51,51,51);*/
}

/*******************************************************************/
/******************   Styles For the ID Attribute   ****************/
/*******************************************************************/


#topnav {
	width:800px;
	height:40px;
	position:absolute;
	top:76px;
	left:120px;
	z-index:20;
}
#tileBGTop 
{
  background-color: rgb(105,126,183);
	background-image: url(../_images/layout/cloudtopbg.jpg);
	border-bottom: solid 1px rgb(0,0,255);
	margin: 0px;
	height: 101px;
	width: 100.5%;/*This is for preserving a bottom scrollbar at all times.*/

}
#tower {
	position: absolute;
	top:0px;
	/* This is where the tower picture goes. ~G.J.*/
	/*left: 18px;
	width: 120px;
	background-repeat: repeat-y;
	position: absolute;
	top: 13px;
	z-index:2;*/
}
#banner {
	position: absolute;
	left: 120px;
	top: 0px;
}
#searcharea {
	position: absolute;
	left: 540px;
	top: 24px;
	z-index:30;
}
#search {
/*background:#fff url(../_images/google.gif) 0% 0%;background-repeat:no-repeat;*/
border:solid 1px rgb(51,204,102);
width:80px;
}
#searcharea:hover input.textarea , #search:focus{
background:#fff;background-repeat:no-repeat;
}
input.textarea {padding-left:3px;}

#panelLayout {
	position: absolute;
	left: 120px;
	top: 101px;
	z-index: 1;
	height: 100%;
	border-left: solid 1px rgb(0,0,255);
	border-left: none;
}
#menuLeft {
	position:absolute;
	top: 102px;
	left: 2px;
	width: 117px;
	z-index:200;
}

#weatherDiv {position:absolute;top:24px;left:712px;_top:22px;_left:704px;margin:0px;}

.footer {
	position:relative;
	top:25px;
	text-align:center;
	padding-top:8px;
	font-size: 10px;
	color:#FFF;
}
.footer  a {
	color:#FFF;
	text-decoration: none;
}
.footer a:hover 
{
  color:rgb(255,255,0);
  }
.footer img {margin-bottom:5px;}
