/* Define Tags */
html, body {
	height:100%;
	margin:0;
	padding:0;
	} 

.body { 
	margin:0;
	padding:0;
	background:url(images/background.gif);
	
	} 
	
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#282017;
}

a, a:visited, a:hover {	
	font-family:Verdana,Arial,Helvetica; 
	color:#981300;	
	text-decoration:none;
	}
a:hover {
	color:#e02409;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#981300;
	margin:0 0 10px 0;
	}
h1 {
	font-size:28px;
	}
h2 {
	font-size:16px;
	}
h3 {
	font-size:20px;
	border-bottom:0;
	}
h4 {
	font-size:10px;
	border-bottom:0;
	}
h5 {
	font-size:9px;
	border-bottom:0;
	}
	
p {margin:0; padding:0; line-height:20px;}
	
form {
	margin:0;
	padding:0;
	
	}
	
.form {border:2px solid #584A3A; padding:5px 4px;}
#btn {background:#7f7261; border:none; color:#fff; cursor:pointer; padding:4px 20px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px;}
#btn:hover {background:#584a39;}

img {
	display:block;
	}

.clear {clear:both;}

/********************************
 *	INLINE LIST STYLES		*
 *	AND CUSTOM STUFF		*
 ********************************/
 
#header {width:943px; height:114px; margin:0 auto;}
 	#logo {width:232px; height:102px; background:url(images/logo.gif); float:left; }
	#logo a{display:block; width:232px; height:102px;}
	#logo span{display:none;}
	
#nav {width:652px; height:43px; background:url(images/nav.gif) no-repeat; position:relative; float:left; margin:37px 0 0 59px;}
	#nav li {margin: 0px; padding: 0px; list-style: none;position: absolute; top: 0; margin-left:0px;}
	#nav li, #nav a {height:43px; display: block; }
	#nav span { display:none; }
	#nav li a {	display:block; height:43px;}

		#nav-1	{ width:82px; left:0px; background-image:none; }
		#nav-2	{ width:82px; left:124px; background-image:none; }
		#nav-3	{ width:97px; left:250px; background-image:none; }
		#nav-4	{ width:120px; left:392px; background-image:none; }
		#nav-5	{ width:95px; left:557px; background-image:none; }
		
		#nav-1 a:hover { background:transparent url(images/nav.gif) no-repeat -0px -43px; }
		#nav-2 a:hover { background:transparent url(images/nav.gif) no-repeat -124px -43px; }
		#nav-3 a:hover { background:transparent url(images/nav.gif) no-repeat -250px -43px; }
		#nav-4 a:hover { background:transparent url(images/nav.gif) no-repeat -392px -43px; }
		#nav-5 a:hover { background:transparent url(images/nav.gif) no-repeat -557px -43px; }

		#nav-1 a.current { background:transparent url(images/nav.gif) no-repeat -0px -43px; }
		#nav-2 a.current { background:transparent url(images/nav.gif) no-repeat -124px -43px; }
		#nav-3 a.current { background:transparent url(images/nav.gif) no-repeat -250px -43px; }
		#nav-4 a.current { background:transparent url(images/nav.gif) no-repeat -392px -43px; }
		#nav-5 a.current { background:transparent url(images/nav.gif) no-repeat -557px -43px; }

#center {background:url(images/mainPic.jpg) center top; height:295px; width:100%; min-width:984px;}
#centerSub{background:url(images/mainPicSub.jpg) center top; height:128px; border-bottom:3px solid #d7ccbf; width:100%; min-width:984px;}

#content {width:984px; margin:0 auto; background:url(images/content.gif) no-repeat;}
#contentText {width:944px; margin:0px auto 0 auto; min-height:300px; padding:15px 0 20px 0;}

#footer {width:100%; height:180px; background:url(images/footer.gif) center top;}
	#footerText {width:984px; margin:0 auto; padding:15px 0 0 0;}
	#footerText a, #footerText a:visited, #footerText a:hover {color:#4c361c;}
	#footerText a:hover {color:#981300;}
	
	.whiteText {font-family:Georgia, "Times New Roman", Times, serif; color:#ffffff; font-size:20px; margin:25px auto 0 auto; width:449px; cursor:pointer;}
	.whiteText img{margin:0px auto 0 auto; cursor:pointer; z-index:1;}
	
	#projBox {width:944px; padding:0 0 20px 0;}
	.indProj {width:449px; height:65px; float:left; background:url(images/proj.gif); text-align:center; position:relative; margin:11px; cursor:pointer;}
	.indProj a{display:block; width:449px; height:65px; position:absolute; top:0; left:0; z-index:1000; cursor:pointer;}
	.indProj a:hover{ background:url(images/proj.gif) 0 -65px; cursor:pointer;}
	