/*General Site-Wide*/
* {
	margin:0px;
	padding:0px;
	border:none;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:#000000;
}

a {
	text-decoration:none;
	outline:none;
}
a:hover {
	cursor:pointer;
}

table {
	border-collapse:collapse;
	padding:0px;
}

h1 {
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	line-height:22px;
	text-transform: uppercase;
	margin-bottom:12px;
	color:#cccccc;
}

h2 {
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	line-height:22px;
	margin-bottom:10px;
	color:#cccccc;
}
h3 {
	font-size:14px;
	margin-bottom:8px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
}
p {
	padding-bottom:15px;
	font-size:14px;
	line-height:22px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
p a {
	text-decoration:none;
	font-weight:bold;
}
p a:hover {
	text-decoration:underline;
}

p.header {
	width:100%;
	background-image:url(images/p_header_bg.png);
	background-repeat:repeat-x;
	padding-bottom: 15px;
}

img {
	border:0;
}
ul {
	clear:both;
	display:block;
	font-size:12px;
	margin-bottom:20px;
	margin-left:10px;
}

/*--------Social Media Icons------------*/

#Social_Icons {
	width:200px;
	height:37px;
	position:absolute;
	right:0px;
	background-image:url(images/socialMediaBG1.png);
	background-repeat:no-repeat;
}
#Quick_Links {
	float:right;
	margin:3px 0px 0px 0px;
}
#Quick_Links a {
	display:block;
	float:left;
	margin-left:1px;
	margin-right:1px;
}
#Quick_Links a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#Quick_Links a img {
	vertical-align:middle;
	margin:1px 2px 0px 0px;
}
#Quick_Links a:hover img {
	vertical-align:middle;
	margin:0px 2px 0px 0px;
}
/*--------End Social Media Icons------------*/

#Outer_Container {
	width:970px; 
	background-image:url(images/body_bg.jpg); 
	background-position:100px 0px; 
	background-repeat:no-repeat; 
	margin:0px auto;
}

#Header {
	width:100%;
	height:180px;
	position:relative;
	background-image:url(images/header_bg.png);
	background-repeat:repeat-x;
	background-position:top center;
	text-align:center;
	z-index:100;
}
#logo_search_container {
	width:970px;
	height:143px;
}
#logo {
	width:530px;
	height:143px;
	float:left;
	margin-left:20px;
	z-index:100;
}

#search_mls {
	width:227px;
	height:40px;
	float:right;
	margin-top:80px;
	margin-right:110px;
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
}
a.search_btn {
	display:block;
	line-height:25px;
	padding:7px 0px;
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:14px;
	background-image:url(images/search_btn.png);
	background-position:top;
	width:227px;
}
a.search_btn:hover {
	background-position:bottom;
	text-decoration:none;
	cursor:pointer;
	color:#FFFFFF;
}





/*Navigation elements*/
#Navigation{
	width:680px;
	height:37px;	
	float:right;
	margin-right:5px;
	text-align:right;
	z-index:1001;
}

#tab {
	margin: 0;
	top: 0;
}
#tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#tab li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	text-align:center;
}


#tab a {
	text-decoration: none;
	border: 0;
	display: block;
	float: none;

	
	line-height: 16px;
	
	font-size:14px;
	color:#b4cee1;
	
	padding:0;
	margin:10px 8px; 
	
	text-transform:uppercase;
	letter-spacing:0.7px;
}
#tab a:hover  {
	font-style: normal;
	text-decoration: none;
	cursor:pointer;
	color:#066faf;
}


.sprt {
	text-decoration: none;
	border: 0;
	display: block;
	float: none;
	line-height: 16px;	
	font-size:14px;
	color:#b4cee1;	
	padding:0;
	margin:9px 14px; 	
	text-transform:uppercase;
}
.sprt:hover {
	cursor:default;
}



/*end navigation elements*/




#Slideshow_top {
	height:25px; 
	width:970px; 
	background-image:url(images/slideshow_container_top_bg.png); 
	background-repeat:no-repeat;
}
#Slideshow_Container {
	height:350px; 
	width:970px; 
	background-image:url(images/slideshow_container_bg.png); 
	background-repeat:repeat-y;
}
#Slideshow_Container_inner {
	width:910px; 
	height:345px; 
	margin:0 auto;
}
#Slideshow_bottom {
	height:25px; 
	width:970px; 
	background-image:url(images/slideshow_container_bottom_bg.png); 
	background-repeat:no-repeat; 
	margin-top:0px;
}



