/*
---------------------------------------
Avondale - Broadway Heritage PLC
Copyright 2006 : bendesmond.com
Creation date: 28 June 2006
---------------------------------------
*/


/* Page Setup */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #4A402A;
	margin: 0px;
	padding: 0px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 774px;
	text-align: left;
	background-image: url(../images/avondale-bg.gif);
	background-repeat: repeat-y;
}
#page {
	margin-left: 7px;
	width: 760px;
	float: left;
	display: inline;
	background-image: url(../images/avondalepage-bg.jpg);
	background-repeat: no-repeat;
}
#openday {
	position: relative;
	left: 600px;
	top: 0px;
	width: 145px;
	height: 60px;
}


/* Main Navigation */

#mainmenu {
	width: 760px;
	clear: both;
	margin-top: 71px;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
	height: 39px;
	font-size: 1.3em;
	list-style: none;
	text-transform: lowercase;
}
#mainmenu li {
	float: left;
}
#mainmenu li a {
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 39px;
	color: #4A402A;
	text-decoration: none;
	height: 39px;
	background: url(../images/mainmenu-divider.gif) repeat-y right top;
}
#mainmenu li a:hover {
	color: #4A402A;
	background: url(../images/mainmenu-bg_over.gif) repeat-x right top;
}


/* Content */
#content {
	margin: 40px 30px 30px 30px;
	clear: both;
}
#content p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0px;
	color: #311E1E;
}
#content table {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #311E1E;
	background-position: top;
	vertical-align: top;
}
#content td {
	color: #4A402A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A402A;
}
#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #311E1E;
	line-height: 1.6em;
	margin: 2px 0px 5px 30px;
	list-style: circle;
}
#content a:link {
	color: #D1A139;
	font-weight: bold;
	text-decoration: none;
}
#content a:visited {
	color: #D1A139;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #FFAF00;
	font-weight: bold;
	text-decoration: underline;	
}
hr {
	height: 1px;
	border-style: none;
	color: #4A402A;
	background-color: #4A402A;
}
.apartment {
	float: left;
	width: 700px;
	margin-bottom: 40px;
	border-top: #4A402A solid 1px;
}
.highlight-area {
	width: 680px;
	padding: 10px;
	background-color: #E9E3D9;
	border-top: #4A402A solid 1px;
	border-bottom: #4A402A solid 1px;
}
.floatleft-30 {
	float: left;
	display: inline;
	margin-right: 30px;
}
.image-right {
	float: right;
	padding-left: 20px;
	border: 0;
}
.image-b20 {
	margin-bottom: 20px;
}
.floatleft-r30b60 {
	float: left;
	display: inline;
	margin-right: 30px;
	margin-bottom: 60px;
}
.clear {
	clear: both;
}

/* Footer */
#footer {
	width: 760px;
	height: 39px;
	clear: both;
	padding-top: 20px;
}
#footer p {
	margin: 0px;
	padding: 12px 30px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.8em;
	color: #4A402A;
}
#footer a:link {
	color: #4A402A;
	text-decoration: none;
}
#footer a:visited {
	color: #4A402A;
	text-decoration: none;
}
#footer a:hover {
	color: #4A402A;
	text-decoration: underline;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #4A402A;
	text-decoration: none;
	margin-top: 0px;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #4A402A;
	text-decoration: none;
	margin-top: 0px;
}
.smalltext {
	font-size: 0.9em;
}
.imageleft-20 {
	padding-right: 20px;
}
.smallprint {
	font-size: 0.8em;
}
#jointcontainer {
	margin-left: 125px;
}
.joint {
	float: left;
	display: inline;
	width: 225px;
	text-align: center;
}
.footnote {
	font-size: 0.8em;
}
