/* CSS for sub pages 
	Overrides the base css attributes */


#wrapper {
	
}
#header {
	padding: 0 6px;
}
#content {
	margin: 20px 0 0 0;
}
/* Typical left-hand navigation */
#contentLeft {
display:none;
}

#contentRight {
	margin: -20px 0 0 20px !important;
	*:margin: -20px 0 0 20px !important;
	margin: -10px 0 0 20px;
	width: 780px !important;
	*:width: 780px !important;
	width: 780px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	line-height: 16pt;
	font-size: 11pt;
	padding: 0 0 20px 0;
}
#breadcrumbs {
	padding: 10px 0 15px 0;
	position: relative;
	z-index: 101;
}
#breadcrumbs ul {
	list-style: none;
	color: #005BA4;
	padding:0 0 0px 0;
}
#breadcrumbs ul li {
	display: inline;
}
#breadcrumbs ul li a {
	text-decoration: underline;
	color: #005BA4;
}

#contentRight p {
	padding: 0 0 16px 0;
	color: #111;
	line-height: 16pt;
}
#contentRight h2, #contentRight h3 {
	padding: 0 0 10px 0;
	color:#005BA4;
	text-transform: none;
}
#columns {
	float:right;
	width: 780px;
	padding: 15px 0 40px 0;
}
#columnLeft {

	width: 235px;
	float: left;	
}
#columnRight {
	margin: 0 0 0 270px;
}
#columns h1 {
	padding: 0 0 2px 0;
}
#columns h2 {
	color: #444;
	font-size: 12pt;
	padding: 6px 0 0 0;
}
#flash {
	position: relative;
	top: -20px;
	margin: 0 0 40px 0px !important;
	*:margin: 0 40px 0 0px !important;
	margin: 0 0 40px 0px;
	width: 760px;
}

#moreinfo {
	
	
	width: 200px;
	background-color: #FDE6D2;
	border: 1px solid #888;
	/*float: right;*/
	margin: 0 20px 10px 10px;
	padding: 10px 10px 15px 10px;
}
#moreinfo h1 {
	text-align: center;
	font-size: 13pt;
}
#moreinfo ul {
	margin: 0 0 0 16px;
	list-style-position: outside;
}
img.findoutmore {
	margin: -10px 0 0 -10px;
}
.floatRight{
	float:right;
	padding:0 0 10px 10px;
}