body {
	margin: 0px;
	font-family: Optima, "Trebuchet MS", Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	background: #0075b2;
}

/* @group Sites Nav */

#SitesNav {
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	text-align:center;
}

#SitesNav ul {
	list-style: none;
}

#SitesNav a {
	color: #ffffff;
	padding:5px;
	text-decoration: none;
	margin:1px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 14px;
	border: 2px solid #0083c8;
	float:left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #0075b2;
	font-weight: bold;
}

#SitesNav a:hover {
	background-color: #0083c8;
	border-color: #006095;
	text-decoration: none;
}

#SitesNav a.selected {
	font-weight:bold;
	color: #ffffff;
	border-bottom:solid 1px #666666;
}

.submenu {
	padding-left:0px;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         { 
	position: relative;
}
ul.dropdown li                      { 
	font-weight: bold; 
	float: left; 
	zoom: 1;
}
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #000000; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 150px; visibility: hidden; position: absolute; top: 100%; left: 0;
}

ul.dropdown ul li{ 
	font-weight: normal; 
	color: #000;
	border-bottom: 1px solid transparent; 
	float: none;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }



/* @end */

#Frame {
	width: 100%;
	margin-top: -15px;
	padding-top: 5px;
	background: #ffffff;
	clear:both;
}

a img {
	border-style: none;
	text-decoration: none;
}

h1 {
	text-align:center;
	margin:5px;
}

.decor_image {
	padding:3px;
	margin:5px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	text-align:center;
	color: #819e50;
}

.decor_image img {
	border-top: 1px solid #eeeeee;
}

a { color: #0075b2; text-decoration:none; }
a:hover { color: #006095; text-decoration:underline; }

#Content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* @group Header */

#Header {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 140px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#Header h1 {
	background: url(../graphics/cascadeedclogo.png) no-repeat left;
	height: 137px;
	width: 350px;
}

h1 span {
	display: none;
}

.pageid {
	clear: none;
	color: #333333;
	float: right;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top:25px;
	font-variant: small-caps;
	font-size: 36px;
}

.decortext {
	color: #ffffff;
	font: small-caps 22px "Brush Script MT", "Brush Script Std";
	letter-spacing: 1px;
}

.links {
	float: right;
	text-align: right;
}

.searchbutton {
	margin-left: 30px;
}

.searchbutton:hover {
	cursor: pointer;
}

/* @end */

/* @group ContentLeft */

#ContentLeft {
	width: 230px;
	color: #880022;
}

.nav {
	width: 211px;
	background-repeat: repeat-y;
}

.nav li {
	list-style-type: none;
}

.nav a {
	width: 196px;
	float: left;
	margin-left: 10px;
	padding: 4px;
	margin-top: 0px;
	color: #333333;
	text-decoration: none;
	line-height: 24px;
	margin-bottom: 5px;
	border: 2px solid #0075b2;
	text-align: center;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}

.nav a:hover {
	color: #000000;
	background: #eeeeee repeat-x;
	font-weight: bold;
	border: 2px solid #819e50;
}

ul.categoryitems {
	padding: 0px;
	margin-left: 12px;
}

.categoryitems a {
	width: 196px;
	float: left;
	margin-left: 0px;
	padding: 2px;
	margin-top: 0px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	margin-bottom: 3px;
	border: none;
	text-align: center;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
	font-size: 14px;
}

.categoryitems a:hover {
	color: #000000;
	background: #eeeeee repeat-x;
	font-weight: bold;
	border: none;
}

.nav a.selected {
	color: #0075b2;
	border: 2px solid #819e50;
}

.nav a.selected:hover {
	font-weight: bold;
	color:#000000;
}



/* @end */

/* @group ContentMain */

#ContentMain {
	width: 660px;
	padding: 5px;
	color: #333333;
	padding-left: 15px;
}

#ContentMain h2 {
	color: #819e50;
	font-size: 36px;
	letter-spacing: -1px;
	margin: 10px;
	text-align: center;
}

#ContentMain h3 {
	color: #0075b2;
	font-size: 22px;
	letter-spacing: -1px;
	margin: 10px;
}

#Slideshow {
	margin: 5px;
	padding: 5px;
	text-align: center;
}

.slidecontent {
	font-style: italic;
	letter-spacing: 1px;
	text-indent: 0;
	text-align: justify;
}

.slidecontent img {
	border-top: 10px solid #0075b2;
	border-bottom: 6px solid #819e50;
}

.mainquote {
	background-color: #d2cfa6;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: justify;
}

#ContentMain p {
	margin-bottom: 10px;
}
/* @end */

#FooterWrap {
	width: 100%;
	background: #0075b2;
}

#Footer {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	font-weight: bold;
}

#Footer .logo-c {
	float: right;
	margin-top: -40px;
}

.contactinfo {
	float: left;
	width: 400px;
}

.copyright {
	text-align: right;
	float: right;
	margin-right: 10px;
	width: 400px;
}

#Footer a {
	color: #ffffff;
	text-decoration: none;
}

#Footer a:hover {
	text-decoration: underline;
}
