* { outline: none; }

body {
	margin: 0;
	padding: 0;	
}

hr {
	visibility: hidden;
	clear: both;
	margin: 0;
	padding: 0;
	display: none;
}
	body > hr, .squeezer > hr { display: block; }
	*:first-child + html body > hr, *:first-child + html .squeezer > hr { display: none; }

.squeezer { width: 760px; margin: 0 auto; }


/****** HEADER ********/

#header {
	background: #535385 url(/images/header_back.gif) top left repeat-x;	
	height: 189px;
}

	#header .squeezer { position: relative; height: 189px; }

	#header .squeezer h1 {
		position: absolute;
		bottom: 0.5em;
		left: 0.5em;
		margin: 0;
		color: #fff;
		font-size: 3.6em;
		padding: 0.3em 0 0.4em 0;
	}

	#header .squeezer > h1 { padding: 0; }
	*:first-child + html #header .squeezer h1 { padding: 0.3em 0 0.4em 0; }

/******* TOP NAV *********/

#nav {
	background: #e7e7e7;
	float: left;
	width: 100%;
}

ul.level-1 {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 747px;
	padding-left: 3em;
	min-height: 55px;
}
	ul.level-1 li {
		float: left;
		margin: 1.5em 0.9em 0 0;
		background: url(/images/tab_off_left.gif) top left no-repeat;
	}
		
		ul.level-1 li a {
			display: block;
			padding: 0.5em 1.4em;
			text-decoration: none;
			color: #555;
			background: url(/images/tab_off_right.gif) top right no-repeat;
		}
					
		ul.level-1 li:hover {
			background: url(/images/tab_hover_left.gif) top left no-repeat;		
		}
			ul.level-1 li:hover a {
				background: url(/images/tab_hover_right.gif) top right no-repeat;
			}
	
		ul.level-1 li.active {
			background: url(/images/tab_on_left.gif) top left no-repeat;		
		}
			ul.level-1 li.active a {
				background: url(/images/tab_on_right.gif) top right no-repeat;
			}

/******* CONTENT *********/
#content,#content-sidebar {
	padding: 0 0 4em 22em;
	float: left;
	margin:0 0 0 -20em;
	min-height:250px;
	_height:250px;
}

#content-sidebar {
	width: 470px;
}
#content {
	width: 720px;
}

#contentSqueezer {
	background: #fff;
	padding-top:10px;
}

#two-column #contentSqueezer {
	background: url(/images/content_back.gif) top right repeat-y;
}



/******* SIDEBAR *********/

#sidebar {
	float: right;
	width: 257px;
	padding: 3em 0 0 0;
}
	#sidebar ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	#sidebar li.active {
		background: #fff url(/images/selected_back.gif) bottom left repeat-x;
	}
		#sidebar li.active a { border: none; }

	#sidebar .level-2 li {
		font-size: 1.4em;
		margin-bottom: 0.2em;
	}
		#sidebar .level-2 li a {
			color: #555;
			border-bottom: 1px solid #e8e8e8;		
			display: block;
			padding: 0.5em 0;
			width: 210px;
			margin: 0 auto;
		}
		
			#sidebar .level-2 li .level-3 li {
				font-size: 0.8em;
				padding: 0.15em 0 0.15em 0;
			}
				#sidebar .level-2 li .level-3 a {
					background: url(/images/page_bullet.gif) center left no-repeat;
					display: block;
					padding: 0 0 0 1.6em;
					color: #f36849;
					text-decoration: underline;
					border: none;
					width: 170px;
				}
					.level-3 a:hover {
						text-decoration: none !important;
						color: #59598e !important;
					}
				
				.level-3 li li { font-size: 0.9em !important; }
				#sidebar .level-2 li .level-3 li li a {
					background: url(/images/arrow_bullet.gif) 2em center no-repeat;
					color: #59598e;
					width: 160px;
					padding-left: 3.5em;
				}
				#sidebar li.sub { margin-top: -15px; }
				#sidebar li.sub[class] { margin-top: 0; }
				*:first-child + html #sidebar li.sub { margin-top: -15px; }

/******* FOOTER *********/

#footer {
	background: #e8e8e8;
	padding: 2em 0 2.5em 2em;
}
	#footer .squeezer { width: 735px; }

	#footerlinks {
		float: right;
	}
	
		#footerlinks #admin_link {
			text-indent: -999em;
			overflow: hidden;
			background: url(/images/admin.gif) top left no-repeat;
			width: 90px;
			height: 32px;
			display: block;
			float: left;
			margin-right: 1em;
		}

		#footerlinks #edit_link {
			text-indent: -999em;
			overflow: hidden;
			background: url(/images/edit.gif) top left no-repeat;
			width: 80px;
			height: 32px;
			display: block;
			float: left;
		}

/******** SITEMAP MODULE ********/

#sitemap li.sub{
	list-style-type: none;
}




