/* country-land-home.css */

/******************/
/* general styles */
/******************/
html, body {
 margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #000000;
	background: #869FBD;
	}

h1 {
 display: inline;
 font-size: 20px;
	font-weight: bold;
 }

a{
 color: #00CCFF;
	font-weight: bold;
	text-decoration: none;
 }
a:hover {
 color: #000000;
 }
	
.title {
 text-align: center;
	padding: 10px;
 }

.topbar {
	background-color: #333333;
	text-align: center;
 }

.topcontainer {
 /* width: 38em; */
 margin-left: auto;
	margin-right: auto;
	/* background-color: #99FF00; */
 }
	
.topitems {
 float: left;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	/* background-color: #FFFF33; */
	font-size: 20px;
 }

#listing-container {
 }
	
.listing {
 float: left;
 width: 150px;
	margin: 10px;
	padding: 5px;
	border: solid 1px #000000;
 }

#footer {
 height: 10px;
 width: 100%;
 }

.website-design	{
 text-align: right;
 }
	
a.fort-collins {
 font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	}
	
a.fort-collins:hover {
 color: #000000;
	}
	
/*******************/
/* contact section */
/*******************/
div.con {
 padding: 5px;
	text-align: left;
 }

#contact {
 width: 200px;
	height: 100%;
	background-color: #333333;
	color: #CCCCCC;
 }

a.nav {
 color: #00CCFF;
	font-weight: bold;
	text-decoration: none;
 }
a.nav:hover {
 color: #FFFFFF;
 }
	
a.con {
 color: #CCCCCC;
	font-weight: bold;
 }
	
a.con:hover {
 color: #FFFFFF;
 }
			
/*******************/
/* content section */
/*******************/
#content { 
 background-color: #FFFFFF;
	color: #333333;
	/* width: 600px; */
	vertical-align: top;
 }
	

/**********/
/* status */
/**********/
div.status {
 text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #EE0000;
 }
	
td.nav {
 padding: 5px;
 }
	
