/*-----generic------*/
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color:#323232;
	background-image: url(../img/background_content.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.page {
	margin-right:auto;
	margin-left:auto;
	width:760px;
}
.break {
	clear:both;
}
.rule {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #DDDEE1;
	border-right:1px solid #DDDEE1;
	color:#DDDEE1;
	height:6px;
	width:90%;
}
a { color:#0389B1; text-decoration:none }
a:link { color:#0389B1; text-decoration:none }
a:visited { color:#0389B1; text-decoration:none }
a:hover { color:#0389B1; text-decoration:underline }

.footer {
	text-align:center;
	width:100%;
	height:136px;
	color:#C4C5C6;
	background: url(../img/background_content_footer.gif) no-repeat center top;
	font-size:11px;
}
.footer span {
	margin-right:auto;
	margin-left:auto;
	width:760px;
	padding: 0 0 0 50px;
}
.footer a { color:#C4C5C6; text-decoration:none }
.footer a:link { color:#C4C5C6; text-decoration:none }
.footer a:visited { color:#C4C5C6; text-decoration:none }
.footer a:hover { color:#C4C5C6; text-decoration:underline }

h1 {
	font-size: 170%;
	margin: 0px 0px 10px 0px;
	color: #444444;
	font-weight:normal;
}
h2 {
	font-size: 110%;
	margin: 0px 0px 10px 0px;
	color: #222222;
}

h3 {
	font-size: 100%;
	margin: 0px 0px 10px 0px;
	color: #222222;
}
h4 {
	font-size: 80%;
	color: #666666;
	margin: 0px;
}

/*-----corners------*/
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

/*-----home page------*/
#homeMainImage {
	width:388px;
	height:204px;
	z-index: 2;
	position: absolute;
}
#homeText{
	background: #DDDEE1 url(../img/home_text_bg_arrows.gif) no-repeat 10px 45px;
	float:right;
	position:relative;
	top: 176px;
	z-index: 1;
	width: 393px;
}
#homeText .content {
	margin: 10px 10px 0px 40px;
	font-size:11px;
}
#homeText .content h1 {
	font-size:145%;
	font-weight:bold;
}
#homeText ul, .text ul{
	margin-top: 0px;
}
#homeText li, .text li {
	list-style: url(../img/bullet.gif);
	margin-left: -15px;
}
#homeMenuRow {
	width:388px;
	height:125px;
	position: absolute;
	top:204px;
}
#homeMenuRow .menuContainer {
	width:126px;
	height:125px;
	background: #000000;
	left:131px;
	position:relative;
}
#homeSmallImageRow {
	width:388px;
	height:129px;
	z-index: 2;
	position: absolute;
	top:329px;
}
#homeSmallImageRow .leftImage {
	float:left;
}
#homeSmallImageRow .rightImage {
	float:right;
}

/* Menu link items ----------------------------------------------------------------------------------------------- */

#menu { 
	padding:0; margin:0;
	}
	
#menu, #menu ul { 
	padding:0; margin:0;
	list-style:none;
	} /* all menus */

#menu li { height:25px; padding:0; margin:0; } /* all menu items */

/* ie hack */ *html .page #homeMenuRow .menuContainer #menu li, *html .page #menuRow .menuContainer #menu li { height:25px; padding:0; margin-bottom:-3px; } /* ie hack */

/* Buttons ----------------------------------------------------------------------------------------------- */

#mm_buying { 
	display:block; width:126px; height:25px; margin:0; 
	background-image: url(../img/nav_buying.gif); background-position:0 0;
	}
#mm_renting { 
	display:block; width:126px; height:25px; margin:0;
	background-image: url(../img/nav_renting.gif); background-position:0 0;
	}
#mm_projects { 
	display:block; width:126px; height:25px; margin:0;
	background-image: url(../img/nav_projects.gif); background-position:0 0;
	}
#mm_about_us { 
	display:block; width:126px; height:25px; margin:0;
	background-image: url(../img/nav_about.gif); background-position:0 0;
	}
#mm_contact_us { 
	display:block; width:126px; height:25px; margin:0;
	background-image: url(../img/nav_contact_us.gif); background-position:0 0;
	}

/* Rollovers ----------------------------------------------------------------------------------------------- */	

#menu span { display:none }
#menu :hover { background-position:0 25px;}

#menu li a.down {background-position:0 25px;}

/*-----content pages------*/
#menuRow {
	width:257px;
	height:125px;
	margin-left:127px;
	z-index: 2;
}
#menuRow .menuContainer {
	width:126px;
	height:125px;
	background: #000000;
	float:left;
}
#menuRow .image {
	float:right;
}
#contentRow {
	width:760px;
	padding:0px;
	margin:0px;
	z-index: 2;
}
#contentRow .smallImage {
	width: 96px;
	height: 93px;
	padding-left:30px;
	margin:0px;
	float:left;
}
#contentRow .titleRow {
	padding:30px 0px 0px 260px;
}
#contentRow .titleRow h1 {
	list-style: url(../img/title_bullet.gif) outside;
}
#contentRow #content {
	background: #DDDEE1 url(../img/content_text_bg_arrows.gif) no-repeat 10px 10px;
	width:610px;	
	padding:0px;
	margin:0px 0px 0px 20px;
	float:right;
}
#contentRow #content .text {
	padding:10px 10px 10px 40px;
}



#taglineRow {
	background: url(../img/background_content_footer.gif) no-repeat center top;
	width:100%;
	height:246px;
	z-index:4;
	border:1px solid #000000;
	
}
/*************** Staff and Office page styles **************/
.project {
	width:550px;
	padding: 0px 0px 10px 0px;
}
.project .projectPhoto {
	width:167px; 
	float:left;
	font-size: 90%;
}
.project .projectPhoto img {
	width:167px; 
	height:123px;
	margin: 4px 0px 2px 0px;
}
.project .projectDescription {
	width:363px; 
	margin-left:177px;
}

.project h1 {
	font-size: 150%;
	margin: 4px 0px 2px 0px;
	color: #444444;
	font-weight:lighter;
}
.project h2 {
	font-size: 100%;
	margin: 0px 0px 2px 0px;
	color: #222222;
}
.project p {
	margin: 0px 0px 4px 0px;
}
.project hr {
	width:363px;
	height:1px;
}
