/* CSS Document */

/*
-----------------------------------------------
Style Sheet

Site: Exclusive Condominium Management, LLC
Author:   K.M. Thomas
Version:  1.0 (August 2008)
----------------------------------------------- */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background-image:url(../images/background.jpg);
}
#container {
	background-color: #E2E2D2;
	width: 760px;
	border: 2px solid #000;
	padding: 0;
	text-align: left;
	margin: 2em;
}
a:link, a:visited, #content a:link, #content a:visited {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	border-bottom: 1px dotted #336699;	
	text-decoration: none;	
}
#spacer {
	clear: both;
}
/* MASTHEAD, TOP NAVBAR, & SEARCH --------------------- */

#masthead {
	width: 100%;
	height: 5em;
	background:url(../images/bgBlueGranite.jpg) repeat-x;
	vertical-align: top;
}
#masthead img {
	border-style: none;
	padding: 3px;
}
#masthead img.logo {
	margin-top: -50;
}
#masthead a:hover {
	border-bottom: 0;
}
#navbar {
	font-weight: bold;
	background:url(../images/navBar.gif) repeat-x;
	width: 100%;
	height: 34px;
	padding: 0.5em 0;
}
#navbar ul {
	margin: 0 1em 0 1em;
	text-align: center;
}
#navbar li {
	list-style: none;
	display: inline;
	border-right: 1px solid #000;
	padding: 0 2em;
	}
#navbar li.first {
	padding-left: 0;
	margin-left: 0;
}	
#navbar a:link, a:visited {
	color: #000;
	text-decoration: none;
	}
#navbar a:hover {
	text-decoration: underline;
	color: #999;
	border: none;
}
#searchbox {
	float: right;
	margin: -25px 10px 0 520px;
	width: 220px;
	color: #FFF;
}


/* MAIN CONTENT --------------------- */

#content {
	clear: both;
}
#mainimg {
	background-color:#000;
	height: 95px;
	margin-top: -1em;
}
#mainimg img {
	float: left;
}
.contentCol {
	float: left;
	width: 450px;
	padding: 0 20px;
	margin: 1em auto 1em auto;
	}
.contentCol li {
	list-style-image: url(../images/star.gif);
	margin: auto auto auto -1em;
}
.contentCol p.headline, #secContent p.headline {
	font-weight: bold;
	margin-bottom: 0;
}
.sidebar {
	float: left;
	width: 200px;
	background-color: #D6D6BF;
	margin: 1em;
	border: 1px solid #CC0000;
	padding: 5px;
}
.sidebarIndex {
	border: none;
}
.sidebar li {
	margin-left: -1em;
	padding-bottom: 5px;
}
h2 {
	font-size: 140%;
	font-weight: bold;
}
h3 {
	font-size: 120%;
	font-weight: bold;	
}
h4 {
	font-size: 110%;
	font-weight: bold;	
}
address p {
	line-height: 0.1em;
	text-indent: 1em;
}

.contentCol ul li ul li {
	list-style-type: disc;
}
/* SIDEBAR (SECONDARY PAGES) --------------------- */

#secSidebar {
	float: left;
	padding: 0 5px;
	width: 200px;	
}
#secSidebar p {
	font-weight: bold;
	margin-bottom: 0;
}

/* SECONDARY CONTENT --------------------- */

#secNavbar {
	float: left;
	width: 175px;
	padding: 5px;
	background-color: #D6D6BF;
}
#secNavbar .faqs {
	width: 200px
}
#secNavbar a:hover {
	display: block;
	background-color: #E2E2D2;
	border-bottom: none;
	width: 100%;
}
#secContent {
	float: left;
	padding: 0 10px;
	width: 325px;	
}
#secContent .faqs {
	width: 300px;
}
#secContent h3 {
	color: #993366;
	background: url(../images/headingBorder.gif) left bottom no-repeat;
}
#secImage {
	width: 325px;
	height: 100px;
}
div .contentPage #secContent {
	width: 525px;	
}
#secSidebar li {
	margin-bottom: 1em;
}
#servicearea {
	float: right;
	width: 215px;
	padding: 5px;
	background-color: #FFFFE6;
	margin-left: 10px;	
}
	
/* FOOTER --------------------- */

#footer {
	clear: both;
	width: 100%;
	height: 25px;
	background:url(../images/bgBlueGranite.jpg) repeat-x;
	color: #FFF;
	font-size: x-small;
	font-weight: bold;
	margin-top: 1em;
	padding-top: 5px;
}
.footerText {
	font-size: x-small;
}


/* FORMS --------------------- */

.form {
	background-color:#3FF;
}
.formproposals {
	font-size: 85%;
}
form td.header {
	text-align: right;
	vertical-align: top;
}
