/* ------------------------------------------------------------
	Reset Styles (from meyerweb.com)
------------------------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* ------------------------------------------------------------
	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.col2 li { width:99.9%; }
#primaryNav.col3 li { width:50.0%; }
#primaryNav.col4 li { width:33.3%; }
#primaryNav.col5 li { width:25.0%; }
#primaryNav.col6 li { width:20.0%; }
#primaryNav.col7 li { width:16.6%; }
#primaryNav.col8 li { width:14.2%; }
#primaryNav.col9 li { width:12.5%; }
#primaryNav.col10 li { width:11.1%; }
#primaryNav.col11 li { width:10.0%; }

/* ------------------------------------------------------------
	General Styles
------------------------------------------------------------ */


.sitemap-content {
	margin: 0 0 40px 0;
	float: left;
	width: 100%;
	line-height: 1;
}


.sitemap-content a {
	text-decoration: none;
}
.sitemap-content ol, .sitemap-content ul {
	list-style: none;
}


/* ------------------------------------------------------------
	Site Map Styles
------------------------------------------------------------ */

/* --------	Top Level --------- */

#primaryNav {
	margin: 0;
	float: left;
	width: 100%;
	margin-top: 20px;
}
#primaryNav #home {
	display: block;
	float: none;
	background: #eee url('/themes/presentation/images/L1-left.png') center bottom no-repeat;
	position: relative;
	z-index: 2;
	padding: 0 0 30px 0;
}
#primaryNav li {
	float: left;
	background: url('/themes/presentation/images/L1-center.png') center top no-repeat;
	padding: 30px 0;
	margin-top: -30px;
}
#primaryNav li a {
	margin: 0 20px 0 0;
	padding: 10px 0;
	display: block;
	font-size: 16px;
	font-family:'FrutigerLTW01-77BlackCn';
	text-align: center;
	color: black;

	background-color: #c35419;
	color: #fff;

}

#primaryNav li:last-child {
	background: url('/themes/presentation/images/L1-right.png') center top no-repeat;
}
.sitemap-content a:link:before,
.sitemap-content a:visited:before {
	content: " "attr(href)" ";
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 5px;
	word-wrap: break-word;
}
#primaryNav li a:link:before,
#primaryNav li a:visited:before {
	color: #78a9c0;
}

/* --------	Second Level --------- */

#primaryNav li li {
	width: 100%;
	clear: left;
	margin-top: 0;
	padding: 10px 0 0 0;
	background: url('/themes/presentation/images/vertical-line.png') center bottom repeat-y;
}
#primaryNav li li a {
	background-color: #c96530;
	border: #fff;
	font-family:'Frutiger LT W01_47 Light Cond';
}

#primaryNav li li:first-child {
	padding-top: 30px;
}
#primaryNav li li:last-child {
	background: url('/themes/presentation/images/vertical-line.png') center bottom repeat-y;
}
#primaryNav li li a:link:before,
#primaryNav li li a:visited:before {
	color: #8faf5c;
}

/* --------	Third Level --------- */

#primaryNav li li ul {
	margin: 10px 0 0 0;
	width: 100%;
	float: right;
	padding: 9px 0 10px 0;
	background: #eee url('/themes/presentation/images/L3-ul-top.png') center top no-repeat;
}
#primaryNav li li li {
	background: url('/themes/presentation/images/L3-center.png') left center no-repeat;
	padding: 5px 0;
}
#primaryNav li li li a {
	background-color: #cf7647;
	font-size: 14px;
	padding: 5px 0;
	width: 80%;
	float: right;
	font-family:'Frutiger LT W01_47 Light Cond';
}

#primaryNav li li li:first-child {
	padding: 15px 0 5px 0;
	background: url('/themes/presentation/images/L3-li-top.png') left center no-repeat;
}
#primaryNav li li li:last-child {
	background: url('/themes/presentation/images/L3-bottom.png') left center no-repeat;
}
#primaryNav li li li a:link:before,
#primaryNav li li li a:visited:before {
	color: #ccae14;
	font-size: 9px;
}

#primaryNav li li li li a {
	background-color: #d5875e;
	font-size: 14px;
	padding: 5px 0;
	width: 60%;
	float: right;
	font-family:'Frutiger LT W01_47 Light Cond';
}





/* ------------------------------------------------------------
	Utility Navigation
------------------------------------------------------------ */

#utilityNav {
	float: right;
	max-width: 50%;
	margin-right: 10px;
}
#utilityNav li {
	float: left;
	margin-bottom: 10px;
}
#utilityNav li a {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	display: block;
	font-size: 14px;
	font-family:'FrutigerLTW01-77BlackCn';
	text-align: center;
	color: black;
	background: #ddd;
	color: #666;

}

#utilityNav li a:link:before,
#utilityNav li a:visited:before {
	color: #ccae14;
	font-size: 9px;
	margin-bottom: 3px;
}
.notes p {
	font-family: Georgia, Times, serif;
	font-size: 13px;
}
.notes p a  {
	text-decoration: underline;
}
.notes p a:link:before,
.notes p a:visited:before {
	content: "  ";
	display: none;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 5px;
	word-wrap: break-word;
}