@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

img {
	border: 0;
	}

#wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	}
	
#navwrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	}	

.navigationbar {
	width: 100%;
	height: 150px;
	margin: 0px;
	margin-top: 0px;
	position: fixed;
	background-image: url(../images/bg_navbar.png);
	background-position: top;
	background-repeat: repeat-x;
	z-index: 100;
	}

.logo {
	float: left;
	width: 790px;
	padding-left: 7px;
	}

.telheader {
	width: 300px;
	float: right;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	color: #003366;
	}

.navbox {
	width: 161px;
	float: right;
	font-size: 10px;
	font-weight: bold;
	}

.navbutton {
	padding-top: 5px;
	padding-left: 12px;
	padding-bottom: 4px;
	background-image: url(../images/bg_nav_button.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-decoration: none;
	}

.navbutton:hover {
	color: #990000;
	}

.left {
	width: 100px;
	float: left;
	}

.right {
	width: 161px;
	float: right;
	}

.centre {
	float: left;
	width: 497px;
	margin-left: 20px;
	padding-right: 20px;
	}
	
.centre2 {
	float: left;
	width: 670px;
	margin-left: 20px;
	}

.footer {
	border-top: #990000 5px solid;
	background-color: #CCCCCC;
	padding: 20px;
	font-size: 10px;
	line-height: 14px;
	margin-top: 100px;
	}

.footercolumn {
	width: 145px;
	float: left;
	font-weight: lighter;
	}
	
.footercolumn2 {
	width: 180px;
	float: left;
	font-weight: lighter;
	}

.footercredit {
	text-align: right;
	width: 500px;
	float: right;
	}

.footervalidation {
	width: 200px;
	float: left;
	}

.columntitle {
	color: #990000;
	font-weight: bold;
	}

.featuretext {
	border:  #CCCCCC 1px solid;
	background-color: #E3E3E3;
	padding: 10px;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-bottom: 20px;
	}

.featuretext2 {
	border:  #CCCCCC 1px solid;
	background-color: #E3E3E3;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	}

/* FORCERS ____________________________________________________________ */

	.forcer {
	clear: both;
	}
	
	.forcer5 {
	padding-top: 5px;
	clear: both;
	}

	.forcer15 {
	padding-top: 15px;
	clear: both;
	}
	
	.forcer30 {
	padding-top: 30px;
	clear: both;
	}

	.minipush {
	margin-top: 5px;
	}

	.thumbnail {
	margin-top: 16px;
	margin-bottom: 16px;
	}
	
	.dividerbar {
	border-top: #CCCCCC 1px solid;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	}
	
	.flashpush {
	padding-left: 14px;
	}

/* BODY ____________________________________________________________ */

	body,td,th {
	color: #000000;
	}
	
	body {
	background-image: url(../images/bg_topfade.jpg);
	background-repeat: repeat-x;
	}

	a:link {
	text-decoration: none;
	}

	a:visited {
	text-decoration: none;
	}

	a:hover {
	text-decoration: underline;
	}

	a:active {
	text-decoration: none;
	}
	
	.style1 {
	color: #990000;
	font-weight: bold;
	}

	a:link {
	color: #333333;
	}

	a:visited {
	color: #333333;
	}

	a:hover {
	color: #333333;
	}

	a:active {
	color: #333333;
	}

	h1 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: #CCCCCC 1px solid;
	padding-bottom: 7px;
	margin-bottom: 15px;
	text-transform: uppercase;
	}

	h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 18px;
	margin-top: 15px;
	color: #333333;
	}
	
	.moreinfo, .moreinfo a {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 18px;
	margin-top: 15px;
	color: #990000;
	text-align: right;
	}
	
	ul {
	font-weight: bold;
	margin-left: 30px;
	margin-right: 30px;
	}
	
	.highlighttext {
	font-size: 12px;
	margin-bottom: 18px;
	color: #333333;
	}
	
	.highlighttextmiddle {
	font-size: 12px;
	margin-bottom: 18px;
	color: #333333;
	text-align: center;
	}


/* ACCORDION ____________________________________________________________ */

	.toggler { 
	cursor: pointer; 
	font-weight: bold;
	color: #000000; 
	padding: 5px;
	margin-bottom: 3px;
	font-size: 11px;
	border: #CCCCCC 1px solid;
	}

	.toggler:hover {
	background:	#EEEEEE;
	}

	.togglertitle {
	float: left;
	}

	.togglerreference {
	color: #999999;
	float: right;
	font-size: 9px;
	padding-top: 2px;
	}

	.element {
	font-size: 10px;
	padding: 5px;
	border: #CCCCCC 1px solid;
	}
	
	.insetphoto {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 150px;
	font-size: 9px;
	}

	.insetphoto2 {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 130px;
	font-size: 9px;
	}

	.propgallery {
	height: 380px;
	}
	
	.tagline {
	padding-left: 0px;
	width: 620px;
	font-weight: bold;
	color: #003366;
	}
	
	.featureimage {
	margin-top: 30px;
	margin-bottom: 30px;
	}

	.redtext {
	color: #990000;
	font-weight: bold;
	}
	
	.bodytextred {
	color: #990000;
	font-weight: bold;
	}

	.bodytextblue {
	color: #003366;
	font-weight: bold;
	}
	
/* NAVIGATION ____________________________________________________________ */
	
	.navbar {
	width: 720px;
	color: #990000;
	}

	.navbar ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	float: left;
	font-size: 11px;
	}

	.navbar li {
	list-style-type: none;
	display: inline;
	}

	.navbar li a {
	text-decoration: none;
	padding: 7px 7px;
	color: #990000;
	font-weight: bold;
	}
	
	.navbar li a:hover {
	color: #CCCCCC;
	}

