/* Plank 2008 */

body{
	text-align:center;
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-size:11px;
    background-color:#fff;
}

#mainHolder{
	width:960px;
	padding:0 2px;
	text-align:left;
	height:auto;
	margin:20px auto;
	margin-bottom:5px;
	overflow:visible;
	background:url(../images/greyleftbg.gif) repeat-y left top;
}

.navDiv{
	width:128px;
	float:left;
	padding-top:25px;
	padding-left:25px;
	padding-bottom:25px;
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	background:#f2f2f3 url(../images/leftnavgradient.jpg) no-repeat left top;
}

.contentHolder{
	float:right;
	width:740px;
	margin-top:85px;
}


.header{
	background:url(../images/bg.jpg) no-repeat center top;
	height:30px;
	border-top:2px solid #fff;

}


.footer{
	background:url(../images/footer.jpg) no-repeat center bottom;
	height:27px;
	clear:both;
	border-bottom:2px solid #fff;
}

/* Left Navigation */

.logodiv{
	padding-bottom:20px;
}

.navDiv a, .navDiv a:visited, .contentHolder a, .contentHolder a:visited{
	color:#9D9FA2;text-decoration:none;
}

.navDiv a:hover, .navDiv a:active, .contentHolder a:hover, .navDiv .subnav .worknonselected:hover{
	color:#ED1C24;text-decoration:none;
}

.contentHolder a:active, .navDiv .selected a{
	color:#636466; cursor:default;
}

.workselected{
	color:#636466;
}

.worknonselected{
	color:#636466; font-weight:normal; color:#9D9FA2;
}

.navDiv .subnav{
	padding:10px 0 10px 10px;font-weight:normal;
}

.navDiv .subnav div {
	text-decoration:none; cursor:pointer; font-size:10px;
}

.miniDottedHolder div:hover, .minilisttitle{
	color:#ED1C24;
}

.selectedSubnav, .miniDottedHolder .selected{
	color:#636466;
}

/* Right Side Content */

.smallTitle{
	float:left;
	border:0px;
	margin-right:30px;
}

.visibleRightContent {
	float:left;
	display:block;
	color:#808284;
	height:275px;
	}
	
.hiddenRightContent{
	display:block;
	float:left;
	height:0px;
	overflow:hidden;
}

*html .hiddenRightContent{
	visibility:hidden;
}

.visibleRightContent .content, .hiddenRightContent .content {
	float:left;
	width:435px;
	font-size:11px;
	line-height:18px;
}

h3{
	line-height:20px;
	margin:0;
	padding:0;
	clear:both;
	color:#231F20;
	font-weight:bold;
	font-size:12px;
	padding-bottom:20px;
}

.miniDottedHolder{
float:left;
clear:both;
background:url(../images/dottedSepH.gif) no-repeat top;
padding:13px 0 3px 0;
width:200px;
margin-top:50px;
font-size:11px;
line-height:16px;
}

.dottedH{
clear:both;
background:url(../images/dottedSepH.gif) no-repeat center;
padding:10px 0 3px 0;
width:200px;
}

.miniDottedHolder div{
color:#C6C8CA; cursor:pointer;
}

.minidivList{
float:left;
width:210px;
padding-bottom:10px;
}

.minilisttitle{
font-weight:bold;
font-size:10px;
}

.descriptionstyle{
padding-bottom:35px;
}

#scrollStyle{
height:148px;
}

.scroll-pane {
	overflow: auto;
}

.spacer{
float:left;
height:480px;
width:1px;
}
