* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #4D8F11;
	background-image: url(../images/bgFade.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: orange;
}

a:hover {
	color: purple;
}

a:visited {
	color: #009900;
	text-decoration: none;
}

/* This places the watermark at the bottom left of the page */
#watermark {
	position: absolute; 
	left: 0px; 
	top: 497px; 
	z-index:8;
}

/* Text style elements */
h1 {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 100px;
	color: #791b9a;
	font: myriad pro, arial;
	font-weight: normal;
}

h2 {
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

h3 {
	color: #4D8F11;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

p {
	font-size: 13px;
	text-align: left;
	line-height: 1.5em;
	padding-right: 4px;
	padding-bottom: 10px;
}

/* This places the logo at the top left of the page */
#logo {
	position: absolute; 
	left: 106px; 
	top: 12px; 
	z-index:11;
}

#topNav {
	position: absolute;
	left: 710px;
	top: 12px;
	z-index: 14;
	font-size: 11px;
}


/* This places the left navigation */
#navigation {
	position: absolute; 
	left: 0px; 
	top: 221px; 
	z-index:9;
	width: 211px;
}

/* Main content area */
#whiteContent {
	position: absolute;
	left: 211px;
	top: 145px;
	z-index: 10;
	width: 650px;
}

#whiteContent .topBG {
	background-image: url(../images/whTopBG.gif);
	background-color: #FFFFFF;
}

#whiteContent .leftBG {
	background-image: url(../images/whLeftBG.gif);
	background-color: #FFFFFF;
}

#whiteContent .rightBG {
	background-image: url(../images/whRightBG.gif);
	background-color: #FFFFFF;
}

#whiteContent .bottomBG {
	background-image: url(../images/whBottomBG.gif);
	background-color: #FFFFFF;
}

#whiteContent .main {
	background-color: #FFFFFF;
}

#whiteContent .main a:link {
	color: #253E8C;
	text-decoration: underline;
	font-weight: inherit;
}

#whiteContent .main a:visited {
	color: #4E9011;
	text-decoration: none;
	font-weight: inherit;
}

#whiteContent .main a:hover {
	color: #FF6600;
	text-decoration: underline !important;
}


/* Places the bottom navigation style */
#bottomNav {
	text-align: right;
	font-size: 10px;
	padding-top: 10px;
	margin-right: 0px;
	color: #253E8C;
}

#bottomNav a:link, #bottomNav a:visited {
	color: #FFFFFF !important;
}

#bottomNav a:hover {
	color: #F8AA02 !important;
}	

/* Main Purple feature area */
#purpleContent {
	color: #FFFFFF;
	width: 620px;
}

#purpleContent .topBG {
	background-color: #4F1066;
	background-image: url(../images/purpTopBG.gif)
}

#purpleContent .bottomBG {
	background-color: #771899;
	background-image: url(../images/purpBottomBG.gif)
}

#purpleContent .main {
	background-image: url(../images/purpBG.jpg);
	background-color: #771899;
	background-repeat: repeat-x;
}

#purpleContent .main a:link, #purpleContent .main a:visited {
	color: #FA7901 !important;
	font-weight: bold;
}

#purpleContent .main a:hover {
	color: #6BCB14 !important;
}

/* Green feature area */
#greenFeature {
	background-image: url(../images/featureGreenBG.jpg);
	background-repeat: no-repeat;
	width: 302px;
	height: 202px;
	text-align: left;
	position: absolute;
}

/* Orange feature area */
#orangeFeature {
	background-image: url(../images/featureOrangeBG.jpg);
	background-repeat: no-repeat;
	width: 302px;
	height: 202px;
	text-align: left;
	position: absolute;
}

/* Purple feature area */
#purpleFeature {
	background-image: url(../images/featurePurpleBG.jpg);
	background-repeat: no-repeat;
	width: 302px;
	height: 202px;
	text-align: left;
	position: absolute;

}

/* Blue feature area */
#blueFeature {
	background-image: url(../images/featureBlueBG.jpg);
	background-repeat: no-repeat;
	width: 302px;
	height: 202px;
	text-align: left;
}

