* { outline: none; }

body {
	margin: 0;
	padding: 0;
        background-color: #e0e0e0;	
}

hr {
	visibility: hidden;
	clear: both;
	margin: 0;
	padding: 0;
}

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

#page {
	background-color: #FFFFFF;
        margin: 15px auto;
        padding: 0;
        width: 780px
}

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

#header {
	background: #e0e0e0 url(/images/hbg3.png) top left no-repeat;	
	height: 140px;
}

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

	#header .squeezer h1 {
		position: absolute;
		top: 1.1em;
		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: #000;
	float: left;
	width: 100%;
}

ul.level-1 {
        padding:0 0 0 12px; 
        margin:0; list-style:none; 
        height:35px; 
        background:#fff url(/images/mbg3.jpg); 
        position:relative; 
        border:0;
}
ul.level-1 li {
        float:left; 
        height:35px; 
        line-height:35px; 
        padding:0; 
        font-size:14px; 
        font-family:arial, verdana, sans-serif; 
        font-weight:bold; 
        text-align:center; 
        cursor:pointer;
	border-right: 1px solid #99cc66;
}
ul.level-1 li a {
        display:block; 
        margin:0; 
        padding:0 16px 0 16px;
        color: white; 
        text-decoration:none; 
}
ul.level-1 li.active a {
        color:#336600; 
}
ul.level-1 li a:hover {
        color:#336600
}
ul.level-1 li.active:hover {

        cursor:default;
}

/******* 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: 0;
}




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

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

	#sidebar .level-2 li {
		font-size: 1em;
		margin-bottom: 0.2em;
		font-family: Verdana,Tahoma,arial,sans-serif;
	}

		#sidebar .level-2 li a {
			color: #336699;
			border-bottom: 1px solid #c4e1ff;		
			display: block;
			padding: 0.2em 0;
			width: 180px;
			margin: 0 auto;
			text-decoration: none !important;
		}

		#sidebar .level-2 li a:hover { color: black; }

		
			#sidebar .level-2 li .level-3 li {
				font-size: 1em;
				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.5em;
					color: #f36849;
					text-decoration: none !important;
					border: none;
					width: 150px;
					border-bottom: 1px solid #c4e1ff;
				}
					.level-3 a:hover {
						color: #59598e !important;
					}
				.level-3 li li { font-size: 1em !important; }
				#sidebar .level-2 li .level-3 li li a {
					background: url(/images/arrow_bullet.gif) 2em center no-repeat;
					color: #59598e;
					width: 130px;
					padding-left: 3.5em;
					border-bottom: 1px solid #c4e1ff;
				}
				#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: #e0e0e0 url(/images/fbg3.png) top center repeat-x;
	padding: 6px 0 0 20px;

        height: 60px;

}

	#footer .squeezer { width: 735px; }



	#footerlinks {

		float: right;

		padding-right: 30px;

	}





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



#sitemap li.sub{

	list-style-type: none;

}
