﻿/* CSS for Walczak Yacht Brokerage */

body{
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
	background-color:#FFFFFF;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.iframe{
	overflow-x:hidden;
	background-color:#FFFFFF;
	border:2px solid #006699;
	scrolling:yes;
	width:628px;
	height:378px;
	margin:0px;
	padding:1px;
}

.map{
	overflow:hidden;
	background-color:#FFFFFF;
	border:4px solid #333333;
	width:510px;
	height:390px;
	margin:0px 10px 0px 0px;
	padding:0px;
	float:left;
}

.form{
	font-size: 14px;
	line-height: 24px;
	color: #104466;
	padding: 0px;
	margin: 0px;
}
input, textarea, select{
	border: 1px #999999 solid;
	background-color: #FFFFFF;
	color: #000000;
}
.form input.submit:hover{
	background-color:#0099CC;
	cursor:pointer;
}

.table{
	padding:0px;
	font-size:14px;
	line-height:28px;
	font-family:Arial, Helvetica, sans-serif;
	border:4px solid #333333;
	color:#333333;
	width:820px;
	text-align:left;
	margin:0px;
}
.post hentry category-uncategorized{
	text-align:left;
}
tr.dark{
	background-color: #0093c6;
	height: 28px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
tr.light{
	background-color:#E4EAEE;
	height:28px;
	vertical-align:middle;
	padding:0px;
	margin:0px;
	border:0px;
}
tr.lighter{
	background-color: #F8F9FB;
	height: 28px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
td.left{
	width: 300px;
	padding: 0px 0px 0px 40px;
	margin: 0px;
	border: 0px;
	color: #000000;
}
td.right{
	width:400px;
	padding:0px;
	margin:0px;
	border:0px;
}

td.left2{
	width:70px;
	padding:0px 0px 0px 10px;
	margin:0px;
	border:0px;
}
td.right2{
	width:220px;
	padding:0px;
	margin:0px;
	border:0px;
}

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

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

a{
	text-decoration:underline;
	color:#3399cc;
	text-align:left;
}

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

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

#Walczak_Full_Page{
	position:relative;
	width:100%;
	background-image:url(images/walczak_background.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	border:0px;
}

#Walczak_Container{
	position:relative;
	width:900px;
}

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

.Blue_Line{
	position:relative;
	clear:both;
	width:100%;
	height:4px;
	background-image:url('images/walczak_blue_line.png');
	background-repeat:no-repeat;
}

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

#Header{
	width:100%;
	height:162px;
	background-image:url(images/walczak_header.png);
	background-repeat:repeat-x;
}

#Logo{
	width:106px;
	height:136px;
	position:relative;
	float:left;
}
#Logo a span{
	display:block;
	height:136px;
	line-height:136px;
	width:106px;
	text-decoration:none;
}

#Return_Home{
	width:144px;
	height:30px;
	background-image:url(images/return_home.png);
	background-position:0px -40px;
	background-repeat:no-repeat;
	float:left;
}

#Label{
	width:256px;
	height:136px;
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
}

#Page_Content{
	width:100%;
	position:relative;
	min-height:400px;
}

#Links{
	width:900px;
	height:195px;
	padding:0px;
	margin:0px;
}	

#Motor_Yachts_Link{
	display:inline;
	float:left;
	padding:0px;
	margin:0px;
	width:210px;
	height:195px;
	background-image:url(images/walczak_local_motoryachts.png);
}

#Trawlers_Link{
	display:inline;
	float:left;
	padding:0px;
	margin:0px;
	width:210px;
	height:195px;
	background-image:url(images/walczak_local_trawlers.png);
}
#Hot_Buy_List{
	display:inline;
	float:left;
	padding:0px;
	margin:0px;
	width:210px;
	height:195px;
}

#Sailboats_Link{
	display:inline;
	float:left;
	padding:0px;
	margin:0px;
	width:210px;
	height:195px;
	background-image:url(images/walczak_local_sailboats.png);
}

#Quick_Link_Spacer{
	display:inline;
	float:left;
	width:20px;
	padding:0px;
	margin:0px;
	height:195px;
}
#Motor_Yachts_Link span{
	width:210px;
	height:195px;
	display:block;
	background-image:url(images/walczak_local_motoryachts.png);
	text-decoration:none;
}
#Motor_Yachts_Link a:hover span{
	background-image:url(images/walczak_local_motoryachts_a.png);
	text-decoration:none;
	cursor:pointer;
}
#Trawlers_Link span{
	width:210px;
	height:195px;
	display:block;
	background-image:url(images/walczak_local_trawlers.png);
	text-decoration:none;
}
#Trawlers_Link a:hover span{
	background-image:url(images/walczak_local_trawlers_a.png);
	text-decoration:none;
	cursor:pointer;
}
#Sailboats_Link span{
	width:210px;
	height:195px;
	display:block;
	background-image:url(images/walczak_local_sailboats.png);
	text-decoration:none;
}
#Sailboats_Link a:hover span{
	background-image:url(images/walczak_local_sailboats_a.png);
	text-decoration:none;
	cursor:pointer;
}

