@charset "UTF-8";
/* CSS Document */

/*
	---------------------
	Company:  Leopard, Inc.
	Author:  Katy Gabriel
	Date:  June 26, 2008
	----------------------
*/

/*--------------- PAGE/GENERAL------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	font-size: 0.8em;
	line-height: 1.55em;
	background-color: #362620;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../visit/images/maingraphic_secondary.jpg);
}

.clear {
	clear: both;
}
img {
	border-style: none;
}
#left {
	float: none;
	clear: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 352px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../events/publicevents/images/mm_logo.jpg);
	background-position: left top;
	height: 170px;
	margin-bottom: 10px;
}

a {
	color:#854f1b;
	text-decoration: none;
	list-style-type: none;
}		
a:hover { 
	color: #1b2915;
	text-decoration: none;
}

p {
	padding-bottom: .5em;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #5b116a;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: .3em;
}
h2 {
	font-size: 1.17em;
	font-weight: normal;
	color: #5b116a;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: none;
}
.italic {
	font-style: italic;
}
.list {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: .5em;
}
ol {
	list-style-image: none;
	list-style-type: none;
}
#calltoAction {
	border: 1px solid #85561b;
	padding: 5px 10px;
	margin-bottom: 12px;
	margin-top: 5px;
}
#calltoAction p {
	font-weight: bold;
}
.table {
	margin-bottom: 10px;
}

/*--------------- WALLPAPER CONTAINER ------------- */
#wallpaperContainer {
	background-image: url(../visit/images/wallpaper.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	height: auto;
	min-height: 100%;
}
/*--------------- LOGO CONTAINER ------------- */
#logo {
	margin: 0 auto;
	text-align: right;
	height: 253px;
	width: 860px;
	padding-top: 62px;
}
/*--------------- CONTENT CONTAINER ------------- */
#contentContainer {
	margin: 0 auto;
	width: 626px;
}
/*--------------- MAIN CONTENT FRAME ------------- */
#maincontentFrame {
	float: left;
}
#maincontentframeTop {
	background-image: url(../visit/images/maincontentframe_top.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 437px;
}
#maincontentframeMiddle {
	background-image: url(../visit/images/maincontentframe_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 408px;
	min-height: 160px;
	padding-top: 14px;
	padding-left: 29px;
	padding-bottom: 12px;
}
#maincontentframeBottom {
	background-image: url(../visit/images/maincontentframe_bottom.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 437px;
}
/*--------------- SUB NAV FRAME ------------- */
#subnavFrame {
	float: right;
}
#subnavframeTop {
	background-image: url(../visit/images/subnavframe_top.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 176px;
}
#subnavframeMiddle {
	background-image: url(../visit/images/subnavframe_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 137px;
	min-height: 200px;
	padding-top: 9px;
	padding-left: 39px;
	padding-bottom: 9px;
	overflow: hidden;
}
#subnavframeBottom {
	background-image: url(../visit/images/subnavframe_bottom.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 176px;
}
/*--------------- FOOTER ------------- */
#footer {
	text-align: center;
	font-size: 1.2em;
	line-height: 16px;
	color: #fbedd3;
	padding-top: 25px;
	height: 90px;
}
/*--------------- MAIN CONTENT ------------- */

#mainContent {
	background-color: #FFFFFF;
	width: 352px;
	min-height: 140px;
	border: 1px solid #85561b;
	text-align: left;
	padding: 12px;
}
#mainContent img {
	float: right;
	border: 1px solid #85561b;
	margin-left: 12px;
}
#mainContent2 {
	background-color: #FFFFFF;
	width: 352px;
	border: 1px solid #85561b;
	text-align: left;
	padding: 12px;
}
#mainContent2 img {
	float: right;
	border: 1px solid #85561b;
	margin-left: 12px;
}	

/*--------------- NAVIGATION VISITED AREA ------------- */
#visitednav {
	background-color: #FFFFFF;
	width: 92px;
	border: 1px solid #854f1b;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-bottom: 9px;
	padding-bottom: 10px;
	overflow: hidden;
	
}
#subpageLinks li {
	font-size: .75em;
	line-height: 1.75em;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}
#subpageLinks li a:hover {
	color: #714a76;		
}
#subpageLinks li a.activePage {
	color: #714a76;	
}
/*--------------- NAVIGATION AREA ------------- */


/*set up the width of the rollover not counting rollover area*/
#visitnavButtons {
	width: 94px;
	height: 161px;
	background-image:url(../visit/images/visitnav.gif);
	background-repeat: no-repeat;
	margin-top: 9px;
	overflow: hidden;
}

