﻿/* ------------------------------------------------------------
	Reset Styles (from meyerweb.com)
------------------------------------------------------------ */

/* ------------------------------------------------------------
	NUMBER OF COLUMNS: Adjust #primaryNav li to set the number
	of columns required in your site map. The default is 
	4 columns (25%). 5 columns would be 20%, 6 columns would 
	be 16.6%, etc. 
------------------------------------------------------------ */

#primaryNav li {
	width:25%;
}

#primaryNav li ul li {
	width:100% !important;
}

#primaryNav.col1 li { width:99.9%; }
#primaryNav.col2 li { width:50.0%; }
#primaryNav.col3 li { width:33.3%; }
#primaryNav.col4 li { width:25.0%; }
#primaryNav.col5 li { width:20.0%; }
#primaryNav.col6 li { width:16.6%; }
#primaryNav.col7 li { width:14.2%; }
#primaryNav.col8 li { width:12.5%; }
#primaryNav.col9 li { width:11.1%; }
#primaryNav.col10 li { width:10.0%; }

/* ------------------------------------------------------------
	General Styles
------------------------------------------------------------ */
#sitemap {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: 700px;
	/*border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-top: 1px solid #dedede;*/
}
#sitemap h1 {
	font-weight: bold;
	/*text-transform: uppercase;*/
	font-size: 20px;
	margin: 0 0 5px 0;
}
#sitemap h2 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	color: #777777;
	margin: 0 0 20px 0;
}
#sitemap a {
	text-decoration: none;
}
#sitemap ol, #sitemap ul {
	list-style: none;
	background-image: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#sitemap li {
	list-style: none;
	background-image: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/* ------------------------------------------------------------
	Site Map Styles
------------------------------------------------------------ */

/* --------	Top Level --------- */

#sitemap #primaryNav {
	margin: 0;
	float: left;
	width: 100%;
}
#sitemap #primaryNav #home {
	display: block;
	float: none;

	background: #ffffff url('../images/L1-left.gif') center bottom no-repeat;
	position: relative;
	z-index: 2;
	padding: 0 0 20px 0;
}
#sitemap #primaryNav li {
	float: left;

	background: url('../images/L1-center.gif') center top no-repeat;
	padding: 30px 0;
	margin-top: -30px;
}
#sitemap #primaryNav li a {
	margin: 0 20px 0 0;
	padding: 5px 0;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #f9a52e;	
	background-color:#444444;
	/*background: #818181 url('../images/white-highlight.png') top left repeat-x;*/
	border: 1px solid #cccccc;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;*/ /* FF 3.5+ */	
}
#sitemap #primaryNav li a:hover {
	background-color: #ffffff;
	border-color: #f9a52e;
}
#sitemap #primaryNav li:last-child 
{

	background: url('../images/L1-right.gif') center top no-repeat;
}
#sitemap a:link:before,
#sitemap a:visited:before {
	content: " "attr(href)" ";
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 5px;
	word-wrap: break-word;
}
#sitemap #primaryNav li a:link:before,
#sitemap #primaryNav li a:visited:before {
	color: #ffffff;
}

/* --------	Second Level --------- */

#sitemap #primaryNav li li {
	width: 100%;
	clear: left;
	margin-top: 0;
	padding: 10px 0 0 0;

	background: url('../images/vertical-line.gif') center bottom repeat-y;
}
#sitemap #primaryNav li li a {
	background-color: #eeeeee;
	border-color: #cccccc;
}
#sitemap #primaryNav li li a:hover {
	border-color: #f9a52e;
	background-color: #ffffff;
}
#sitemap #primaryNav li li:first-child {
	padding-top: 30px;
}
#sitemap #primaryNav li li:last-child 
{

	background: url('../images/vertical-line.gif') center bottom repeat-y;
}
#sitemap #primaryNav li li a:link:before,
#sitemap #primaryNav li li a:visited:before {
	color: #999999;
}

/* --------	Third Level --------- */

#sitemap #primaryNav li li ul {
	margin: 10px 0 0 0;
	width: 100%;
	float: right;
	padding: 9px 0 10px 0;

	background: #ffffff url('../images/L3-ul-top.gif') center top no-repeat;
}
#sitemap #primaryNav li li li {
	background: url('../images/L3-center.gif') left center no-repeat;
	padding: 5px 0;
}
#sitemap #primaryNav li li li a {
	background-color: #ffffff;
	border-color: #cccccc;
	color: #555555;
	font-size: 75%;
	padding: 5px 0;
	width: 80%;
	float: right;
}
#sitemap #primaryNav li li li a:hover {
	background-color: #efefef;
	border-color: #f9a52e;
}
#sitemap #primaryNav li li li:first-child {
	padding: 15px 0 5px 0;

	background: url('../images/L3-li-top.gif') left center no-repeat;
}
#sitemap #primaryNav li li li:last-child 
{

	background: url('../images/L3-bottom.gif') left center no-repeat;
}
#sitemap #primaryNav li li li a:link:before,
#sitemap #primaryNav li li li a:visited:before {
	color: #888888;
	font-size: 70%;
}


/* ------------------------------------------------------------
	Utility Navigation
------------------------------------------------------------ */

#sitemap #utilityNav {
	float: right;
	max-width: 100%;
	margin-right: 10px;
	margin-bottom:40px;
}
#sitemap #utilityNav li {
	float: left;
	margin-bottom: 10px;
}
#sitemap #utilityNav li a {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	display: block;	
	border: 1px solid #cccccc;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	color: #555555;
	background-color:#ffffff;
	/*background: #fff7aa url('../images/white-highlight.png') top left repeat-x;*/
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;*/ /* FF 3.5+ */	
}
#sitemap #utilityNav li a:hover {
	background-color: #ffffff;
	border-color: #f9a52e;
}
#sitemap #utilityNav li a:link:before,
#sitemap #utilityNav li a:visited:before {
	color: #cccccc;
	font-size: 70%;
	margin-bottom: 3px;
}