﻿/* CSS for Martin Bird and Associates Yachts */

body{
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/martin_bird_bg.png);
	background-repeat:repeat-x;
	color:#333333;
}

ol, ul {
	list-style: none outside none;
}

form{
	font-size:12px;
	line-height:24px;
	color:#333333;
}

table{
	border:none;
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

iframe.map{
	overflow:hidden;
	background-color:#FFFFFF;
	border:1px solid #000033;
	width:555px;
	height:450px;
	margin:0px;
	padding:0px;
}

p{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
}

p a{
	text-decoration:underline;
}

p a:hover{
	text-decoration:underline;
}

a{
	text-decoration:none;
	color:#006699;
}

a:hover{
	color:#0099CC;
	text-decoration:none;
}

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

#Martin_Bird_Full_Page{
	position:relative;
	width:100%;
	margin:0px;
	padding:0px;
	border:0px;
}

#Martin_Bird_Container{
	position:relative;
	width:1000px;
	text-align:center;
}

.Horizontal_Spacer{
	position:relative;
	clear:both;
	width:100%;
}

.Vertical_Spacer{
	position:relative;
	float:left;
}

#Header-wrapper{
	width:100%;
	height:150px;
	margin-top: 5px;
	background-image:url(images/annapolis_yachts_header.png);
	background-repeat:no-repeat;
}

#Header-logo{
	background-image:url(images/annapolis_yachts_header.png);
	Display:block;
	width:100%;
	height:150px;
	background-repeat:no-repeat;
}

#Page_Content{
	width:100%;
	position:relative;
}

#Slideshow{
	position:absolute;
	top: 10px;
	left: 735px;
	width:375px;
	height:205px;
	background-image:url(images/slideshow_bg.png);
	background-repeat:no-repeat;
	margin-right: 0px;
}

#Home_Center_Column {
	position:relative;
	width:430px;
	float:left;
	padding:10px 0px 0px 10px;
}

#Welcome{
	position:relative;
	width:410px;
	/*border-left:1px solid #333333;*/
	margin-top: 10px;
    padding-left: 20px;
}

#Home_Left_Column{
	position:relative;
	width:243px;
	float:left;
	margin:0px;
	padding:10px 10px 0px 10px;
	clear: left;
}
#Home_Right_Column{
	position:relative;
	width: 263px;
	float:right;
	margin:0px;
	padding:0px 0px 0px 0px;
}


#Home_Contact{
	width:253px;
	background-image:url(images/home_contact_bg.jpg);
	text-align:left;
	height:160px;
}
#Home_Contact .heading{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:42px;
	margin:0px;
	padding:0px;
}
#Home_Contact p{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0px;
	padding:0px;
}

#Quick_Search_Btn{
	width:253px;
	height:34px;
	background-image:url(images/quick_search_btn.png);
	background-position:0px 0px;
}
#Quick_Search_Btn:hover{
	background-position:0px 34px;
}
#Quick_Search_Btn a span{
	display:block;
	line-height:34px;
	text-decoration:none;
}
#Quick_Search_Btn a:hover span{
	text-decoration:none;
}
#Facebook_Btn{
	width:253px;
	height:34px;
	background-image:url(images/facebook_btn.png);
	background-position:0px 0px;
}
#Facebook_Btn:hover{
	background-position:0px 34px;
}
#Facebook_Btn a span{
	display:block;
	line-height:34px;
	text-decoration:none;
}
#Facebook_Btn a:hover span{
	text-decoration:none;
}

/*Navigation elements*/
#Navigation{
	position:relative;
	padding:0px;
	margin:0px 0px 0px 0px;
	height:34px;
	color:#FFFFFF;
	z-index: 10000;
	text-align:center;
	width:730px;
}

#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 {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	display: block;
	float: none;
}
#tab a span {
	display: block;
	height:41px;
	color: #FFFFFF;
	line-height:33px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#tab li.item_active a {
	background-position: right bottom;
	border-color: #000000;
}
#tab a:hover {
	background-position: right bottom;
	border-color: #000000;
}
#tab li.item_active a span {
	background-position: left bottom;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
#tab a:hover span {
	background-position: left bottom;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	background-image:url(images/nav_selected_bg.png);
	background-repeat:repeat-x;
	cursor:pointer;
}

