	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 780px;
	 }

body	{
	background: #366 url(img/bg.gif);
	font: 12px/1.3 arial, helvetica, verdana, sans-serif;
	color: #222;
	margin: 0 0 15px 0;
	}
	
	/*	Typography	*/
	
p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #369;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border: 0;
	color: #ccc;
	background-color: #ccc;
	}
	
strong	{
	color: #000;
	}	
	
h1	{
	text-indent: -9999px;
	display: block;	
	width: 780px;
	height: 151px;
	background: transparent url(img/efs.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 16px;
	color: #063;
	margin: 0 0 10px 0;
	}
	
h3	{
	background: #063 url(img/h3.jpg) top left no-repeat;
	font-size: 13px;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 6px 0 0 15px;
	height: 24px;
	width: 184px;
	}
	
h4	{
	font-size: 13px;
	font-weight: bold;
	color: #063;
	margin: 0 0 10px 0;
	}

form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: #fff url(img/shell.gif) top left repeat-y;
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#sub	{
	width: 199px;
	float: left;
	padding: 0;
	}
	
#content 	{
	width: 531px;
	float: left;
	padding: 25px;
	}

#content li	{
	padding: 0 0 6px 0;
	}

#footer	{
	clear: both;
	background: transparent url(img/footer.gif) top left repeat-x;
	width: 760px;
	height: 25px;
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	}

#footer a	{
	color: #fff;
	text-decoration: none;
	}
	
#accounts	{
	width: 199px;
	height: 195px;
	background: transparent url(img/bg-sub.jpg) top left no-repeat;
	text-align: center;
	margin: 0;
	padding: 25px 0 0 0;
	}

#login	{
	background: transparent url(img/bg-login.gif) top left repeat-x;
	padding: 8px 0 0 0;
	height: 25px;
	width: 140px;
	margin: 0 auto 15px auto;
	font-size: 11px;
	font-weight: bold;
	}
	
#login a	{
	color: #222;
	}
	
	/*	Main Navigation	*/
	
#globalnav	{
	height: 36px;
	width: 780px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}

#globalnav #menu	{
	height: 36px;
	width: 780px;
	background: transparent url(img/menu.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#globalnav #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#menu li, #menu a {
	height: 36px;
	display: block;
	}
	
#globalnav #menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#home	{left: 0px; width: 87px;}
#about	{left: 88px; width: 110px;}
#locations	{left: 198px; width: 120px;}
#contact	{left: 318px; width: 131px;}
#jobs	{left: 450px; width: 159px;}

#home a:hover {background: transparent url(img/menu.jpg) 0 -36px no-repeat;}
#about a:hover {background: transparent url(img/menu.jpg) -88px -36px no-repeat;}
#locations a:hover {background: transparent url(img/menu.jpg) -198px -36px no-repeat;}
#contact a:hover {background: transparent url(img/menu.jpg) -318px -36px no-repeat;}
#jobs a:hover {background: transparent url(img/menu.jpg) -450px -36px no-repeat;}
	
	/*   Classes 	*/

.hide	{
	display: none;
	}

.pad	{
	padding-left: 25px;
	padding-right: 25px;
	}

.header	{	
	color: #fff;
	background: #000;
	}	

.cell	{	
	background: #9cf;
	}	

.none	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.nomargin	{
	margin: 0;
	padding: 0;
	}
	
div.floater { display:inline; float:right; color:red; font-weight:bold }
p.hday { font-size:11px; }

/*   Links 	*/

a:link	{
	color: #000;
	}
	
a:visited	{
	color: #222;
	}
	
a:hover	{
	color: #900;
	text-decoration: none;
	}

