/* modify some styles set in main.css */
#topNav {
	height: 1.25em;
	font-size: 1em;
	padding: 5px 5px 5px 170px;
}
#topSubNav {
	height: 1.25em;
	font-size: 1em;
	padding: 5px 5px 5px 140px;
}
#content {
	background-color: #fff;
	height: auto;
	min-height: 335;
	width: 80%;
}
#contentTextContainer {
	margin:0px;
	height:100%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: visible;
}
#contentText {
	padding: 33px 35px 8px 8px;
	margin:0px;
	margin-left: 180px;
	position:relative;
}
#contentText p {
	margin: 5px;
	padding:5px;
}

/* Styles for inside pages */
#leftNav {
	background-image: url(img/bodyLeftBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
	float: left;
	height:auto;
	min-height: 200px;
	width: 170px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#leftNav ul {
	list-style-type: none;
	margin-right: 0px;
	margin-left: 10px;
	padding: 0px 10px;
	text-align: left;
	list-style-position: outside;
}
#leftNav ul li {
	border-top: 1px solid #95b399;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	color: #163927;
	font-size: 1em;
	line-height: 14px;
}
#leftNav a {
	text-decoration:none;
	color: #163927;
}
#leftNav ul ul li { /* tertiary navigation (second level on side nav) */
	border:none;
	margin:0px;
	margin-bottom: 10px;
	padding: 0;
}
#leftNav ul ul li:hover {
	list-style-image: url(img/listSelectedSecondary.gif);
}
#leftNav ul ul li.listSelected { 
	list-style-image: url(img/listSelectedSecondary.gif);
}
#leftNav li:hover {
	list-style-image: url(img/listSelected.gif);
}
.sectionLogo {
	margin: 50px auto;
	margin-bottom: 0px;
	display: block;
}
li.listSelected {
	list-style-image: url(img/listSelected.gif); /* mouseover for IE: class is dynamically set in hover.js */
}
li.listSelected li { 
	list-style-image: none; /*to prevent secondary nav from inheriting the "selected" bullet in IE*/
}
li.listSelected li a:hover { 
	list-style-image: url(img/listSelectedSecondary.gif); /* rollovers for IE subnav */
}
.floatRight {
	margin: 10px;
	float: right;
}
#right {
	clear:both;
	background-color: #FFFFFF;
	background-image: url(img/bottomContentBG.gif);
	float: right;
	height:66px;
	min-height:66px;
	width:29px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#contentTextContainer {
	height:auto; 
}
#contentText ul li {
	border:none;
	margin:0px;
	margin-bottom: 10px;
	padding: 0;
}

