.type2,
.type3,
.type4 {
	width: 980px;
}
.theme-holder {
	background: url(/img/bg-content-blue.png) no-repeat;
	padding: 30px 8px;
	overflow: hidden;
	width: 964px;
}
.green-theme .theme-holder { background: url(/img/bg-content-green.png) no-repeat; }
.yellow-theme .theme-holder { background: url(/img/bg-content-yellow.png) no-repeat; }
.red-theme .theme-holder { background: url(/img/bg-content-red.png) no-repeat; }
.AM-dark-blue-theme .theme-holder { background: url(/img/bg-content-AM-dark-blue.png) no-repeat; }

.row-a,
.row-c,
.row-d {
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.row-c .placeholder {
	float: left;
	width: 223px;
	margin: 0 0 0 14px;
	_display: inline;
}
.row-c div.first {
	margin: 0;
}
.row-a .placeholder {
	margin: 0;
	width: 100%;
}
.row-d .placeholder {
	float: left;
	width: 24%;
	margin: 0 0 0 1%;
}
.row-d div.first {
	margin: 0;
}
#Content .width2 {
	width: 980px;
}
#MainColumn {
	width: 715px;
	float: left;
	margin: 0 0 0 0;
}
#SideColumn {
	width: 223px;
	float: right;
	margin: 0 15px 0 0;
	_display: inline;
}

#LocalNavigation {
	width: 201px;
	float: left;
	background: #EBE8E7 url(/img/bg-local-navigation-bottom.png) bottom left no-repeat;
	margin: 0 0 0 14px;
	padding: 0 0 80px 0;
	min-height: 200px;
	_display: inline;
}
#LocalNavigation h3 {
	margin: 0;
	padding: 10px 20px 10px 30px;
	font-size: 18px;
	font-weight: normal;
	background: url(/img/bg-local-navigation-top.gif) no-repeat;
	color: #000;	
	width: auto;
}
#LocalNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/img/bg-home-block-li.png) left top no-repeat;
}
#LocalNavigation li {
	background: url(/img/bg-home-block-li.png) left bottom no-repeat;
	font-size: 12px;
	_height: 1%;
}
#LocalNavigation li:hover {
	background-color: #F2F1F0;
}
#LocalNavigation li a {
	display: block;
	background: url(/img/arrow.gif) 20px 8px no-repeat;
	padding: 2px 20px 2px 30px;
	margin: 2px 0;
	text-decoration: none;
}
#LocalNavigation li a:hover {
	text-decoration: none;
}
#LocalNavigation li.level1 a {
	background: url(/img/arrow.gif) 32px 8px no-repeat;
	padding: 2px 20px 2px 42px;
}
#LocalNavigation li.level2 a {
	background: url(/img/arrow.gif) 40px 8px no-repeat;
	padding: 2px 20px 2px 50px;
}
#LocalNavigation li.level3 a {
	background: url(/img/arrow.gif) 50px 8px no-repeat;
	padding: 2px 20px 2px 60px;
}
#LocalNavigation li.active:hover {
	background-color: transparent;
}
#LocalNavigation li.active a {
	background-color: #F2F1F0;
	cursor: default;
}
#LocalNavigation li.active a:hover {
	color: #484848;
	text-decoration: none;
	border-bottom: none;
}
#LocalNavigation li a span {
	color: red;
	font-size: 9px;
}

.reflections .placeholder {
	background: #EBE8E7 url(/img/bg-home-block-bottom.png) bottom no-repeat;
	padding: 0 0 25px 0;
	min-height: 330px;
	_height: 330px;
}
.reflections .WidgetText {
	background: url(/img/bg-home-block-top.gif) no-repeat;
}
.reflections h3 {
	font-size: 18px;
	color: #0099CC;
	padding: 20px 20px 10px 30px;
	margin: 0;
	font-weight: normal;
	border-bottom: none;
	width: auto;
}
.reflections ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 1px 0 0 0;
	font-size: 11px;
	_width: 223px;
	background: url(/img/bg-home-block-li.png) left top no-repeat;
}
.reflections li {
	background: url(/img/bg-home-block-li.png) left bottom no-repeat; 
	padding: 0 0 1px 0;
	_height: 1%;
	_margin: 0 0 -3px 0;
}
.reflections li a:hover {
	background-color: #F2F1F0;
}
.reflections li a {
	display: block;
	background: url(/img/arrow.gif) 20px 8px no-repeat;
	padding: 2px 20px 3px 30px;
	margin: 0;
}
.type1 #Body {
	float: left;
	width: 708px;
	margin: 0 0 0 14px;
	_display: inline;
}
.type2 #Body {
	width: 718px;
	float: left;
	margin: 0 14px;
	_display: inline;
}
.type3 #Body {
	width: 482px;
	margin: 0 14px 0 14px;
	float: left;
}
.type4 #Body {
	margin: 10px 25px 20px 230px;
	width: 718px;
}
