
/* --------------------------------------------/ INITIALIZATION \-------------------------------------------- */

* { margin : 0; padding : 0; }
h1,h2,h3,h4,h5,h6 { font-size : 100%; }
ol,ul { list-style : none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style : normal; font-weight : normal; }
table { border-collapse : collapse; border-spacing : 0; }
fieldset,img { border : 0; }
caption,th { text-align : left; }

body { 
text-align:left; 
color:#FFF; 
font-family:Trebuchet MS, "Times New Roman", Times, serif; 
font-size:12px;
background-color:#000; }

/* --------------------------------------------/


/* --------------------------------------------/ HEADER \-------------------------------------------- */

#container_header { width:100%; height:100%; margin-top:5px; background-color:#000; }
	
	#header { 
	position:relative; 
	width:849px;
	height:114px;
	margin:auto;
	background-image:url(../images/headerbg.jpg); }

/* --------------------------------------------/


/* --------------------------------------------/ NAV \-------------------------------------------- */

	#nav { 
	position:relative;
	float:left;
	width:176px;
	height:100%;
	margin:auto; }
	
		#nav ul { margin:60px 0 0 16px; }
		
		#nav li { position:relative; float:left; width:155px; height:18px; list-style:none; background-color:#11117b; margin-bottom:5px; }

		#nav a { display:block; padding-left:5px; text-decoration:none; color:#FFF; }

		#nav a:hover { color: #999999; }

/* --------------------------------------------/


/* --------------------------------------------/ CONTENT \-------------------------------------------- */

#container_content { width:100%; background-color:#000; }

	#content { 
		position:relative; 
		width:849px; 
		height:100%; 
		margin:auto; 
		background-image:url(../images/bg.jpg); 
		background-repeat:no-repeat; 
		background-color:#626c6c; }
	
		#left-content { 
		position:relative; 
		float:left; 
		width:463px;
		height:100%;
		margin:auto; }

		#right-content { 
		position:relative; 
		float:left;
		width:210px;
		height:100%;
		margin:auto; }
		
			#right-content ul { margin-top:7px; }
		
			#right-content li { position:relative; float:left; list-style:none; height:66px; }

			#right-content a { display:block; height:66px;  }

		
		#sub-content { 
		position:relative; 
		float:left;
		width:570px;
		height:100%;
		background-color:#CCCCCC;
		border:15px solid #F2F2F2;
		margin-bottom:25px;
		margin-left:15px;
		color:#11117b;
		padding:15px;
		}
		
		
		
		.min-holder { float:left; width:1px; height:382px;  }

		.clear {clear:both; height:1px; overflow:hidden;background-color:#11117b; }

/* --------------------------------------------/


/* --------------------------------------------/ FOOTER \-------------------------------------------- */

#container_footer2 { clear:both; width:100%; height:100%; background-color:#000; }
	
	#footer2 { 
	position:relative; 
	margin:auto;
	height:80px;
	width:849px;
	background-color:#11117b; }

		#footer2 ul { position:relative; float:left; left:50px; }

		#footer2 li { display:inline; list-style:none; margin-left:10px; }

		#footer2 a { text-decoration:none; color:#FFF; }

		#footer2 a:hover { color:#069; }

#container_footer { clear:both; width:100%; height:100%; background-color:#000; }
	
	#footer { 
	position:relative; 
	margin:auto;
	height:60px;
	width:849px;
	background-color:#d3d9db; }

		#footer ul { float:right; text-align:right; margin:20px 20px 0 0; }

		#footer li { display:inline; list-style:none; margin-left:10px; }

		#footer a { text-decoration:none; color:#000; }

		#footer a:hover { color:#069; }

/* --------------------------------------------/ 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); } 


/* --------------------------------------------*/


	
