
/* stylesheet for subpage specific definitions */

div#subPageContent {
	width: 760px;
	/*height: auto;*/
	float: left;
	background-color: white;
	padding: 2px;
}

div#subPageNoPadding {
	width: 765px; 
	padding: 0px; 
	margin: 0px;
	float: left;
	text-align: left;
	background-color: white;
}

div#subMainContent {
	float: left;
	clear: both;
	width: 500px;
	border: 0px solid #ccc;
	margin: 5px;
	padding-bottom: 25px;
	text-align: left;
}

div#subMainContentFull{
	width: 735px;
	float: left;
	margin: 5px; 
	background-color: white;
	text-align: left;
	padding-bottom: 25px;
}

div#subMainFullNoPadding {
	width: 765px; 
	padding: 0px; 
	margin: 0px;
	float: left;
	background-color: white;
	text-align: left;
}

div#subRightSideBar {
	float: right;
	clear: right;
	width: 220px;
	height:auto;
	min-height: 430px;
	padding: 25px 11px 5px 11px;
	background:url(/img/bg_grad_vert_whitegray_side.jpg);
	background-repeat:repeat-x;
	background-color: #ccc;
	border: 1px solid #ccc;
	vertical-align: top;
	text-align: left;
	margin-bottom: 30px;
}

div#subRightSideBar p {
	color: black;
	margin-bottom: 8px;
}

div#sectionHeaderBG {
	width: 513px; 
	padding: 0px; 
	margin-right: 0px; 
	background-repeat: no-repeat;
	float: left;
	height: auto;
	min-height: 500px;
}

div#sectionHeaderContent {
	padding: 0px; 
	margin: 120px 10px 25px 25px;
}


/* breadcrumb links */
div#breadcrumb {
	color: #333;
	margin-bottom: 16px;
}

div#breadcrumb a {
	color: #333;
}

div#breadcrumb a:hover {
	color: #CC3300;
}

div#printLink {
	width: 20px;
	margin-bottom: 5px;
	padding-top: 0px;
	color: #333;
	text-align: right;
	float: right;
	clear: right;
	vertical-align: top;
}

div#prSearch {
	float: right; 
	clear: both;
}






