/* --------------------------------------------/ UNIVERSAL CLASSES \-------------------------------------------- */
.jqueryslidemenu{
font: bold 10px;
width: 100%;
position:relative;
z-index:100;
font-size:11px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
top:3px;
left:3px;

}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block; 
color: white;
color: #fff;
text-decoration: none;
position:relative;
padding:9px 12px; 
}

* 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:#15524b;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
background-color:#15524b;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
background-color:#15524b;
}

/* 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:#15524b;
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 {
	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:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#20847a;
	}

/* --------------------------------------------*/




/* --------------------------------------------/ 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:910px;
		height:154px;
		margin:auto;
		background-image:url(../images/header.jpg);
		}

/* --------------------------------------------*/


/* --------------------------------------------/ NAV \-------------------------------------------- */

#container_nav { width:100%; height:100%; }
	
	#nav {
	position:relative;
	width:910px;
	height:40px;
	margin:auto;
	background-image:url(../images/nav-bg.jpg);
	z-index:100;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
		#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:910px;
		height:100%;
		margin:auto; 
		}
		
		#slideshow { 
		position:relative;  
		width:910px;
		height:266;
		margin:auto; 
		}

		#left-content {
		position:relative;
		float:left;
		width:570px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		background-color:#003366;
		}
		
		#right-content {
		position:relative;
		float:left;
		width:340px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		background-color:#006666;
		}
		
		#left-content-home {
		position:relative;
		float:left;
		width:596px; /* (#content width) - (2 * (#middle-content padding) */
		height:550px;
		margin:auto;
		background-image:url(../images/home-bullets-bg-new.jpg);
		}
		
		#right-content-home {
		position:relative;
		float:left;
		width:314px; /* (#content width) - (2 * (#middle-content padding) */
		height:550px;
		margin:auto;
		background-image:url(../images/home-right-new.jpg);
		}
		
		#main-content{
		position:relative;
		float:left;
		left:5px;
		width:900px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		background-image:url(../images/content-bg.jpg);
		}
		
			#main-content h1{ padding:0px 0 0 15px; color:#000000; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px;}
			
			#main-content h2{ padding:20px 0 0 0; margin:0 15px; color:#000000; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; border-bottom:1px solid #009999;}
			
			#main-content h3{ padding:10px 0 0 0; margin:10px 15px 0 15px; color:#000000; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; border-top:1px dotted #009999;}
			
			#main-content p{ padding:5px 15px 0 15px; color:#000000; font-size:11px; line-height:20px;}
			
			#main-content a{ display:block; margin:5px 0 0 15px; color:#009999; font-size:10px;}
		
		#main-top{
		position:relative;
		float:left;
		left:5px;
		width:900px; /* (#content width) - (2 * (#middle-content padding) */
		height:11px;
		margin:auto;
		background-image:url(../images/top-content.gif);
		}
		
		#main-bottom{
		position:relative;
		float:left;
		left:5px;
		width:900px; /* (#content width) - (2 * (#middle-content padding) */
		height:9px;
		margin:auto;
		background-image:url(../images/bottom-content.gif);
		}

			.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:910px;
	height:46px;
	margin:auto;
	color:#FFFFFF;
	background-image:url(../images/footer.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	}

		#footer ul {position:relative; float:right; margin-top:16px; 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); } */


/* --------------------------------------------*/