/**Dolphin Style Sheet**/

/*************************************************** Main body and wrap ***************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #333333;
	font-size: 14px;
	line-height: 17px;
	color: #333;
}

#wrap {
	margin: 20px auto;
	width: 840px;
}

#content {
	padding: 0 30px 20px 30px;
	background: #CCCCCC url(images/content.jpg) repeat-y;
}

a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #111;
}

img {
border: none;
}

/*************************************************** Top Section Content ***************************************************/

#top {
	padding: 10px 0;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}

#logo {
	float: left;
	width: 780px;
	height: 180px;
	background: #CCC url(images/logo.jpg) no-repeat;
}

/*************************************************** Nav and pic section ***************************************************/


#pics {
	float: left;
	width: 510px;
	height: 100px;
	text-align: justify;
	background: #CCC url(images/picspacebg.jpg) no-repeat;
	padding: 22px 20px 18px 20px;
}

.white-border {
	margin-right: 5px;
}

#address {
	float: right;
	width: 210px;
	height: 115px;
	color: #333;
	text-align: right;
	background : #CCC url(images/picspacebgr.jpg) no-repeat;
	padding: 25px 10px 0px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.nav {
	float: left;
	height: 30px;
	width: 760px;
	text-align: justify;
	background: #003366;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 10px 0 0 20px;
	
}

.nav ul {
	color:#09C;
	list-style-type: none;
}

.nav ul li a {
	color: #FFF;
	text-decoration: none;
}

.nav ul li a:hover {
	color:#666;
}

/*************************************************** Left side Content***************************************************/

.left {
	float: left;
	width: 400px;
	
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
	margin-top: 10px;
	padding: 5px 20px 20px 20px;
}

.left  h2 {
	font-size: 16px;
	font-weight: 100;
	padding: 15px 0 7px 0;
	color: #930;
}

.left h5 {
	color:#930;
	
}

.left a {
	color:#930;
	text-decoration:none;
}

.left a:hover {
	color: #000;
	text-decoration: none;
}

table {
	font: 14px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 400px;
	}

th {
	padding: 0 0.5em;
	text-align: left;
	}

tr.yellow td {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #fff;
	color: #c33;
	}

td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	}

td:first-child {
	width: 190px;
	}

td+td {
	border-left: 1px solid #CCC;
	text-align: center;
	}

/*************************************************** Right side Content***************************************************/

.fiddle {
	float: right;
	width: 290px;
	height:115px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	background: #FFF url(images/boxright.jpg) no-repeat;
	margin-top: 10px;
	padding: 5px 20px 20px 20px;
}

.fiddle h2 {
	font-size: 16px;
	font-weight: 100;
	padding: 15px 0 7px 0;
	color: #036;
}

.birds {
	float: right;
	width: 290px;
	height:115px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	background: #FFF url(images/boxright.jpg) no-repeat;
	margin-top: 10px;
	padding: 5px 20px 20px 20px;
}

.birds h2 {
	font-size: 16px;
	font-weight: 100;
	padding: 15px 0 7px 0;
	color: #036;
}

.activities {
	float: right;
	width: 290px;
	height:115px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	background: #FFF url(images/boxright.jpg) no-repeat;
	margin-top: 10px;
	padding: 5px 20px 20px 20px;
}

.activities h2 {
	font-size: 16px;
	font-weight: 100;
	padding: 15px 0 7px 0;
	color: #036;
}

.photoposition {
	float: right;
}

/*************************************************** Bottom Content ***************************************************/


#bottom {
	padding: 25px 0;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}

#footer {
	height: 50px;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
}

