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


#wrapper {
	background: url('../i/bg-sub.gif') repeat-y;
}
#header {
	padding: 0 6px;
}
#content {
	margin: 20px 0 0 0;
}
/* Typical left-hand navigation */
#contentLeft {
	margin: 0 0 0 10px !important;
	*:margin: -15px 0 0 10px !important;
	margin: 0 0 0 5px;
	padding: 0 0 20px 0px !important;
	*:padding: 0 0 20px 0px !important;
	padding: 0 0 20px 0px;
	width: 221px;
}

#contentLeft ul li {
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}
#contentLeft ul li a {
	font-weight: bold;
	background: url('../i/nav-side.gif') no-repeat -4px 1px;
	padding: 7px 0px 5px 25px;
	margin: -4px 0 -2px 0;
	display: block;
	width: auto !important;
	*:width: auto !important;
	width: 200px;
}
#contentLeft ul li a:hover {
	background: url('../i/nav-side-over.gif') no-repeat -4px 1px;
}
#contentLeft ul li a.on {
	background: url('../i/nav-side-over.gif') no-repeat -4px 1px;
}

#contentLeft ul li ul {
	margin: 0 0 4px 0;
}
#contentLeft ul li ul li{
	padding: 0 0 0 10px;
	margin: 0 0 -6px 0;
}
#contentLeft ul li ul li a {
	background: url('../i/nav-side-sub.gif') no-repeat -10px 4px;
}
#contentLeft ul li ul li a:hover {
	background: url('../i/nav-side-sub-over.gif') no-repeat -10px 4px ;
}
#contentLeft ul li ul li a.on {
	background: url('../i/nav-side-sub-over.gif') no-repeat -10px 4px ;
}

#contentRight {
	margin: -20px 0 0 255px !important;
	*:margin: -20px 0 0 255px !important;
	margin: -10px 0 0 255px;
	width: 505px !important;
	*:width: 505px !important;
	width: 500px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	line-height: 16px;
	font-size: 11px;
	padding: 0 0 20px 0;
}
#breadcrumbs {
	padding: 0 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: 16px;
}
#contentRight h2, #contentRight h3 {
	padding: 0 0 10px 0;
	color:#005BA4;
	text-transform: none;
}
#columns {
	float:right;
	width: 505px;
	padding: 15px 0 40px 0;
}
#columnLeft {

	width: 235px;
	float: left;	
}
#columnRight {
	margin: 0 0 0 270px;
}
#NewscolumnLeft {
	width: 235px !important;
	float: left;	
}
#NewscolumnRight {
width: 235px !important;
	fmargin: 0 0 0 275px;
	float:right;
}
#columns h1 {
	padding: 0 0 2px 0;
}
#columns h2 {
	color: #444;
	font-size: 12px;
	padding: 6px 0 0 0;
}
#flash {
	position: relative;
	top: -20px;
	margin: 0 0 0 -255px !important;
	*:margin: 0 0 0 -255px !important;
	margin: 0 0 0 -257px;
	width: 760px;
}

#moreinfo {
	position: relative;
	top: -41px;
	left: 45px;
	width: 200px;
	background-color: #FDE6D2;
	border: 1px solid #888;
	/*float: right;*/
	margin: 0 0 10px 0;
	padding: 10px 10px 15px 10px;
}
#moreinfo h1 {
	text-align: center;
	font-size: 13px;
}
#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;
}