/* CSS Document */
/* ==================================================================

 *  http://www.simonsandwoodard.com

 *  owner: Planeteria Web Design

 *  author: Leigh Nouveaux (lcockrell@planeteria.com}

 *  created: 7/4/2007

 * ================================================================== */
 
/* ==================================================================
	Layout Template Classes
		The following classes are inserted into the body tag to
		select appropriate layout.
	
 	? template1 – Unique for the home page
	? template2 – 3 columns (left nav, content, sidebar)
	? template3 – 2 columns (left nav, content)
	? template4 – 3 columns (sidebar, content, sidebar)
	
	All navigation styles are contained in the file 'navigation.css'.
	If a particular element falls within a nav container, such as an h2,
	it's attributes might be defined there.
		
 * ================================================================== */

/* ==================================================================
[ Primary Nav ]
* ================================================================== */


#primenav_container {
	text-align:left;
	z-index: 100;
	height: 32px;
	position: absolute;
	left:221px;
	width:739;
	top: 40px;
	}

#primenav_container ul {

	margin: 0;
	border-left: solid white 1px;
	border-bottom: solid white 1px;
	height: 30px;
}


#primenav li {
	color: #563907;
	float: left;
	letter-spacing: 0.07em;
	text-decoration: none;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b45326;
	line-height: 24px;
	display:block;
	
}


#primenav li#last {
border-right: none;
}


#primenav li:first-child {/*Removes the dotted line from the firstchild (home) link  */
border-left: none;
}


 #primenav a:link, #primenav a:visited
{
	text-decoration: none;
	padding: 6px 24px 0 24px;
	display:block;
	color: #563907;
	text-decoration: none;
	margin: 0;
}

#primenav a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background: url(images/img_prim_nav_bkgrd.jpg) left top repeat-x;
}

#primenav #primenav_selected {
	color:#FFFFFF;
	text-decoration: none;
	background: url(images/img_prim_nav_bkgrd.jpg) left top repeat-x;
}


/* ==================================================================
[ Secondary Nav ]
* ================================================================== */


/*#secnav_container {
	text-align:left;
	top: 0px;
	width: 134px;
	z-index: 100;
	display: block;
	background-image:url(images/img_vert_dot.png);
	background-repeat:repeat-y;
	background-position:right top;
	}*/

#secnav  {
	list-style-type: none;
	float: left;
	display: block;
	vertical-align: top;
	color: #3e3900;
	margin-top: -2px;

}

/*#secnav_container ul {
	margin: 00;
height: 26px;

}*/


#secnav li {
	color: #563907;
	float: left;
	letter-spacing:normal;
	text-decoration: none;
	font-size: .9em;
	vertical-align: middle;
	line-height: 28px;
	width: 175px;
	text-align:right;
}


 #secnav a:link, #secnav a:visited
{
	color: #563907;
	text-decoration: none;
	padding: 0 16px 0 0px;
	display:block;
	text-decoration: none;
	margin: 0;
	text-align:right;
}

 
#secnav a:hover {
text-decoration: none;
	background: url(images/img_secnav_bgrd.gif) left top repeat-y;
	color: #FFFFFF;
}
 
 
 
 
 
 
 #secnav #secnav_selected {
	text-decoration: none;
	background: url(images/img_secnav_bgrd.gif) left top repeat-y;
	color: #FFFFFF;
}








/* ==================================================================
[ Tercerary Nav ]
* ================================================================== */


#ternav_container {
	text-align:left;
	top: 0px;
	width: 280px;
	z-index: 100;
	display: block;
	}

#ternav  {
	list-style-type: none;
	float: left;
	display: block;
	vertical-align: top;
	width: 250px;
	color: #3e3900;
}

#ternav_container ul {
	margin: 0;
	height: 20px;
}


#ternav li {
	color: #563907;
	float: left;
	letter-spacing: 0.5px;
	text-decoration: none;
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b45326;
	line-height: 16px;
	vertical-align: middle;	
}


#ternav li#first {
border-left: none;
}


 #ternav a:link, #ternav a:visited
{
color: #563907;
text-decoration: none;
	padding: 0 11px 0 11px;
	display:block;
	text-decoration: none;
	margin: 0;
}

#ternav a:hover {
color:#b45425;
text-decoration: none;
}

#ternav #ternav_selected {
color:#b45425;
text-decoration: none;
}

