﻿@charset "utf-8";
/* CSS Document */	
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	margin-bottom:25px;
}
#index {
	line-height: 1;
	color: black;
	background: white;
	margin-bottom:25px;
	}

ol, ul {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#6C5635;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

p { color:#6C5635;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}

#leftCol div {
	float:left;
	width: 150px;
	margin: 0 0 0 0;
	background-color:#003333;
}

#navigationHeader {
	background-color: #8B8E5A;
	height: 200px;
	width: 168px;
}

#navigation {
	background-color: #8B8E5A;
	height: 250px;
	width: 168px;
}

/* - - - - - - - - - - - - - - - - - - -
/ The BAN
/- - - - - - - - - - - - - - - - - - - - */

#navigation span			{ display: none; }
#navigation ul				{ list-style: none; margin: 0px; padding: 0px; }
#navigation ul li			{ float: left; }
#navigation ul li a:hover,#navigation ul li a.active { background-position: bottom; }
#navigation ul li a {
	display: block;
	/* - - ALWAYS SET THE WIDTH & HEIGHT - - */
	width: 168px;
	height: 31px;
	/* - - - - - - - - - - - - - - - - - - - */
}
#navigation #aboutUs a {	 	background-image: url("images/nav_about_us.gif"); }
#navigation #propertyManagement a { 	background-image: url("images/nav_property_management.gif"); }
#navigation #contactUs a { 	background-image: url("images/nav_contact_us.gif"); }
#navigation #listings a { 	background-image: url("images/nav_property_search.gif"); }

#navigationBumper {
	background-color: #E18446;
	height:150px;
	width: 168px;
}

#content {
	height: 250px;
	width: 300px;
}

#contentFull {
	width: 820px;
	height: 2000px;
	float:left;
}

#content.index {
	background-color:#d6cfa3;
	height:315px;
	width:285px;
	border-left: solid 15px #EFC0A0;
	float:left;
	line-height:1.2;
}

#content.aboutUs {	background:url(./images/AboutUsMidpattern.jpg); }

#content.propertyManagement {	background:url(./images/PropMid.gif); }

#content.aboutMark {	background: url(./images/aboutMarkMidPattern.jpg); }

#content.contactUs {	background: #f7ebde url(./images/contactMidpattern.jpg); }

#content p {
	font-size:14px;
	margin-right:20px;
	margin-left:20px;
	line-height:1.2;
}

#mainContent {
	height: 515px;
	width: 300px;
	background-color: #f9e5bc;
	float:left;
	color:#000;
	padding-left: 10px;
	padding-right: 10px;
}

#mainContent.propertyManagement {
	background-color: #c9c1b5;
}

#mainContent.aboutMark {
	background-color: #dae9ca;
}

#contentBumper {
	background:url(./images/AboutUsBotpattern.jpg);
	height: 150px;
	width:300px;
	float:left;
}

#contentBumper p {
	margin-left: 25px;
	margin-right: 25px;
}


#wrapper {
	width: 1000px;;
	margin-left: auto;
	margin-right: auto;

}
	
#wrapper a {
	color: #fff;
	text-decoration:none;
}

#contentBumper.propertyManagement {
	height: 150px;
	width:300px;
	float:left;
	background:url(./images/PropBot.gif);
}

#contentBumper.contactUs {
	background:url(./images/contactBotpattern.jpg);
	width:300px;
	height:150px;
	float:left;
}

#contentMark {
	background-color:#f7ebde;
	height:250px;
	width:300px;
}



#mainContentHeader {
	background-color: #9B785A;
	height:115px;
	width:285px;
}

#mainContentBumper.contactUs {
	background:url(./images/contactBotRightpattern.jpg);
	width:300px;
	height:150px;
	float:left;
	margin-left:-15px;
}

#contentOther {
	background:url(./images/OtherMid.gif);
	height:250px;
	width:300px;
}

a#mailtoLink {
	color: #333;
}

.cleaner {
	clear:both;
	height:0px;
	font-size:0px;
	border:none;
	background: transparent;
	margin:0px; padding:0px;
}
