/*-------------------------------------------------

  Hog Wild Styles

  by Scott Whitney

-------------------------------------------------*/

body {
	background: url(style/pageback.png);
	text-align: center; 
	margin: 0; 
	}

#mainwrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
/*	background-color: green; */
	background: url(style/maincontainerback.png);
	}


.ImgSwap {
/*	background-image: url(NullURL); */
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	}

#nav_menu {
	width: 100%;
	float: left;
	font-size: small; /* could be specified at a higher level */
	margin: 0;
	padding: 0 0px 0 0px;
	list-style-type:none;  /* FIXED IT */
	position:relative;  /* FIXED IT */
	}

#nav_menu li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#nav_menu a:link, #nav_menu a:visited {
	float: left;
	font: 16px Arial;
	line-height: 23px;
	font-weight: bold;
	margin: 0 8px 0 8px;
	text-decoration: none;
	color: #FFF;
	}

/* menu link text color for active page */
#nav_menu a.here:link, #nav_menu a.here:visited.here {
	float: left;
	font: 16px Arial;
	line-height: 23px;
	font-weight: bold;
	margin: 0 8px 0 8px;
	text-decoration: none;
	color: #039;
	}

#nav_menu a.active:link, #nav_menu a.active:visited, #nav_menu a:hover {
	padding-bottom: 0px;
	color: #CCF;
	}

#nav_menu a span {
	display: none;
	}

#nav_menu a:hover span {display: block;
	position: absolute; top: 200px; left: 0px; width: 550px; z-index: 100;
	padding: 5px; margin: 10px; z-index: 200;
	color: #631;
/*	background: #F8F7EE; */
	font: italic bold 44px Arial;
	text-align: left;
	}

#nav_menu a:hover span.t1 {display: block;
	position: absolute; top: 10px; left: 15px; width: 550px; z-index: 100;
	padding: 5px; margin: 10px; z-index: 200;
	color: #24C;
	font: italic bold 44px Arial;
	text-align: left;
	}
#nav_menu a:hover span.t2 {display: block;
	position: absolute; top: 12px; left: 17px; width: 550px; z-index: 101;
	color: #888;
	}

/* position the images using an absolute position and hide them from view */
#nav_menu li a img {
	position:absolute;
	top:-320px;
	left:0;
	visibility:hidden;
	border:0
	}

/* fix the top position for the landscape images */
#nav_menu li a img.land {
	top:23px;
	left:0px;
	width: 550px;
	height: 544px;
	}

/* fix the left position for the portrait images */
#nav_menu li a img.portrait {
	left:0px;
	top:50px;
	}

#nav_menu li a:hover img, .nav_menu li a:focus img {
	visibility:visible;
	}

/* #nav_menu a img {height: 0; width: 0; border-width: 0;  z-index: 100;} */
/* filter: alpha(opacity=40); -moz-opacity:40%; */

/* style the hover background color for the text boxes */
/* #nav_menu li a:hover { background:#ddd; } */

/* style the active/focus colors for the text boxes (required for IE) */
/* #nav_menu li a:active, .nav_menu li a:focus { background:#444; color:#fff; } */

/* make the images visible on active/focus */
/* .gallery li a:active img, .gallery li a:focus img { visibility:visible; } */



ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

a:link, a:visited {
	color: #333;
	text-decoration: none;
/*	border-bottom: 1px dotted #333; */
	}

a:hover, a:active {
	color: black;
	text-decoration: none;
/*	border-bottom: 1px solid black; */
	}
	
#BasicText {
	font: 16px Arial;
	text-align: cleft; 
	text-decoration: none;
	color: #641;
	}
#BasicText a:link, #BasicText a:visited {
	font: 16px Arial;
	text-decoration: none;
	border-bottom: dotted 1px #CA7;
	color: #641;
	}