body {
  font: 100% Arial, Helvetica, sans-serif #000;
  background-color: #E4E3F1;
  margin: 25px 0 0 0;
  padding: 0;
  text-align: center;
  color: #E4E3F1;
}

html { overflow: -moz-scrollbars-vertical !important; }

a:link {
	color: #6D6DB3;
}
a:visited {
	color: #4C4C98;
}
a:hover {
	color: #9B9BFD;
}
a:active {
	color: #4C4C98;
}
img {
	border: 0;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0;
	color: #E4E3F1;
	}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
}
.toptext {
	font-size: 11px;
	color: #000;
	margin: 0;
	}

/* PAGE LAYOUT */

#container { 
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#logo {
	width: 695px;
	height: 45px;
	float: left;
}
#dewdrop {
	margin-top: 15px;
	margin-right: 15px;
	width: 95px;
	height: 30px;
	float: right;
}
#menuDewDrop {
  display: block;
  width: 95px;
  height: 30px;
  background: url("../images/dewdrop-logo-new.png") no-repeat 0 0;
}
#menuDewDrop:hover { 
  background-position: 0 -30px;
}
#menuDewDrop span {
  display: none;
}
#nav { 
	font-family: Arial, Helvetica, sans-serif;
	width: 950px;
	font-size: 12px;
	text-align: center;
}
#nav ul {
	margin: 15px 0 3px 0;
	padding: 0;
	list-style: none;
}
#nav li {
	padding: 3px 16px 3px 16px;
	display: inline;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #333366;
}
#nav a:hover {
	color: #68940D;
}
#nav .selected { 
	color: #68940D;
}
#main {
	width: 950px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000;
	margin: 0;
	padding: 20px 0 20px 0;
	border-top: 5px solid #333366;
	border-bottom: 5px solid #333366;
}
#mainPhoto {
	width: 950px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000;
	margin: 0;
	padding: 0 0 20px 0;
	border-top: 5px solid #333366;
	border-bottom: 5px solid #333366;
}
#dewdropTitle {
	width: 950px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 0 20px 20px 20px;
}
#leftContent { 
	margin: 0; 
	padding: 0 20px 0 20px; 
	width: 435px;
	color: #E4E3F1;
	border-right: 1px solid #68940D;
}
#rightContent { 
	margin: 0; 
	padding: 0 20px 0 20px;  
	width: 435px;
	color: #E4E3F1;
}
#largeContent { 
	margin-top: 0; 
	padding: 0 20px 0 20px;  
	width: 910px;
	color: #E4E3F1;
}
#pageTitle { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #68940D;
	width: 340px;
	text-align: right;
}
#pageTitle2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #68940D;
	width: 435px;
	text-align: right;
}
#pageTitleLarge { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #68940D;
	width: 910px;
	text-align: right;
}
#rightPhoto { 
	margin-top:3px;
	width: 335px;
	text-align: right;
	border-top: 5px solid #68940D;
	border-left: 5px solid #68940D;
}
#largePhoto { 
	margin-top:3px;
	width: 550px;
	border-top: 5px solid #68940D;
	border-left: 5px solid #68940D;
}
#rightPhoto2 { 
	margin-top:3px;
	width: 430px;
	text-align: right;
	border-top: 5px solid #68940D;
	border-left: 5px solid #68940D;
	display: block;
}
.rightPhoto2 { 
	margin-top:3px;
	width: 430px;
	text-align: right;
	border-top: 5px solid #68940D;
	border-left: 5px solid #68940D;
}
#rightPhoto2Show { 
	margin-top:3px;
	width: 430px;
	text-align: right;
	border-top: 5px solid #68940D;
	border-left: 5px solid #68940D;
	display: block;
}
#rightPhoto3 { 
	margin-top:3px;
	width: 187px;
	text-align: right;
	border-top: 5px solid #68940D;
	border-left: 5px solid #68940D;
}
.photo { 
	margin: 0;
	padding: 0 0 10px 10px; 
	border: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.headline {
	color: #68940D;
	font-weight: bold;
	font-size: 14px;
}
.green {
	color: #68940D;
	font-size: 12px;
}

/* Footer
----------------------------------------------- */
#footer {
  width:930px;
  margin:0 auto;
  padding: 5px 20px 40px 0;
  text-align: right;
  color: #333366;
  }
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #333366;
}
#footer a:hover {
	color: #68940D;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
