body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #d6d6d6 url('http://www.patrickmaeder.com/calsierra/images/bg_header.png') repeat-x;
	text-align: center;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000;
}

a, br, img, form {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
}

p, blockquote {
	text-align: justify;
}

a:link, a:active, a:visited {
	color: #0b7a46;
}

a:hover {
	color: #073b22;
}

.button {
	padding: 0;
	border: 0;
	cursor: pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.break {
	height: 6px;
}

.half {
	width: 48%;
}

.test {
	border: 1px solid red;
}

.red {
	color: #d30000 !important;
}

.pic {
	border: 1px solid #ccc;
}

.title {
	font-weight: bold;
	font-size: 24px;
	color: #1d6847;
}

.subtitle {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}

.form-title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.small {
	font-size: 11px;
}

.error-div {
	color: #d30000;
	font-weight: bold;
}

#page-container {
	width: 100%;
	margin-top: 131px;
	background: #fff;
}

#main {
	width: 840px;
	float: left;
}

#main-left {
	width: 14px;
	margin-top: -131px;
	min-height: 600px;
	background: url('../images/content_shadow_left.png') no-repeat;
	float: left;
	z-index: 9999;
}

#main-right {
	width: 14px;
	margin-top: -131px;
	min-height: 600px;
	background: url('http://www.patrickmaeder.com/calsierra/images/content_shadow_right.png') no-repeat;
	float: right;
	z-index: 9999;
}

#header {
	width: 840px;
	height: 131px;
	margin: -131px auto 0;
}

#logo {
	margin: 6px 0 0 9px;
	float: left;
}

#contact-info {
	margin: 20px 20px 0 0;
	font-size: 11px;
	color: #727272;
	line-height: 14px;
	text-align: right;
	float: right;
}

#content-container {
	width: 868px;
	margin: 0 auto 0;
}

#content {
	width: 804px;
	margin: 1px auto 0;
	padding-top: 20px;
	background: url('http://www.patrickmaeder.com/calsierra/images/content_shadow.png') top center repeat-x;
	text-align: left;
}

#front-content-left {
	width: 534px;
	float: left;
}

.rounded {
	border: 1px solid #dcdcdc;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-khtml-border-radius: 8px !important;
	border-radius: 8px !important;
	-moz-box-shadow: 0 0 6px #d2d2d2;
	-webkit-box-shadow: 0 0 6px #d2d2d2;
	box-shadow: 0 0 6px #d2d2d2;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d2d2d2')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d2d2d2');
}

#front-content {
	padding: 26px 14px 14px 14px;
}

.sidebar {
	width: 244px;
	background: url('http://www.patrickmaeder.com/calsierra/images/bg_sidebar.png') repeat-x;
	border: 1px solid #dcdcdc;
	float: right;
}

#sidebar-content {
	padding: 13px;
	border: 1px solid #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

.sidebar-title {
	font-size: 17px;
	font-weight: bold;
	color: #3f3f3f;
	text-shadow: 1px 1px #fff;
}

.sidebar-divider {
	width: 100%;
	height: 1px;
	margin: 6px auto 26px;
	background: #c0c0c0;
	border-bottom: 1px solid #fff;
}

.sidebar-icon {
	margin: 0 10px 26px 0;
	float: left;
}

#sidebar-content a, #sidebar-content a:link, #sidebar-content a:active, #sidebar-content a:visited {
	color: #003f1b;
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

#sidebar-content a:hover {
	text-decoration: underline;
}

#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #d6d6d6 url('http://www.patrickmaeder.com/calsierra/images/bg_footer.png') repeat-x;
	font-size: 11px;
	color: #727272;
	text-shadow: 1px 1px #efefef;
	line-height: 22px;
	text-align: center;
}

#footer-divider {
	width: 620px;
	height: 1px;
	margin: 0 auto 0;
	background: #a1a1a1;
	border-bottom: 1px solid #efefef;
}

#footer-link {
	margin-top: 6px;
	font-size: 13px;
	color: #a1a1a1;
}

#footer-link a, #footer-link a:link, #footer-link a:active, #footer-link a:visited {
	font-size: 13px;
	text-decoration: none;
}

#footer-link a:hover {
	text-decoration: underline;
}

#footer-link-small a, #footer-link-small a:link, #footer-link-small a:active, #footer-link-small a:visited {
	color: #464646;
}

