@charset "utf-8";
body {
	background-image: url(images/backgrounds/white-blue-bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center 0px;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	background-color: #A9C3DE;
}
#footer {
	height: 100%;
	right: 0px;
	left: auto;
	top: auto;
	bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	margin: 5px;
}
#footer a {
	color: #66CCFF;
}
#footer a:hover {
	color: #00CCFF;
	text-decoration: underline;
}

#footergfx {
	background-attachment: scroll;
	background-image: url(new/images/backgrounds/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	height: 105px;
	padding-bottom: 0px;
	bottom: 0px;
}

#main {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 100% top;
	height: 100%;
	padding: 15px;
	top: 0px;
}
#main h1 {
	font-size: 175%;
	color: #009933;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#main h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #009933;
}

#main h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #009933;
}
#main h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #009933;
}
#main h5 {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
}
#main h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
}



#main ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 75%;
}
#highlighted {
	background-image: url(images/backgrounds/text-highlight-200.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	margin: 0px;
	padding: 10px;
}

#main a {
	color: #006699;
	text-decoration: none;
}

#main ul {
	list-style-type: square;
}
#main li {
	list-style-position: outside;
	list-style-type: square;
}


#main a:visited {
	font-style: italic;
}

#main  a:hover {
	color: #0099CC;
	text-decoration: underline;
}
#main p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 5px;
}

#sidebar {
	margin-top: 0px;
	left: auto;
	top: 0px;
	right: auto;
	bottom: auto;
	padding: 10px;
}

#sidebar h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#sidebar ul {
	padding: 0px;
}

#sidebar li {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	line-height: 15px;
	padding: 2px;
}
#sidebar a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
#sidebar a:visited {
	font-style: italic;
}

#sidebar dt {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	font-weight: normal;
	padding: 2px;
	line-height: 15px;
}
#sidebar dl {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	padding-top: 10px;
}

/*The following is pulled from sfne-d4.css. It adds the toplinks style */

#toplinks ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#toplinks li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 10px;
	display: inline;
}
#toplinks a {
	color: #006699;
	text-decoration: underline;
}
#toplinks a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/*The following is pulled from sfne-d4.css. It has duplicates of the header/paragraph formatting that previously was bound to the "main" styles */

h1 {
	font-size: 175%;
	color: #009933;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #009966;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 5px;
}
/* modify hover coor */
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
a {
	color: #006699;
	text-decoration: none;
}

/* Highlight box, used to feature information, 1/3 of page width, variable height */
#halfpageBoxLeft {
	background-color: #E8EDDC;
	padding: 10px;
	height: auto;
	width: 500px;
	position: relative;
	right: 0px;
	left: 10px;
	margin: 2px;
}	
.halfpageBox {
	background-color: #E8EDDC;
	padding: 5px;
	width: 250px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	position: relative;
	margin: 2px;
}
#quoteBox {
	background-color: #E8EDDC;
	padding: 10px;
	width: 400px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #6BA765;
	border-left-color: #C8D3AF;
	position: relative;
	margin: 5px;
	background-attachment: scroll;
	background-image: url(images/backgrounds/text-highlight-quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: bottom;
	text-indent: 10px;
	white-space: normal;
}
#quoteBox p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.heron1 {
	background-attachment: scroll;
	background-image: url(images/backgrounds/4d-2/design4d-sliced-02_09.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #DBE3CB;
}
.heron1-cropped {
	background-attachment: scroll;
	background-image: url(images/backgrounds/4d-2/design4d-sliced-02_09-cropped.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: DBE3CB;
}

.heron2 {
	background-attachment: scroll;
	background-image: url(images/backgrounds/4d-2/design4d-sliced-02_07.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #4E73A0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.heronhome {
	background-image: url(images/backgrounds/4d-2/design4d-sliced-02_02.jpg);
	background-repeat: no-repeat;
}
.heronhomesub {
	background-image: url(images/backgrounds/4d-2/sub/design4d-sub-02_02_c_stretch.jpg);
	background-repeat: repeat-y;
}
.heronflock {
	background-image: url(images/backgrounds/4d-2/sub/design4d-sub-02_03.jpg);
	background-repeat: repeat-y;
	background-color: #89ADCD;
	background-position: left;
}
.bridgesidebar {
	background-color: #4E73A0;
	background-image: url(images/backgrounds/4d-2/sub/design4d-sub-02_09.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.navbarbg {
	background-image: url(images/backgrounds/menu-highlight.gif);
	background-repeat: repeat-x;
}

.footerbg {
	background-color: #122164;
}
.greenshadow {
	background-image: url(images/backgrounds/4d-2/sub/design4d-sub-02_06.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #DCE4CD;
}
#siteMap {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: square;
}
#linkedImage a {
	text-decoration: none;
	border: none;
}
.imageBorder {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #6BA765;
	border-left-color: #6BA765;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-color: #6BA765;
	border-right-color: #6BA765;
}
#header-links {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#header-links a {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#siteMap {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#siteMap ul {
	font-size: 100%;
}
#siteMap li {
	font-size: 100%;
}
