/*Here is the style sheet for the new home page*/

/*this is the outside wrapper to keep the home page centered on the monitor*/

#hmpage {
	width: 861px; height:688px;
	margin-left:auto; margin-right:auto;
	padding: 0;
	margin-top:10px;
	position:relative;
	background-image:url(home-pg-back1.jpg); 
	
	background-repeat:no-repeat;
	}
	
	
/* END WRAPPER*/	



#hmmain {width: 450px; height: 258px;
	left:24px; top:305px;
	position:absolute;
	background-color:#FFFFFF;
	}

p.hmmain {font-family:"Times New Roman", Times, serif;
	font-size:86%;
	font-weight:300;
	text-align:left;
	display:inline;
	}

	
h1 {font-family:"LucidaSans Roman", GillSans, sans-serif;
	font-size: 18px;
	font-weight:600;
	text-align: left;
	color: rgb(69, 48, 64);
	display: block; vertical-align:middle;
	}

h2 {
	font-family:"LucidaSans Roman", GillSans, sans-serif;
	font-size: 0.9em;
	font-weight:700;
	color: rgb( 69, 48, 64);
	display: inline;
	line-height: 145%;	
	}

h3 { font-family:"LucidaSans Roman", GillSans, sans-serif;
	font-size:0.9em;
	font-style:italic;
	font-weight:600;
	color: rgb(102, 102, 102);
	display:inline;
	}

h5 {font-family:"Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight:500;
	color: rgb(102, 102, 102);
	}


/* 01-17-07: THIS IS FROM THE NEW NEWS.CSS file for the nav bar; note the addition of background color to #news-banner; and decreased width; */

#news-banner { width:796px; position:absolute; left:0px; top:7px;}

.navlist {
	margin: 5px 10px;
	padding: 5px 0 20px 15px;
	border-bottom: 1px solid #666666;
	background-color:#FFFFFF;
	}

.navlist ul, .navlist li {
	margin: 0;
	padding:0px;
	display: inline;
	list-style-type: none;
	float: left;
	}

.navlist a:link, .navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 15px 4px 15px;
	text-decoration: none;
	color: #996600;
	}

.style-select  {
	color:#330033; font-weight:600; border-bottom: 4px solid #330033;
	padding: 10px;
	}

.navlist a:hover { color: #330000;
	border-bottom: 4px solid #330000;
	padding-bottom: 2px;
	background: transparent;
	color: #330000; 
	}


li {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 75%; font-weight:500; color:#333333;}

a:link {
	color: #996600;
	text-decoration: none;
	}
	
a:visited { text-decoration: none; color: rgb(102, 102, 102) }
a:active { text-decoration:none}
a:hover { color: rgb(69, 48, 64); text-decoration:none; }

.botomnav {font-family:"LucidaSans Roman", GillSans, sans-serif;
	font-size: 80%;
	font-weight:600;
	color: rgb(102, 102, 102);
	text-align:center;
	}


/* new for dot whack*/
#dotwack {
	position:absolute;
	height:118px;
	width: 117px;
	top:533px;
	left: 676px;
	border:none;
	
}


a#dot { background-image:url(images/dwack.png); height: 116px; width:116px; display:block; background-repeat:no-repeat; }
a#dot span { display:none; }
a#dot:hover { background-image:url(images/dwack-hover.png); height:116px; width:116x; border:none; background-repeat:no-repeat; }

