/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/


/* =CWCMH 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;
	}
	
/* Transparency png fix for ie  */	
img, div { behavior: url(../scripts/iepngfix.htc) 
	}

body {
	background:url(../img/bodyBg2.jpg) repeat-x #e8e2c5;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	}
	
#container {
	width:760px;
	margin:0 auto;
	position:relative;
	}
	
#bannerNav {
	width:760px;
	height:223px;
	}
	
#content {
	width:720px;
	padding:20px 20px 0 20px;
	background:#FFFFFF url(../img/contentBg.gif) bottom right no-repeat;
	}
	
#content ul {
	padding:0 0 20px 10px;
	list-style:none;
	font-size:95%;
	}
	
#content ul li {
	padding:0 0 5px 10px;
	background:url(../img/bulletPoint.gif) no-repeat 0 6px;
	}
	
#leftCol {
	width:345px;
	float:left;
	}
	
#rightCol {
	width:355px;
	float:right;
	}
	
.imgFloatLeft {
	float:left;
	border:#1d3f7b solid 1px;
	margin:0 20px 20px 0;
	}
	
.imgFloatRight {
	float:right;
	border:#1d3f7b solid 1px;
	margin:0 0 20px 20px;
	}
	
/* Links */	
		
#content p a {
	color:#68003d;
	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:#68003d;
	}	

/* =Typography
-----------------------------------------------------------------------------*/	
h1 {
	font-size:150%;
	color:#1d3f7b;
	border-bottom:#5e0137 solid 3px;
	padding:0 0 4px 0;
	margin:0 0 6px 0;
	}
	
h2 {
	font-size:120%;
	color:#1d3f7b;
	margin:0 0 5px 0;
	}	
	
h3 {
	font-size:130%;
	margin:0 0 5px 0;
	color:#68003d;
	}
	
h4 {
	font-size:115%;
	color:#000000;
	}
	
#content p {
	padding:0 0 20px 0;
	}
	

/* =footer
-----------------------------------------------------------------------------*/
#footer {
	width:760px;
	background:url(../img/footerBg.gif) no-repeat top center;	
	font-size:95%;
	padding:40px 0 0 0;
	color:#68003d;
	}
	
#footer img {
	float:left;
	margin:0 0 10px 0;
	}
	
#footer p {
	text-align:right;
	}
	
#footer p a, #footer a:link, #footer p a:visited  {
	color:#68003d;
	text-decoration:none;
	}

#footer p a:hover, #footer p a:active {
	color:#68003d;
	text-decoration:underline;
	}

#copyright {	
	font-size:85%;
	padding:0 0 20px 0;
	color:#8d8d8d;
	}
	

/* =Main Nav
-----------------------------------------------------------------------------*/

#mainNav {	
	width:403px;
	padding:0 0 0 173px;
	height:26px;
	background:url(../img/mainNavBg.gif) repeat-x;
	}
	
#mainNav ul li a:hover, #mainNav ul li a:active, /* for IE 'flicker' on rollover */ #navAbout, #navGet, #navContact, #navHome {
	display:block;
	background-repeat:no-repeat;
	background-position:bottom;
	}

/* link heights corresponds with image height */
.navButton, .navButton:visited {
	height:26px;
	position:relative !important;
	}
	
/* rollovers are background position so that no preloading is necessary */
.navButton span, .navButton:visited span {
	background-position:top;
	}

.navButton:hover span, .navButton:focus span, .navButton:visited:hover span, .navButton.udmR span, .navButton.udmR:visited span, .navButton:active span {
	background-position:bottom;
	}
	
/* span is same dimensions as link and positioned to superimpose */
.navButton span, .navButton:visited span {
	display:block;
	height:26px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-repeat:no-repeat;
	}

/* link and list-item widths correspond with image widths */
#navAbout, #aboutButton, #aboutButton:visited {
	width:99px;
	}
	
#navGet, #getButton, #getButton:visited {
	width:115px;
	}
	
#navContact, #contactButton, #contactButton:visited {
	width:107px;
	}
	
#navHome, #homeButton, #homeButton:visited {
	width:82px;
	}
	
/* button images are span background images */
#aboutButton span, #aboutButton:visited span {
	background-image:url(../img/navAbout.gif);
	}
	
#getButton span, #getButton:visited span {
	background-image:url(../img/navGet.gif);
	}
	
#contactButton span, #contactButton:visited span {
	background-image:url(../img/navContact.gif);
	}
	
#homeButton span, #homeButton:visited span {
	background-image:url(../img/navHome.gif);
	}
	
	
/* body tag */
#homeB #homeButton span a:link, #homeB #homeButton span a:visited, #homeB #homeButton span a:hover, #homeB #homeButton span a:active, #homeB #homeButton span,

#getB #getButton span a:link, #getB #getButton span a:visited, #getB #getButton span a:hover, #getB #getButton span a:active, #getB #getButton span,

#aboutB #aboutButton span a:link, #aboutB #aboutButton span a:visited, #aboutB #aboutButton span a:hover, #aboutB #aboutButton span a:active, #aboutB #aboutButton span,

#contactB #contactButton span a:link, #contactB #contactButton span a:visited, #contactB #contactButton span a:hover, #contactB #contactButton span a:active, #contactB #contactButton span
 
 {
	cursor:default;
	background-position:bottom;
	}