
/* --------------------------------------------/ UNIVERSAL CLASSES \-------------------------------------------- */

/* --------------------------------------------*/




/* --------------------------------------------/ BROWSER INITIALIZATION \-------------------------------------------- */

	* { margin : 0; padding : 0; }
	h1,h2,h3,h4,h5,h6 { font-size : 100%; }
	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:#333; 
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px; 
	background-image:url(../images/background-bg.jpg);
	background-color:#000000;
	background-repeat:repeat-x;
	}

/* --------------------------------------------*/




/* --------------------------------------------/ 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:812px;
		height:334px;
		margin:auto; 
		background-image:url(../images/bg.jpg); 
		}
		
		#header h1{ position:relative; text-align:center; top:40px; font-size:22px; color:#FF9900;}
		
		#header h2{ position:relative; text-align:center; top:250px; font-size:14px; color:#FF9900;}

/* --------------------------------------------*/


/* --------------------------------------------/ NAV \-------------------------------------------- */

#container_nav { width:100%; height:100%; }
	
	#nav { 
	position:relative;
	width:812px;
	height:60px;
	margin:auto;
	background-image:url(../images/bg.jpg);
	
	}
	
		#nav li { position:relative; float:left; background-image:url(../images/nav-bg.jpg);  }
		
		#nav ul{ position:relative; float:left; left:6px; top:18px;}

		/*  
		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 { display:block; padding:8px 37px 8px 37px; text-align:center; font-size:18px; font-weight:bold; text-decoration:none; color:#f6f600; }
		
		#nav a:hover{color:#ffffff;}

/* --------------------------------------------*/

 
/* --------------------------------------------/ CONTENT \-------------------------------------------- */

#container_content { width:100%; }

	#content { 
		position:relative;
		
		width:812px;
		height:100%;
		margin:auto;
		background-image:url(../images/bg.jpg); 
		padding-top:10px;  
		}

		#left-content { 
		position:relative; 
		float:left; 
		width:184px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		padding:10px;
		left:6px;
		background-image:url(../images/left-side.jpg)
		}
			#left-content ul{ color:#333; font-size:11px;}
			#left-content li{}
			
			#left-content h1{ font-size:22px; color:#000000; text-align:center; margin-bottom:10px; border-bottom:1px solid #FFF; padding-bottom:4px;}   

		#right-content { 
		position:relative;
		left:6px; 
		float:left;
		width:576px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		padding:10px;
		background-repeat:no-repeat;
		background-color:#FFFFFF;
		background-image:url(../images/right-side.jpg)
		}
		
		#right-content h1{  font-size:22px; color:#CC0000; margin-bottom:10px; border-bottom:1px solid #FFF; padding-bottom:4px; }

			.min-holder { float:left; width:1px; height:255px;  }
	
			.clear {clear:both; height:1px; overflow:hidden; background-image:url(../images/bg.jpg); }

/* --------------------------------------------*/




/* --------------------------------------------/ FOOTER \-------------------------------------------- */

#container_footer { clear:both; width:100%; height:100%; }
	
	#footer { 
	position:relative; 
	width:812px;
	height:40px;
	margin:auto;
	color:#CCC;
	background-color:#0c3c46;
	}

		#footer ul { position:relative; float:right; margin-top:14px; right:20px; }

		#footer li { position:relative; float:left; margin-left:10px; }

		#footer a { text-decoration:none; color:#CCC; }

		#footer a:hover { color:#FFF; }

/* --------------------------------------------*/




/* --------------------------------------------/ 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); } 


/* --------------------------------------------*/