#footer-link-small a:hover {
	color: #000;
}

.gray-box {
	margin-bottom: 12px;
	padding: 14px;
	border: 1px solid #ccc;
	background-color: #efefef;
}

.gray-box table th {
	width: 200px;
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
}

#contact-left {
	width: 420px;
	float: left;
}

#contact-right {
	width: 352px;
	float: right;
}

#admin-container {
	font-size: 12px;
}

#admin-container ul {
	margin-top: 0;
	padding: 0 0 0 20px;
}

.property-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 10px;
	line-height: 14px;
}

.property-table th {
	background: #dadada;
	font-weight: bold;
	border: 1px solid #fff;
}

.property-table td {
	background: #efefef;
	border: 1px solid #fff;
}

.td-border {
	border-right: 1px solid #ccc;
}

.staff-table {
	width: 804px !important;
	margin-top: -14px;
}

.staff-table td p {
	width: 200px !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* NAV STYLES */
#navbar_menu {
	height: 35px;
	margin-top: 6px;
}

#navbar_menu li {
	list-style: none;
	text-align: center;
	float: left;
}

#navbar_menu td {
	width: 130px;
}

.td-alt {
	width: 200px !important;
}

#navbar_menu td a {
	display: block;
	height: 34px;
	padding: 0;
	font-size: 14px;
	color: #fff;
	text-shadow: #003f1b -1px -1px;
	text-decoration: none;
	line-height: 34px;
	white-space: nowrap;
	text-align: center;
}

#navbar_menu td a:hover {
	background: url('http://www.patrickmaeder.com/calsierra/images/bg_nav_on.png')  bottom center no-repeat;
	color: #ffcd00;
}

.nav-on {
	background: url('http://www.patrickmaeder.com/calsierra/images/bg_nav_on.png')  bottom center no-repeat;
	color: #ffcd00 !important;
	cursor: default;
}

#navbar_menu td ul {
	min-width: 166px;
	margin: 0;
	padding: 0;
	border: 1px solid #053314;
	background: #114e34 url('http://www.patrickmaeder.com/calsierra/images/bg_dropdown.png') repeat-x;
	position: absolute;
	visibility: hidden;
	z-index: 9999999;
}

#navbar_menu td ul li {
	float: none;
	display: inline;
}

#navbar_menu td ul li a {
	height: 28px;
	padding: 0 20px 0 10px;
	border: 0;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	line-height: 28px;
	text-align: left;
}

#navbar_menu td ul li a:hover {
	border: 0;
	background: #053314;
	color: #ffcd00;
}

.nav-divider {
	width: 2px !important;;
	height: 35px;
	margin: 0 !important;
	padding: 0 !important;
	background: url('http://www.patrickmaeder.com/calsierra/images/divider_nav.png') no-repeat;
}
/* NAV STYLES */


/* MESSAGE STYLES */
.messages { width: 100%; -moz-border-radius: 4px; border-radius: 4px; display: block; padding: 10px 0; margin: 10px auto 10px; clear: both; }
.messages a.closeMessage { margin: -14px -8px 0 0; display:none; width: 16px; height: 16px; float: right; background: url(images/messages/close.png) no-repeat; }
/*.messages:hover a.closeMessage { visibility:visible; }*/
.messages p { margin: 3px 0 3px 10px !important; padding: 0 10px 0 23px !important; font-size: 14px; line-height: 16px; }
.messages.error { border: 1px solid #C42608; color: #c00 !important; background: #FFF0EF; }
.messages.error p { background: url(images/messages/cross.png ) no-repeat 0px 50%; color:#c00 !important; }
.messages.success {background: #E0FBCC; border: 1px solid #6DC70C; }
.messages.success p { background: url(images/messages/tick.png) no-repeat 0px 50%; color: #2B6301 !important; }
.messages.warning { background: #FFFCD3; border: 1px solid #EBCD41; color: #000; }
.messages.warning p { background: url(images/messages/warning.png ) no-repeat 0px 50%; color: #5F4E01; }
.messages.information, .messages.info { background: #DFEBFB; border: 1px solid #82AEE7; }
.messages.information p, .messages.info p { background: url(images/messages/help.png ) no-repeat 0px 50%; color: #064393; }
.messages.information a { text-decoration: underline; }
/* MESSAGE STYLES */