@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #B0B0B0;
	margin: 0;
	padding: 0;
	text-align: center; 

}

* {	margin: 0 auto;
	padding: 0 inherit;
	}
	
.container {
	width: 750px; 
	background: #FFFFFF;
	margin: 10px auto; 
	border: 1px solid #000000;
	text-align: left; 
}

.header {
	width:100%;
	height:133px;
}
.header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.navBar {

	width:100%;
	height:30px;
    background-color:#004566;


}	


#navigation {  
	 
    list-style: none;   
    overflow: hidden;   
	 
}  

#navigation li {   
    float: left; 
	height:20px;  
	padding-left:20px;
	min-width:70px;
	max-width:300px;
} 


.aboutContent {
	width:500px;
	height:auto;
	margin:20px;
	float:left;


}

.forSaleContent {
	width:710px;
	height:350px;
	float:left;
	background: #FFFFFF;
	padding:20px;


}

#navigation li a:link, #navigation li a:visited  {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	display: block; 
	line-height: 30px;  
	
	min-width:40px;
	max-height:170px; 
	

}

#navigation li a:hover {	
	color: #FFFF99;
	
}



.mainContent {
	padding: 0 inherit;
	background: #FFFFFF;
}


.footer {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#800000;
	text-align:center;
	padding:5px 0 5px 0;
	
	}
	
.footerParagraph {
	width:750px;
	height:auto;
	margin: 0 auto;
	color: #606060;
	font-size: 10px;
	}


.slider
	{
		width: 440px;
		height:207px;
		position: relative;
		float:left;
	


	}
	
	#slideshow img	{
		width:441px;
		height:207px;
	}
	
#slideshow
	{
		margin: 0;
		padding: 0;
		list-style: none;
		position: relative;
	}
	
#slideshow li
	{
		float: left;
		position: absolute;
	}
	
	
#indexTagLines {

	width:309px;
	height:207px;
	color: #70A9C6;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#006599;
	float:right;
	text-align:center;


}	


.horzDivider {

	width:200px;
	height: 1px;
	background:url(../images/dotLBlue.jpg);
	background-repeat:repeat;
	background-position:center;
	margin:10px 0 10px auto;


}


#indexTxt {

	width:550px;
	height:140px;
	background-color: #EFEFEF;
	border-right:#999999 solid thin;
	float:left;
	padding:20px 10px;
	text-align:center;


}

.featuredShowcase {
	
	width:175px;
	height:180px;
	font-size: 10px;
	float:right;
	text-align:center;

}


/*Gallery Page Gallery Effect*/

  #gallery {
    padding: 30px;
	margin:20px;

  }
  #descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 300px;
    padding: 10px;
    overflow: hidden;
	border:#000000 solid thin;
  }
    #descriptions .ad-image-description {
      position: absolute;
    }
      #descriptions .ad-image-description .ad-description-title {
        display: block;
      }