.dropmenudiv {
	position: absolute;
	top: -20px;
	float: left;
	display: block;
	visibility: hidden;
	border-top: 1px solid #000033;
	border-left: 1px solid #000033;
	border-right: 1px solid #000033;
	color: #FFFFFF;
	z-index: 10000;
	text-decoration: none;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	margin-top:-2px;
}
.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dropmenudiv li {
	display: inline;
	margin: 0;
	padding: 0;
}
.dropmenudiv a:visited {
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #000033;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	width:210px;
}
.dropmenudiv a:link {
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #000033;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	width:210px;
}
.dropmenudiv a span {
	float: none;
	display: block;
	line-height: 28px;
	background-color: #003366;
	padding: 0 6px 0 10px;
	color: #FFFFFF;
}
.dropmenudiv a:hover {
	border-bottom: 1px solid #000033;
	background-position: left bottom;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.dropmenudiv a:hover span {
	background-position: right bottom;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #006699;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	list-style:none;
}
/*end navigation elements*/

h1{
	color:#333333;
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:24px;
	padding:0px;
	margin:0px;
	text-align:left;
	font-weight:normal;
}

h3{
	color:#003366;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	padding:0px;
	margin:0px;
	text-align:left;
	font-weight:normal;
}

h2{
	color:#003366;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
	padding:0px;
	margin:0px;
	text-align:left;
	font-weight:bold;
}

a h2:hover{
	text-decoration:underline;
}

#Footer{
	position:relative;
	height:36px;
	line-height:29px;
	color:#6699CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 1000px;
	background-image:url(images/footer_bg.png);
	background-repeat:repeat-x;
	margin-left:10px;
	margin-right:10px;
}

.footer_column{
	position:relative;
	width:33%;
	float:left;
}
.footer_column-ct{
	position:relative;
	width:33%;
	float:left;
}
.footer_column a{
	color:#FFFF00;
	text-decoration:none;
}

.footer_column a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.full_text{
	width:820px;
	margin:6px 10px 10px 10px;
}

.full_text ul{
	margin:-10px 0px 0px 0px;
	padding-left:40px;
	padding-top:0px;
	text-align:left;
}
.full_text li{
	line-height:17px;
	font-size:12px;
	color:#454545;
	margin-bottom:6px;
}
.full_text li a{
	text-decoration:underline;
}

#YBAA_Btn{
	width:263px;
	height:78px;
	background-image:url(images/ybaa_logo.png);
	background-position:0px 0px;
}
#YBAA_Btn:hover{
	background-position:0px -78px;
}
#YBAA_Btn a span{
	display:block;
	line-height:78px;
	text-decoration:none;
}
#YBAA_Btn a:hover span{
	text-decoration:none;
}

#Weather_Btn{
	width:253px;
	height:126px;
	background-image:url(images/weather_btn.png);
	background-position:0px 0px;
	float:left;
}
#Weather_Btn:hover{
	background-position:0px -126px;
}
#Weather_Btn a span{
	display:block;
	line-height:200px;
	text-decoration:none;
}
#Weather_Btn a:hover span{
	text-decoration:none;
}

#Conditions_Btn{
	width:400px;
	height:200px;
	background-image:url(images/conditions_btn.png);
	background-position:0px 0px;
	float:left;
}
#Conditions_Btn:hover{
	background-position:0px -200px;
}
#Conditions_Btn a span{
	display:block;
	line-height:200px;
	text-decoration:none;
}
#Conditions_Btn a:hover span{
	text-decoration:none;
}

.wordpress{
	margin:0px 5px;
	padding:10px 0px;
	border-bottom:1px solid #003366;
}

.wordpress .alignleft{
	float:left;
	margin:2px 10px 1px 0px;
}
.wordpress .alignright{
	float:right;
	margin:2px 0px 1px 10px;
}
.wordpress .aligncenter{
	margin:2px auto 1px auto;
	clear:both;
}
.wordpress img{
	border:1px solid #222222;
	padding:1px;
	background-color:#FFFFFF;
	margin:2px 10px 1px 10px;
}
.wordpress .wp-caption{
	padding:6px 4px;
	border:1px solid #dce0e2;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.wordpress .wp-caption img{
	margin:0px;
}
.wordpress .wp-caption p.wp-caption-text{
	margin:0px;
	color:#6f7d84;
	text-align:center;
}




.wordpress a:hover img{
	border:1px solid #008ed8;
}

.wordpress h1{
	font-size:18px;
	margin:0px 0px 18px 0px;
	line-height:18px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wordpress h2{
	font-size:16px;
	margin:0px 0px 16px 0px;
	line-height:16px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wordpress h3{
	font-size:14px;
	margin:0px 0px 14px 0px;
	line-height:14px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wordpress h4{
	font-size:12px;
	margin:0px 0px 12px 0px;
	line-height:12px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wordpress ol,ul,li{
	text-align:left;
}
.wordpress li{
	padding:10px;
}

#Ready_To_Sell{
	width:410px;
	height: 158px;
	background-image: url(images/sell-boat-bg.png);
	padding:10px 0px 10px 20px;
	font-size:12px;
	text-align:left;
	margin-top: 73px;
	margin-left: 12px;
}
#Ready_To_Sell td{
	line-height:16px;
	padding:2px;
}
#Ready_To_Sell h3{
	font-size:14px;
	font-weight:bold;
}
#Ready_To_Sell textarea{
	width:385px;
	border:1px solid #31608c;
	height:60px;
	color: #999999;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#Search form{
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom: 2px;

}

#Search{
	width:253px;
	height:385px;
	background-image:url(images/search-box-bg.png);
	float:right;
	font-weight:bold;
	color:#FFFFFF;
	padding-left: 11px;
	font-size:11px;
	margin-top: 50px;
}
#Search h1{
	font-size: 20px;
	margin-left: 40px;
	color: white;

}

