#container{
	width: 955px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background: #000 url(shared_graphics/container_bg.gif) repeat-y top left;
}

#header{
	height: 109px;
	background: #000 url(sub_graphics/header_bg.png) repeat-x top left;
}
#header #logo{
	height: 109px;
}
#header #picture{
	width: 328px;
	height: 109px;
	background: url("sub_graphics/header.jpg") no-repeat top left;
}

#header h1{
	padding: 0px 15px 22px 10px;
}

#sidebar #menu{
	padding: 35px 0px 55px 40px;
}

#sidebar #menu li a.on{
	color: #559cbe;
	background: url(shared_graphics/menu_on.png) no-repeat left center;
}

#sidebar #menu ul{
	padding: 5px 0px 10px 25px;
}

#sidebar #menu ul li a{
	color: #04a0ea;
	font-size: 14px;
	background: none;
	line-height: 22px;
	padding: 0;
	text-decoration: underline;
	font-weight: normal;
}

#sidebar #menu ul li a:hover{
	color: #fff;
}

#sidebar #menu ul li a.on{
	color: #559cbe;
	background: none;
	text-decoration: none;
}

#sidebar #menu ul ul.nopadding{
	padding-bottom: 0px;
}

#sidebar #menu ul ul li a{
	font-size: 12px;
	line-height: 20px;
}


#content #breadcrumbs{
	position: relative;
	height: 25px;
	top: 0px;
	left: 0px;
	background: #535353;
	color: #fff;
	line-height: 25px;
	padding-left: 46px;
}
#content #text{
	padding: 30px 15px 10px 46px;
}

#content #text .callout{
	margin: 10px 0px 20px 20px;
	float: right;
	width: 185px;
	line-height: normal;
	color: #559CBE;
	font-weight: bold;
}

#content #text .callout img{
	border-right: 10px solid #535353;
	margin-bottom: 5px;
}

#content #text .callout p{
	margin-bottom: 0px;
}

#content #text .callout span.cHead{
	color: #fff;
	font-size: 13px;
}

#text ul, #text ol {
	margin: 1em 2em;
}

#text ul li, #text ol li {
	padding: 3px;
}

#maplist ul {
	margin-bottom: 0px;
	margin-top: 0px;
}
#maplist li a{
	font-size: 18px;
	color: #559cbe;
	font-weight: bold;
}
#maplist li a:hover{
	color: #fff;
}
#maplist ul li a, #maplist ul li span{
	font-size: 16px;
	font-weight: bold;
}
#maplist ul ul li a{
	font-size: 14px;
	color: #04a0ea;
	font-weight: normal;
}
#maplist ul ul li a{
	font-size: 12px;
	color: #04a0ea;
	font-weight: normal;
}
#maplist .nopad{
	padding: 3px 3px 0 3px;;
}

.lhnormal{
	line-height: normal;
}