/*
Style for the Home Page
overrides the normal style sheet
*/

		*{
			margin:0;
			padding:0;
		}
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
		}
		
		/*Supersize Plugin Styles*/
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			display:none;
		}
		#supersize .activeslide, #supersize .activeslide img{
			display:inline;
		}

#home-menu {position: fixed;
			top:5px; left:42px;
			text-align:left;
			z-index:4;
			background:none;
			}
#home-menu img.typo {top:0px;left:0px;border:0;margin:0;padding:0;}
#home-menu ul {	width:auto;
				height:1.6em;
				background:#000; /*dark brown: #2e1108*/
				border:0;
				margin:0px 0 0 10px; /*transparent adjustment*/
				padding:4px 1em 4px 1em; /*black interior margins*/
				min-width:545px;
				}
#home-menu ul li {margin-right:2px;}
#home-menu ul li a {color:#ccc;font-weight:500;}
#home-menu.home ul li a:hover,
#home-menu.home ul a:hover {color:#fff;background-color:#000;}
ul#menu.home li.page_item a:hover {background-color:transparent;}

#newsbox {	position:fixed;
			bottom:45px;right:120px;
			background-image:url('images/sepia_72pc4.png');
			border:2px solid black;
			padding:10px;margin:0;
			z-index:4;
			text-align:left;
			-moz-border-radius: 10px; -webkit-border-radius: 10px;
			}
#newsbox h2 {	margin:0 0 5px 0;padding:0;border:0;
				color:white;
			}
#newsbox ul {list-style:none;}	
#newsbox ul li a {color:white;}			

/* font revolution */
#home-menu ul li,
#newsbox h2 {font-family:Futura, "Century Gothic", AppleGothic, Helvetica, Arial, sans-serif;}

#cover-up {position:fixed; top:0;left:0;
			z-index:3;
			width:100%;height:100%;
			background-color:transparent;}

/* 
end
*/