@charset "UTF-8";
/* CSS Document */
body {
border-top:#65604A 4px solid;
background:url(../newsite/images/design03BACK.jpg) fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:40px 0 0 0;
	background-repeat: repeat;
	background-color: #303030;
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
}

a {
	color:#5F726E;
	text-decoration:none;
}

a:hover {text-decoration:underline; color:#333;}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.125em;
	text-align:left;
	color:#655F4A;
	margin:0 0 10px 5px;
	padding:0;
}

#subNAV {
	float:right;
	font-size:1.45em;
	margin:0;
	padding:0 0 10px 0;
}

.smallerBRACE {
	font-size:.9125em;
	color:#655F4A;
}

p { text-align:left;
font-family:Verdana, Geneva, sans-serif;
font-size:.8125em;
color:#655F4A;
line-height:1.7125em;
}

#wrapper {
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:center;

}

#header {
	width:100%;
	margin:0 auto 40px auto;
	text-align:center;
}

#menu {
	width:100%;
	margin:0 auto 40px auto;
	text-align:center;
}



ul#topnav { 
text-align:left;
list-style:none;
height:30px;
margin:0 0 0 160px;
} 

ul#topnav li { 
        display:inline; 
	
} 


ul#topnav li a { 
        height:30px;
		text-align:center;
		float:left;
        text-indent:-9999px;
		margin:0;
		padding:0;
} 
 /* Projects BUTTON */
ul#topnav li#projects a {
	background:url(../images/generalAssets/projects.png) no-repeat 0 0;
        width:112px; 
} 

ul#topnav  li#projects a:hover { 
 background-position:0 -30px;
} 

ul#topnav li#projectsON a {
	background:url(../images/generalAssets/projects.png) no-repeat 0 -30px;
        width:112px; 
} 

 /* Resources BUTTON */
ul#topnav li#resources a {
background:url(../images/generalAssets/resources.png) no-repeat 0 0;
        width:138px;  
} 
 
ul#topnav  li#resources a:hover { 
 background-position:0 -30px;  
 }
 
 ul#topnav li#resourcesON a {
background:url(../images/generalAssets/resources.png) no-repeat 0 -30px;
        width:138px;  
} 

 /* Background BUTTON */
ul#topnav li#background a {
	background:url(../images/generalAssets/background.png) no-repeat 0 0;
        width:155px; 
} 

ul#topnav  li#background a:hover { 
 background-position:0 -30px;
} 

ul#topnav li#backgroundON a {
	background:url(../images/generalAssets/background.png) no-repeat 0 -30px;
        width:155px; 
} 

 /* Contact BUTTON */
ul#topnav li#contact a {
background:url(../images/generalAssets/contact.png) no-repeat 0 0;
        width:103px;  
} 
 
ul#topnav  li#contact a:hover { 
 background-position:0 -30px;  
 }
 
 ul#topnav li#contactON a {
background:url(../images/generalAssets/contact.png) no-repeat 0 -30px;
        width:103px;  
} 
.centerit {
	text-align:center;
	margin:0 auto;
}

.frameit {
	border:#65604A 5px solid;
}
#contact p {
	text-align:center;
}

#resources p {
	text-align:left;
}

#resources h1 {
	text-align:left;
	font-size:.9725em;
	color:#65604A;
}

#lineBreak {
	border-top:2px solid #65604A;
	display:block;
	margin:0;
	padding:0;
	height:2px;
}

#leftSUB {
	width:400px;
	float:left;
}

#rightSUB {
	width:400px;
	float:right;
}

#footer {
	clear:both;
}

#projectHOLDER {
	width:280px;
	margin:0 15px 0 0;
	padding:0;
	float:left;
	text-align:center;
}

.imagePROJ {
	border:#65604A 4px solid;
}

.imagePROJ a:hover {
	border:#333 4px solid;
}


#projectHOLDER h1 {
	font-size:.8125em;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#65604A;
	margin:10px 0;
	padding:0;
	text-align:center;
	
}
#projectHOLDER h1 a {
	color:#65604A;
	text-decoration:none;
}

#projectHOLDER h1 a:hover {
	text-decoration:underline;
	color:#333;
}
	

.clearIT {
	clear:both;
	margin:10px 0;
}

#projectWRAP {
	width:730px;
	margin:20px auto;
}

.fltleft {
	float:left;
}
