/* Start of CMSMS style sheet 'Landmark Screen' */
/*	BASE STRUCTURE
	============================================================================================ */

html { min-height: 100%; margin-bottom: 1px; }
	
body {
	background: #014678 url(uploads/images/background.gif) center repeat-y;
	font: 12px/18px tahoma, arial, helvetica, sans-serif;
	color: #2e2e2e;
	margin: 0;
	}
table, tr, td {
	font: 12px/18px tahoma, arial, helvetica, sans-serif;
	color: #2e2e2e;
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	}
	
#site {
	width: 960px;
	margin: 0 auto;
	}
	
#header {
	background: #fff;
	width: 940px;
	margin: 0 auto;
	}
#address {
	font: italic 18px/24px georgia, serif;
	color: #606060;
	float: right;
	margin: 80px 15px 0 0;
	width: 380px;
	text-align: right;
	}
	
#menu {
	background: #a9c3d4 url(uploads/images/backgroundMenu.gif);
	font-size: 14px;
	height: 37px;
	width: 940px;
	margin: 0 auto;
	white-space: nowrap;
	}
	
#content {
	background: #fff;
	width: 890px;
	padding: 25px;
	margin: 0 auto;
	position: relative;
}

	
#footer {
	background: #f1f1f1;
	border-top: 1px solid #cecece;
	font-size: 11px;
	line-height: 16px;
	color: #606060;
	width: 890px;
	margin: 0 auto;
	padding: 25px 25px 10px 25px;
	}
#footer span {
	font-size: 12px;
	color: #484848;
	}
	
.copyright { color: #969696; }

.floatRight { float: right; }
.floatLeft { float: left; }
.clear { clear: both; }
.right { text-align: right; }
.center { text-align: center; }
.print { display: none; }
.nodisplay { display: none; }

/*	HEADINGS AND NON-STANDARD TEXT
	============================================================================================ */

p, h1, h2, h3, h4, h5, h6 { margin-top: 0; }
.listings p { margin-bottom: 0; }

h1 {
	font: 24px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #fe7600;
	}

h1 span { color: #ff9c47; }
	
h2 {
	font: 20px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: normal;
	color: #fe7600;
	}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #f3a358;
	}
	
h4 {
	font-size: 14px;
	font-weight: normal;
	color: #181818;
	}

	
h5 {
	font-size: 12px;
	font-weight: bold;
	}
	
h6, small {
	font-size: 11px;
	font-weight: normal;
	color: #5e5e5e;
	margin: 0 0 15px 10px;
	}

.red, #formContact td span { color: #b90000; }
.required {
	background: #b90000;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	font-family: 'trebuchet ms', sans-serif;
	padding: 3px 10px;
	}

.leadin {
	font-size: 16px;
	font-weight: normal;
	color: #f3a358;
}

.messageNote {
	background: #f9f2cb;
	border-top: 2px solid #ead148;
	border-bottom: 2px solid #ead148;
	font-size: 11px;
	color: #5f5b44;
	padding: 4px 10px;
	}
.messageSuccess {
	background: #e5f8cb;
	border-top: 2px solid #93b465;
	border-bottom: 2px solid #93b465;
	font-size: 11px;
	color: #596943;
	padding: 4px 10px;
	}
.messageError {
	background: #f5b9b9;
	border-top: 2px solid #c35050;
	border-bottom: 2px solid #c35050;
	font-size: 11px;
	font-weight: bold;
	color: #603333;
	padding: 4px 10px;
	}
	
/*	LINKS
	============================================================================================ */

a:link, a:active, a:visited {
	color: #175d8f;
	text-decoration: none;
	}
a:hover { color: #fe7600; }

#menu a:link, #menu a:active, #menu a:visited {/* padding links to #menu ul */
	background: url(uploads/images/backgroundMenu.gif);
	color: #b8c9d7;
	text-decoration: none;
	padding: 8px 15px 11px 15px;
	display: block;
	}
#menu a:hover, #menu ul li a.on {
	background: transparent;
	color: #fff;
	}

	
