/* ==================================================================

 *  http://*  http://coordinatedprojects.com

 *  owner: Planeteria Web Design

 *  authors: Shawn Emory (semory@planeteria.com

 *  created: 1/5/2007

 * ================================================================== */

/* ==================================================================
[ Primary Nav ]
* ================================================================== */

#nav_container {
	width: 650px;
	height: 65px;
	overflow: hidden;
	padding: 0;
	margin: 0px;
	background-color: transparent;
	top: 0px;
	left: 475px;
	position: relative;
	
	}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 65px;
	display: inline;
	overflow: hidden;
	width: 747px;
	left: 0px;
	top: 0px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 65px 0 0 0;	
/* ========== JERI THIS WAS THE FIX I COMMENTED OUT overflow: hidden; ========== */
	height: 0px !important; 
	height /**/:65px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -130px;	
	overflow: hidden;
	}

#nav a:active, 
#nav a.selected {
	background-position: 0 -130px;
	
	
	
/* ========== JERI THIS WAS THE FIX I COMMENTED OUT overflow: hidden; ========== */
	}
	
#ihome a  {
	color: #fff;
	width: 95px;
	background: #fff url(images/img_nav_home.gif) 0 0 no-repeat;
	}

#iservices a  {
	color: #fff;
	width: 101px;
	background: #fff url(images/img_nav_services.gif) 0 0 no-repeat;
	}
	
	
#irewards a  {
color: #fff;
width: 171px;
background: #fff url(images/img_nav_rewards.gif) 0 0 no-repeat;
}


#iclients a  {
	color: #fff;
	width: 126px;
	background: #fff url(images/img_nav_clients.gif) 0 0 no-repeat;
	}
	
#iquote a  {
	color: #fff;
	width: 257px;
	background: #fff url(images/img_nav_quote.gif) 0 0 no-repeat;
	}


/* ---------------------[ End Primary Nav ] */

/* ==================================================================
[ Sub Nav ]
* ================================================================== */



#subnav_container {
	float: left;
	padding: 0;
	margin: 0;
	background-color:#c6c6a7;
	width: 295px;
	color: #bf4a23;
	border-top:#FFFFFF 1px solid;
}
#subnav_container  ul  {
	padding: 0 25px 0 25px;
	}

#subnav_container ul li {
	/*font-size:100%;*/
	list-style-type: none;
	/*padding:0;
	margin: 0;*/
	background-color:#c6c6a7;
	background:url(images/img_col1_horiz_green_dot.gif) left top repeat-x ;
	color:#747403;
}


#subnav_container ul  li.firstchild {
background:none;
}

#subnav a:link,
#subnav a:visited
{
text-decoration: none;
display:block;
color:#747403;
padding:0;
	margin: 0;
}

#subnav a:hover
{
color:#bf4a23;
text-decoration: underline;
padding:0;
	margin: 0;
}

#subnav #subnav_selected {
color:#bf4a23;
text-decoration: none;
font-weight: bold;
padding:0;
	margin: 0;
}


/* ---------------------[ End Sub Nav ] */

/* ---------------------[ Tertiary Nav - it's in the footer ] */
#tertnav
{
list-style-type: none;
padding: 0;
font-size: 0.9em;
}

#tertnav li
{
border-left: 1px solid #fff;
float: left;
line-height: 1.1em;
padding: 0 20px 0 20px;
text-decoration: none;
letter-spacing: 0.1em;

}

#tertnav li.firstchild {
border-left: none;
padding: 0 20px 0 30px;
}

#tertnav a:link, #footer #tertnav a:visited {
color: #fff;
float: left;
display:inline;
text-decoration: none;

}

#tertnav a:hover {
text-decoration:underline;
}

#tertnav #tertnav_selected {
text-decoration: none;
font-weight:bold;
}

#about #nav_about_us {text-decoration: none; font-weight:bold;}
#faq #nav_faq {text-decoration: none; font-weight:bold;}
#contact #nav_contact {text-decoration: none; font-weight:bold;}
}

