/*-----------------------------------------------------------------------------
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;
	height:0px;
	}

/* Remove border around linked images */
img {
	border: 0;
	display:block;
	}

body {
	background:#084814;
	color:#000000;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:80%;
	}
	
#bannerOuter {
	height:99px;
	background:url(../img/bannerOuterBg.gif) repeat-x;
	}
	
#bannerInner {
	margin:0 auto;
	width:750px;
	background:url(../img/bannerImg.jpg) no-repeat;
	}

#topOuter {
	background:url(../img/topBg.gif) repeat-x #e0dab8;
	}
	
#topInner {
	width:750px;
	margin:0 auto;
	padding:27px 0 0 0;
	}
	
#middleOuter {
	background:url(../img/middleBg.gif) repeat-x #c0b991;
	}
	
#middleInner {
	width:750px;
	margin:0 auto;
	padding:60px 0 0 0;
	}
	
#imgNoFloat {
	padding:5px;
	background:#f9f6e7;
	margin:0 0 25px 0;
	}
	
#imgNoFloat img {	
	border:#79715c solid 1px;
	}
	
#imgRight {
	padding:5px;
	background:#e0dab8;
	margin:0 0 10px 10px;
	float:right;
	}
	
#imgRight img {	
	border:#79715c solid 1px;
	}
	
#leftCol {
	width:362px;
	float:left;
	}
	
#rightCol {
	width:362px;
	float:right;
	}
	
/* Links */	
		
#topInner p a, #middleInner p a {
	color:#1c7ccd;
	padding:1px 1px;
	font-weight:bold;
	}

#topInner p a:link, #middleInner p a:link, #topInner p a:visited, #middleInner p a:visited {
	text-decoration:underline;
	}

#topInner p a:hover, #middleInner p a:hover, #topInner p a:active, #middleInner p a:active {
	color:#ffffff;
	background:#1c7ccd;
	}	

/* =Typography
-----------------------------------------------------------------------------*/	
h1 {
	font-size:50%;
	color:#e6e0c4;
	height:19px;
	margin:0 0 5px 0;
	}
	
h2 {
	font-size:160%;
	color:#175220;
	margin:0 0 0 0;
	}	
	
h3 {
	font-size:110%;
	margin:0;
	}
	
#topInner p, #middleInner p {
	padding:0 0 25px 0;
	}

/* =footer
-----------------------------------------------------------------------------*/
#footerOuter {
	background:url(../img/footerBg.gif) repeat-x;
	}
	
#footer {
	width:1000px;
	margin:0 auto;	
	text-align:center;
	padding:75px 0 100px 0;
	font-size:90%;
	}
	
#footerNav {
	font-size:100%;
	color:#ffffff;
	padding:0 0 30px 0;
	}

#footerNav a, #footerNav a:link, #footerNav a:visited  {
	color:#ffffff;
	padding:1px 2px;
	text-decoration:none;
	}

#footerNav a:hover, #footerNav a:active {
	color:#000000;
	background:#ffffff;
	}

#copyRight {
	font-size:90%;
	padding:5px 0 20px 0;
	color:#97ba9e;
	}	

#copyRight a {
	color:#97ba9e;
	font-weight:bold;
	}

#copyRight a:link, #copyRight a:visited  {
	color:#97ba9e;
	text-decoration:underline;
	}

#copyRight a:hover, #copyRight a:active {
	color:#97ba9e;
	text-decoration:none;
	}
	

/* =mainNav 
-----------------------------------------------------------------------------*/
#mainNavOuter {
	background:#000000;
	}

#mainNav {
	width:1100px;
	margin:0 auto;
	font-size:90%;
	}
	
#mainNav ul {
	list-style:none;
	padding:0;
	margin:0 0 0 25px;
	}
	
#mainNav ul li {
	list-style:none;
	padding:14px 0 10px 10px;
	float:left;	
	}
	
#mainNav ul li a {
	color:#d4d4d4;
	}

#mainNav ul li a:link, #mainNav ul li a:visited  {
	color:#d4d4d4;
	text-decoration:none;
	}

#mainNav ul li a:hover, #mainNav ul li a:active {
	color:#d4d4d4;
	text-decoration:underline;
	}	

	
/* body tag */

#homeB #navHome a:link, #homeB #navHome a:visited, #homeB #navHome a:hover, #homeB #navHome a:active, #homeB #navHome,

#aboutB #navAbout a:link, #aboutB #navAbout a:visited, #aboutB #navAbout a:hover, #aboutB #navAbout a:active, #aboutB #navAbout,

#employmentB #navEmployment a:link, #employmentB #navEmployment a:visited, #employmentB #navEmployment a:hover, #employmentB #navEmployment a:active, #employmentB #navEmployment,

#clinicsB #navClinics a:link, #clinicsB #navClinics a:visited, #clinicsB #navClinics a:hover, #clinicsB #navClinics a:active, #clinicsB #navClinics,

#contactB #navContact a:link, #contactB #navContact a:visited, #contactB #navContact a:hover, #contactB #navContact a:active, #contactB #navContact
 
 {
	cursor:default;
	background-position:bottom;
	}
	

	