/*set up the list*/
#visitnavButtons li {list-style: none; float: left;}
#visitnavButtons a {display: block; text-decoration: none;}

/*set up the dimensions and position of each li button*/
#visitnavButtons #rental	  {left: 0px; top: 0px; width: 94px; height: 34px;}
#visitnavButtons #events	  {left: 0px; top: 34px; width: 94px; height: 34px;}
#visitnavButtons #support  {left: 0px; top: 68px; width: 94px; height: 34px;}
#visitnavButtons #links	  {left: 0px; top: 102px; width: 94px; height: 34px;}
#visitnavButtons #contact  {left: 0px; top: 136px; width: 94px; height: 34px;}

/*set up the height of each li button that is a link*/
#visitnavButtons #rental   a {height: 25px;}
#visitnavButtons #events   a {height: 25px;}
#visitnavButtons #support  a {height: 25px;}
#visitnavButtons #links    a {height: 25px;}
#visitnavButtons #contact  a {height: 25px;}

/*set up the position of each li button so that upon rollover includes the necessary part of the image*/

#visitnavButtons #rental a:hover {
	background-image: url(../visit/images/visitnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -161px;
}
#visitnavButtons #events a:hover {
	background-image: url(../visit/images/visitnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -195px;
}
#visitnavButtons #support   a:hover {
	background-image: url(../visit/images/visitnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -229px;
}
#visitnavButtons #links a:hover {
	background-image: url(../visit/images/visitnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -263px;
}
#visitnavButtons #contact a:hover {
	background-image: url(../visit/images/visitnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -297px;
}

/*--------------- PRINTS FOR SALE AREA ------------- */


/*set up the space for ad*/
#printsAd {
	width: 176px;
	height: 138px;
	background-repeat: no-repeat;
	margin-top: 9px;
	overflow: hidden;
	background-image: url(../visit/images/printsad.jpg);
}

/*--------------- RENTAL PAGE VISIT NAV BUTTON ------------- */
/*set up the width of the rollover not counting rollover area*/
#visitButton {
	width: 94px;
	height: 25px;
	background-image:url(../rental/images/rentalnav1.gif);
	background-repeat: no-repeat;
	margin-bottom: 9px;
	overflow: hidden;
	
}

/*set up the list*/
#visitButton li {list-style: none; float: left;}
#visitButton a {display: block; text-decoration: none;}

/*set up the dimensions and position of each li button*/
#visitButton #visit	  {left: 0px; top: 0px; width: 94px; height: 34px;}


/*set up the height of each li button that is a link*/
#visitButton #visit   a {height: 25px;}


/*set up the position of each li button so that upon rollover includes the necessary part of the image*/

#visitButton #visit a:hover {
	background-image: url(../rental/images/rentalnav1.gif);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}


/*--------------- RENTAL SUBPAGE LINKS AREA ------------- */
#visitednav {
	background-color: #FFFFFF;
	width: 92px;
	border: 1px solid #854f1b;
	text-align: center;
	padding-bottom: 10px;
}
#subpageLinks li {
	font-size: .75em;
	line-height: 1.75em;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}
#subpageLinks li a:hover {
	color: #714a76;		
}
#subpageLinks li a.activePage {
	color: #714a76;	
}
/*--------------- RENTAL PAGE: LOWER NAV BUTTON ROLLOVER AREA ------------- */
/*set up the width of the rollover not counting rollover area*/
#rentalpagenavButtons {
	width: 94px;
	height: 127px;
	background-image:url(../rental/images/rentalnav2.gif);
	background-repeat: no-repeat;
	margin-top: 9px;
	overflow: hidden;
}

/*set up the list*/
#rentalpagenavButtons li {list-style: none; float: left;}
#rentalpagenavButtons a {display: block; text-decoration: none;}

/*set up the dimensions and position of each li button*/
#rentalpagenavButtons #events	  {left: 0px; top: 0px; width: 94px; height: 34px;}
#rentalpagenavButtons #support	  {left: 0px; top: 34px; width: 94px; height: 34px;}
#rentalpagenavButtons #links  {left: 0px; top: 68px; width: 94px; height: 34px;}
#rentalpagenavButtons #contact	  {left: 0px; top: 102px; width: 94px; height: 34px;}

/*set up the height of each li button that is a link*/
#rentalpagenavButtons #events   a {height: 25px;}
#rentalpagenavButtons #support   a {height: 25px;}
#rentalpagenavButtons #links  a {height: 25px;}
#rentalpagenavButtons #contact    a {height: 25px;}

/*set up the position of each li button so that upon rollover includes the necessary part of the image*/

