body {
	margin: 1px;
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 14px;
	background: #fff;
}

/* this is to turn the MCE editor window text white with blue background */

/*
.mceContentBody, .mceContentBody a, .mceContentBody a:visited { background: #155275; color: #fff; }
#tinymce a, #tinymce a:visited { color:#fff;  }
*/

.mceContentBody, .mceContentBody a, .mceContentBody a:visited { background: #fff; color: #000; }
#tinymce a, #tinymce a:visited { color:#3333ff;  }

img { border: 0; }

a { color: #fff; }
a:visited { color: #b5c4a8; }

h1, h2, h3, h4 { margin: 0; }
h1 { font-size: 20px; padding-bottom: 20px; }
h2 { font-size: 18px; padding-bottom: 18px; }
h3 { font-size: 16px; padding-bottom: 0; }
h4 { font-size: 14px; padding-bottom: 0; font-weight: bold; }

#header {
	height: 137px;
	width: 100%;
	background: #fff url('water_drop.jpg') no-repeat top right;
	overflow: hidden;
}

#header h1 { 
	color: #155275; 
	margin: 55px 300px 0 238px;
	_margin-left: 236px;
}

#container { background: #073070; }

#left {
	float: left; 
	width: 209px;
	margin: 10px 0 0 10px;
	/*
	position: absolute;
	top: 155px;
	left: 10px;
	*/
}

#leftnav {
	background: #155275 url('nav_bg.gif') repeat-y;
	color: #155275;
	font-weight: bold;
	font-size: 14px;
}

#leftnav h3 {
	font-size: 14px;
	color: #333; 
}

#leftnav dfn {
	display: none;
}

#leftnav ul { 
	margin: 0;
	padding-left: 15px;
	list-style-type: none;
}

#leftnav li {
	padding: 5px 10px 5px 0;
	line-height: 16px;
}

#leftnav ul li ul, #leftnav ul li ul li {
	/* hide all submenus unless they are the current page */
	display: none;
}

#leftnav ul li.currentpage ul, #leftnav ul li.currentpage ul li, #leftnav ul li.activeparent ul, #leftnav ul li.activeparent ul li {
	display: block;
}

#leftnav a, #topnav a { color: #155275; text-decoration: none; }
#leftnav a:visited, #topnav a:visited { color: #838ab5; }  /* this is lite blue like the water drop */
#leftnav a:hover, #topnav a:hover  { text-decoration: underline; }

#topbar {
	/* orb! */
}

#topnav {
	height: 18px;
	color: #155275;
	font-weight: normal;
	float: left;
	margin-left: 40px;
}

#logo {
	float: left;
	width: 199px;
	height: 137px;
}

#search {
	width: 240px;
	height: 19px;
	float: right;
	text-align: right;
	padding-top: 1px;
}

#search form, #search input {
	margin: -1px 0 0 0;
	display: inline;
}

#searchbox {
	border: 0;
    background-color: transparent;
	width: 141px;
	height: 16px;
	color: #155275;
	display: inline;
	padding: 0;
	margin: -2px 0 0 0;
	_margin-top: 0;
	text-align: left;
}

.textinput {
	border: 1px solid #a9b7d6; 
	background: white;
	_padding-top: 2px;
	padding: 0 2px 0 4px;
	width: 135px;
	height: 16px;
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-size: 11px;
}

#the_word_search {
	color: #a9b7d6;
	font-weight: normal;
	text-transform: uppercase;
}

#go_submit {
	color: #155275;
	font-weight: bold;
	border: 0;
	background: transparent;
	font-size: 11px;
	padding: 2px 2px 0 0;
}

#top_glow {
	clear: both;
	height: 4px;
	background: #9bd354;
	line-height: 0;
	font-size: 1px;
}

#content {
	/*
	position: absolute;
	top: 155px;
	left: 240px;
	*/
	margin: 0 10px 0 240px;
	padding-top: 12px;
	padding-bottom: 10px;
	color: #fff;
	background: transparent url('fish_bg.gif') no-repeat;
	min-height: 580px;
	height: auto !important;
  	height: 580px;
	line-height: 18px;
}

#content input, #content textarea {
	border: 1px solid #a9b7d6; 
	background: #fff;
	padding: 2px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
}

.contact_form_bigfish textarea {
	height: 200px;
	width: 300px;
	font-size: 14px;
}

#content .contact_form_bigfish td, #content td {
	color: #fff;
}

#content img {
	margin: 5px 10px 5px 10px;
	border: 0;
}

#bottom_glow {
	clear: both;
	height: 5px;
	background: #155275 url('bottom_glow.gif') repeat-x top left;
	line-height: 0;
	font-size: 1px;
	
}

#footer {
	background: #fff;
	color: #155275;
	text-align: center;
	line-height: 24px;
	margin: 0 0 0 0;
}
