/* ------------------------------------------------------------
	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-family: inherit;
}

/* ------------------------------------------------------------
	General Styles
------------------------------------------------------------ */

.sitemap {
	color: black;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1;
	/*margin: 0 0 40px 0;*/
	/*float: left;*/
	/*width: 100%;*/
}

.sitemap ol, .sitemap ul {
	list-style: none;
	display: block;
	width:100%;
	margin-top:3px;
}
.sitemap a {
	text-decoration: none;
}

/* ------------------------------------------------------------
	Site Map Styles
------------------------------------------------------------ */

/* --------	Top Level --------- */


#primaryNav li {
	float: left;
	/*padding: 30px 0;*/
	/*margin-top: -30px;*/
	width:220px;
	font-family:arial;
	font-size: 12px;
	color: #0e4c60;
	text-decoration:underline;
	font-weight:normal;
	/*border:1px solid black;*/
}
#primaryNav li a {
	/*margin: 0 0 0 0;*/
	/*padding: 3px 0;*/
	iidisplay: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family:arial;
	color: #0e4c60;
	text-decoration:underline;
	font-weight:normal;
}


/* --------	Second Level --------- */

#primaryNav li li {
	/*width: 100%;*/
	clear: left;
	margin-top: 0;
	padding: 3px 0px 0 0;
	font-family:arial;
	font-size: 10px;
	color: #848383;
	text-decoration:none;
	font-weight:normal;
	background-image:url(/imgs/squwere_grey.jpg);
	background-repeat:no-repeat;
	background-position : left;
	Padding-left:15px;
}

#primaryNav li li a:link, #primaryNav li li a:visited  {
	/*color: #808080;
	font-size: 10px;*/
	font-family:arial;
	font-size: 10px;
	color: #848383;
	text-decoration:none;
	font-weight:normal;
	
}

#primaryNav li li a:hover {
	/*color: #94b75f;
	font-size: 10px;*/
	font-family:arial;
	font-size: 10px;
	color: #848383;
	text-decoration:underline;
	font-weight:normal;
	
}

/* --------	Third Level --------- */

#primaryNav li li ul {
	margin: 10px 0 0 0;
	/*width: 100%;*/
	float: right;
	padding: 9px 0 10px 0;
	font-family:arial;
	font-size: 12px;
	color: #848383;
	text-decoration:none;
	font-weight:normal;
	background-image:url(/imgs/squwere_grey.jpg);
	background-repeat:no-repeat;
	background-position : left;
	Padding-left:15px;
}
#primaryNav li li li {
	padding: 5px 0;
	font-family:arial;
	font-size: 12px;
	color: #848383;
	text-decoration:none;
	font-weight:normal;
}
#primaryNav li li li a {
	iicolor: #fff7aa;
	iifont-size: 10px;
	padding: 5px 0;
	/*width: 80%;*/
	float: right;
	font-family:arial;
	font-size: 12px;
	color: #848383;
	text-decoration:underline;
	font-weight:normal;
}
#primaryNav li li li a:hover {
	iicolor: #fffce5;
	font-family:arial;
	font-size: 12px;
	color: #848383;
	text-decoration:underline;
	font-weight:normal;
}
#primaryNav li li li:first-child {
	padding: 15px 0 5px 0;
}

/*
A.site_map_header_2:Link,A.site_map_header_2:Visited{
	font-family:arial;
	font-size: 10px;
	color: #0e4c60;
	text-decoration:underline;
	font-weight:bold;
}

A.site_map_header_2:Hover{
	font-family:arial;
	font-size: 10px;
	color: #0e4c60;
	text-decoration:none;
	font-weight:bold;
}

A.site_map_text:Link,A.site_map_text:Visited{
	font-family:arial;
	font-size: 10px;
	color: #848383;
	text-decoration:none;
	font-weight:bold;
}

A.site_map_text:Hover{
	font-family:arial;
	font-size: 10px;
	color: #848383;
	text-decoration:underline;
	font-weight:bold;
}
*/
