/*42nd_Street Page Styles - Project Seven - modified by Richard Jones*/
/* hide from IE mac \*/
body {
	background-image: url(../images/BackCountry.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* end hiding from IE5 mac */
/* This one for all browsers */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	/* Avoids bad rendering if browser window is narrowed */
    min-width: 800px;
}
#masthead {
	background-image: url(../images/masthead_bg.gif);
}
#logodiv {
	width: 800px;
	height: 100px;
}
/* hide from IE mac \*/
#logodiv img {
	float: left;
	border: 0;
}
/* end hiding from IE5 mac */
#wrap {
	margin: 30px auto 0 auto;
	padding: 0;
	width: 800px;
	background-image: url(../images/wrapper.gif);
	background-repeat: repeat-y;
}
#nav_wrapper {
	width: 200px;
	float: left;
}
#mainbox {
	width: 600px;
	float: left;
	text-align:left;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/* Remove any borders around our hypelink nav images  */
#nav_wrapper img {
	border: 0;
}
/* Turn off any list bullets and set indent (some browsers use margin, some padding) */
#nav_wrapper ul, #nav_wrapper li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* sub menu popouts */
#nav_wrapper ul ul {
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #FFFFFF #000000 #000000 #FFFFFFF;
	padding: 2px 3px 3px 3px;
	display:none;
}
/* Allow sub-menu widths to expand on text-size change */
#nav_wrapper ul ul, #nav_wrapper ul ul li {
	width: 12em;
}
/* Semi-transparent image links */
.exp_root {
	filter: alpha(opacity=60);
	opacity: 0.60;
}
/* Style the nav links */
#nav_wrapper a {
	display: block;
	text-decoration: none;
	margin: 0 0 10px 0;
}
/* and the pop-up sub-links */
#nav_wrapper ul ul a {
	padding: 4px 10px;
	background-color: #666D9B;
	color: #CCCCCC;
	margin: 0;
	border: 1px solid #666D9B;
	font-size: 0.75em;
}
#nav_wrapper ul ul a:hover {
	background-color: #525252;
	color: #FFFFFF;
	border-top-color: #333333;
	border-bottom-color: #7D89B0;
}
/* Allow sub-menus to be positioned relative to top of nav_wrapper */
#nav_wrapper {
	position: relative;
}
/* When the root link images are hovered over, set the sub-menu to block */
/* For IE5,6 use JavaScript class p7hvr*/
#nav_wrapper ul li:hover ul, #nav_wrapper ul li.p7hvr ul {
	display: block;
}
.expsubmenus {
	position: absolute;
	left: 140px;
}
/* Sub menu position - if other links have sub-menus we will need 
   more classes here - sub1, sub2 etc with absolute top positions */
#exp_sub {
	top: 110px;
	z-index: 20000;
}
/* Controls the opacity of the photo links */
#nav_wrapper ul li:hover a, #nav_wrapper ul li.p7hvr a, #nav_wrapper ul li a:focus, #nav_wrapper ul li a:active {
	filter: alpha(opacity=100) !important;
	opacity: 1.0;
}
h1, h2, h3 {
	font-size: 1.5em;
	margin: 0;
}
h2, h3 {
	margin: 30px 0 0 0;
}
p {
	margin: 12px 0;
}
#footer {
	background-color: #000000;
	color: #FFFFFF;
	filter: alpha(opacity=70);
	opacity: 0.70;
}
#footerwrap {
	width: 800px;
}
#footercontent {
	padding: 12px;
	font-size: 0.7em;
}
/* Styling for text links placed on the page as part of the content */
#maincontent a:link {
	color: #0000FF;
}
#maincontent a:visited {
	color: #993300;
}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus {
	background-color: #4A4A4A;
	color: #CCCCCC;
	text-decoration: none;
}
#footercontent a:link {
	color: #FFFFFF;
}
#footercontent a:visited {
	color: #ABABAB;
}
#footercontent a:hover, #footercontent a:active, #footercontent a:focus {
	color: #0099FF;
}
.uberlink {font-weight: bold;}

