/***********************************
	Color Palette
************************************

264d7a dark blue
315988 medium blue
799fcc light medium blue
c9def5 light blue
eef5fc xtra light blue

*/

/***********************************
	Reset
***********************************/

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat;
}
ol, ul { list-style: none; }
html { overflow-y: scroll; }

/***********************************
	Universals
***********************************/

.clearall { clear: both; }
.floatright { float: right; margin-left: 16px; }
.floatleft { float: left; margin-right: 16px; }
small {	font-size: 10px; }

/***********************************
	Essentials
***********************************/

body {
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	color: #004f6f;
	background-color: #f4f4f4;
}
a {
	color: #004f6f;
	cursor: pointer;
}
p {	margin-bottom: 16px; }
h1, h2, h3, h4, h5 { margin-bottom: 16px; }
h1 { font-size: 24px; }
h2 { font-size: 14px; }
input, select, textarea {
	padding: 4px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
}

/***********************************
	Wrappers
***********************************/

#pageWrapper {
	padding-bottom: 32px;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#contentWrapper {
	margin: 0 auto;
	width: 920px;
}

/***********************************
	Header
***********************************/

#header #topbar {
	height: 18px;
	line-height: 16px;
	font-size: 11px;
	color: #adcdf3;
	text-align: right;
}
#header #topbar span {
	color: #fff;
}
#header #logo {
	margin-bottom: -9px;
	width: 407px;
	height: 146px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: relative;
	top: -18px;
	left: -24px;
}

/***********************************
	Nav
***********************************/

#nav {
	float: right;
	position: relative;
	top: 30px;
}
#nav ul li {
	margin-left: 8px;
	float: left;
}
#nav ul li a {
	display: block;
	padding: 12px 24px;
	height: 16px;
	color: #adcdf3;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #fff;
}
#nav ul li.sel a {
	background-color: #d9d9d9;
	background-image: url(../images/nav/sel_bg.png);
	background-repeat: repeat-x;
	color: #004f6f;
}

/***********************************
	Footer
***********************************/

#footerWrapper {
	padding: 16px 0;
}
#footer {
	margin: 0 auto;
	width: 920px;
	font-size: 11px;
}
#footer ul#footerNav li {
	padding: 0 16px;
	border-right: #c9def5 1px solid;
	float: left;
}
#footer ul#footerNav li.last { border: 0; }
#footer ul#footerNav li a { text-decoration: none; }
#footer #copyright { float: right; }

/***********************************
	Content
***********************************/

#content {
	position: relative;
}
#loginInfo.public {
	width: 275px;
}
#loginInfo.public a {
	float: none;
	display: inline;
	padding: 0;
	text-decoration: underline;
}
#loginInfo.public img {
	float: left;
	margin-right: 8px;
}

/***********************************
	Services
***********************************/

.pageCol {
	margin-right: 32px;
	width: 444px;
	float: left;
}
.lastCol {
	margin-right: 0px;
}
h2.smooth {
	font-style: italic;
	font-size: 16px;
}

/***********************************
	Home
***********************************/

#homeLogin {
	margin: 0 0 24px 32px;
	padding: 16px;
	width: 200px;
	float: right;
	border: #fae378 1px solid;
	background-color: #fff7d2;
	clear: right;
	position: relative;
	top: -16px;
}
#homeLogin h2 { margin: 0 0 16px; }
#homeLogin p { margin: 0 0 8px; }
#homeLogin input {
	width: 175px;
	border: #fae378 1px solid;
	background-color: #fff;
}
#homeLogin input.btn {
	margin-top: 6px;
	margin-left: 0;
	padding: 3px 6px;
	width: 75px;
}
#homeLogin select { width: 185px; }
#homeContactInfo {
	margin: 0 0 24px 32px;
	padding: 16px;
	width: 200px;
	float: right;
	border: #c9def5 1px solid;
	background-color: #eef5fc;
	clear: right;
	position: relative;
	top: -16px;
}
#homeContactInfo h2 { margin: 0 0 16px; }
#homeContactInfo p { margin: 0 0 8px; }

/***********************************
	Forms
***********************************/

form .required {
	margin: 0 0 8px 160px;
	font-style: italic;
	font-size: 11px;
}
form label {
	padding: 4px 0 0;
	display: block;
	float: left;
	width: 125px;
}
form label em {
	margin-top: 2px;
	display: block;
	font-size: 11px;
	color: #999;
}
form input, form textarea {
	width: 300px;
}
form select {
	width: 310px;
}
form input.btn {
	margin-left: 125px;
	width: auto;
}
/*** Short ***/
form input.short {
	width: 150px;
}
form select.short {
	width: 160px;
}

/***********************************
	Flash Notices/Warnings
***********************************/

