/* 
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	color: #000000;
	background: #000000 url(images/d_main_bg.jpg) top repeat-x;
}

a:link, a:visited {
	color: #F68121;
	text-decoration: none;
	font-weight: bold;
}

a:active, a:hover {
	color: #F68121;
	text-decoration: none;
}

img {
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

h1 {
	margin: 0 0 15px 0;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;
}

.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 15px;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	font-size: 1px;
}

#d_container {
	width: 960px;
	margin: 0 auto;
}

/* header */
#d_header {
	width: 900px;
	height: 65px;
	padding: 0px 30px 0 30px;
	background: url(images/d_header_bg.jpg);
}

#d_header #site_title {
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: 				#fff;
	padding: 0px;
}

/* end of header */

/* menu */
#d_menu {
	clear: both;
	position: relative;
	z-index: 10000;
	width: 920px;
	margin: 0 20px;
	height: 35px;
	background: url(images/d_menu_bg.jpg) right no-repeat;
}

#d_menu span {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 35px;
	background: url(images/d_menu_bg_left.jpg) no-repeat;
}

#d_menu ul {
	padding: 0 0 0 10px;
	margin: 0 auto;
	height: 45px;
	list-style: none;
}

#d_menu ul li {
	float:left;
	padding-right: 0px;
}

#d_menu li a {
	float: left;
	display: block;
	color: #000;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding: 0px 0 0 8px;
}

#d_menu li a b {
	float: left;
	display: block;
	padding: 4px 24px 0 16px;
}

#d_menu li.current a, #d_menu li a:hover {
	color: 						#fff;
	text-decoration: 	none;
	background: 			url(images/d_menu_hover_bg_left.jpg) left top no-repeat;
}

#d_menu li.current a b, #d_menu li a:hover b {
	color: #fff;
	padding-top: 4px;
	text-decoration: none;
	background: url(images/d_menu_hover_bg.jpg) right top no-repeat;
}

/* end of menu */

/* banner */
#d_banner {
	clear: both;
	width: 960px;
	height: 245px;
	background: #F68121 url(images/d_banner_bg.jpg) top left no-repeat;
}

#d_banner img {
	padding: 10px 9px 10px 9px;
	margin:0px;
}

#d_banner p {
	color: #333;
	font-size: 13px;
	width: 400px;
	padding: 130px 0px 0px 70px;
	text-align: left;
	line-height: 20px;
}

#d_banner a {
	color: #000;
}

/* end of banner */

#banner_short {
	clear: both;
	width: 960px;
	height: 2px;
	background: #000000 url(images/d_banner_bg_s.jpg) top left no-repeat;
}

/* content */

#d_content_home {
	width: 880px;
	padding: 0px 0px 0px 9px;
	min-height: 100%;
	background: url(images/d_content_bg.jpg) repeat-y;
}

#d_content {
	width: 880px;
	padding: 10px 40px 0px 40px;
	min-height: 420px;
	background: url(images/d_content_bg.jpg) repeat-y;
}

#d_content_360Height {
	width: 880px;
	padding: 10px 40px 0px 40px;
	min-height: 400px;
	background: url(images/d_content_bg.jpg) repeat-y;
}

#d_content_Yachts {
	width: 880px;
	padding: 10px 40px 0px 40px;
	min-height: 400px;
	background: url(images/d_content_bgYachts.jpg) repeat-y;
}

#d_content_Charter {
	width: 940px;
	padding: 10px 10px 0px 10px;
	min-height: 400px;
	background: url(images/d_content_bgYachts.jpg) repeat-y;
}

#d_content #d_content_left {
	float: left;
	width: 880px;
}

/* divs for brokerage featured and search */
#d_brokerage_content {
	width: 941px;
	margin-left: 9px;
	padding: 0px 0px 0px 0px;
	min-height: 410px;
	background:#FFFFFF;
}

#d_brokerage_content #d_brokerage_content_left {
	float: left;
	width: 941px;
	background:#FFFFFF;
}
/* divs for brokerage search */


#d_content #d_content_right {
	float: right;
	width: 280px;
}

/* left column */

#d_content #accommodations {
	float: left;
	width:900px;
}

#accommodations h1 {
	color: #f4831b;
	font-size: 20px;
	margin: 0 0 15px 0;
	padding: 5px 0 15px 0;
}

#accommodations .listingBox {
	width: 420px;
	height: 174px;
	padding: 10px;
	border:thin;
	display:inline;
	float:left;
}

#accommodations img {
	float:left;
	margin:0 10px 0 0;
	border:thick;
	border-style:solid;
	border-color:#777777;
}

#accommodations p {
	text-align:left;
}

#accommodations .listingBox h1 {
	color: #f4831b;
	font-family:Calibri, Verdana, sans-serif;
	font-size: 18px;
	padding:0 0 0 0;
}

#house .information {
	width: 420px;
	padding: 10px;
	border:thin;
	display:inline;
	float:left;
}

#house .information h1 {
	color:#0096b1;
}

#house p {
	text-align:left;
}

