@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 800px;
	float:left;
	
}

ul li {
	float:left;
	height: 15px;
	width: 133px;
	background-image: url(images/topnav.gif);
	text-align: center;
	
}

ul a {
display:block;
text-decoration:none;
color:#000000;
}



ul li:hover {
	background-image:url(images/topnavhov.gif);
	
}


.topbanner {
	height: 80px;
	width: 800px;
	background-color: #003399;
	background-image: url(images/topbannernew.gif);
}
.lefttext {
	width: 260px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	height: 400px;
}
.rightpic {
	margin: 20px;
	float: right;
	height: 360px;
	width: 450px;
}


.maincontainer {
	
	width: 800px;
	border: medium groove #003399;
}
.footer {
	height: 50px;
	width: 800px;
	text-align: right;
	background-image: url(images/footerimage.gif);
}
.mainhome {
	background-color: #FFFFFF;
	width: 800px;
	height: 400px;
	background:url(images/homepic.jpg);
	background-repeat: no-repeat;
	}

.maincontact {
	background-color: #FFFFFF;
	width: 800px;
	height: 400px;
	background:url(images/contactback.jpg);
	background-repeat: no-repeat;
	}
	
.maindetails {
	background-color: #FFFFFF;
	width: 800px;
	height: 400px;
	background:url(images/detailsback.jpg);
	background-repeat: no-repeat;
	}
	
.maininterior {
	background-color: #FFFFFF;
	width: 800px;
	height: 400px;
	background:url(images/interiorpic.jpg);
	background-repeat: no-repeat;
	}
	
.mainlocation {
	background-color: #FFFFFF;
	width: 800px;
	height: 400px;
	background:url(images/locationback.jpg);
	background-repeat: no-repeat;
	}
	
.mainsurroundings {
	background-color: #FFFFFF;
	width: 800px;
	height: 400px;
	background:url(images/surroundingsback.jpg);
	background-repeat: no-repeat;
	}
	
	
	
	
	
	
.navigate {
	background-color: #809CC4;
	height: 20px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.current {
background-image:url(images/topnavhov.gif);
}