.flashData {
	margin-bottom: 24px;
	padding: 8px 12px;
	border: #c9def5 1px solid;
	background-color: #eef5fc;
	font-weight: bold;
}

/***********************************
	Admin
***********************************/

#loginInfo.admin {
	width: auto;
	top: -54px;
}
#loginInfo.admin a.home {
	background-image: url(../images/icons/home.png);
	border-right: #c9def5 1px solid;
}
#loginInfo.admin a.newClient {
	background-image: url(../images/icons/asterisk.png);
	border-right: #c9def5 1px solid;
}
ul#activeClients li {
	margin-top: -1px;
	margin-right: -1px;
	padding: 6px 9px 6px 34px;
	width: 28%;
	float: left;
	border: #ddd 1px solid;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-image: url(../images/icons/client.png);
	position: relative;
}
ul#activeClients li a {	text-decoration: none; }
ul#activeClients li a:hover { text-decoration: underline; }
ul#activeClients li img {
	position: absolute;
	top: 5px;
	right: 8px;
}
/*** Assoc files ***/
.dashBox h2 div {
	float: right;
	font-size: 10px;
	font-weight: normal;
	background-color: #315988;
}
.dashBox h2 div a {
	padding: 3px 5px;
	display: block;
	text-decoration: none;
	color: #fff;
}
div.admin ul li {
	margin-left: 0;
	margin-bottom: 4px;
	list-style: none;
}
span.fade {
	color: #999;
	font-style: italic;
}
small.delete {
	margin-right: 4px;
	float: left;
}
small.delete a {
	color: #cc0000;
	text-decoration: underline;
}

/***********************************
	Clients
***********************************/

#clientList {
	margin-left: 16px;
	list-style-type: disc;
	list-style-position: outside;
}
#clientList li {
	padding-left: 8px;
}

/***********************************
	Dashboard
***********************************/

.assocPhoto {
	margin: 0 10px 10px 0;
	float: left;
}
.assocPhoto small {
	display: block;
}
#loginInfo {
	width: 256px;
	padding: 8px 16px;
	position: absolute;
	top: -32px;
	right: 17px;
	border: #c9def5 1px solid;
	background-color: #eef5fc;
	font-size: 11px;
}
#loginInfo a {
	padding: 6px 16px 6px 28px;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 8% center;
	float: left;
}
#loginInfo a:hover { text-decoration: underline; }
#loginInfo a.contact {
	background-image: url(../images/icons/contact.png);
	border-right: #c9def5 1px solid;
}
#loginInfo a.logout {
	margin-left: 10px;
	background-image: url(../images/icons/logout.png);
}
/*** Dashboard boxes ***/
.dashCol {
	margin-right: 16px;
	float: left;
}
.dashBox {
	margin-bottom: 16px;
	padding: 45px 16px 16px 16px;
	width: 256px;
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
}
.dashBox h2 {
	padding: 8px 16px 10px 36px;
	width: 236px;
	background-color: #fff7d2;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 5% center;
}
.dashBox h2.welcome { background-image: url(../images/icons/home.png); }
.dashBox h2.photo { background-image: url(../images/icons/camera.png); }
.dashBox h2.meetings { background-image: url(../images/icons/meeting.png); }
.dashBox h2.saleRent { background-image: url(../images/icons/building.png); }
.dashBox h2.newsletter { background-image: url(../images/icons/newsletter.png); }
.dashBox h2.minutes { background-image: url(../images/icons/minutes.png); }
.dashBox h2.documents { background-image: url(../images/icons/documents.png); }
.dashBox ul li {
	margin-left: 16px;
	margin-bottom: 2px;
	list-style: disc;
}
/*** Properties ***/
.dashBox .property {
	margin-top: 16px;
	padding-top: 16px;
	border-top: #ddd 1px solid;	
}
.dashBox .first { margin: 0; padding: 0; border: 0; }
.dashBox .property h3 {
	margin-bottom: 8px;
}
.dashBox .property p {
	margin-bottom: 0;
	font-size: 11px;
}
.dashBox .property .price {
	float: right;
}
/*** Newsletters ***/
.dashBox .property h3 {

}

/***********************************
	Contact
***********************************/

#contactForm {
	margin-top: 16px;
}
#contactForm p {
	margin: 0 0 8px;
}
#contactForm label {
	padding: 4px 0 0;
	width: 160px;
	float: left;
	display: block;
}
#contactForm input, #contactForm textarea {
	width: 325px;
	border: #799fcc 1px solid;
	background-image: url(../images/forms/input_bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}
#contactForm input.btn {
	padding: 8px;
	margin-left: 160px;
	width: 100px;
	color: #fff;
	background-image: none;
	background-color: #315988;
	border: 0;
}
