/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #593C19;
	background-color: #5ca6e4;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}
p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner_h10 {
	clear: both;
	width: 100%;
	height: 10px;
	font-size: 1px;	
}

.cleaner_h20 {
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 1px;	
}

.cleaner_h30 {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.rc_btn_01 a{
	float: right;
	clear: both;
	text-align: center;
	display: block;
	width: 100px;
	padding: 4px 0 5px 0;
	background: url(template/current/waterside_button_01.gif) no-repeat;
	color: #e4c95c;
	font-weight: bold;
	text-decoration: none;
}

.rc_btn_02 a{
	float: right;
	clear: both;
	text-align: center;
	display: block;
	width: 100px;
	padding: 4px 0 5px 0;
	background: url(template/current/waterside_button_02.gif) no-repeat;
	color: #e4c95c;
	font-weight: bold;
	text-decoration: none;
}

.rc_btn_03 a{
	float: right;
	clear: both;
	text-align: center;
	display: block;
	width: 100px;	
	padding: 4px 0 5px 0;
	background: url(template/current/waterside_button_03.gif) no-repeat;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}


#waterside_container{
	width: 980px;
	margin: 0 auto;
}

#waterside_top_panel {
	width: 980px;
	height: 100px;
}


#waterside_sitetitle {
	float: left;
	width: 400px;
	height: 40px;
	margin: 30px 0 0 10px;
}

#waterside_sitetitle #site_title {
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 40px 0 0 0;
	color: #FFF;
	background: url(template/current/waterside_logo.jpg) left bottom no-repeat;
}

#waterside_sitetitle #site_tagline {
	padding: 0 0 0 5px;
	font-size: 16px;
	color: #ffffff;		
	letter-spacing: 5px;
}


#waterside_searchbox {
	float: right;
	margin: 45px 10px 0 0;
}

#waterside_searchbox form {
	margin: 0px;
	padding: 0px;
}

#searchfield{
	background:#FFFFFF;
	border: none;
	color: #000;
	font-size: 13px;
	font-variant: normal;
	height: 16px;
	line-height: normal;
	padding: 4px;
	width: 200px;
}


#searchbutton{
	background: url(template/current/waterside_search_button.gif); 
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	margin: 0 0 0 7px;
	padding: 0 6px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 66px;
}

#waterside_banner {
	clear: both;
	width: 980px;
	height: 350px;
	background: url(template/current/waterside_banner_bg_02.jpg) no-repeat;
	background: url(template/current/test_logo2.jpg) no-repeat;
	background: url(template/current/waterside_banner_bg_03.jpg) no-repeat;
	background: url(template/current/test_logo3.jpg) no-repeat;
	background: url(template/current/waterside_banner_bg_03.jpg) no-repeat;
}

#waterside_banner #banner_content {
	padding: 190px 0 0 425px;
	width: 500px;
	height: 80px;
}

#banner_content a,a:hover{
	color: #fce06f;
}
#banner_content p{
	color: #ffffff;
}

#waterside_banner #banner_title {
	color: #ffffff;
	font-size: 30px;
	padding: 5px 0;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

#waterside_banner #banner_title span{
	font-style: italic;
	color: #fce06f;
}

#waterside_banner p{
	color: #ffffff;
	line-height: 25px;
	font-size: 12px;
	padding-bottom: 10px;
}

/* menu */

#waterside_menu {
	clear: both;
	width: 980px;
	height: 65px;
	background: url(template/current/waterside_menu_bg.jpg) no-repeat;
}

#waterside_menu ul {
	margin: 0px;
	padding: 20px 0 0 50px;
	list-style: none;
}

#waterside_menu ul li{
	display: inline;
}

#waterside_menu ul li a{
	float: left;
	padding: 0 40px 0 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(template/current/waterside_vertical_divider.jpg) top right repeat-y;
	color: #FFF;	
	outline: none;
}

#waterside_menu li a:hover, #waterside_menu li .current{
	color: #060b10;
}

#waterside_menu li .last{
	background: none;
}

/* end of menu*/

#waterside_content {
	background-color: #ffffff;
        color: #593C19;
	padding: 10px 10px 10px 10px;
}

#waterside_gallery2_content {
	background-color: #5ca6e4;
        color: #593C19;
	padding: 10px 10px 10px 10px;
}

#waterside_content img{
	margin: 0 10px 0 0;
	border: 2px solid #5f666d;
}

#waterside_flypage img{
	margin: 0 10px 0 0;
	border: 2px solid #5f666d;
}

#waterside_results {
	padding: 10px 0 0 0;
	background-color: #FFFFFF;
}

#waterside_results A:link, A:active {
	color: #593C19;
	font-size: 14px;
	font-weight: bold;
  	text-decoration: none;
}

#waterside_results A:visited {
	color: #593C19;
	font-size: 14px;
	font-weight: bold;
  	text-decoration: none;
}

#waterside_results A:hover{
	color: #593C19;
	font-size: 14px;
	font-weight: bold;
  	text-decoration: underline;
}

#waterside_results img{
	margin: 0 10px 0 0;
	border: 2px solid #5f666d;
}

.content_title_1 {
	color: #04365f;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: url(template/current/waterside_horizontal_divider_01.gif) bottom repeat-x;
	
}

.content_title_2 {
	color: #0b4575;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#waterside_bottom_panel {
	clear:both;
	position: relative;
	width: 790px;
	background: url(template/current/waterside_bottom_panel_bg.jpg) repeat-y;
}

#waterside_bottom_panel .bottom_panel_title_1 {
	color: #5ca6e4;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 0 20px 20px 0;
	background: url(template/current/waterside_horizontal_divider_02.gif) bottom repeat-x;	
}

#waterside_bottom_panel .bottom_panel_title_2 a{
	color: #fce06f;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#waterside_bottom_panel_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 790px;
	height: 10px;
	background: url(template/current/waterside_bottom_panel_top_bg.jpg) no-repeat;
}

#waterside_bottom_panel_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 790px;
	height: 10px;
	background: url(template/current/waterside_bottom_panel_bottom_bg.jpg) no-repeat;
}

#waterside_bottom_panel #bottom_panel_content {
	width: 790px;
	margin: 0px;
	padding: 30px 0 0 10px;
}

#bottom_panel_content img{
	margin: 0 0 10px 0;
	border: 5px solid #5f666d;
}

#bottom_panel_content .bottom_content_box {
	margin-right: 0px;
	width: 210px;
/* DLK next line testing only 
	border: solid 1px yellow; */
}

/* menu bottom */

#waterside_menu_bottom {
	clear: both;
	width: 980px;
	height: 65px;
	margin: 0 0 0 30px;
	background: url(template/current/waterside_menu_bottom_bg.jpg) no-repeat;
}

#waterside_menu_bottom ul {
	margin: 0px;
	padding: 20px 0 0 50px;
	list-style: none;
}

#waterside_menu_bottom ul li{
	display: inline;
}

#waterside_menu_bottom ul li a{
	float: left;
	padding: 5px 40px 0 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(template/current/waterside_vertical_divider.jpg) top right repeat-y;
	color: #FFF;	
	outline: none;
}

#waterside_menu_bottom li a:hover, #waterside_menu_bottom li .current{
	color: #060b10;
}

#waterside_menu_bottom li .last{
	background: none;
}

/* end of menu bottom */

/* footer */
#waterside_footer {
	clear: both;
	width: 980px;
	padding: 10px 0 20px 0;
	text-align: center;
	color: #fff;
}

#waterside_footer a{
	color: #04365f;
	font-weight: normal;
}
/* end of footer */