/* CSS Document */

body {
	width: 800px;
	background: url(../images/bkgd_body.jpg) repeat;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

div.content {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #3f2001;
	background: transparent url(../images/bkgd.jpg) 1px 167px repeat-y;	
	width: 800px;
	min-height: 600px; !important
	height: 600px;
	text-align: left;
	border: solid 1pt #3f2001;
	border-top: none;
	border-bottom: none;
	

}

div.header {
	position: relative;
	top: 0;
	left: 0;
	height: 145px;
	margin: 0;
	padding: 0;
	width: 800px;
	background-color: #fff;
}


.rightmargin {
	margin-right: 6px;
}

div.navbar {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 22px;
	background-color: #fff;
	z-index: 1000;
}
div.main {
	position: relative;
	width: 740px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 50px 20px 0 40px;
	
}

div.left {
	position: relative;
	top: 20px;
	left: 20px;
	width: 400px;
	float: left;
	margin: 0;
	padding: 0;
	
}

div.right {
	position: relative;
	top: 20px;
	left: 0;
	width: 300px;
	float: right;
	margin: 0;
	padding: 0;
	
}

div.accuWeather {
	position: relative;
	top: 20px;
	width: 180px;
	float: right;
	margin: 0;
	padding: 0;
}

div.footer {
	position: relative;
	clear: both;
	top: 0;
	left: 0;
	margin: 0;
	padding: 50px 40px 0 40px;
	border-bottom: solid 1pt #3f2001;	
}

td {vertical-align: top;}
input { vertical-align: text-bottom;}

/* ----------------------------------------------------------------------------------------*/
/* -----Main Nav Bar---Sprite Rollovers-----thanks to Dave Shea's article at A List Apart --
   ----------------------------http://alistapart.com/articles/sprites/ ---------------------*/

#navi {
	position: relative;
	width: 800px; 
	top: 0;
	left: 0;
	height: 22px;
	background: url(../images/navbar.jpg);
	margin: 0; 
	padding: 0;
	z-index: 1000;
}
#navi li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#navi li, #navi a {height: 22px; display: block;}

#panel1b {left: 0px; width: 222px;}
#panel2b {left: 222px; width: 61px;}
#panel3b {left: 283px; width: 88px;}
#panel4b {left: 371px; width: 82px;}
#panel5b {left: 453px; width: 110px;}
#panel6b {left: 563px; width: 102px;}
#panel7b {left: 665px; width: 76px;}


#panel1b a:hover {background: transparent url(../images/navbar.jpg) 0px -22px no-repeat;}
#panel2b a:hover {background: transparent url(../images/navbar.jpg) -222px -22px no-repeat;}
#panel3b a:hover {background: transparent url(../images/navbar.jpg) -283px -22px no-repeat;}
#panel4b a:hover {background: transparent url(../images/navbar.jpg) -371px -22px no-repeat;}
#panel5b a:hover {background: transparent url(../images/navbar.jpg) -453px -22px no-repeat;}
#panel6b a:hover {background: transparent url(../images/navbar.jpg) -563px -22px no-repeat;}
#panel7b a:hover {background: transparent url(../images/navbar.jpg) -665px -22px no-repeat;}

.atPage1 #panel1b {background: transparent url(../images/navbar.jpg) 0px -44px no-repeat;}
.atPage2 #panel2b {background: transparent url(../images/navbar.jpg) -222px -44px no-repeat;}
.atPage3 #panel3b {background: transparent url(../images/navbar.jpg) -283px -44px no-repeat;}
.atPage4 #panel4b {background: transparent url(../images/navbar.jpg) -371px -44px no-repeat;}
.atPage5 #panel5b {background: transparent url(../images/navbar.jpg) -453px -44px no-repeat;}
.atPage6 #panel6b {background: transparent url(../images/navbar.jpg) -563px -44px no-repeat;}
.atPage7 #panel7b {background: transparent url(../images/navbar.jpg) -665px -44px no-repeat;}



/* --------------------end of Main Nav Bar-------------------------------------------------*/
/* ----------------------------------------------------------------------------------------*/



/* ----------------------------------------------------------------------------------------*/
/* -------------------start of Sub Menu CSS------------------------------------------------*/

ul#subnav { 
    position: absolute;
	top: 22px;
	left: 0;
	width: 150px;
    display: none;
	background-color: #fff;
	border-top: 1px solid #069;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0 10px;
	z-index: 1000;
}


/* ---------formatting for list items in hidden submenu--a drop down menu------------------*/
ul#subnav li { 
	position: relative;
	top: 0;
	left: 0;
	height: 19px;
	width: 143px;
	background: #fff;
	border: 1px solid #069;
	border-top: none;
	color: #069;
	margin: 0;
	padding: 3px 0 0 5px;
}
	
ul#subnav li a, ul#subnav li a:hover {height: 19px; color: #069; font-weight: normal; text-decoration: none;}		
/* ----------formatting on a href list items-----------------------------------------------*/
ul#subnav li a:hover{ 
	text-decoration: none;
	color: #3f2001;
	background: #fff;
	margin: 0;
}


	
/* ----------Fix IE. Hide from IE Mac----- */
* html #navi ul ul#subnav li { height: 1%; float: right; }
* html #navi ul ul#subnav li a { height: 1%; }
/* End */



/*---------------displays hidden submenu on mouseover-------------------------------------*/
#navi li:hover ul, #navi li.over ul { 
		display: block;
		}


/*---------------settings for tertiary sub-menu-------------------------------------*/

#navi li:hover ul li ul, #navi li.over ul li ul { 
		display: none;
		}	
		
#navi li ul li ul {
	border-top: solid 1pt #ffffff;
}

#navi li ul li:hover ul, #navi li ul li.over ul {
	position: absolute;
	top: 5px;
	left: 108px;
	width: 110px;
	display: block;
}


/* -------------------end of Sub Menu CSS--------------------------------------------------*/
/* ----------------------------------------------------------------------------------------*/
