
/* --------------------------------------------/ 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:#000; 
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	background:url(../images/bg.jpg) center no-repeat fixed;
	margin:auto; 
	}

/* --------------------------------------------*/




/* --------------------------------------------/ BOX MODEL CLASS \-------------------------------------------- */

	.box { position:relative; float:left; width:100px; height:100px; margin:10px; background-color:#000; overflow:hidden; }
	.homepageright { position:relative; float:left; width:275px; height:400px; margin-left:20px; margin-top:42px; font-family:Georgia, "Times New Roman", Times, serif; }
	.menuright { position:relative; float:left; width:600px; height:auto; }
	.menuleft { position:relative; float:left; width:200px; height:auto; }


/* --------------------------------------------*/


/* --------------------------------------------/ HEADER \-------------------------------------------- */

	#container_header { width:100%; height:100%; margin-top:10px; }
		
		#header { 
		position:relative; 
		width:830px;
		height:219px;
		margin:auto;
		background-image:url(../images/header.png); 
		}

/* --------------------------------------------*/


/* --------------------------------------------/ NAV \-------------------------------------------- */

#container_nav { width:100%; height:100%; }
	
	#nav { 
	position:relative;
	width:830px;
	height:40px;
	margin:auto;
	top:162px;
	}
	
		#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 { display:block; padding:13px 30px; font-size:14px; text-align:center; text-decoration:none; color:#000; }
		
		#nav a:hover { color:#FFFFFF;}

/* --------------------------------------------*/
 
/* --------------------------------------------/ CONTENT \-------------------------------------------- */

#container_content { width:100%; }

	#content { 
		position:relative;  
		width:822px;
		height:100%;
		margin:auto;
		border-left:4px solid #FFFFFF; 
		border-right:4px solid #FFFFFF;
		background-image:url(../images/content-bg.jpg);
		background-repeat:no-repeat;
		background-color:#147ca7;
		}

		#left-content { 
		position:relative;
		float:left;
		width:342px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		}
		
		#left-content a.entertainment-link{ background-image:url(../images/entertainment-link.jpg); width:314px; height:154px; display:block; margin-left:15px; margin-bottom:10px;}
		
		#left-content a.photogallery-link{ background-image:url(../images/photogallery-link.jpg); width:314px; height:154px; display:block; margin-left:15px; margin-bottom:10px;}
		
		#left-content a.menu-link{ background-image:url(../images/menu-link.jpg); width:314px; height:154px; display:block; margin-left:15px; margin-bottom:10px;}
		
		#left-content a.news-link{ background-image:url(../images/newsletter-link.jpg); width:314px; height:154px; display:block; margin-left:15px; margin-bottom:10px;}


		#right-content { 
		position:relative; 
		float:left;
		width:480px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		}
		
		#sub-content {
		position:relative;		
		width:822px;
		height:100%;
		margin:auto;
		border-left:4px solid #FFFFFF; 
		border-right:4px solid #FFFFFF;
		background-image:url(../images/content-bg.jpg);
		background-repeat:no-repeat;
		background-color:#147ca7;
		}
		
		#contact-link-box {
		position:relative;
		width:315px;
		height:100px;
		margin:auto;
		background-image:url(../images/contact-link.jpg);
		background-repeat:no-repeat;
		}

			.min-holder { float:left; width:1px; height:360px;  }
	
			.clear {clear:both; height:1px; overflow:hidden;background-color:##147daa; }

/* --------------------------------------------*/




/* --------------------------------------------/ FOOTER \-------------------------------------------- */

#container_footer { clear:both; width:100%; height:100%; }
	
	#footer { 
	position:relative; 
	width:830px;
	height:48px;
	margin:auto;
	background-image:url(../images/footer.jpg);
	color:#000; 
	}

		#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:#000; }

		#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:#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); } */


/* --------------------------------------------*/


.mnavtext 
{
    color:Black;
    }
    
.month1texttoday
{
    color:Black;
    }