#rentalpagenavButtons #events a:hover {
	background-image: url(../rental/images/rentalnav2.gif);
	background-repeat: no-repeat;
	background-position: 0px -127px;
}
#rentalpagenavButtons #support a:hover {
	background-image: url(../rental/images/rentalnav2.gif);
	background-repeat: no-repeat;
	background-position: 0px -161px;
}
#rentalpagenavButtons #links   a:hover {
	background-image: url(../rental/images/rentalnav2.gif);
	background-repeat: no-repeat;
	background-position: 0px -195px;
}
#rentalpagenavButtons #contact a:hover {
	background-image: url(../rental/images/rentalnav2.gif);
	background-repeat: no-repeat;
	background-position: 0px -229px;
}

/*--------------- EVENTS PAGE TOP NAV BUTTONS (VISIT AND RENTAL) ------------- */
/*set up the width of the rollover not counting rollover area*/
#topButtons {
	width: 94px;
	height: 59px;
	background-image:url(../events/images/eventstopnav.gif);
	background-repeat: no-repeat;
	margin-bottom: 9px;
	overflow: hidden;
}

/*set up the list*/
#topButtons li {list-style: none; float: left;}
#topButtons a {display: block; text-decoration: none;}

/*set up the dimensions and position of each li button*/
#topButtons #visit	  {left: 0px; top: 0px; width: 94px; height: 34px;}
#topButtons #rental	{left: 0px; top: 34px; width: 94px; height: 34px;}


/*set up the height of each li button that is a link*/
#topButtons #visit   a {height: 25px;}
#topButtons #rental   a {height: 25px;}


/*set up the position of each li button so that upon rollover includes the necessary part of the image*/

#topButtons #visit a:hover {
	background-image: url(../events/images/eventstopnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -59px;
}
#topButtons #rental a:hover {
	background-image: url(../events/images/eventstopnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -93px;
}
/*--------------- EVENTS PAGE: LOWER NAV BUTTON ROLLOVER AREA ------------- */
/*set up the width of the rollover not counting rollover area*/
#eventspagenavButtons {
	width: 94px;
	height: 93px;
	background-image:url(../events/images/eventsbottomnav.gif);
	background-repeat: no-repeat;
	margin-top: 9px;
	overflow: hidden;
}

/*set up the list*/
#eventspagenavButtons li {list-style: none; float: left;}
#eventspagenavButtons a {display: block; text-decoration: none;}

/*set up the dimensions and position of each li button*/
#eventspagenavButtons #support	  {left: 0px; top: 0px; width: 94px; height: 34px;}
#eventspagenavButtons #links	  {left: 0px; top: 34px; width: 94px; height: 34px;}
#eventspagenavButtons #contact  {left: 0px; top: 68px; width: 94px; height: 34px;}

/*set up the height of each li button that is a link*/
#eventspagenavButtons #support   a {height: 25px;}
#eventspagenavButtons #links  a {height: 25px;}
#eventspagenavButtons #contact    a {height: 25px;}

/*set up the position of each li button so that upon rollover includes the necessary part of the image*/

#eventspagenavButtons #support a:hover {
	background-image: url(../events/images/eventsbottomnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -93px;
}
#eventspagenavButtons #links   a:hover {
	background-image: url(../events/images/eventsbottomnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -127px;
}
#eventspagenavButtons #contact a:hover {
	background-image: url(../events/images/eventsbottomnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -161px;
}
/*--------------- SUPPORT PAGE TOP NAV BUTTONS (VISIT, RENTAL, AND EVENTS) ------------- */
/*set up the width of the rollover not counting rollover area*/
#topsupportButtons {
	width: 94px;
	height: 93px;
	background-image:url(../support/images/supporttopnav.gif);
	background-repeat: no-repeat;
	margin-bottom: 9px;
	overflow: hidden;
}

/*set up the list*/
#topsupportButtons li {list-style: none; float: left;}
#topsupportButtons a {display: block; text-decoration: none;}

/*set up the dimensions and position of each li button*/
#topsupportButtons #visit	  {left: 0px; top: 0px; width: 94px; height: 34px;}
#topsupportButtons #rental	{left: 0px; top: 34px; width: 94px; height: 34px;}
#topsupportButtons #events	{left: 0px; top: 68px; width: 94px; height: 34px;}

/*set up the height of each li button that is a link*/
#topsupportButtons #visit   a {height: 25px;}
#topsupportButtons #rental   a {height: 25px;}
#topsupportButtons #events   a {height: 25px;}


/*set up the position of each li button so that upon rollover includes the necessary part of the image*/