#Search label{
	white-space:nowrap;
	
}
#Search table td{
	line-height:14px;
	padding-top:6px;
	text-align:left;
}
#Search_Body_Table{
	width:230px;
	margin:0px 0px;
	border-collapse:collapse;
}
#Search_Body_Table input{
	border:1px solid #074f7e;
	height:14px;
	font-size:11px;
	color:#000000;
	padding:2px 4px;
	margin-top:2px;
	margin-left:0px;
}
#Search_Body_Table select{
	border:1px solid #074f7e;
	padding:1px;
	height:20px;
	width:100%;
	font-size:11px;
	color:#333333;
}
#Search_Body_Table select:focus{
	border:1px solid #993333;
}
#Search_Body_Table option{
	padding:2px 6px;
}



#Search_Body_Table input.submit_01{
	display:block;
	line-height:15px;
	height:32px;
	padding: 4px 1px 8px 2px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:16px;
	background-image:url(images/btn_01.png);
	background-position:top;
	width:122px;
	border:none;
	background-color:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	margin-top:6px;
}
#Search_Body_Table input.submit_01:hover{
	background-position:bottom;
	text-decoration:none;
	border:none;
	cursor:pointer;
}


a.button_01{
	height: 32px;
	display:block;
	line-height:12px;
	padding:7px 0px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:11px;
	background-image:url(images/btn_01.png);
	background-position:top;
	width:122px;
}
a.button_01:hover{
	background-position:bottom;
	text-decoration:none;
	cursor:pointer;
}
.twitterContainer {
	display:block;
	height:41px;
	position:absolute;
	width:970px;
	margin-right:auto;
	margin-top: 100px;
	margin-left: 195px; 

}
.twitterFeed {
	margin-top:10px;
	display:block;
	float:left;
	height:31px;
	overflow:hidden;

}
.twitterFeed img {
	float:left;
	position:relative;

}
.twitterText {
	color:white;
	display:block;
	float:left;
	padding-left:10px;

}

#facebook-widget {
	width:263px;
	height:102px;
	background-image: url(images/facebook-bg.png);
	}
	
#newsletter-wrapper {
	height: 205px;
	width: 253px;
	background-image:url(images/newsletter-bg.png);	
	}


#Home_Latest_News{
	width:260px;
	height:410px;
	background-image:url(images/home_latest_news.png);
}


a.latest_news_block{
	margin:21px 12px 0px 12px;
	text-align:left;
	display:block;
}
a.latest_news_block h3{
	line-height:15px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:4px;
}
a.latest_news_block p.excerpt{
	font-size:11px;
	color:#e4dd09;
	line-height:14px;
	margin-bottom:3px;
}
a.latest_news_block p.posted{
	font-size:11px;
	font-weight:bold;
	color:#55a3ec;
	line-height:12px;
	margin-bottom:0px;
	text-align:right;
	padding-bottom:2px;
}
a.latest_news_block span{
	float:left;
	display:block;
	background-color:#13416c;
	padding-bottom:80px;
	font-size:12px;
	color:#3883bd;
	font-weight:bold;
	line-height:12px;
	padding-bottom:72px;
	padding-right:1px;
	text-decoration:none;
	margin-right:10px;
	width: 7px;
}
a.latest_news_block:hover span{
	color:blue;
	background-color:#FFFFFF;
	text-decoration:none;
	
}
a.calendar_link{
	line-height:12px;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	color:#7e91a1;
	text-decoration:none;
	display:block;
	margin:6px 14px 0px 14px;
}
a.calendar_link:hover{
	color:#FFFFFF;
	text-decoration:underline;
}




.sidebar_body a.latest_news_block{
	margin:0px;
	text-align:left;
	display:block;
}
.sidebar_body a.latest_news_block:hover{
	text-decoration:none;
	background-color:#dde5eb;
}
.sidebar_body a.latest_news_block h3{
	line-height:15px;
	font-size:12px;
	font-weight:bold;
	color:#1c5d93;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:4px;
}
.sidebar_body a.latest_news_block p.excerpt{
	font-size:11px;
	color:#768b9c;
	line-height:14px;
	margin-bottom:3px;
	font-weight:normal;
}
.sidebar_body a.latest_news_block p.posted{
	font-size:11px;
	font-weight:bold;
	color:#3883bd;
	line-height:12px;
	margin-bottom:0px;
	text-align:right;
	padding-bottom:2px;
}
.sidebar_body a.latest_news_block img{
	width:39px;
	height:39px;
	float:right;
	margin:1px 8px 0px 8px;
	border:1px solid #003366;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}
.sidebar_body a.latest_news_block:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity:1.0;
	opacity:1.0;
}
.sidebar_body a.latest_news_block span{
	float:left;
	display:block;
	background-color:#d6dde2;
	padding-bottom:80px;
	font-size:12px;
	color:#005eb5;
	font-weight:bold;
	line-height:12px;
	padding-bottom:72px;
	padding-right:1px;
	text-decoration:none;
	margin-right:10px;
}
.sidebar_body a.latest_news_block:hover span{
	color:#ffffff;
	background-color:#1a252b;
	text-decoration:none;
}
