@charset "UTF-8";
/* CSS Document */
#container {
	min-width: 937px; /* allow enough room for intro box and side nav */
} 
#sidebarAndPageContent {
	padding: 0; /* so home intro box joins shadow graphic at top */
}

#container #pageContent {
	background-image: url(../images/green-dot-bg.gif);
	background-repeat: repeat-y;
	background-position: 50%;
}

.shadowMain {
	background-image: url(../images/bar-shadow-green.gif);
}
.shadowFooter {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bar-shadow-white.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 5px;
}

#introBlock {
	background-image: url(../images/wave2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: -14px;
	background-color: #607C32;
	height: 1%;
	min-width: 676px; /* allow enough room for intro box graphics to fit side by side */
	min-height: 300px;
	float: left;
}
#introBlock .imgAndCaption {
	margin: 10px 5px 0px 10px;
	float: left;
	
}
#introBlock .imgAndCaption p {
	width: 468px;
	font-weight: bold;
	font-size: .9em;
	margin: 0;
	padding: 0;
}
#introBlock img {
	border: 1px solid #000;
}
#introBlock #introText {
	color: #fff;
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 85px;
	padding-left: 491px;
}
#introBlock #introText img {
	display: block;
	float: none;
	border: none;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

#homeCol1 {
	float: left;
	width: 49%;
}
#homeCol2 {
	float: right;
	width: 49%;
}
#homeCol2 a {
	font-weight: bold;
}
#pageContent {
	margin-left: 260px;
	overflow: visible;
}