#topsupportButtons #visit a:hover {
	background-image: url(../support/images/supporttopnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -93px;
}
#topsupportButtons #rental a:hover {
	background-image: url(../support/images/supporttopnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -127px;
}
#topsupportButtons #events a:hover {
	background-image: url(../support/images/supporttopnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -161px;
}
/*--------------- SUPPORT PAGE: LOWER NAV BUTTON ROLLOVER AREA ------------- */
/*set up the width of the rollover not counting rollover area*/
#supportpagenavButtons {
	width: 94px;
	height: 59px;
	background-image:url(../support/images/supportbottomnav.gif);
	background-repeat: no-repeat;
	margin-top: 9px;
	overflow: hidden;
}

/*set up the list*/
#supportpagenavButtons li {list-style: none; float: left;}
#supportpagenavButtons a {display: block; text-decoration: none;}

/*set up the dimensions and position of each li button*/
#supportpagenavButtons #links	  {left: 0px; top: 0px; width: 94px; height: 34px;}
#supportpagenavButtons #contact	  {left: 0px; top: 34px; width: 94px; height: 34px;}

/*set up the height of each li button that is a link*/
#supportpagenavButtons #links  a {height: 25px;}
#supportpagenavButtons #contact    a {height: 25px;}

/*set up the position of each li button so that upon rollover includes the necessary part of the image*/

#supportpagenavButtons #links a:hover {
	background-image: url(../support/images/supportbottomnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -59px;
}
#supportpagenavButtons #contact   a:hover {
	background-image: url(../support/images/supportbottomnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -93px;
}
/*--------------- LINKS PAGE TOP NAV BUTTONS (VISIT, RENTAL, EVENTS, AND SUPPORT) ------------- */
/*set up the width of the rollover not counting rollover area*/
#toplinksButtons {
	width: 94px;
	height: 127px;
	background-image:url(../links/images/linkstopnav.gif);
	background-repeat: no-repeat;
	margin-bottom: 9px;
	overflow: hidden;
}

/*set up the list*/
#toplinksButtons li {list-style: none; float: left;}
#toplinksButtons a {display: block; text-decoration: none;}

/*set up the dimensions and position of each li button*/
#toplinksButtons #visit	  {left: 0px; top: 0px; width: 94px; height: 34px;}
#toplinksButtons #rental	{left: 0px; top: 34px; width: 94px; height: 34px;}
#toplinksButtons #events	{left: 0px; top: 68px; width: 94px; height: 34px;}
#toplinksButtons #support	{left: 0px; top: 102px; width: 94px; height: 34px;}

/*set up the height of each li button that is a link*/
#toplinksButtons #visit   a {height: 25px;}
#toplinksButtons #rental   a {height: 25px;}
#toplinksButtons #events   a {height: 25px;}
#toplinksButtons #support   a {height: 25px;}


/*set up the position of each li button so that upon rollover includes the necessary part of the image*/

#toplinksButtons #visit a:hover {
	background-image: url(../links/images/linkstopnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -127px;
}
#toplinksButtons #rental a:hover {
	background-image: url(../links/images/linkstopnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -161px;
}
#toplinksButtons #events a:hover {
	background-image: url(../links/images/linkstopnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -195px;
}
#toplinksButtons #support a:hover {
	background-image: url(../links/images/linkstopnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -229px;
}
/*--------------- LINKS PAGE: LOWER NAV BUTTON ROLLOVER AREA ------------- */
/*set up the width of the rollover not counting rollover area*/
#linkspagenavButtons {
	width: 94px;
	height: 25px;
	background-image:url(../links/images/linksbottomnav.gif);
	background-repeat: no-repeat;
	margin-top: 9px;
	overflow: hidden;
}

/*set up the list*/
#linkspagenavButtons li {list-style: none; float: left;}
#linkspagenavButtons a {display: block; text-decoration: none;}

/*set up the dimensions and position of each li button*/
#linkspagenavButtons #contact	  {left: 0px; top: 0px; width: 94px; height: 34px;}

/*set up the height of each li button that is a link*/
#linkspagenavButtons #contact    a {height: 25px;}

/*set up the position of each li button so that upon rollover includes the necessary part of the image*/

#linkspagenavButtons #contact a:hover {
	background-image: url(../links/images/linksbottomnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}
/*--------------- CONTACT PAGE TOP NAV BUTTONS (VISIT, RENTAL, EVENTS, SUPPORT AND LINKS) ------------- */
/*set up the width of the rollover not counting rollover area*/
#topcontactButtons {
	width: 94px;
	height: 161px;
	background-image:url(../contact/images/contacttopnav.gif);
	background-repeat: no-repeat;
	margin-bottom: 9px;
	overflow: hidden;
}