#main_content_top {
	height:25px; 
	width:970px; 
	background-image:url(images/slideshow_container_top_bg.png); 
	background-repeat:no-repeat;
}
#main_content_Container {
	width:970px; 
	background-image:url(images/slideshow_container_bg.png); 
	background-repeat:repeat-y;
	padding-top:0px;
	padding-bottom:5px;
}
#main_content_header {
	margin-left:35px;
	margin-right:30px;
}
#main_content_header h2 {
	color:#83bcd3
}
#main_content_Container_inner {
	min-height:325px;
	margin-left:30px;
	margin-right:30px;
	background-color:#000000; 
	border:solid 1px #111926; 
	-moz-border-radius: 5px 5px;
	padding:0px;
}
#main_content_bottom {
	height:25px; 
	width:970px; 
	background-image:url(images/slideshow_container_bottom_bg.png); 
	background-repeat:no-repeat; 
	margin-top:0px;
}





#left_container {
	width:375px; 
	float:left;
}
#welcome_top {
	height:40px; 
	width:375px; 
	background-image:url(images/welcome_top_bg.png);
}
#welcome_container {
	width:375px; 
	background-image:url(images/welcome_container_bg.png); 
	background-repeat:repeat-y; 
	padding-bottom:5px; 
	padding-top:5px;
}
#welcome_container_content {
	background-color:#000000; 
	margin-left:28px; 
	margin-right:28px; 
	padding:7px; 
	border:solid 1px #111926; 
	-moz-border-radius: 5px 5px; 
	text-align:justify;
}
#welcome_container_content p {
	color:#CCCCCC; 
	font-size:12px; 
	padding:0;
}
#welcome_bottom {
	height:25px; 
	width:375px; 
	background-image:url(images/welcome_bottom_bg.png);
}

#right_container {
	width:595px; 
	min-height:310px; 
	float:right;
}
#featured_top {
	height:40px; 
	width:595px; 
	background-image:url(images/featured_top_bg.png);
}
#featured_container {
	width:595px; 
	min-height:280px; 
	background-image:url(images/featured_container_bg.png); 
	background-repeat:repeat-y; 
	padding-bottom:5px; 
	padding-top:5px;
}
#featured_container_content {
	background-color:#000000;
	min-height:269px;  
	margin-left:32px; 
	margin-right:30px; 
	padding-top:10px;
	border:solid 1px #111926; 
	-moz-border-radius: 5px 5px;
}
#featured_bottom {
	height:25px; 
	width:595px; 
	background-image:url(images/featured_bottom_bg.png);
}

#footer {
	height:185px; 
	width:970px; 
	margin:0 auto; 
	background-image:url(images/footer_bg.png); 
	background-position:top center; 
	margin-top:-65px;
	padding-top:115px;
}
#footer_left {
	width:440px; 
	float:left; 
	padding-left:15px; 
	color:#b4cee1; 
	text-align:left; 
	font-size:12px; 
	line-height:15px;
}
#footer_left a {
	color:#b4cee1;
	font-size:12px;
}
#footer_left a:hover {
	color:#066faf;
}
#footer_right {
	width:500px; 
	float:right; 
	margin-top:0px; 
	color:#b4cee1; 
	text-align:right; 
	padding-right:15px; 
	font-size:12px;
}
#footer_right a {
	color:#b4cee1;
	font-size:12px;
}
#footer_right a:hover {
	color:#066faf;
}
#fyba_logo {
	height:135px; 
	width:200px; 
	margin-left:250px; 
	text-align:center;
}

#seakeeper_logo {
text-align: center;
width: 200px;
float: left;
}

#designby {
	padding-top:15px;
}

.spacer {
	width:100%;
	clear:both;
}








a.button_01 {
	display:block;
	line-height:12px;
	padding:7px 0px;
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:14px;
	background-image:url(images/btn_01.png);
	background-position:top;
	width:107px;
}
a.button_01:hover {
	background-position:bottom;
	text-decoration:none;
	cursor:pointer;
}














.Contact_container {
	-moz-border-radius: 4px 4px;
	background-color:#0d131d;  
	border:1px solid #111926;
	padding: 10px;
	width:600px;
	margin: 0  auto;
	color:#cccccc;
}



#Contact_Form {
	-moz-border-radius: 4px 4px;
	background-color:#0d131d;  
	border:1px solid #111926;
	padding: 10px;
	width:600px;
	margin: 0  auto;
	color:#cccccc;
}
#Contact_Form td {
	font-size:14px;
	line-height:16px;
	padding: 4px 10px 10px;
}
#Contact_Form table input {
	border: 1px solid #000000;
	height:18px;
	padding: 1px 4px;
	width:268px;
	background-color:#8e9cb1;
}
#Contact_Form table textarea {
	border: 1px solid #000000;
	height:100px;
	width:578px;
	background-color:#8e9cb1;
}
.send_btn {
	display:block;
	line-height:26px;
	padding:7px 0px;
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:14px;
	background-image:url(images/search_form_btn.png);
	background-position:top;
	background-color:#0d131d;
	width:150px;
}
.send_btn:hover {
	background-position:bottom;
	text-decoration:none;
	cursor:pointer;
	color:#FFFFFF;
}


















