* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/images/layout/horizontal_line.gif) repeat-x top left;
	font-family: verdana;
	font-size: 12px;
}

table {
	padding: 0;
	border-collapse: collapse;
}

body, #layout, html {
	height: 100%;
}

a {
	outline: none;
}

.error {
	color: #CF2626;
}

#content_middle ul, #content_middle ol {
	margin: 0 0 1em20px;
}

/* ========== */
/* = Layout = */
/* ========== */
#layout {
	height: 100%;
}

#content_middle {
	padding: 20px;
	width: 590px;
}

#header {
	height: 174px;
}

#footer {
	height: 110px;
}

#header_left img {
	float: right;
}

#header_middle {
	background: url(/images/layout/title.jpg) no-repeat top left;
}

#header_middle img {
	border-top: 1px solid #fff;
	float: right;
}

#header_right img {
	float: left;
}

#footer_right img {
	float: left;
}

#footer_middle {
	background: url(/images/layout/footer_center.gif) no-repeat bottom right;
}

#header_left, #content_left, #footer_left {
	width: 200px;
	background: url(/images/layout/vertical_line.gif) repeat-y top right;
}

#header_right, #content_right, #footer_right {
	width: 160px;
	background: url(/images/layout/right_shadow.gif) repeat-y top left;
}


/* ============== */
/* = Navigation = */
/* ============== */
#navigation {
	margin-top: 10px;
	list-style-type: none;
}

#navigation a {
	text-decoration: none;
	display: block;
	color: #000;
	font-size: 11px;
	padding: 5px 0 6px 0;
	margin-right: 12px;
	background: url(/images/navigation/off_middle.gif) repeat-x center left;
	text-transform: lowercase;
}

#navigation a:hover {
	color: #013475;
}

#navigation li {
	background: url(/images/navigation/off_right.gif) no-repeat center right;
	clear: left;
	margin-bottom: 2px;
}

/* set widths for the different navigation items */
#home-item { width: 70px; }
#about-us-item { width: 90px; }
#the-region-item { width: 90px; }
#available-apartments-item { width: 155px; }
#the-privilege-item { width: 105px; }
#purchase-and-leasing-item { width: 155px; }
#photo-gallery-item { width: 110px; }
#map-item { width: 60px; }
#contact-us-item { width: 90px; }
#the-services-item { width: 110px;}
#links-item { width: 65px;}
#residents-forum-item { width:125px;}
#for-sale-or-lease-item { width:130px;}

#navigation li img {
	float: left;
}

#navigation .selected a {
	color: #b12a2f;
	background: url(/images/navigation/on_middle.gif) repeat-x center left;
}

#navigation .selected {
	background: url(/images/navigation/on_right.gif) no-repeat center right;
}

/* =========== */
/* = Content = */
/* =========== */
#content h1, #content h2 {
	margin: 1em 0;
	clear: both;
}

#content h1 {
	font-size: 18px;
	margin-top: 0;
}

#content h3 {
	margin-left: 10px;
}

#content h3 a {
	font-weight: normal;
	font-size: 13px;
	margin-left: 10px;
}

#content p {
	margin-bottom: 1em;
}

#content #images {
	float: right;
	margin: 0 0 10px 10px;
}

#content #images img {
	border: 1px solid #000;
}

#content #compact_images {
	clear: both;
	margin: 20px 0;
	float: left;
}

#content #compact_images .image {
	float: left;
	margin: 5px;
}

#content_middle {
	line-height: 1.6em;
	color: #444;
}

#edit_page {
	margin-top: 20px;
	display: block;
	clear: left;
}


/* ========== */
/* = Footer = */
/* ========== */
#footer_middle p {
	text-align: center;
	color: #003375;
	line-height: 1.4em;
}

#footer_middle a {
	text-decoration: none;
	color: #003375;
}

#login_form {
	margin: 10px 0;
}

/* ========= */
/* = flash = */
/* ========= */
#flash {
	background: #FFE779;
	padding: 5px;
	border: 2px solid #EF9700;
}

#flash p {
	margin: 0;
}


/* =========== */
/* = Gallery = */
/* =========== */
#page_gallery td {
	padding: 5px;
}

#page_gallery img {
	width: 135px;
}

#page_gallery p {
	text-align: center;
}