/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/


/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */


/* Class for clearing floats */
.clear {
	clear:both;
	/* Take padding/margins out for IE */
	padding:0;
	margin:0;
	visibility:hidden;
	display:block;
	}

/* Remove border around linked images */
img {
	border: 0;
}

body {
	background-color:#dfe3e6;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	}
	
#container {
	margin:30px auto;
	width:742px;
	padding:9px;
	position:relative;
	background:#FFFFFF;
	}
	
#bannerLogo {
	margin:0;
	float:left;
	}
	
#smallBanner {
	width:560px;
	height:68px;
	background:#97c4d9 url(../img/logoText.jpg) left no-repeat;
	float:right;
	}

/* =footer
-----------------------------------------------------------------------------*/
#footer {
	width:696px;
	padding:14px 23px;
	background:#d5e6ee;
	font-size:11px;
	color:#224162;
	}
	
#footer a {
	padding:1px 3px;
	color:#224162;
	}

#footer a:link, #footer a:visited  {
	color:#224162;
	text-decoration:none;
	}

#footer a:hover, #footer a:active {
	color:#ffffff;
	background-color:#224162;
	text-decoration:none;
	}


/* =mainNav
-----------------------------------------------------------------------------*/
#mainNav {
	width:560px;
	height:75px;
	margin:0 0 7px 0;
	background:#97c4d9;
	float:right;
	}
	
#mainNav ul {
	list-style:none;
	padding:0;
	margin:0;
	}
	
#mainNav ul li {
	list-style:none;
	padding:0;
	margin:0;
	float:left;	
	}
	
#mainNav ul li a {
	text-indent:-5000px;
	}
	
#mainNav ul li a:link, #mainNav ul li a:visited {
	display:block;
	background-repeat:no-repeat;
	background-position:top;
}

#mainNav ul li a:hover, #mainNav ul li a:active, /* for IE 'flicker' on rollover */ #navStaff, #navServices, #navContact, #navLogin {
	display:block;
	background-repeat:no-repeat;
	background-position:bottom;
}

#navStaff a, #navStaff {
	height:75px;
	width:133px;
	background:url(../img/navStaff.jpg) no-repeat;
	}
	
#navServices a, #navServices {
	height:75px;
	width:149px;
	background:url(../img/navServices.jpg) no-repeat;
	}
	
#navContact a, #navContact {
	height:75px;
	width:142px;
	background:url(../img/navContact.jpg) no-repeat;
	}
	
#navLogin a, #navLogin {
	height:75px;
	width:136px;
	background:url(../img/navLogin.jpg) no-repeat;
	}


