body {background: #e1eae6;
	  background-image:url(_img/wave.jpg);  
	  padding: 0; 
	  margin: 0;
	  margin-bottom: 100px;
	  font-family: "Arial", sans-serif;
	  }

h1 { width: 198px;
height: 50px;	
	 }
	 
h2 {
	color: #afd1c1;
	font-size: 9px;
	font-family: "Arial", sans-serif;
	position: relative;
	bottom: -45px;
	 }
	 
h3 {
	color: #96bbaa;
	font-size: 11px;
	font-family: "Arial", sans-serif;
	width: 600px;
	text-align: justify;
	 }
	 
h4 {
	color: #074573;
	font-size: 11px;
	font-family: "Arial", sans-serif;
	text-align: justify;
	padding-bottom: 0px;
	 }
h5 {
	color: #96bbaa;
	font-size: 11px;
	font-family: "Arial", sans-serif;
	text-align: justify;
	 }
	 
.stmnt {
	color: #074573;
	font-size: 11px;
	font-family: "Arial", sans-serif;
	width: 540px;
	text-align: justify;
	 }
	 
.stmntheader {
	color: #074573;
	font-size: 11px;
	font-family: "Arial", sans-serif;
	width: 540px;
	text-align: justify;
	 }
	 
.arrow {
	color: #074573;
	 }
.text {
	color: #96bbaa;
	font-size: 11px;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	 }
	   
a {
   color: #96bbaa;	
   text-decoration: none;
   font-family: "Arial", sans-serif;
   }
   
a.copy {
   color: #afd1c1;	
   text-decoration: none;
   font-family: "Arial", sans-serif;
   }   
   
		 
a:hover { color: #074573;
		  text-decoration: none;
		  font-family: "Arial", sans-serif;
		  }

a:active {
	text-decoration: none;
	color: #074573;
	font-family: "Arial", sans-serif;
}

/*CENTERING AND WIDTH - CONSISTENT ON ALL PAGES*/
#all {
	position: relative;
	top: 25px;
	margin: 0px auto;
	padding-top: 20px;		
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	width: 777px;
	background: #ffffff;
	border:none;
	  }
 #splash {
	border:none;
	width: 777px;
	  }
	  
/* BEGIN GLOBAL NAVIGATION */
#dropdown li {list-style-type: none; 
			  position: relative;
			  left: -40px;
			  top: -15px; /* controls how far down all menu items except PORTFOLIO are from top */
			  color: #96bbaa;
			  font-family: "Arial", sans-serif;
		 	  font-size: 13px;
			  }

#navdrp a {display: inline; color: #96bbaa; text-align: left; font-size: 13px; font-family: "Arial", sans-serif;}
#navdrp li {float: left; width: 85px; /* width needed or else Opera goes nuts WIDTH CONTROLS SPACING BETWEEN REST OF MENU */}
#navdrp li ul {position: absolute; background: #ffffff; width: 30px; left: -999em; border: solid #ffffff; border-width: 0px;}
#navdrp li:hover ul, #navdrp li.sfhover ul {left: 0px; top: 30px;} /* controls how far below PORTFOLIO menu drops */
#navdrp li:hover {background: none;} /* necessary for the drop-downs to function properly in IE7 - go figure! */
#navdrp li ul.navdrp2 li {padding-bottom: 5px; padding-top: 5px; width: 75px; border-bottom: dotted #96bbaa 1px;}
#navdrp li ul.navdrp2 li.sfhover {background: #fffff;}
#navdrp li ul.navdrp2 li.title {background: #ffffff;}
#navdrp li ul.navdrp2 li.last {border: none;}
#navdrp li ul.navdrp2 a {color: #074573; font-weight: normal; font-size: 11px; text-align: left; font-family: "Arial", sans-serif;}
#navlinks li {position: relative;
	display: inline;
	padding-right: 10px;
	top: -15px; /* controls how far down PORTFOLIO menu item is from top */
	left: -40px;
	color: #96bbaa;
	font-family: "Arial", sans-serif;
	font-size: 13px;
			  }

/* END GLOBAL NAVIGATION */