/*set up the list*/
#topcontactButtons li {list-style: none; float: left;}
#topcontactButtons a {display: block; text-decoration: none;}

/*set up the dimensions and position of each li button*/
#topcontactButtons #visit	  {left: 0px; top: 0px; width: 94px; height: 34px;}
#topcontactButtons #rental	{left: 0px; top: 34px; width: 94px; height: 34px;}
#topcontactButtons #events	{left: 0px; top: 68px; width: 94px; height: 34px;}
#topcontactButtons #support	{left: 0px; top: 102px; width: 94px; height: 34px;}
#topcontactButtons #links	{left: 0px; top: 136px; width: 94px; height: 34px;}

/*set up the height of each li button that is a link*/
#topcontactButtons #visit   a {height: 25px;}
#topcontactButtons #rental   a {height: 25px;}
#topcontactButtons #events   a {height: 25px;}
#topcontactButtons #support   a {height: 25px;}
#topcontactButtons #links   a {height: 25px;}


/*set up the position of each li button so that upon rollover includes the necessary part of the image*/

#topcontactButtons #visit a:hover {
	background-image: url(../contact/images/contacttopnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -161px;
}
#topcontactButtons #rental a:hover {
	background-image: url(../contact/images/contacttopnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -195px;
}
#topcontactButtons #events a:hover {
	background-image: url(../contact/images/contacttopnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -229px;
}
#topcontactButtons #support a:hover {
	background-image: url(../contact/images/contacttopnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -263px;
}
#topcontactButtons #links a:hover {
	background-image: url(../contact/images/contacttopnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -297px;
}
/*--------------- CONTACT PAGE VISITED CONTACT BUTTON (NO MARGIN BOTTOM) ------------- */
#visitedcontactnav {
	background-color: #FFFFFF;
	width: 92px;
	border: 1px solid #854f1b;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-bottom: 10px;
}
/*--------------- HOT LINK PAGES NAVIGATION AREA ------------- */


/*set up the width of the rollover not counting rollover area*/
#hotlinknavButtons {
	width: 94px;
	height: 161px;
	background-image:url(../visit/images/visitnav.gif);
	background-repeat: no-repeat;
	margin-top: 9px;
}

/*set up the list*/
#hotlinknavButtons li {list-style: none; float: left;}
#hotlinknavButtons a {display: block; text-decoration: none;}

/*set up the dimensions and position of each li button*/
#hotlinknavButtons #rental	  {left: 0px; top: 0px; width: 94px; height: 34px;}
#hotlinknavButtons #events	  {left: 0px; top: 34px; width: 94px; height: 34px;}
#hotlinknavButtons #support  {left: 0px; top: 68px; width: 94px; height: 34px;}
#hotlinknavButtons #links	  {left: 0px; top: 102px; width: 94px; height: 34px;}
#hotlinknavButtons #contact  {left: 0px; top: 136px; width: 94px; height: 34px;}

/*set up the height of each li button that is a link*/
#hotlinknavButtons #rental   a {height: 25px;}
#hotlinknavButtons #events   a {height: 25px;}
#hotlinknavButtons #support  a {height: 25px;}
#hotlinknavButtons #links    a {height: 25px;}
#hotlinknavButtons #contact  a {height: 25px;}

/*set up the position of each li button so that upon rollover includes the necessary part of the image*/

#hotlinknavButtons #rental a:hover {
	background-image: url(../visit/images/visitnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -161px;
}
#hotlinknavButtons #events a:hover {
	background-image: url(../visit/images/visitnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -195px;
}
#hotlinknavButtons #support a:hover {
	background-image: url(../visit/images/visitnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -229px;
}
#hotlinknavButtons #links a:hover {
	background-image: url(../visit/images/visitnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -263px;
}
#hotlinknavButtons #contact a:hover {
	background-image: url(../visit/images/visitnav.gif);
	background-repeat: no-repeat;
	background-position: 0px -297px;
}

/*--------------- DIV FOR JOSLYN MOVIE ------------- */
#movie {
	background-color: #FFFFFF;
	width: 352px;
	height: 290px;
	text-align: left;
	padding: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #85561b;
	border-left-color: #85561b;
	border-bottom-color: #85561b;
}
/*--------------- Allan Tubach------------- */
#beyondTowers {
	background-image: url(../allantubach/images/beyondtowers.jpg);
	width: 352px;
	height: 469px;
	border: 1px solid #85561b;
}