﻿/* --------------------------------------------/ UNIVERSAL CLASSES \-------------------------------------------- */
.jqueryslidemenu{
font: bold 12px;
width: 100%;
position:relative;
z-index:100;
font-size:14px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block; 
color: white;
color: #fff;
text-decoration: none;
position:relative; 
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{

}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #000;
}

/* ######### CSS classes applied to down and right arrow images  ######### */



.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/* --------------------------------------------*/




/* --------------------------------------------/ BROWSER INITIALIZATION \-------------------------------------------- */

	* { margin : 0; padding : 0; }
	h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	text-indent: 0px;
}
	ol,ul { list-style : none; }
	table { border-collapse : collapse; border-spacing : 0; }
	fieldset,img { border : 0; }
	caption,th { text-align : left; }
	
	body {
	text-align:left;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../../images/bg.jpg) top center no-repeat;
	background-color:#6a5115;
	}

/* --------------------------------------------*/




/* --------------------------------------------/ BOX MODEL CLASS \-------------------------------------------- */

	.box { position:relative; float:left; width:100px; height:100px; margin:10px; background-color:#000; overflow:hidden; }

/* --------------------------------------------*/


/* --------------------------------------------/ HEADER \-------------------------------------------- */

	#container_header {width:100%; height:100%;}
		
		#header {
		position:relative;
		width:900px;
		height:133px;
		margin:auto;
		background-image:url(../../images/header.jpg);
		}

/* --------------------------------------------*/


/* --------------------------------------------/ NAV \-------------------------------------------- */

#container_nav { width:100%; height:100%; }
	
	#nav {
	position:relative;
	width:901px;
	height:132px;
	margin:auto;
	z-index:100;
	}
	
		#nav ul{ position:relative; float:left;}
		
		#nav li{ position:relative; float:left;}

		/*  
		To Find "#nav a width" :
			Step 1 - change the "#nav a padding" so that the menu item covers the entire nav area from top to bottom.
			Step 2 - compute the "#nav a width" with the equation below  
			
			  ((#nav width) / (# of menu items)) - (2 * (#nav a padding)) = #nav a width 
			  (    800      /         6        ) - (2 *        13       ) = 107.333 = 107 
		*/

		#nav a {}

		#nav a:hover { }
		
		
		.home a{background-image:url(../../images/images/nav_01.jpg); width:103px; height:132px; display:block;}
		
		.home a:hover{ background-image:url(../../images/images/nav_01_roll.jpg)}
		
		
		.stash a{background-image:url(../../images/images/nav_02.jpg); width:121px; height:132px; display:block;}
		
		.stash a:hover{ background-image:url(../../images/images/nav_02_roll.jpg)}
		
		
		.tour a{background-image:url(../../images/images/nav_03.jpg); width:120px; height:132px; display:block;}
		
		.tour a:hover{ background-image:url(../../images/images/nav_03_roll.jpg)}
		
		
		.contact a{background-image:url(../../images/images/nav_04.jpg); width:157px; height:132px; display:block;}
		
		.contact a:hover{ background-image:url(../../images/images/nav_04_roll.jpg)}

/* --------------------------------------------*/

 
/* --------------------------------------------/ CONTENT \-------------------------------------------- */

#container_content { width:100%; }

	#home-holder { 
		position:relative;  
		width:1100px;
		height:100%;
		margin:auto;
		}
	
	#home-content { 
		position:relative;  
		width:1100px;
		height:969px;
		margin:auto;
		background-image:url(../../images/home-bg-new.jpg);
		background-repeat:no-repeat; 
		}
	
	#content { 
		position:relative;  
		width:900px;
		height:100%;
		margin:auto;
		background-image:url(../../images/content-bg.jpg);
		background-repeat:no-repeat;
		background-color:#cbc3ae; 
		}

		#left-content {
		position:relative;
		float:left;
		width:236px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		margin-left:12px;
		margin-bottom:12px;
		background-image:url(../../images/left-content.jpg);
		background-repeat:repeat;
		background-color:#3c301a;
		}
		
		#right-content {
		position:relative;
		float:left;
		width:652px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		}
		
			#home-content h1{ font-size:18px; padding-bottom:5px; color:#fff;}
	
			#home-content p{ font-size:12px; line-height:16px; padding-bottom:5px; color:#fff;}
			
			
			#bottom-home h1{ font-size:20px; margin:0 15px; padding:5px 3px 5px 3px; color:#333300; border-left:8px solid #333300;}
			
			#bottom-home h2{ font-size:16px; padding:10px 15px 0 15px; color:#006600;}
			
			#bottom-home p{ font-size:12px; line-height:16px; padding:5px 15px 0 15px; color:#000;}
			
			
			#content h1{ font-size:18px; padding:10px 15px 0 15px; color:#006600;}
			
			#content h2{ font-size:16px; padding:10px 15px 0 15px; color:#000;}
			
			#content p{font-size:12px; line-height:16px; padding:5px 15px 0 15px; color:#000;}
	
	
		

			.min-holder {float:left; width:1px; height:500px;}
	
			.clear {clear:both; height:1px; overflow:hidden; background-image: url(../../images/footerbg.jpg); background-repeat: no-repeat;}

/* --------------------------------------------*/




/* --------------------------------------------/ FOOTER \-------------------------------------------- */

#container_footer { clear:both; width:100%; height:100%; }
	
	#footer {
	position:relative;
	width:900px;
	height:2px;
	margin:auto;
	color:#FFFFFF;
	}

		#footer ul {position:relative; float:right; margin-top:20px; right:15px;}

		#footer li { position:relative; float:left; margin-left:10px; }

		#footer a {text-decoration:none; color:#FFFFFF;}

		#footer a:hover {color:#FFFFFF;}

/* --------------------------------------------*/




/* --------------------------------------------/ JSE LINK \-------------------------------------------- */

#container_jseLink { width:100%; height:100%; }
	
	#jseLink { 
	position:relative; 
	width:600px;
	height:40px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px; 
	}
	
		#RLInk1 { display:block; height:40px; padding:5px 0 0 311px; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; font-size:10px;
			color:#111; background-image:url(../../images/jseLink-black.gif); }
		 /* color:#FFF; background-image:url(../../images/jseLink-white.gif); } */

		#RLInk2 { display:block; display:none; width:235px; position:absolute; top:0px; left:0px; padding:5px 0 0 365px; height:40px; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold; font-size:12px;
			color:#111; background-image:url(../../images/jseLink-black-over.gif); }
		 /* color:#FFF; background-image:url(../../images/jseLink-white-over.gif); } */


/* --------------------------------------------*/

#flashcontent{position:absolute; top:370px; left:560px;}



.TourDate
{ color:Black;
    }

.TourTime
{
    color:Black;
    }

.TourVenue
{
    
    color:Black;}

.TourLocation
{
    
    color:Black;}
