/*-----generic------*/
/* menu defined in menu.css */
/* home page defined in home.css */

body {
	background-color:#F0EDD7;
	color:#1D1C1A;
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
}
.page {
	b//ackground-color:#C28072;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	width:760px;
}
.break {
	clear:both;
}
.container {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
hr {
	clear:both;
	height:1px;
	color:#FFFFFF;
}
span {
	display:none;
}
/*-----header------*/
.header {
	background-color:#A3001B;
	height:100px;
}
.header .container {
	background: url(../img/logo.gif) no-repeat 0px 20px;
	height:100px;
}
.header .container a {
	width: 250px;
	height: 60px;
	color: #A3001B;
	font-size: 1px;
	float:left;
	line-height: 1px;
	display: block;
	text-decoration: none;
}

.header .selling,
.header .renting,
.header .franchise,
.header .finance,
.header .contact,
.header .buying,
.header .about,
.header .selling  {
	background: url(../img/img_top_selling.jpg) no-repeat 0px 0px;
	height:100px;
	width:500px;
	float:right;
}
.header .renting {
	background: url(../img/img_top_renting.jpg) no-repeat 0px 0px;
}
.header .franchise {
	background: url(../img/img_top_franchise.jpg) no-repeat 0px 0px;
}
.header .finance {
	background: url(../img/img_top_finance.jpg) no-repeat 0px 0px;
}
.header .contact {
	background: url(../img/img_top_contact.jpg) no-repeat 0px 0px;
}
.header .buying {
	background: url(../img/img_top_buying.jpg) no-repeat 0px 0px;
}
.header .about {
	background: url(../img/img_top_about.jpg) no-repeat 0px 0px;
}
.header .selling {
	background: url(../img/img_top_selling.jpg) no-repeat 0px 0px;
}
/*-----text------*/
h1, h2, h3, h4, {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	font-weight: bold;
}
h1 {
	color:#A3001B;
	font: bold 120%/120%  Arial, Helvetica, sans-serif;
	margin: 0px 0px 6px 0px;
	text-transform:uppercase;
}
h2 {
	font-size: 120%;
	color: #470349;
}
h3 {
	display:none;
}
h4 {
	font-size: 110%;
	color: #C6B364;
	text-transform:uppercase;
}
em {
	color: #6E2E1F;
	font-style:normal;
}
p {
	margin: 2px 0px 6px 0px;
}
/*-----links------*/
a { color:#B1131D; text-decoration:none; }
a:link { color:#B1131D; text-decoration:none; }
a:visited { color:#B1131D; text-decoration:none; }
a:hover { color:#B1131D; text-decoration:underline; }

/*-----footer------*/
.footer {
	clear:both;
	font-size:10px;
}
.footer ul {
	clear:both;
	margin:20px 0 0 0px;
	list-style:none; 
	margin-left:auto;
	margin-right:auto;
	width:300px;
}
.footer li {
	border-right: 1px solid #CBA807; 
	display:inline;
	padding: 0px 5px 0px 5px;
}
.footer a:link, 
.footer a:visited {
	color:#CBA807;
	font-weight:normal;
	text-decoration:none;
}
.footer a:hover, 
.footer a:active {
	text-decoration:underline;
}
/*-----content pages------*/

#content {
	padding:10px 0 0 0;
}
#content .main {
	float:left;
	width: 580px;
}
#content ul {
	margin: 0px 0px 10px 20px;
	list-style: url(../img/bullet.gif);
}

#content .photo {
	margin: 0px 0px 20px 20px;
	float: right;
	width:232px;
}
#content .photo img.border{
	border: 2px solid #FFF;
}
#content .office {
	margin: 0px 0px 20px 0px;
	clear:both;
}
#content .office img{
	float:left;
	margin: 0px 10px 10px 0px;
}


/*************** list item styles **************/
#content dl {
	margin: 0px 0 20px 0;
	padding: 0;
	width: 580px;
	}

#content dt  {
	float: left;
	margin: 0px 20px 2px 0;
	width: 202px;
	}

#content dd {
	float: left;
	margin: 0px 0 2px 0;
	width: 350px;
	}
	
#content dl p {
	margin: 2px 0px 2px 0px;
}


