 * {
	 margin: 0px;
	 padding: 0px;
 }
 body {
	background-color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
h1 {
	font-family: Myriad, Helvetica, sans-serif;
	color: #585858;
}
h2 {
	font-family: Myriad, Helvetica, sans-serif;
	color: #585858;
}
h3 {
	font-family: Myriad, Helvetica, sans-serif;
	color: black;
}
.clear {
	clear: both;
}
.space {
	width: 800px;
	height: 20px;
}
.bold {
	font-weight: bold;
}
/********************************/
#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
}
#header {
	width: 800px;
	height: 165px;
}
/*************** Navigation *************************/
#navBar {
	width: 800px;
	height: 39px;
	background: url('../images/navBar.jpg') no-repeat;
}
#navBar li{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 12px;
}
#navBar ul {
	text-align: left;
	padding-top: 8px;
	margin-left: 20px;		
}
#navBar a:link, a:visited {
	text-decoration: none;
	color: white;	
}
#navBar a:hover {
	text-decoration: underline;
	
}
/***********************************************/
#leftBar {
	width: 201px;
	height: 730px;
	float: left;
	background: url('../images/sideBar2.jpg') no-repeat;
	text-align: center;
}
#button {
	width: 190px;
	float: left;
	margin-top: 30px;
}
#button a img {
	border: none;
}
#exitButton {
	width: 190px;
	float: left;
	margin-top: 20px;
}
#exitButton a img {
	border: none;
}
#links {
	width: 190px;
	float: left;
	margin-top: 20px;
}
#links ul {
	text-align: left;
	list-style: none;
	margin-left: 25px;
	font-family: Myriad, Helvetica, sans-serif;
}
#links li {
	padding: 3px 0px;
}
#links a:link, a:visited {
	text-decoration: none;
	color: white;	
}
#links a:hover {
	text-decoration: underline;
}
/*************** IMAGE SWAPS ***********************/
.hide {
	display: none;
}
#button .mls a:link, #button .mls a:visited {
	display: block;
	
	width: 176px;
	height: 37px;
	background: url('../images/navImages/searchUp.jpg') bottom left no-repeat;
	margin-left: 0px;
	padding: 0px;	
}
#button .mls a:hover {
	background: url('../images/navImages/search.jpg') bottom left no-repeat;
}
#button .mls a:active {
	background: url('../images/navImages/search.jpg') bottom left no-repeat;
}
/***************/
#button .feature a:link, #button .feature a:visited {
	display: block;
	
	width: 176px;
	height: 37px;
	background: url('../images/navImages/featureUp.jpg') bottom left no-repeat;
	margin-left: 0px;
	padding: 0px;	
}
#button .feature a:hover {
	background: url('../images/navImages/feature.jpg') bottom left no-repeat;
}
#button .feature a:active {
	background: url('../images/navImages/feature.jpg') bottom left no-repeat;
}
/***************/
#button .mort a:link, #button .mort a:visited {
	display: block;
	
	width: 176px;
	height: 37px;
	background: url('../images/navImages/mortUp.jpg') bottom left no-repeat;
	margin-left: 0px;
	padding: 0px;	
}
#button .mort a:hover {
	background: url('../images/navImages/mort.jpg') bottom left no-repeat;
}
#button .mort a:active {
	background: url('../images/navImages/mort.jpg') bottom left no-repeat;
}
/********/
/*****************************************************/
#content {
	width: 599px;
	/*height: 700px;*/
	float: left;
	text-align: left;
}
#textContentMain {
	width: 280px;
	float: left;
}
#textContent1 {
	width: 300px;
	float: left;
	text-align: justify;
	background: url('../images/florida.jpg') center no-repeat;
}
#textContent2 {
	width: 300px;
	float: left;
	text-align: justify;
	background: url('../images/florida.jpg') center no-repeat;
}
#images {
	width: 275px;
	float: right;
	margin: 30px 10px 0px 0px;
}
#leftNav {
	width:180px;
}
#leftNav ul{
	list-style: none;
	text-align: left;
	padding-left: 40px;
}
/*************** Contact page **********************/
#contactForm {
	width: 550px;
	margin: 0 auto;
}
#contactForm dl {
	padding-left: 20px;
}
#leftNavContact img {
	margin-top: 30px;
}

/***************** About Page ****************************/
#imagesAbout {
	width: 250px;
	float: right;
	margin: 30px 15px 0px 0px;
}
#textContentAbout1 {
	width: 300px;
	float: left;
	text-align: justify;
	background: url('../images/florida.jpg') center no-repeat;
}
#textContentAbout2 {
	width: 300px;
	float: left;
	text-align: justify;
	background: url('../images/florida.jpg') center no-repeat;
}
/******************** I-FRAME Pages ****************************************/
#holder {
	width: 800px;
	margin: 0 auto;
}
#container {
	width: 800px;
	height: 1000px;
	background-color: #ffffff;
	margin: 0 auto;
}