/*-----------------------------------------------------------------------------
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:#122246;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	}	
	
#container {
	margin:0 auto;
	width:744px;
	padding:8px;
	background:#FFFFFF;
	position:relative;
	}
	
/* Language Switcher */	
	
#languageSwitcher {
	text-align:center;
	color:#FFFFFF;
	padding:11px 0;
	font-size:85%;
	}
		
#languageSwitcher a {
	color:#ffffff;
	}

#languageSwitcher a:link, #languageSwitcher a:visited {
	text-decoration:none;
	}

#languageSwitcher a:hover, #languageSwitcher a:active {
	color:#ffffff;
	text-decoration:underline;
	}
	
/* banner */	
	
#banner {
	background:url(../img/bannerBg.gif);
	height:105px;
	}
	
#banner a {
	display:block;
	width:744px;
	height:105px;
	}

/* Text Links */	
		
#container p a {
	color:#ff8400;
	padding:1px 1px;
	font-weight:bold;
	}

#container p a:link, #container p a:visited {
	text-decoration:underline;
	}

#container p a:hover, #container p a:active {
	color:#ffffff;
	background:#ff8400;
	}
	
#content {
	padding:20px;
	border-left:#8a8a8a solid 2px;
	border-right:#8a8a8a solid 2px;
	border-bottom:#8a8a8a solid 2px;
	}	
		

/* =Typography
-----------------------------------------------------------------------------*/	
h1 {
	font-size:100%;
	color:#feffff;
	height:14px;
	margin:0 0 8px 0;
	}
	
h2 {
	font-size:130%;
	color:#122246;
	margin:0;
	}
	
p {
	padding:0 0 17px 0;
	}
	
.darkBlueBold {
	color:#122246;
	font-weight:bold;
	}
	

/* =footer
-----------------------------------------------------------------------------*/
#footer {
	margin:0 auto;
	text-align:center;
	padding:10px 0 0 0;
	color:#ff8400;
	}
	
#footer p {
	font-size:95%;
	}

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

#footer p a:hover, #footer p a:active {
	color:#ffffff;
	text-decoration:underline;
	}

#copyRight {
	font-size:85%;
	padding:0 0 20px 0;
	color:#8a8a8a;
	}	

/* =mainNav 
-----------------------------------------------------------------------------*/
#mainNav {
	width:740px;
	height:47px;
	border:#8a8a8a solid 2px;
	margin:9px 0 0 0;
	}
	
#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 */ #aboutNav, #aboutTrackerNav, #feesNav, #placeNav, #calculateNav, #contactNav, #trackerNav {
	display:block;
	background-repeat:no-repeat;
	background-position:bottom;
}

#aboutNav a, #aboutNav {
	height:47px;
	width:84px;
	background:url(../img/aboutNav2.gif) no-repeat;
	}
	
#aboutTrackerNav a, #aboutTrackerNav {
	height:47px;
	width:121px;
	background:url(../img/aboutTrackerNav.gif) no-repeat;
	}
	
#feesNav a, #feesNav {
	height:47px;
	width:57px;
	background:url(../img/feesNav2.gif) no-repeat;
	}
	
#placeNav a, #placeNav {
	height:47px;
	width:108px;
	background:url(../img/placeNav2.gif) no-repeat;
	}
	
#calculateNav a, #calculateNav {
	height:47px;
	width:134px;
	background:url(../img/calculateNav2.gif) no-repeat;
	}
	
#contactNav a, #contactNav {
	height:47px;
	width:94px;
	background:url(../img/contactNav2.gif) no-repeat;
	}

#trackerNav a, #trackerNav {
	height:47px;
	width:142px;
	background:url(../img/closingNav2.gif) no-repeat;
	}
	
/* Original Nav Css

#aboutNav a, #aboutNav {
	height:47px;
	width:90px;
	background:url(../img/aboutNav.gif) no-repeat;
	}
	
#feesNav a, #feesNav {
	height:47px;
	width:58px;
	background:url(../img/feesNav.gif) no-repeat;
	}
	
#placeNav a, #placeNav {
	height:47px;
	width:110px;
	background:url(../img/placeNav.gif) no-repeat;
	}
	
#calculateNav a, #calculateNav {
	height:47px;
	width:203px;
	background:url(../img/calculateNav.gif) no-repeat;
	}
	
#contactNav a, #contactNav {
	height:47px;
	width:102px;
	background:url(../img/contactNav.gif) no-repeat;
	}

#trackerNav a, #trackerNav {
	height:47px;
	width:177px;
	background:url(../img/closingNav.gif) no-repeat;
	}
	
*/


	