.copyright a:link, .copyright a:active, .copyright a:visited { color: #b4b3b3; }
.copyright a:hover { color: #969696; }

/*	LISTS
	============================================================================================ */

li { margin-bottom: 5px; }
ul {
	padding-left: 10px;
	margin-left: 0;
	}
ul li {
	background: url(uploads/images/bulletList01.gif) 6px 6px no-repeat;
	list-style: none;
	margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 24px;
	}
ul li ul, ol li ol, ul li ol, ol li ul { margin-top: 5px; }
ul li ul li {
	background: url(uploads/images/bulletList02.gif) 11px 7px no-repeat;
	margin-bottom: 0;
	font-size: 11px;
	}
ol li ol li {
	list-style-type: lower-alpha;
	margin-bottom: 0;
	font-size: 11px;
	}

#menu ul {
	margin: 0 0 0 16px;
	padding: 0;
	}
#menu ul li {
	background: url(uploads/images/backgroundMenuOn.gif);
	list-style: none;
	list-style-image: none;
	float: left;
	margin: 0;
	padding: 0;
	}

#footer ul {
	margin: 0 0 18px 0;
	padding: 0;
	white-space: nowrap;
	}
#footer ul li {
	background: none;
	border-right: 1px solid #b8b8b8;
	display: inline;
	margin: 0;
	padding: 0 8px;
	}
#footer ul li.first { padding: 0 8px 0 0; }
#footer ul li.last { border: none; }

/*	IMAGES
	============================================================================================ */

img { border: none; }


form {
	margin: 0;
	padding: 0;
}
	
#formContact {
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	}
#formContact th {
	font-weight: normal;
	font-size: 14px;
	color: #ff7b00;
	text-transform: uppercase;
	border-bottom: 3px solid #e5e5e5;
	text-align: left;
	padding: 25px 10px 5px 10px;
	}
#formContact td, #formPropertySearch td {
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
	padding: 5px 20px;
	font-size: 12px;
}

#formContact .submit, #formPropertySearch .submit { padding: 10px; }
#formContact .even, .listings .even, #formPropertySearch .even { background: #f6f6f7; }
#formContact textarea, #formPropertySearch select { width: 100%; }

input, select, textarea {
	font: 12px tahoma, arial, helvetica, sans-serif;
	color: #014678;
	}

.categories select {
	font-size: 11px;
	margin: 0 0 0 3px;
	}

div#contactMap {
	float: right;
	margin: 0 0 25px 25px;
	width: 400px;
	background: #f1f6fa;
	border-top: 1px solid #cbdce8;
	border-right: 1px solid #a9c3d4;
	border-bottom: 1px solid #a9c3d4;
	border-left: 1px solid #cbdce8;
	padding: 8px;
}

#featuredProperty {
	background: #dfeaf2 url(uploads/images/backgroundFeaturedProperty.gif) top left no-repeat;
	border: 1px solid #bfcfdb;
	float: right;
	width: 417px;
	padding: 0;
	margin: 0 0 30px 10px;
	font-size: 11px;
	line-height: 16px;
}

#featuredProperty h1 {
	background: #43779c url(uploads/images/backgroundFeaturedPropertyH1.gif) repeat-x;
	color: #fff;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	display: block;
}

#featuredProperty p {
	padding: 4px;
}

#featuredProperty h4 {
	margin: 4px 4px 0 4px;
}


#featuredProperty img {
	background: #f1f6fa;
	border-top: 1px solid #cbdce8;
	border-right: 1px solid #a9c3d4;
	border-bottom: 1px solid #a9c3d4;
	border-left: 1px solid #cbdce8;
	padding: 8px;
}


/*	MISCELLANEOUS
	============================================================================================ */

.hr {
	background: #bfcfdb;
	height: 1px;
	display: block;
	margin: 15px 0;
	}
.hr hr { display: none; }

blockquote { margin-left: 15px; }
/* End of 'Landmark Screen' */