#house img {
	float:left;
	margin:0 0 10px 0;
	border:solid;
	border-style:solid;
	border-color:#0096b1;
}

#house #imagecontainer {
	width:200px;
	float:left;
	display:inline;
}

#d_content_left p {
	text-align: justify;
	padding-bottom: 10px;
}

#d_content_left ul {
	margin: 0px;
	padding: 10px 0 0 0;
	list-style:none;
}

#d_content_left li {
	padding: 0 0 10px 25px;
	background: url(images/d_list_icon.jpg) left top no-repeat;
}

#d_content_left .content_left_section_01 {
	clear: both;
}

.content_left_section_01 h1 {
	color: #da000e;
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 5px 0 5px 0;
}

#d_content_left .brokerageImg img
{
	margin: 0 0px 0px 0;
	border: none;
}

#d_content_left .brokerageIcon img
{
	margin: 0 0px 0px 0;
	border: none;
	display:block;	
}

.content_left_section_01 img
{
	margin: 0 15px 5px 0;
	border: 2px solid #777777;
}

#d_content_left #why_choose_us {
	float: left;
	margin-right: 40px;
	width: 260px;
}

#d_content_left #why_choose_us.bolder {
	font-weight:bold;
}

#why_choose_us h1 {
	font-size: 18px;
	height: 20px;
	padding: 19px 0 0 40px;
	background: url(images/d_graph.jpg) left bottom no-repeat;
}

#d_content_left #services {
	float: left;
	width: 260px;
}

#services li a {
	font-size: 11px;
	font-weight: bold;
	color: #0095b1;
}

#services h1 {
	font-size: 18px;
	height: 20px;
	padding: 19px 0 0 40px;
	background: url(images/d_services_icon.jpg) left bottom no-repeat;
}
/* end of left column */

/* right column */
 #d_content_right .right_column_section {
	clear: both;
	margin-bottom: 30px;
}

.right_column_section img {
	border: 5px solid #0096b1;
	margin-bottom: 10px;
}

.right_column_section #company_news_header {
	font-size: 18px;
	height: 30px;
	color: #0096b1;
	padding: 10px 0 0 40px;
	margin: 0 0 10px 0;
	font-weight: bold;
	background: url(images/d_news_icon.jpg) left center no-repeat;
}

.right_column_section #testimonials_header {
	font-size: 18px;
	height: 20px;
	color: #0096B1;
	padding: 19px 0 0 40px;
	margin: 0 0 15px 0;
	font-weight: bold;
	background: url(images/d_test_icon.jpg) left bottom no-repeat;
}

.right_column_section h1 {
	color: #0096b1;
	font-weight:bold;
	font-size: 12px;
	padding: 0 0 5px 0;
	margin: 0px;
	font-weight: normal;
}

.right_column_section h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

#d_content_right #newsletter_section {
	clear: both;
	padding: 10px 20px;
	height: 135px;
	background: url(images/d_newsletter_bg.jpg) no-repeat;
}
#d_content_right.right_column_section h1 {
	color: #FF9900;
}
#newsletter_section h1 {
	color: #0096B1;
	font-size: 16px;
	padding: 0;
	margin: 0 0 20px 0;
}
#newsletter_section p {
	margin-bottom: 10px;
}
#newsletter_section form {
	padding: 0px;
	margin: 0px;
}
#newsletter_section input {
	margin-bottom: 5px;
}
/* end of right column */
/* end of content */

/* footer */
#d_footer {
	clear: both;
	color: #999;
	width: 960px;
	padding: 10px 0px 0px 0;
	text-align: center;
	background: url(images/d_footer_bg.jpg) top center no-repeat;
}
#d_footer a {
	color: #444;
	font-weight: normal;
}
/* end of footer */


/********************************/





/*Top level list items*/
.cssmenu ul li {
	position: relative;
	display: inline;
}
/*Top level menu link items style*/





/*1st sub level menu*/
.cssmenu ul li ul {
	position: absolute;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.cssmenu ul li ul li {
	display: block;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.cssmenu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style 
.cssmenu ul li ul li a{
font: normal 12px Verdana;
 /*width of sub menus

color: black;

background: #f4831b;
}*/

#d_menu ul li ul li a, #d_menu ul li.current ul li a {
	/*sub menus UP style */
	background: #dbdbdb;
	font: 12px Verdana;
	width: 150px;
	height:20px;
	padding-top:5px;
	color: black;
	text-align:left;
	left:0;
}

/*sub menus HOVER style*/
#d_menu ul li ul li a:hover, #d_menu ul li.current ul li a:hover { 
	background: #da000e;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 17px;
	left: 9px;
}

.rightarrowclass {
	position: absolute;
	top: 20px;
	right:7 px;
}

.flashPlayer {
	text-align:center;
}

.contactUsThanks {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: normal;
}

a.brokerageLinks
{ /*style for every navigational link within toggler */
	font-family:			Verdana, Tahoma, Arial;
	font-size:			  12px;
  color: 						#da000e;
	text-decoration:	none;
}
