@charset "UTF-8";
@import url("master.css");

body {
}
#leftPan {
	position: fixed;
	width: 25%;
	background-color:#0C6;
	background: #F1EFE8 url(images/leftedge_bg.png) repeat-y top right;
	height: 100%;
}
#titlePan {
	height: 125px;
	margin: 0 17px 0 0;
	background: url(images/titlepan_bg.png) repeat-x 0 0;
	padding: 27px 15px 0 0;
	position: relative;
}
#logoImg {
	float: right;
}
.holder {
	padding: 25px;
}
#menuList {
	display: block;
	float: right;
}
#menuList li {
	padding: 10px 35px 10px 0;
	display: block;
	text-align: right;
}
#menuList li a {
	color: #353535;
}
#menuList .activeItem {
	background-image: url(images/nav_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
}
#contentPan {
	position: absolute;
	width: 580px;
	height: 100%;
	left: 25%;
	top: 0px;
}
#contentPan .featurePanel {
	width: 512px;
	background: #F1EFE8 url(images/dashed_divider.png) repeat-x 0 45px;
	position: relative;
	margin: 28px 0 20px 15px;
	padding: 18px 20px;
	border: 1px solid #999;
}
#contentPan .featurePanel h2 {
	float: left;
	font-size: 15px;
	text-transform: uppercase;
}
#contentPan .featurePanel p {
}
#contentPan .featurePanel .content {
	line-height: 20px;
	margin: 25px 0 0 0;
	text-align: justify;
}
#contentPan .mainContent {
	width: 512px;
	margin: 5px 0 15px 35px;
	line-height: 23px;
}
.paddedContent {
	margin: 0 0 0 35px;
}

