/*******************************************/
/*  style sheet for cortlandhousing.com    */
/*  Author:    John Cowan                  */
/*  Date:      April 2007                  */
/*                                         */
/*******************************************/

body {
	margin: 0;
	padding: 0;
	background-color: #f3e2a7;
	font-family: calibri,arial, sans-serif;
	font-size: .9em;
        color: #000;
}
#body a:link {
	color: #b31b1b;
	text-decoration: none;
	font-size: 1em;
}
#body a:visited {
	color: #b31b1b;
	text-decoration: none;
	font-size: 1em;
}
#body a:hover {
	color: #369;
	text-decoration: none;
	font-size: 1em;
}

#top-banner {
	width: 100%;
	height: 158px;
	border-top: 5px solid #b31b1b;
	border-bottom: 5px solid #b31b1b;
}

#collage-banner {
  	width: 100%;
	height: 100px;
        background-image:url('../graphics/ch-collage-2.jpg');
	background-repeat:repeat-x;
}

#topNavs {
 	width: 100%;
	height: 20px;
	font-size: .9em;
	font-weight: bold;
	color: #000;
	text-align: center;
        border-top: 1px solid #b31b1b;
        border-bottom: 1px solid #b31b1b;
}
#topNavs a:link {
	color: #b31b1b;
	text-decoration: none;
	font-size: 1em;
}
#topNavs a:visited {
	color: #b31b1b;
	text-decoration: none;
	font-size: 1em;
}
#topNavs a:hover {
	color: #369;
	text-decoration: none;
	font-size: 1em;
}


#left-column {
  	width: 15%;
	float: left;
}
#right-column {
  	width: 80%;
	float: left;
	margin-left: 5px;
}

#left-navs {
 	width: 125px;
}

#left-navs .nav-container {
   	border-top: 1px solid #000;
	border-bottom: 1px solid #b31b1b;
	color: 000;
        height: 25px;
	margin-top: 3px;
	padding-top: 3px;
}

#left-navs .nav-container .nav-item {
	text-indent: 5px;
}

.nav-item a:link {
	color: #b31b1b;
	text-decoration: none;
	font-size: 1em;
}
.nav-item a:visited {
	color: #b31b1b;
	text-decoration: none;
	font-size: 1em;
}
.nav-item a:hover {
	color: #369;
	text-decoration: none;
	font-size: 1em;
}

.contacts {
  position: relative; top: 30pt;
  left: 50pt;
  font-size: .8em;
  color: #000;
}
.contactshead {
	color: #c92323;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
.contacts a:link {
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
}
.contacts a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
}
.contacts a:hover {
	color: #c92323;
	text-decoration: none;
	font-size: 1.2em;
}

h3 {
   	font-size: 1.3em;
	color: #b31b1b;
}
.red {
 	color: #b31b1b;
}
.show-property-wrapper {
	width: 350px; 
	border-top: 1px solid #000;
}
.show-house {
	width: 125px; 
	float: left;
}
.show-apts {
	width: 200px; 
	float: left; 
	padding-left: 5px;
}

