div#header {
	height: 232px;
}
div#NavHeaderAddress { 
	display: block;
	position: absolute;
	top: 150px;
	left: 35px;
	width: 250px;
	padding: 
	background-color: #ccc;
}
div#NavHeaderAddress p {
	font-size: 0.75em;
	line-height: 1.4em;
} 
div#NavHeader {
	padding-top: 75px;
}

div#StoryViewer {
	position: absolute;
	top: 32px;
	right: 15px;
	width: 665px;
	height: 200px;
	overflow: hidden;
}
div#content {
}
div#nav {
	margin-top: 40px;
}
div#search {
	top: 237px;
}
div#nav li.H a {
	background-color: #415c74;
	background-position: 50% -69px;
}
div#nav ul li.P4 li {
	display: block;
}
div#nav ul li.P4 li li {
	display: none;
}

div#article div.two-cols {
	margin-top: 15px;
}
div#article div.three-cols {
	margin-top: 5px;
	width: 664px;
}

div.three-cols div.column {
  	background-color: #dbdbdb;
  	margin-top: 0;
  	padding-top: 5px;
}
div.three-cols div.column div.pic {
}
div#content div.three-cols div.column h2 {
  	background-color: transparent;
}
div#content div.three-cols div.column:hover h2 a {
  	color: #fff;
}
div.three-cols div.column:hover {
  	background-color: #9dc2b8;
}
div#article div.three-cols h2 {
	padding: 0;
}
div#article div.three-cols h2 a {
	padding: 8px 39px;
}

div.two-cols div.column h1 {
	color: #666; 
	font-size: 0.75em;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	padding-left: 15px;
	text-decoration none;
	background-color: #ddeae6;
}


div#article div.latest {
	padding-bottom: 8px;
}
div#article div.latest ul {
	margin: 0;
	padding: 0;
}
div#article div.latest ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 160px;
}
* html div#article div.latest ul li {
	height: 160px;
}
div#article div.previewimage {
	margin: 0;
	padding: 0;
}

div#article div.latest h3 {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
* html div#article div.latest h3 {
	margin-right: 7px;
}

div#article div.latest h3 a {
	color: #415c74;
	display: none;
	padding: 3px 10px;
	line-height: 1.12em;
}
div#article div.latest li.active h3,
div#article div.latest li.active h3:hover {
	background-color: #fff;
}
div#article div.latest h3:hover {
	background-color: #fff;
}
div#article div.latest li.active h3 a {
	color: #323232;
}
div#article div.latest h3:hover a {
	color: #323232;
}


div#article div.latest p {
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 0.9em;
}


