/*  these are the styles for the overlay  */

/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#ffffff;
	width:675px;
	min-height:200px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* end overlay styles */

/* styling for elements inside overlay */
.simple_overlay .overlaycontent {
	margin: 10px;
	padding: 10px;
	background-color: #ffffff;
	border: solid 1px #333333;
	height: 500px;
	overflow: auto;
}

.simple_overlay_sm {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#ffffff;
	width:575px;
	min-height:200px;
	border:0px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay_sm .close {
	background-image:url(/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* end overlay styles */

/* styling for elements inside overlay */
.simple_overlay_sm .overlaycontent {
	margin: 10px;
	padding: 10px;
	background-color: #ffffff;
	border: solid 0px #333333;
	height: 500px;
	overflow: auto;
}

.overlaycontent {
	font-size: 12px;
	line-height: 16px;
	width: 525px;
	margin-left: 385px;
}

.overlaycontent h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 19px;
	color: #6A9E27;
	line-height: 20px;
	font-weight: bold;
}
.overlaycontent h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #6A9E27;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.overlaycontent h3 {
	font-size: 13px;
	color: #003399;
	line-height: 16px;
	font-weight: normal;
}
.overlaycontent h3 a {
	font-size: 13px;
	color: #003399;
	line-height: 16px;
	font-weight: normal;
	text-decoration: underline;
}
.overlaycontent  h3  a:hover {
	color: #82C22F;
	text-decoration: none;
}
.overlaycontent h5 {
	font-size: 14px;
	color: #003399;
	line-height: 18px;
	font-weight: bold;
}



.overlaycontent p {
	margin-bottom: 15px;
}
.overlaycontent a {
	margin-top: 5px;
	margin-bottom: 25px;
	color: #003399;
	text-decoration: none;
}

.overlaycontent a:hover {
	margin-top: 5px;
	margin-bottom: 25px;
	color: #82C22F;
	text-decoration: underline;
}
.overlaycontent .content {
	font-size: 12px;
	line-height: 16px;
	width: 525px;
	margin-left: 391px;
	z-index: 1;
}
.overlaycontent .content .bread-crumbs {
	font-size: 11px;
	line-height: 13px;
	color: #6A9E27;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.overlaycontent .content .bread-crumbs a {
	color: #666666;
	text-decoration: none;
}

.overlaycontent .content .bread-crumbs a:hover {
	color: #82C22F;
	text-decoration: underline;
}
.overlaycontent .content h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 19px;
	color: #6A9E27;
	line-height: 20px;
	font-weight: bold;
}
.overlaycontent .content h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #6A9E27;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.overlaycontent .content h3 {
	font-size: 14px;
	color: #003399;
	line-height: normal;
	font-weight: bold;
	margin-top: 20px;
}
.overlaycontent  .content  h3  a {
	color: #003399;
	text-decoration: underline;
}

.overlaycontent .content p {
	margin-top: 5px;
	margin-bottom: 25px;
}
.overlaycontent .content a {
	color: #003399;
	text-decoration: none;
}
.overlaycontent .content a:hover {
	color: #82C22F;
	text-decoration: underline;
}

.overlaycontent .sidebar  {
	width: 200px;
	float: right;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 20px;
	clear: right;
}
.overlaycontent .sidebar p {
	font-size: 11px;
	line-height: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.overlaycontent .sidebar h3 {
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #003399;
}

.overlaycontent .content .knowmore {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	height: auto;
	width: auto;
	background-color: #FDF9D4;
	clear: right;
}
.overlaycontent .portal .knowmore {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	height: auto;
	width: auto;
	background-color: #FDF9D4;
	clear: right;
}
.overlaycontent .related {
	color: #003399;
	background-color: #f0f9e3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #82C22F;
	border-right-color: #82C22F;
	border-bottom-color: #82C22F;
	border-left-color: #82C22F;
	width: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	clear: right;
}
.overlaycontent .related p {
	margin: 0px;
	padding: 0px;
}
.overlaycontent .related ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.overlaycontent .related ul li {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.overlaycontent .related a {
	color: #666666;
	line-height: normal;
	font-size: 11px;

}

.overlaycontent .related a:hover {
	color: #82C22F;
	text-decoration: underline;
}
.overlaycontent .last-updated {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

