/* --------------------------------------------/ UNIVERSAL CLASSES \-------------------------------------------- */
.jqueryslidemenu{
font: bold 12px;
width: 100%;
position:relative;
z-index:100;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
margin-right:58px;
}

/*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;
background-color:#7092b5;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
background-color:#7092b5;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
background-color:#7092b5;
}

/* 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;
background-color:#7092b5;
border-top: 1px solid #fff;
}

.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) center top no-repeat;
	background-color:#000;
	}

/* --------------------------------------------*/




/* --------------------------------------------/ 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:915px;
		height:118px;
		margin:auto;
		background-image:url(../images/header.jpg);
		}
		

/* --------------------------------------------*/


/* --------------------------------------------/ NAV \-------------------------------------------- */

#container_nav { width:100%; height:100%; }
	
	#nav {
	position:relative;
	width:915px;
	height:35px;
	margin:auto;
	background-image:url(../images/nav-bg.jpg);
	z-index:100;
	}
	
		#nav ul{}
		
		#nav li{}

		/*  
		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 { }

/* --------------------------------------------*/

 
/* --------------------------------------------/ CONTENT \-------------------------------------------- */

#container_content { width:100%; }

	#content { 
		position:relative;  
		width:915px;
		height:100%;
		margin:auto; 
		}
		
		#top-content {
		position:relative;
		float:left;
		width:915px; /* (#content width) - (2 * (#middle-content padding) */
		height:348px;
		margin:auto;
		background-image:url(../images/top-content.jpg);
		}
		
		#bottom-content-home {
		position:relative;
		float:left;
		width:915px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		background-image:url(../images/bottom-content.jpg);
		padding-top:10px;
		}
		
			#bottom-content-home a{ color:#FF3399;}
			
			
		
		#bottom-content {
		position:relative;
		float:left;
		width:915px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		background-image:url(../images/bottom-content.jpg);
		padding-top:10px;
		padding-bottom:15px;
		}
		
			#bottom-content h1{ padding:0px 0 10px 20px; font-size:16px; font-weight:bold;}
			
			#bottom-content h2{ padding:15px 20px 0px 20px; color:#000000; font-size:14px; font-weight:bold;}
		
			#bottom-content p{ padding:5px 20px 0 20px; font-size:12px; line-height:18px;}
			
			#bottom-content a{
	color:#660066;
}
			

		#left-content {
		position:relative;
		float:left;
		width:676px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		padding-left:9px;
		}
		
		#right-content {
		position:relative;
		float:left;
		width:229px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		}
		

			.min-holder {float:left; width:1px; height:420px;}
	
			.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:915px;
	height:55px;
	margin:auto;
	color:#FFFFFF;
	background-color:#000000;
	}

		#footer ul {position:relative; float:right; margin-top:10px; right:15px;}

		#footer li { position:relative; font-size:10px; float:left; margin-left:10px; }

		#footer a {text-decoration:none; font-size:10px; 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:#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:#FFF; background-image:url(../images/jseLink-white-over.gif); } 


/* --------------------------------------------*/

