/*-----------------------------------------------------------------------------
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 */
ul
{
	margin:1em;
}


/* Class for clearing floats */
.clear {
	clear:both;
	height:0px;
	}

/* Remove border around linked images */
img {
	border: 0;
	display:block;
	}

body {
	background:#263859;
	color:#000000;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:71%;
	}
	
#container {
	margin:22px auto;
	width:754px;
	position:relative;
	}	

#bannerNav {
	width:754px;
	height:180px;
	background:url(../img/bannerNavBg.jpg) no-repeat;
	}

#content {
	background:#d6ccb4 url(../img/contentBg.gif) repeat-y;
	padding:0 7px;
	width:740px;
	}
	
#contentOneCol {
	width:680px;
	padding:35px 30px 0 30px;
	background:url(../img/oneColBg.jpg) no-repeat;
	}
	
#contentTwoCol {
	width:740px;
	padding:35px 0 0 0;
	background:url(../img/twoColumnBg.jpg) no-repeat;
	}
	
#leftCol {
	width:435px;
	float:left;
	padding:0 0 0 30px;
	}
	
#rightCol {
	width:193px;
	float:right;
	padding:0 29px 0 0;
	}
	
#subPageBox {
	float:right;
	padding:15px 15px 0 15px;
	border:#988e74 solid 1px;
	background:#d6ccb4;
	margin:0 0 15px 15px;
	font-size:120%;
	text-align:center;
	}
	
hr {
	margin:0 0 15px 0;
	}
	
/* Links */	
		
#content p a {
	color:#c81041;
	padding:1px 1px;
	font-weight:bold;
	}

#content p a:link, #content p a:visited {
	text-decoration:underline;
	}

#content p a:hover, #content p a:active {
	color:#ffffff;
	background:#c81041;
	}	
	
#content h2 a {
	color:#263859;
	padding:1px 1px;
	font-weight:bold;
	}

#content h2 a:link, #content h2 a:visited {
	text-decoration:underline;
	}

#content h2 a:hover, #content h2 a:active {
	color:#ffffff;
	background:#263859;
	}

/* =Typography
-----------------------------------------------------------------------------*/	
h1 {
	font-size:160%;
	color:#68021d;
	font-family:Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	margin:0 0 5px 0;
	}
	
h2 {
	font-size:110%;
	color:#263859;
	margin:0 0 0 0;
	}	
	
h3 {
	font-size:135%;
	margin:0;
	}
	
h4 {
	font-size:135%;
	color:#263859;
	margin:0 0 5px 0;
	}
	
#content p {
	padding:0 0 15px 0;
	}

/* =footer
-----------------------------------------------------------------------------*/
#footer {
	width:754px;
	background:url(../img/footerBg.jpg) no-repeat;
	text-align:center;
	padding:38px 0 100px 0;
	}
	
#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:#647aa1;
	}	

#copyRight a {
	color:#647aa1;
	font-weight:bold;
	}

#copyRight a:link, #copyRight a:visited  {
	color:#647aa1;
	text-decoration:underline;
	}

#copyRight a:hover, #copyRight a:active {
	color:#647aa1;
	text-decoration:none;
	}
	

/* =mainNav 
-----------------------------------------------------------------------------*/
#mainNav {
	padding:0 0 4px 19px;
	width:716px;
	height:65px;
	float:left;
	}
	
#mainNav ul {
	list-style:none;
	padding:0;
	margin:0;
	}
	
#mainNav ul li {
	list-style:none;
	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 */ #navHome, #navAbout, #navEmployment, #navClinics, #navContact {
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	}

#navHome a, #navHome {
	height:65px;
	width:87px;
	background:url(../img/navHome.jpg) no-repeat;
	}
	
#navAbout a, #navAbout {
	height:65px;
	width:153px;
	background:url(../img/navAbout.jpg) no-repeat;
	}
	
#navEmployment a, #navEmployment {
	height:65px;
	width:251px;
	background:url(../img/navEmployment.jpg) no-repeat;
	}
	
#navClinics a, #navClinics {
	height:65px;
	width:102px;
	background:url(../img/navClinics.jpg) no-repeat;
	}
	
#navContact a, #navContact {
	height:65px;
	width:123px;
	background:url(../img/navContact.jpg) no-repeat;
	}
	

	
/* 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;
	}
	
*/
	
