/* CSS Document */
body
{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.clear{
	clear:both;
	}
#wrap
{
	margin:0 auto 0 auto;
	width:700px;
}

#navbar
{
	height:20px;
	float:right;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin:10px 30px 0 0;
}

#subpages
{
	font-family:"Times New Roman", Times, serif;
	height:20px;
	float:right;
	margin:0px 45px 0 0;
}

#content
{
	margin:0 0 20px 0;
	width:700px;
}

#content #photo
{
	float:left;
	width:300px;
}

#content #text
{
	float:left;
	line-height:19px;
	margin:0 50px 0 0;
	width:350px;
}

#content #text h1
{
	font-style:italic;
	margin:0 0 10px 0;
	padding:0;
}


#footer
{
	margin:30px 0 0 0;
	height:210px;
	width:700px;
}

#footer a.chi
{
	background-image:url(images/ChicagoOffice.jpg);
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:109px;
	margin:0;
	padding:0;
	width:349px;
}

#footer a.chi:hover
{
	background-position:bottom;
}

#footer a.sub
{
	background-image:url(images/SuburbanOffice.jpg);
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:109px;
	margin:0 0 0 -1px;
	padding:0;
	width:349px;
}

#footer a.sub:hover
{
	background-position:bottom;
}


ul.nav li
{
	list-style:none;
    float:left;
    margin:0 0 0 18px;
}

.pages
{
    color:#666666;
    text-decoration:none;
}

.pages:hover
{
    color:#AA907B;
    text-decoration:none;
}

.subpages
{
	font-size:12px;
    color:#AA907B;
    text-decoration:none;
}

.subpages:hover
{
    color:#AA907B;
    text-decoration:underline;
}

.randImg
{
	border:#AA907B solid 1px;
	margin:0 0 0 40px;
}

p
{
    margin:5px 0 5px 0;
}

.map
{
	border:#AA907B solid 1px;
	float:left;
	height:260px;
	margin:0 40px 0 0;
	width:260px;
}

.officeInfo
{
float:left;
	color:#666666;
	font-family:"Times New Roman", Times, serif;
	margin:0 0 0 40px;
	width:260px;
}

.location
{
	margin:0 0 0 120px;
	width:610px;
}

.location img
{
	border:#AA907B solid 1px;
	float:left;
}

