@charset "UTF-8";

* {
	margin:0;
	padding:0;
	border:0;
	font-size: 12px;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background:#6bbc46 url(../images/repeater.png) repeat-x center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	margin-bottom:20px;
}

#container { 
	width: 779px; 
	background: #c0dff4;
	margin: 0 auto; 
	border-right: 2px solid #090;
	border-left: 2px solid #090;
	border-bottom: 2px solid #090;
	text-align: left;
} 

#container1 { 
	width: 779px; 
	background: #DAD6D6;
	margin: 0 auto; 
	border-right: 2px solid #090;
	border-left: 2px solid #090;
	border-bottom: 2px solid #090;
	text-align: left;
} 

#container2 {
	width: 784px;
	background-color: #f8fae4;
	margin: 0 auto;
	border-right: 2px solid #090;
	border-left: 2px solid #090;
	border-bottom: 2px solid #090;
	text-align: left;
	margin-top: 14px;
} 

#header { 
	background: #090;
	height:112px;
	margin-bottom:10px;
} 

#header1 { 
	background: #090;
	height:66px;
	margin-bottom:10px;
} 

#flash1 {
	background: url(../images/flashBG.png) no-repeat left center;	
	
}

/*Global Font Styles */
h1 {
	color:#FFF;
	font-size:24px;
	font-weight:lighter;
	padding:5px;
	background-image: url(../images/BkgdLgTitle.jpg);
	background-repeat: repeat-y;
}

h2 {
	font-size:15px;
	margin:10px 0px;
}

h3 {
	color:#FFF;
	font-weight:lighter;
	font-size:16px;
	padding:5px;
	background-image: url(../images/BkgdSidebar.jpg);
}

#supportH3 {
	background-image: url(../images/BkgdSupportEV.jpg);
}

h4 {
	background-color:#a1cb3a;
	color:#C00;
	font-weight:lighter;
	font-size:12px;
	padding:2px 10px;;
}

p{
	font-size:12px;
}

p.caption {
	float:right;
	clear:both;
	width:160px;
	font-size:10px;
	font-weight:bold;
}

p.captionL {
	float:left;
	clear:both;
	width:160px;
	font-size:10px;
	font-weight:bold;
}

ul.list {
	font-size:12px;
	padding:0px 20px;
}

ul.list li {
	margin:10px;	
}

ul.nlist {
	font-size:12px;
	padding:0px 20px;
	list-style-type:decimal;
}

ul.nlist li {
	margin:10px;	
}

a {
	color:#C00;
	text-decoration:none;
	font-size:12px;
}

a:hover {
	text-decoration:underline;
}

blockquote {
	font-size:12px;
}

#contactform input, textarea {
	float:left;
	clear:both;
	margin:10px;
}

.borderB {
	border-bottom: 1px solid #666;
}

.imgfltRight {
	float:right;
	margin:0px 0px 10px 10px;
	clear:both;
}

.imgfltLeft {
	float:left;
	margin:0px 10px 10px 0px;
	clear:both;
}

#sideBar {
	margin:0px 0px 0px 5px;
	float: left;
	width: 165px;
	padding: 0px 0px 15px 0px;
	border-right-color: #000000;
	border-width: 1px;
	border-right-style: solid;
}

.sideSection div {
	background-color:#f8fae4; 
	padding:5px;
	margin-bottom:10px;
}

/* Nav Styles ///////////////*/

.nav {
	background-color:#f8fae4; 
	padding:0px;
	margin-bottom:10px;
	list-style-type:none;
	font-size:13px;
}
#container2 {
	background-color: #F8F9F0;
}


.nav li {
	
}

.nav a {
	font-size:13px;
	padding:3px 0px 3px 10px;
	text-decoration:none;
	display:block;
	color:#666;
	background-color:#f8fae4;
}

.nav a:hover {
	color:#C00;
	background-color:#a1cb3a;
}

/* Main Content Area Styles ///////////////*/

#mainContent { 
	margin: 0 0 0 190px; 
	padding: 0px 0px;
	width:575px;
} 
#mainContent2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 600px;
}


.mainSection div { 
	float:left;
	background-color:#f8fae4;
	padding:10px;
	padding-bottom:20px;
	width:555px;
} 

.mainSection2 div { 
	float:left;
	background-color:#f8fae4;
	padding:10px;
	padding-bottom:20px;
	width:555px;
} 

.mainSection {
	float: right;
	width: 600px;
	background-color: #f8fae4;
	margin-bottom: 6px;
}
.mainSection2 {
	float: right;
	width: 600px;
	background-color: #f8fae4;
	margin-bottom: 6px;
}


.prevNext {
	color:#666;	
}

.prevNext a {
	color:#666;	
	font-size:12px;
}

.prevNext a:hover {
	color:#999;
	text-decoration:none;
}

#footer {
	width:754px;
	padding: 0 10px 0 20px;
	background-color: #009543;
}

#footer p {
	text-align:center;
	padding: 10px 0;
	color:#FFF;
}

#footer a {
	color:#0CF;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Form Styles */

#form1 {
	float:left;
	padding:0px 0px 20px 20px;
	font-size:12px;
}

#form1 label {
	margin-left:10px;
}

#form1 input {
	margin-left:10px;
}

#submitBTN {
	clear:both;
	float:left;	
	margin-left:10px;
	color:#0F0;
	padding:5px;
	cursor:pointer;
}

#eventForm #submitBTNred {
	clear:both;
	float:left;	
	margin-left:10px;
	color:#FFF;
	padding:5px;
	cursor:pointer;
	background-color:#D56F2F;
	border: 1px solid #090;
	font-size:14px;
}

#form1 input, textarea {
	color: #666666;
	background-color: #ECECEC;
	outline-color: #666666;
	border: 1px solid #666666;
}

#eventForm {
	font-size:14px;
	font-weight:normal;
}

#eventForm input, textarea {
	color: #666666;
	background-color: #ECECEC;
	outline-color: #666666;
	border: 1px solid #666666;
}

#eventForm select {
	background-color: #ECECEC;
	border: 1px solid #666666;
}

#eventBG {
	background: url(../images/evHolidayStar.jpg) no-repeat right top;
	background-color:#fff;
}

#event2011BG {
	background-color:#E4E32D;
}

#eventTickets td {
	border:1px solid #999;
	padding:5px;
}

#wLaunch {
	cursor:pointer;
}

.PhotoRM {
	padding-right: 6px;
}
.PhotoLM {
	padding-left: 6px;
}


#headline-list ul
{
line-height:150%;
font-size:24px;
font-color:#003399;
}

#headline-list a
{
color:#003399;
font-size:14px;
}

.LgList {
	padding-left: 6px;
	list-style-position: outside;
	list-style-type: circle;
}

.BodyTextLg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006BA2;
}

img.hydroF {
	border:1px solid #333;
	padding-left:0px;
}
.footnoteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}.superscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.2011EventHdr {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #79A12E;
}.bodyRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.Publication {
	text-decoration: underline;
}
.Report {
	font-style: italic;
}

