/* waterside_styles */
* {
padding: 0;
margin: 0;
}
body {
	
	font: .8em/1.5em verdana, arial, sans-serif;
	background:  url(../assets/images/canvas-bg.jpg);
}

#wrapper {
margin: 0 auto; 
width: 910px;
background-color: #ffffff;
}

#masthead {
	height: 200px;
	background-image:  url(../assets/images/header.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 888px;
	
}

#masthead h1 span {
	display:none;
	}
	
#masthead h2 span {
display: none;
}

#sidebar {
padding: 10px;
width: 170px;
float: left;
background-color: #ffffff;
}

#sidebar h3 {
	display: none;
}

#sidebar h4 {
color: #136134;
}

#sidebar p {
	font-size: 0.8em;
	line-height: 1.4em;
margin-top: 5px;
}



#sidebar a {
	text-decoration: none;
	color: #136134;
}

#sidebar a:hover {
border-bottom: 1px dotted #6782AE;
}

.click {
font-size: 85%;
float: right;
}

.click a {
	text-decoration: none;
	color: #136134;
}

.click a:hover {
border-bottom: 1px dotted #6782AE;
}

#text {
float: left;
width: 670px;
background-color: #ffffff;
padding: 10px 8px 8px 13px;
border-left: 1px dotted #136134;
}

#text h3 {
color: #136134;
padding-top: 10px;
}

#text h4 {
color: #136134;
padding-top: 10px;
}

#text h4 span {
display: none;
}

#text p {
margin-top: 8px;
}

#text a {
color: #136134;
text-decoration: none;
font-weight: bold;
}

#text img {
padding-top: 10px;
}

#text a:hover {
border-bottom: 1px dotted #6782AE;
}

.clock {
font-size: 85%;
float: left;
}

.clock a {
	text-decoration: none;
	color: #136134;
}

.clock a:hover {
border-bottom: 1px dotted #6782AE;
}

#footer {
margin-top: 3px;
color:#837E76;
text-align: center;
font-size: xx-small;
clear: both;
padding-top: 5px;
background-color: #F1EAE0;
}

#footer a {
font-weight: bold;
color: #837E76;
text-decoration: none;
}

#footer p {
	line-height: 1.5em;
}



/* navigation */


#navbar {
color: #ffffff;
padding-top: 3px;
padding-left: 2px;
height: 30px;
position: relative;
z-index: 1;
background-color: #136134;
}

#navbar ul {
list-style-type: none;
}

#navbar a {
color: #ffffff;
font-weight: bold;
}

#dmenu li {
margin: 0;
padding: 0 0 0 30px;
float: left;
position: relative;
}

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

#dmenu li span {
font-weight: bold;
}

#dmenu li a:hover {
border-bottom: 1px dotted #67AE85;
}

body #wrapper #dmenu ul li a {
text-transform: none;
font-size: 11px;
}

#dmenu li li {
display: block;
width: 130px;
padding-left: 1px;
}

#dmenu li ul {
text-align: left;
margin-left: 0;
background-color: #136134;
display: none;
position: absolute;
left: 30px;
top: 18px;
z-index: 10;
border-left: 1px solid #136134;
border-bottom: 1px solid #136134;
border-right: 1px solid #136134;
width: 135px;
}

#dmenu ul li a {
background-color: #136134;
color: #E9E0D1;
padding: 0 4px;
}

#dmenu li:hover ul, #dmenu li.over ul {
display: block;
}

.boxout {
float: right;
width: 200px;
margin-left: 13px;
margin-top: 5px;
}

.boxout2 {
float: right;
width: 345px;
margin-left: 10px;
margin-top: 7px;
}

.boxout3 {
float: right;
width: 172px;
margin-left: 13px;
margin-top: 2px;
}

/* list properties */
#facts {
margin-top: 10px;
}
#facts ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#facts ul ul {
margin-top: 8px;
margin-left: 0px;
padding-top:10px;
border-left: 1px dotted #6782AE;
}

#facts li li {
font: normal 0.8em/1.2em Verdana, Arial, sans-serif;
background: url(../assets/images/level_three_bullet.gif) no-repeat 0px;
padding: 0px 0 4px 20px;
}

.book {
margin-top: 10px;
}
#text ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #136134;
}

#text li.space {
margin-top: 10px;
}

h5 {
margin-top: 18px;
color: #52592F;
}

p span {
font-weight: bold;
color: #136134;
}

.local {
margin-top: 10px;
}

.caption {
font-weight: bold;
color: #52592F;
}
/* photos */
#photos {
position: relative;
}

#shift1 {
position: absolute;
top: 14px;
left: 160px;
}

#shift2 {
position: absolute;
top: 18px;
left: 325px;
}

#shift3 {
position: absolute;
top: 16px;
left: 490px;
}

#photos a:hover{
border-bottom: none;
}

.cap {
font-size: 9px;
color: #145A22;
text-align: left;
}

/*pull quotes section*/

blockquote {
width: 600px;
margin-left: 5px;
margin-top: 20px;
position: relative;
margin-right: 10px;
}

p.quoteBody {
	font-size: 95%;
	line-height: 1.4em;
	font-weight: normal;
	padding: 16px 10px 15px 10px;
	text-align: left;
	width: 435px;
width: 500px;
}

p.quoteCite {
color: #4A638C;
font-size: 90%;
font-weight: bold;
text-align: right;
padding-right: 25px;
margin-bottom: 10px;
}
