body, html { height: 100%; }

body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: .8em;
}

#header { 
	background-color: white;
	width: 100%;
	border: 0;
	border-bottom: 10px solid #b3b7bc;
	margin: 0;
	padding: 0;
}

#header h1 { 
	color: #fff;
	font-size: 1px;
	background-image: url(images/redfish_logo_small.gif);
	/*border: 1px solid gray;*/
	width: 200px;
	height: 85px;
	margin-left: 35px;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

#thorax {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

#navigation {
	height: 1500px;
	float: left;
	position: absolute;
	margin: 0;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #939a9f;
	border-color: #ccc;
	background-color: white;
	background-image: url(images/UpFishSide.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	padding-left: 49px;
	padding-right: 3px;
	padding-bottom: 20px;
	border-top: 0;
	padding-top: 0;
}

#navigation ul {
	padding: 0;
	margin: 0;
}
/* top level sliding menus */
#navigation ul li {
	list-style: none;
	border-width: 1px 0 1px 1px;
	border-color: #939a9f;
	border-color: #ccc;
	border-style: solid;
	padding-left: 23px;
	padding-top: 8px;
	padding-bottom: 7px;
	font-size: 105%;
	font-family: arial;
	position: relative;
	margin-top: -1px;
}

/*#navigation ul li ul { margin-top: 10px; }*/

#navigation li ul li {
	list-style-position: inside;
	list-style-type: circle;
	list-style-image: url(images/GoodPoint2.gif);
	background-color: #d1d3d4;
	border-top: 1px;
	border-right: 0px;
	border-bottom: 1px;
	border-color: white;
	border-style: solid;
	padding-left: 10px;
	padding-right: 4px;
	font-size: 90%;
	position: relative;
	top: 8px;
}

#navigation ul li a:link { color: #737a7f; text-decoration: none; }
#navigation ul li a:visited { color: #737a7f; text-decoration: none; }
/*#navigation ul li a:visited { color: #93979f; text-decoration: none; }*/
#navigation ul li a:hover { color: #c43634; text-decoration: none; }
#navigation ul li a:active { color: #f33; text-decoration: none; }

a:link { color: #737a9f; }
a:visited { color: #93979f; }
a:hover { color: #c43634; }
a:active { color: #f33; }

#fav {
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	font-family: arial;
	font-size: 105%;
}

#content {
	margin-right: 5%;
	padding: 20px;
	padding-top: 0px;
	padding-left: 260px;
	color: #636a6f;
	font-family: arial;
	/*font-size: .8em;*/
}

table#contactformlayout {
	margin-left: 16px;
	font-size: 90%;
}

table#contactformlayout th {
	text-align: right;
}

#contactformlayout input, #contactformlayout textarea {
	font-size: 90%;
}

.next {
	font-size: 90%;
	margin-top: 2em;
}

.questionscallus { margin-top: 3em; }
