
/* --------------------------------------------/ 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:#FFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	background-image:url(../images/bg9b.jpg); 
	}

/* --------------------------------------------*/




/* --------------------------------------------/ 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:900px;
		height:208px;
		margin:auto;
		background-image:url(../images/header.jpg); 
		}

/* --------------------------------------------*/


/* --------------------------------------------/ NAV \-------------------------------------------- */

#container_nav { width:100%; height:100%; }
	
	#nav { 
	position:relative;
	width:900px;
	height:50px;
	margin:auto;
	background-color:#313ca6;
	}
	
		#nav li { position:relative; float:left;  }
		
		#nav ul { position:relative; float:left; left:4px; top:3px;  }

		/*  
		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:44px;}
		
		a.nav1{ background-image:url(../images/nav-new_01.jpg); width:84px;}
		
		a.nav1:hover{ background-image:url(../images/nav-new-over_01.jpg);}
		
		a.nav2{ background-image:url(../images/nav-new_02.jpg); width:113px;}
		
		a.nav2:hover{ background-image:url(../images/nav-new-over_02.jpg);}
		
		a.nav3{ background-image:url(../images/nav-new_03.jpg); width:145px;}
		
		a.nav3:hover{ background-image:url(../images/nav-new-over_03.jpg);}
		
		a.nav4{ background-image:url(../images/nav-new_04.jpg); width:123px;}
		
		a.nav4:hover{ background-image:url(../images/nav-new-over_04.jpg);}
		
		a.nav5{ background-image:url(../images/nav-new_05.jpg); width:130px;}
		
		a.nav5:hover{ background-image:url(../images/nav-new-over_05.jpg);}
		
		a.nav6{ background-image:url(../images/nav-new_06.jpg); width:155px;}
		
		a.nav6:hover{ background-image:url(../images/nav-new-over_06.jpg);}
		
		a.nav7{ background-image:url(../images/nav-new_07.jpg); width:143px;}
		
		a.nav7:hover{ background-image:url(../images/nav-new-over_07.jpg);}

/* --------------------------------------------*/
 
/* --------------------------------------------/ CONTENT \-------------------------------------------- */

#container_content { width:100%; }

	#content { 
		position:relative;  
		width:900px;
		height:100%;
		margin:auto;
		background-image:url(../images/content-bg.jpg); 
		}

		#left-content { 
		position:relative; 
		float:left; 
		width:330px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		}

		#right-content { 
		position:relative; 
		float:left;
		width:570px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		}
		
		#photos-content { 
		position:relative; 
		float:left;
		left:50px;
		width:850px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		}
		
		#service-content { 
		position:relative; 
		float:left;
		width:900px; /* (#content width) - (2 * (#middle-content padding) */
		height:100%;
		margin:auto;
		}

			.min-holder { float:left; width:1px; height:360px;  }
	
			.clear {clear:both; height:1px; overflow:hidden; background-image:url(../images/content-bg.jpg); }
			
			.clear-photo {clear:both; height:15px; overflow:hidden; background-image:url(../images/content-bg.jpg); }

/* --------------------------------------------*/




/* --------------------------------------------/ FOOTER \-------------------------------------------- */

#container_footer { clear:both; width:100%; height:100%; }
	
	#footer { 
	position:relative; 
	width:900px;
	height:40px;
	margin:auto;
	background-color:#0d2a8e;
	color:#fff; 
	}

		#footer ul { position:relative; float:right; margin-top:13px; right:20px; }

		#footer li { position:relative; float:left; margin-left:10px; }

		#footer a { text-decoration:none; color:#fff; }

		#footer a:hover { color:#ccc; }

/* --------------------------------------------*/




/* --------------------------------------------/ 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); } */


/* --------------------------------------------*/


