/* Basic formatting */

body {
margin-left: 0px;
margin-top: 0px;
font-family: Helvetica, Arial, sans-serif; 
color: #000000; 
background-color: #ffffff;
font-size: 12px;}

h1, h2, h3, h4 {
font-weight: bold;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 14px;
}

h3 {
font-size: 12px;
}

h4 {
font-size: 16px;
color: #014508;
}

h6 {
font-size: 9px;
line-height: 15px;
font-family: Gill Sans, Helvetica, Arial, sans-serif;
}

.list { 
margin-left: 40px;
display: block;}

p.news
{width: 300px;
float: left;}

img.newsimage {
border: 2px solid #000000;
margin: 7px;
width: 200px;
float:left}

img.image {
border: 2px solid #000000;
margin: 5px;}

body.pressbody
{padding: 15px;}

img.pressimage {
border: 2px solid #000000;
margin: 7px;
float: right;}

.leftfloat {
float: left;
margin-right: 100px;
}

.left {
float: left;
}

.right {
float: right;
}


ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
  
body ul li {
  float: left;
  position: relative;
  width: 185px;
  }
  
li ul.drop1 {
  display: none;
  position: absolute; 
  top: 27px;
  left: 27px;
  }

	/* non-IE browser hack */

li > ul.drop1 {
 top: 27px;
 left: 27px;
        }
		
li ul.drop2 {
  display: none;
  position: absolute; 
  top: 27px;
  left: 33px;
  }

	/* non-IE browser hack */

li > ul.drop2 {
 top: 27px;
 left: 33px;
}
		
li:hover ul, li.over ul { display: block; }

ul li ul li.dropbox1, ul li ul li.dropbox2 {
  text-align: center;
  font-family: Gill Sans, Helvetica, Arial, sans-serif;
  font-size: 10px;
  padding: 3px;
  margin-bottom: 1px;
  border: 1px solid #96B3B0;
}

ul li ul li.dropbox1 {
width: 122px;
background-image: url(images/drop1bg.png);
}

ul li ul li.dropbox2 {
width: 217px;
background-image: url(images/drop2bg.png);
}

a:link {
color: #014508;
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: #014508;
text-decoration: underline;
font-weight: bold;
}

a:active {
color: #333333;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #666666;
text-decoration: underline;
font-weight: bold;
}

a.top:link {
color: #014508;
text-decoration: none;
font-weight: normal;
}

a.top:visited {
color: #014508;
text-decoration: none;
font-weight: normal;
}

a.top:active {
color: #333333;
text-decoration: none;
font-weight: normal;
}

a.top:hover {
color: #666666;
text-decoration: none;
font-weight: normal;
}

a.navtext:link {
color: #000000;
text-decoration: none;
}

a.navtext:visited {
color: #000000;
text-decoration: none;
}

a.navtext:active {
color: #000000;
text-decoration: none;
}

a.navtext:hover {
color: #014508;
text-decoration: none;
}

#navigation img {
width: 190px;
height: 38px;
border: 0px;
}

/* Layout setup and divs */

#container {
margin: 0px 0px;
width: 770px;}

#layout_02, #drops, #side, #content {
float:left;}

#layout_01 {
width:770px;
height:153px;
}

#eventstitle {
position: absolute;
left: 315px;
top: 7px;
width: 150px;
height: 20px;
font-size: 14px;
font-family: Gill Sans, Helvetica, Arial, sans-serif; 
color: #014508;
}

#events {
position: absolute;
left: 283px;
top: 28px;
width: 141px;
height: 107px;
padding: 0px;
border: 4px solid #DBE5E4;
border-style: ridge;
overflow: hidden;
z-index: +1;
color: #014508;
font-weight: bold;
text-align: center;
}

#layout_02 {
width:243px;
height:130px;
background-color: #ffffff;
}

#drops {
width:517px;
height:130px;
}

	/* IE hack */

* html #layout_01 {margin-bottom: -3px;}
* html #layout_02 {margin-bottom: -3px;}
* html #drops {margin-bottom: -3px;}
* html #navigation img {margin-bottom: -3px;}


#side {
width:190px;
}

#navigation {
width:190px;
height: 460px;
}

#promo {
width:190px;
text-align: center;
}


#content {
width:550px;
padding: 0px 15px;
overflow: auto;
}

#footer {
font-size: 9px;
line-height: 15px;
font-family: Gill Sans, Helvetica, Arial, sans-serif; 
text-align: center;
margin-top: 30px;
}

#newsletters {
width: 150px;
margin: 15px 15px 0px 15px;
float: right;
}

#newsletters img {
width: 113px;
height: 150px;
border: 0px;
margin-bottom: 15px;
}

#video {
	width: 335px;
	margin: 10px;
	float: right;
	text-align: center;
}

.clear {
clear: both;}.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	text-align: justify;
	vertical-align: top;
	margin: 5px;
}

.form {
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
}

input.btn{
   color: #014508;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-weight:bold;
   background-color:#DBE5E4;
   border:1px solid #333333;
}

.error {
	color: #FF0000;
}

.pink {
	color: #ec008c;
}

.blue {
	color: #00adef;
}

.smaller {
	font-size: 11px;
}

.larger {
	font-size: 25px;
}