
/* --------------------------------------------/ UNIVERSAL CLASSES \-------------------------------------------- */

/* --------------------------------------------*/




/* --------------------------------------------/ BROWSER INITIALIZATION \-------------------------------------------- */

	* { margin : 0; padding : 0; }
	h1,h2,h3,h4,h5,h6 { font-size : 100%; }

	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-color:#FFF; 
	text-align:center;
	}

/* --------------------------------------------*/




/* --------------------------------------------/ HEADER \-------------------------------------------- */


		
		.header { 
		position:relative; 
		width:928px;
		height:170px;
		margin:auto;
		background-image:url(images/header.jpg); 
		}

/* --------------------------------------------*/


/* --------------------------------------------/ NAV \-------------------------------------------- */


	
	.nav { 
	position:relative;
	width:928px;
	height:42px;
	margin:auto;
	background-image:url(images/nav-bg.jpg);
	}
	
		.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; text-align:center; text-decoration:none; color:#fff; }
		
		.nav-top { position:absolute; left:25px; color:#FFFFFF; top:11px;  }
		
			.nav-top a, .nav-top a:visited{ color:#FFFFFF; font-size:11px;}
			
			.nav-top a:hover{ color:#0066CC; text-decoration:none;}

/* --------------------------------------------*/

 
/* --------------------------------------------/ CONTENT \-------------------------------------------- */



	.content { 
		position:relative;  
		width:928px;
		margin:auto;
		background-image:url(images/content-bg.jpg); 
		}

		.left-content { 
		position:relative; 
		float:left; 
		width:228px; /* (#content width) - (2 * (#middle-content padding) */
		margin:auto; 
		}
		
			.left-outline{ position:relative; float:left; width:208px; left:20px; padding-top:10px;}

		.middle-content { 
		position:relative; 
		float:left; 
		width:470px; /* (#content width) - (2 * (#middle-content padding) */
		margin:auto;
		}
		
			.middle-outline{ position:relative; float:left; width:470px; padding-top:10px;}
			
		.middle-content2 { 
		position:relative; 
		float:left; 
		width:698px; /* (#content width) - (2 * (#middle-content padding) */
		margin:auto;
		}
		
			.middle-outline2{ position:relative; float:left; width:678px; padding-top:10px;}

		.right-content { 
		position:relative; 
		float:left;
		width:228px; /* (#content width) - (2 * (#middle-content padding) */
		margin:auto; 
		}
		
			.right-outline{ position:relative; float:left; width:208px; padding-top:10px;}
			
			
		
	
			.clear {clear:both; height:1px; overflow:hidden;background-image:url(../images/content-bg.jpg); }

/* --------------------------------------------*/




/* --------------------------------------------/ FOOTER \-------------------------------------------- */

	
	.footer { 
	position:relative; 
	width:928px;
	height:50px;
	margin:auto;
	background-image:url(images/footer.jpg);
	color:#fff; 
	}

		.footer ul { position:relative; list-style:none; float:right; margin-top:9px; right:23px; }

		.footer li { position:relative; list-style:none; float:left; margin-left:10px; }

		.footer a { text-decoration:none; color:#fff; }

		.footer a:hover { color:#ccc; }

/* --------------------------------------------*/