#featureHeader {
	position: relative;
}

#featurePhoto {
	position: relative;
	top: 20px;
	left: 16px;
}

#featureText {
	position: relative;
	top: -80px;
	left: 100px;
	width: 195px;
	height: 122px;
	color: #000000;
	/* background-color: #660000; */
}

#featureText a:link, #featureText a:visited {
	color: #991111 !important;
	text-decoration: none;
	font-weight: bold;
}

#featureButton {
	position: relative;
	top: -85px;
	left: 185px;
	/* background-color: #660000; */
}

#greenFeature p, #purpleFeature p, #orangeFeature p, #blueFeature p {
	padding: 0px;
	line-height: 1.4em;
}

#greenFeature ul, #orangeFeature ul, #purpleFeature ul, #blueFeature ul {
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 11px;
	text-align: left;
}


/* Orange Callout box on sub pages */
#orangeCallout {
	position: absolute; 
	left: 468px; 
	top: 170px; 
	z-index:11;
	height: 172px;
	width: 199px;
	background-image: url(../images/calloutOrangeBG.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 10px;
}

#orangeCallout p, #greenCallout p {
	text-align: center;
	padding-right: 20px;
}

/* continue sand-bag divs */
/* declare right float, clear */
#smr-00, #smr-01 {
float:right;
clear:right;
padding:0;
}

/* right bank of the river! */
#smr-00 {
width: 1px;
margin: 0 0 0 15px;
padding: 5px 0 0 0;
height: 70px;
font-size: 1px;
line-height: 1px;
background-color: #ffffff;
}

#smr-01 {
width: 175px;
margin:0 0 0 15px;
padding: 4px 0 0 0;
height: 195px;
font-size: 1px;
line-height: 1px;
background-color: #ffffff;

}

/* Green Callout box on sub pages */
#greenCallout {
	position: absolute; 
	left: -20px; 
	top: 520px; 
	z-index:11;
	height: 172px;
	width: 199px;
	background-image: url(../images/calloutGreenBG.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 10px;
}

/* begin sand-bag divs */
/* declare left float, clear */
#sml-01, #sml-02 {
float: left;
clear: left;
padding: 0;
}

/* left bank of the river! */
#sml-01 {
width: 1px;
height: 430px;
background-color: #ffffff;
}

#sml-02 {
width: 180px;
height: 180px;
background-color: #ffffff;

}

.topLink {
	font-size: 11px;
}

hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #253E8B; 
	border-style: none none dotted;
	text-align: left;
	width: 250px;
}

.largeHeader {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.largeText {
	font-size: 15px;
}

.mediumHeader {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

ul {
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 12px;
}

ul li {
	font-size: 12px;
	list-style-image: url(../images/arrowGreen.gif);
	line-height: 1.4em;
	padding-bottom: 8px;
	margin-left: 0px;
}


#orangeCallout ul {
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 11px;
	text-align: left;
}


#greenFeature ul li, #orangeFeature ul li, #purpleFeature ul li, #blueFeature ul li, #orangeCallout ul li {
	font-size: 11px;
	list-style-image: url(../images/arrowGreen.gif);
	line-height: 1.3em;
	padding-bottom: 7px;
	margin-left: 0px;
}

ol {
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 11px;
	padding-bottom: 10px;
}

ol li {
	font-size: 12px;
	line-height: 1.3em;
	padding-bottom: 7px;
	margin-left: 0px;
}

.small {
	font-size: 11px;
}

.welcomeText {
	font-size: 13px;
	line-height: 1.85em;
}

#breadcrumbs {
	font-size: 10px;
	text-decoration: none;
	padding-bottom: 10px;
}

#feature p {
	font-size: 12px;
	padding-top: 8px;
}

#feature .date {
	font-size: 13px;
	font-weight: bold;
}

#feature .title, #feature .title a:link, #feature .title a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#topNav a:link, #topNav a:visited {
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight: bold;
}

#topNav a:hover, #featureText a:hover {
	color: #4F1066 !important;
}
