body,
html {
	margin:0;
	padding:0;
	background:#030303;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
body {
	min-width:850px;
}
ul { margin-top:4px; margin-bottom:4px; }
ol { margin-top:4px; margin-bottom: 4px; }
ul li ul li{margin-left:10px; }
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top:10px; margin-bottom: 5px;
	margin-left:10px;
	text-align:left;
	color:#f1592a; /* Orange */
}
.img-border {
	border:1px solid #f1592a;
	text-align:center;
}
.border { border:1px solid #0077a3;}
p {
	margin-top:1px;
}
#wrap {
	background:#fff;
	margin:0 auto;
	width:850px;
}
#header {
	background:#eeeeff;
	height:100px;
	position:relative;
}
#header h1 {
	padding-top:10px;
	margin-top:10px;
}
#social-media {
	position:absolute;
	top:65px;
	left:635px;
	width:300px;
}
#search {
	position:absolute;
	top:67px;
	left:520px;
	width:100px;
	height:12px;
}
#menu {
	background:#f1592a; /* new Orange */
	padding:0px;
	margin:0px;
	height:26px;
	width:100%;
}
#menu ul{
	clear:left;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	line-height:26px;
	white-space: nowrap;	
}
#menu li{
   display:inline;
   list-style:none;
}
#menu li a {
   padding:5px 40px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   color:#fff;
   text-decoration:none;
}
#menu li a:link { color:#fff; }

#menu li a:hover {
   background-color:#000; /* Black */
   color:#fff;
}
.main {font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#menu ul li .here { color:#fff;
	background-color:#000; }

#menu ul li a.active,
#menu ul li a.active:hover {
   color:#fff; /* Black font */
   font-weight:bold;
}
	
#main {
	background:#fff;
	float:left;
	width:460px;
	padding: 10px;
}
#main h2, #main h3, #main p {
	padding:0 10px;
}
#flash { height:405px;
	text-align:center;
	 }
#sidebar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	float:right;
	width:350px;
	padding:10px;
}
#sidebar a, #sidebar a:visited, #main a, #main a:visited {
	color: #f1592a; /* orange */
}
#sidebar a:hover, #main a:hover {
	color: #000; /* black */
}
#sidebar ul {
		margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 10px 0 10px;
}
#footer {
	background:#f1592a; /* Orange */
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	text-align:center;
	height:28px;
	vertical-align:middle;
	margin-top:2px;
	padding-top:3px;
}
#footer a { text-decoration:none; color:#fff; }
#footer a:hover { color:#000; }
#footer p {
	padding:5px;
	margin:0;
}
.footer-text { margin-top: 8px;}
.footer-text img {  margin-top: -8px;}

.about_image { padding-top:35px; }
.example {
	display:none;float:left;width:350px;
}
.example ul {
	padding-bottom:15px;
}
.testimony {
	height: 125px;
	text-align:center;
}
.about_serve {
	height: 110px;
}
.centered {
	text-align:center;
}
.logo-centered {
	text-align:center;
	width:450px;
	height:155px;
}
.logo-left {
	float:left;
	width: 200px;
	text-align:center;
}
.logo-right {
	float:right;
	width: 200px;
}
.fish-logo {
	margin-right:9px;
}
.tagline {
	position:absolute;
	top:70px;
	left:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.space_right {
	margin-right: 8px;
}
