
/* --------------------------------------------/ 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:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:url(../2012-images/bg.jpg) center top;
	background-repeat:no-repeat;
	background-color:#883002; 
	}

/* --------------------------------------------*/




/* --------------------------------------------/ BOX MODEL CLASS \-------------------------------------------- */

	.box { position:relative; float:left; width:329px; height:150px; overflow:hidden; color:#000000 }
	
		.box h3{ color:#000000; font-size:18px; text-align:center; padding-top:20px; }
		
		.box p{ color:#000000; font-size:18px; text-align:center; padding-top:10px; }
		
		.box h4{ color:#c40000; font-size:22px; text-align:center; padding-top:15px;}
	
	.box2 { position:relative; float:left; width:200px; height:400px; overflow:hidden; }

/* --------------------------------------------*/


/* --------------------------------------------/ HEADER \-------------------------------------------- */

	#container_header { width:100%; height:100%; }
		
		#header { 
		position:relative; 
		width:880px;
		height:192px;
		margin:auto;
		background-image:url(../2012-images/header.jpg); 
		}

/* --------------------------------------------*/


/* --------------------------------------------/ NAV \-------------------------------------------- */

#container_nav { width:100%; height:100%; }
	
	#nav { 
	position:relative;
	width:880px;
	height:44px;
	margin:auto;
	top:143px;
	}
	
		#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;  height:28px; color:#000; font-weight:bold; padding:15px 16px 0 16px; text-decoration:none; font-family:Verdana, Geneva, sans-serif; }
		
		#nav a:hover { color:#FFCC00;} 

/* --------------------------------------------*/
 
/* --------------------------------------------/ CONTENT \-------------------------------------------- */

#container_content { width:100%; }

	#content { 
		position:relative;  
		width:880px;
		margin:auto;
		background-image:url(../2012-images/content-bg.jpg);
		background-repeat:no-repeat;
		background-color:#261306;
		
		}
		

		#left-content { 
		position:relative; 
		float:left; 
		width:329px; /* (#content width) - (2 * (#middle-content padding) */
		margin:auto;
		height:482px;
		background-image:url(../images/left-content-bg.jpg);
		background-repeat:no-repeat;
		}

		#right-content { 
		position:relative; 
		float:left;
		width:880px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		
		}
		
		
		
		#right-content h1{ color:#fbd04b; font-family:"CAC Krazy Legs"; font-size:22px; padding-top:15px; padding-bottom:2px; margin-left:10px; margin-right:15px;}
		
		#right-content h2{ color:#fff; font-size:14px; padding-top:20px; padding-bottom:2px; margin-left:10px; margin-right:10px;}
	
		#right-content p{color:#fff; padding:5px 10px 0 10px; font-size:14px; line-height:24px; font-family:Arial, Helvetica, sans-serif;}
		
		
		
		
		
		
			.min-holder { float:left; width:1px; height:460px;  }
	
			.clear {clear:both; height:1px; overflow:hidden; background-color:#220c01; }

/* --------------------------------------------*/




/* --------------------------------------------/ FOOTER \-------------------------------------------- */

#container_footer { clear:both; width:100%; height:100%; background-image:url(../images/footer-2011.jpg); background-repeat:repeat-x; background-color:#101010; }
	
	#footer { 
	position:relative; 
	width:929px;
	height:215px;
	margin:auto;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background-image:url(../images/footer-2011.jpg);
	margin-top:7px;
	}

		#footer ul { position:relative; float:right; margin-top:10px; right:60px; }

		#footer li { position:relative; float:left; margin-left:10px; }

		#footer a { text-decoration:none; color:#fff; font-weight:bold; }

		#footer a:hover { color:#CC0000; }

/* --------------------------------------------*/




/* --------------------------------------------/ 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); } */


/* --------------------------------------------*/



