@charset "UTF-8";
/* CSS Document */

a {
	 color: #ffffff;
	 text-decoration: none;
}

body {
	background-color: #ffffff;
	padding: 0;
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	margin-left: -512px; /* half of the width */
	left: 50%;
	position: absolute;
}

.bodytext {
    color: #999;
	font-size: 13px;
    line-height: 16px;
	text-align: left;
	margin: 0px; /*this will also remove space between pragraphs*/
	margin-top: 13px; /*added to create/control space between paragraphs*/
	padding-right: 25px;
	
}

.clear {
	 clear: both;
	 overflow: hidden;
	 height: 0;
}

#container {
     float: left;
	 width: 1024px;
	 display: block;
	 overflow: hidden;
	 position: relative;
	 margin-top: 10px;
	 height:1%;
	 
}

.div {
	color: #ffffff;
	width: 1004px;
	height: 2px;
	width: 100%;
	margin: 0px;
}

#footer {
    width: 974px;
    height: 20px;
	display: block;
	font-size: small;
	background-color: #ffffff;
	color: #1f5190;
	padding: 5px 25px 0px 25px;
}

.footleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	float: left;
}

.footrt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	float: right;
}

#fstripe {
    background-color: #ffffff;
	}
	
#head {
	width: 1024px;
	height: 90px;
	background-color:#ffffff;
	position:relative;
	margin-bottom: 15px;

}
	
	/*  LEFT-HAND NAVIGATION  */

a#topnav{
	float: left;
	display: block;
	overflow: hidden;
	width: 255px;
	height: 27px; /*half the height of image*/
	margin-left: 0px;
	background-image:url(images/leftnav/left_nav_top.gif);
	position: relative;
	}

/*Navigation*/

/*top*/

#top_img{ 
	float: left;
	width: 284px;
	height: 82px;
	margin:0;
	padding:0;
	position: relative;
}

#nav_top{
	float: right;
	width: 398px;
	height: 27px;
	position: relative;
	top: 55px;
	margin: 0px;
}

a#home{
	float:left;
	display: block;
	width: 90px;
	height: 27px; /*half the height of image*/
	background-image:url(images/topnav/home.jpg);
	position: relative;
}

a#home:hover{
    background-position: 0 -27px; /*half the height of image*/
}

a#profile{
	float:left;
    display: block;
    width: 80px;
    height: 27px; /*half the height of image*/
	background-image:url(images/topnav/profile.jpg);
	position: relative;
}

a#profile:hover{
    background-position: 0 -27px; /*half the height of image*/
}

a#news{
	float:left;
    display: block;
    width: 72px;
    height: 27px; /*half the height of image*/
	background-image:url(images/topnav/news.jpg);
	position: relative;
}

a#news:hover{
    background-position: 0 -27px; /*half the height of image*/
}

a#team{
	float:left;
    display: block;
    width: 71px;
    height: 27px; /*half the height of image*/
	background-image:url(images/topnav/team.jpg);
	position: relative;
}

a#team:hover{
    background-position: 0 -27px; /*half the height of image*/
}

a#contact{
	float:left;
    display: block;
    width: 85px;
    height: 27px; /*half the height of image*/
	background-image:url(images/topnav/contact.jpg);
	position: relative;
}

a#contact:hover{
    background-position: 0 -27px; /*half the height of image*/
}

a#team:active{
    background-position: 0 -27px; /*half the height of image*/
}


a#byachts{
	width: 255px;
	height: 25px; /*half the height of image*/
	background-image:url(images/leftnav/byachts.gif);
	
}

a#byachts:hover{
    background-position: 0 -24px; /*half the height of image*/
}

a#pprojects{
    width: 255px;
	height: 25px; /*half the height of image*/
	background-image:url(images/leftnav/pprojects.gif);
}

a#pprojects:hover{
    background-position: 0 -24px; /*half the height of image*/
}

a#blog{
    width: 255px;
	height: 25px; /*half the height of image*/
	background-image:url(images/leftnav/blog.gif);
}

a#blog:hover{
    background-position: 0 -24px; /*half the height of image*/
}

h1{
	font-size: 16px;
	color: #ffffff;
	font-weight:bold;
	text-align: left;
	margin: 0;
}

h2{
	font-size: 14px;
    color: #1f5190;
	font-weight:bold;
	text-align:left;
	margin: 0px;
}

h3{
	font-size: 14px;
    color: #b5d4e9;
	text-align:left;
	font-weight:normal;
	margin: 0px;
}

#content_show {
	float:right;
	width: 1024px;
	position:relative;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	background-color: #142445;
}

.show_photo_left {
	float:left;
	width: 400px;
	padding-right: 15px;
	margin: 0px;
}

.show_nauta{
	width: 1004px;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	background-image:url(images/brokerage/Nauta80/nauta_bkgrd.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	border-bottom: solid 2px #ffffff;
}

.show_442{
	width: 1004px;
	position: relative;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
	padding: 0px 20px 20px 0px;
	background-image:url(images/brokerage/442/442_bkgrd.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	border-bottom: solid 2px #ffffff;
}

.show_535{
	width: 1004px;
	position: relative;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
	padding: 0px 20px 20px 0px;
	background-image:url(535_Roma/images/show_535.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	border-bottom: solid 2px #ffffff;
}

.show_SC72{
	width: 1004px;
	position: relative;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
	padding: 0px 20px 20px 0px;
	background-image:url(SC72_Donnybrook/images/show_SC72.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	border-bottom: solid 2px #ffffff;
}

.show_487{
	width: 1004px;
	position: relative;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
	padding: 0px 20px 20px 0px;
	background-image: url(487_MisterA/images/show_487.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	border-bottom: solid 2px #ffffff;
}

.show_414{
	width: 1004px;
	position: relative;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
	padding: 0px 20px 20px 0px;
	background-image: url(414_Dux/images/show_414.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	border-bottom: solid 2px #ffffff;
}

.show_207{
	width: 1004px;
	position: relative;
	overflow: hidden;
	margin: 40px 0px 0px 0px;
	padding: 0px 20px 20px 0px;
	background-image: url(207_Longobarda/images/show_207.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	border-bottom: solid 2px #ffffff;

.show_redirect{    padding: 20px;    margin: 0; } .show_redirect a{ text-decoration:underline; }