#Downeast_Link span{
	width:298px;
	height:185px;
	display:block;
	background-image:url(images/walczak_downeast.png);
	text-decoration:none;
}
#Downeast_Link a:hover span{
	background-image:url('images/walczak_downeast_a.png');
	text-decoration:none;
	cursor:pointer;
}

#Content_Holder{
	width:900px;
	height:185px;
	padding:0px;
	margin:0px;
}

#Content_Spacer{
	display:inline;
	float:left;
	width:20px;
	padding:0px;
	margin:0px;
	height:185px;
}	

#Location_Image{
	display:inline;
	float:left;
	padding:0px;
	margin:0px;
	width:210px;
	height:185px;
}

#Boat_Image{
	display:inline;
	float:left;
	padding:0px;
	margin:0px;
	width:352px;
	height:185px;
}
#Downeast_Link{
	display:inline;
	float:left;
	margin:0px;
	width:298px;
	height:185px;
	background-image:url(images/walczak_downeast.png);
}

#Text_Area{
	width:900px;
}

/*Navigation elements*/
#Navigation{
	position:relative;
	padding:0px;
	background-image:url('images/walczak_nav.png');
	background-repeat:repeat-x;
	height:27px;
	z-index: 20000;
	text-align:center;
	width:900px;
}

#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;
	text-align:center;
}
#tab a span {
	display: block;
	height:27px;
	color: #ffffff;
	line-height:27px;
	font-weight:normal;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#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;
	background-color:#006699;
}
#tab a:hover span {
	background-position: left bottom;
	color: #FFFFFF;
	font-style: normal;
	text-decoration:none;
	cursor:pointer;
	height:27px;
	background-image:url('images/walczak_nav_a.png');
	background-repeat:repeat-x;
}

.dropmenudiv {
	position: absolute;
	top: -20px;
	float: left;
	display: block;
	visibility: hidden;
	border:none;
	color: #ffffff;
	z-index: 10000;
	text-decoration: none;
	padding: 0px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	letter-spacing:1px;
}
.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dropmenudiv li {
	display: inline;
	margin: 0;
	padding: 0;
}
.dropmenudiv li.top{
	height:10px;
	background-image:url(images/drop_down_top.png);
	width:228px;
	display:block;
	font-size:8px;
	line-height:10px;
}
.dropmenudiv li.bottom{
	height:10px;
	background-image:url(images/drop_down_bottom.png);
	width:228px;
	display:block;
	font-size:8px;
	line-height:10px;
}
.dropmenudiv a:visited {
	margin: 0;
	padding: 0;
	display: block;
	color: #006699;
	font-style: normal;
	text-decoration: none;
	width:228px;
}
.dropmenudiv a:link {
	margin: 0;
	padding: 0;
	display: block;
	color: #333333;
	font-style: normal;
	text-decoration: none;
	width:228px;
}
.dropmenudiv a span {
	float: none;
	display: block;
	line-height: 24px;
	background-image:url(images/drop_down_bg.png);
	background-repeat:repeat-y;
	padding: 0px;
	color: #ffffff;
	padding-left:20px;
}
.dropmenudiv a:hover {
	float: none;
	display: block;
	line-height: 24px;
	background-image:url(images/drop_down_bg_a.png);
	background-repeat:repeat-y;
	color: #ffffff;
}
.dropmenudiv a:hover span {
	float: none;
	display: block;
	line-height: 24px;
	background-image:url(images/drop_down_bg_a.png);
	background-repeat:repeat-y;
	color: #ffffff;
}

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

h1{
	color:#006699;
	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:#0099CC;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	padding:0px;
	margin:0px;
	text-align:left;
	font-weight:bold;
}

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

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

#Contact_Left{
	width:445px;
	height:50px;
	text-align:left;
	font-size:11px;
	color:#666666;
	margin-right:450px;
	padding-top:6px;
	padding-left:5px;
}

#Contact_Right{
	width:445px;
	height:50px;
	float:right;
	text-align:right;
	font-size:11px;
	color:#666666;
	padding-top:6px;
	padding-right:5px;
}

#Footer{
	position:relative;
	height:22px;
	line-height:22px;
	color:#3399ff;
	background-image:url('images/walczak_footer.png');
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	margin:0px;
}
#Footer_Text{
	position:relative;
	width:900px;
}
#Footer_Text_Left{
	width:445px;
	padding-left:5px;
	margin-right:450px;
	text-align:left;
}
#Footer_Text_Right{
	float:right;
	width:445px;
	padding-right:5px;
	text-align:right;
}

#Iframe_Header{
	height:25px;
	width:634px;
}
#Iframe_Header_Left{
	float:left;
	text-align:left;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#006699;
	line-height:24px;
	height:24px;
	width:484px;
}
#Iframe_Header_Right{	
	float:left;
	text-align:right;
	padding-top:10px;
	width:150px;
	height:14px;
}
#Iframe_Header_Right a{
	font-size:12px;
	color:#006699;
	text-decoration:none;
	line-height:14px;
}
#Iframe_Header_Right a:hover{
	color:#0099CC;
	text-decoration:underline;
}