/* CAROUSEL ____________________________________________________________ */

	#carouselwrap {
	clear: left;
	height: 285px;
	margin: 0px;
	width: 161px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	}

	#carousel {
	width: 10000px;
	margin: 0;
	padding: 0px;
	position: absolute;
	top: 0;
	left: 0;
	}
	
	#carousel li {
	height: 250px;
	width: 161px;
	padding: 0;
	margin-left: 0px;
	float: left;
	display: inline;
	}
	
	#carousel li a {
	border-top: #990000 2px solid;
	}
	
	#container {
	width: 161px;
	height: 285px;
	float: left;
	margin-bottom: 10px;
	}

	.carouseldescription {
	font-size: 9px;
	}

/* MAP _________________________________________________________________ */

	.mapwrap {
	width: 800px;
	height: 565px;
	background-image: url(../images/Antigua_Map_Blank.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 101px;
	}
	
	.mapcaption1 a, .mapcaption2 a, .mapcaption3 a, .mapcaption4 a, .mapcaption5 a, .mapcaption6 a, .mapcaption7 a {
	color: #FFFFFF;
	}
	
	.mapcaption1 {
	margin-left: 230px;
	margin-bottom: 52px;
	}
	
	.mapcaption2 {
	margin-left: 230px;
	margin-bottom: 55px;
	}
	
	.mapcaption3 {
	margin-right: 110px;
	text-align: right;
	margin-bottom: 44px;
	}
	
	.mapcaption4 {
	margin-left: 144px;
	margin-bottom: 65px;
	}
	
	.mapcaption5 {
	margin-left: 300px;
	margin-bottom: 64px;
	}
	
	.mapcaption6 {
	margin-left: 260px;
	margin-bottom: 18px;
	}
	
	.mapcaption7 {
	margin-left: 450px;
	font-size: 9px;
	}
	
/* TABLE _________________________________________________________________ */

	.tableleft {
	width: 100px;
	height: 24px;
	float: left;
	margin-bottom: 8px;
	}
	
	.tableright {
	width: 350px;
	height: 24px;
	float: left;
	margin-bottom: 8px;
	}

/* PROPERTY LISTING ____________________________________________________________ */

	.propcontainer {
	width: 680px;
	padding-top: 8px;
	padding-bottom: 8px;
	}
	
	.propthumbnail {
	float: left;
	width: 161px;
	height: 114px;
	margin-right: 15px;
	}
	
	.proptitle {
	float: right;
	font-size: 16px;
	font-weight: bold;
	width: 504px;
	padding-bottom: 8px;
	}
	
	.propprice {
	float: right;
	font-size: 11px;
	font-weight: bold;
	width: 504px;
	padding-bottom: 8px;
	}
	
	.propmoreinfo, .propmoreinfo a {
	font-weight: bold;
	width: 504px;
	color: #990000;
	float: right;
	}
	
	.propdescription {
	width: 504px;
	float: right;
	padding-bottom: 12px;
	}