/* porpoisepools.css */

body{
margin:0;
padding:30px 0;
font:76% tahoma,verdana,sans-serif;
background:#047 url(../images/bodybg.png) repeat-x fixed;
color:#222;
}

#thetop{
margin:0;
}

#container{
width:720px;
margin:0 auto;
padding:20px 20px 0 20px;
background:#fff url(../images/contbg.png) no-repeat;
color:#222;
}

a{
text-decoration:none;
background-color:inherit;
color:#26c;
}

a:hover{
text-decoration:underline;
}

a img{
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}

#main p,#sidebar p{
padding:0 0 0 10px;
}

#logo{
	float:left;
	width:auto;
	border:thin dotted #dde;
	text-align:center;
	color:#555;
	overflow:visible;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

#logo h1{
margin:35px 5px 1px 5px;
letter-spacing:-3px;
}

#logo a{
background-color:inherit;
color:#26a;
text-decoration:none;
}

#logo a:hover{
background-color:inherit;
color:#69e;
}

#tagline{
text-align:center;
font-size:1.2em;
}

#intro p{
line-height:1.5em;
}

#main{
float:left;
width:530px;
margin-right:20px;
padding:0;
}

.headerstyle{
display:block;
margin:30px 0 10px 0;
padding:5px 0 5px 8px;
background:#eee url(../images/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
}

#sidebar{
width:155px;
float:right;
margin-top:20px;
font-size:1em;
line-height:1.3em;
}

#sidebar p{
font-size:0.9em;
}

.sidelink{
display:block;
width:140px;
margin:3px 10px 2px 0;
padding:5px 0 5px 8px;
font-size:1.1em;
font-weight:bold;
text-align:left;
background:#eee url(../images/gradient1.png) repeat-x;
color:#26c;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}

.sidelink:hover,.menuheader{
background:#fff url(../images/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

#footer{
margin:0 auto 20px auto;
width:760px;
background:#fff url(../images/footerbg.png) bottom left no-repeat;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
text-align:center;
}

h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.8em;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
}

h3{
margin:20px 0 8px 0;
font-size:1.4em;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
padding:20px;
background:#eee;
color:#222;
border:2px solid #ddd;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}

/*************** list tag styles ***************/

ul{
	list-style-image:  url("/images/small_blue_arrow.png");
	list-style-position: inside;
}

ul ul{
	list-style-image:  url(../images/small_blue_arrow.png);
	list-style-position: inside;
}

ul ul ul{
	list-style-image:  url("../images/arrow_grey.gif");
	list-style-position: inside;

}

ul ul ul ul{
	list-style-type: square;
	list-style-position: inside;
}

ul ul ul ul ul{
	list-style-type: square;
	list-style-position: inside;
}
.slideshow {
	text-align: center;
}
.center {
	text-align: center;
}
/* form elements */
#main #cform form {
	margin:15px;
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
	width: 440px;
	margin-left: 40px;
}
#main #cform label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #006600;
	margin-top: 15px;
}
#main #cform input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Trebuchet MS, Arial, sans-serif;
	color:#777;
}
#main #cform textarea {
	width:300px;
	padding:2px;
	font: normal 1em Trebuchet MS, Arial, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
#main #cform input.button { 
	margin: 0; 
	font: bold 1em Trebuchet MS, Arial, sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}
#main #cform img {
}
#main #cform img {
	position: relative;
	bottom: 5px;
	left: 5px;
}
#container #main .award {
	float: right;
	margin-left: 20px;
}
