/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	background-color: #cccc9a;
	margin-top: 5px;
	margin-bottom: 2px;
}
a {
	color: #211f5f;
	text-decoration: underline;
}
a:link {
	color: #211f5f;
	text-decoration: underline;
}
a:visited {
	color: #211f5f;
	text-decoration: underline;
}
a:hover {
	color: #211f5f;
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/***********************************************/
/* Layout                                      */
/***********************************************/

#banner {
	width: 750px;
	padding: 0px;
	height: 100px;
}
#image {
	float: left;
	width: 125px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
}
#header {
	float: left;
	width: 624px;
	padding: 0px;
	border-top: 1px solid #ffffff;
}
#pater {
	width: 750px;
	height: auto;
	background-image: url(../../images/home/bg.gif);
}
#leftnav {
	float: left;
	width: 125px;
	padding: 50px 0px 0px 0px;
}
#content {
	margin: 0px 0px 0px 125px;
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
}
#body {
	padding: 4px 10px 5px 10px;
}
/* auto_body only for the Commercial and Residential main pages */
#auto_body {
	padding: 5px 0px 5px 36px;
}
#footer {
	padding: 10px 3px 10px 70px;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid #cccccc;
}
.spacer {
	height: 200px;
	padding: 0px;
}

/***********************************************/
/* Top Menu Positioning                        */
/***********************************************/

#menu {
	width: 750px;
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* Styles                                      */
/***********************************************/

.links {
	font-size: 12px;
	font-weight: bold;
	color: #211f5f;
	padding: 0px 0px 0px 5px;
	text-align: left;
}
.text {
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding: 4px 10px 4px 10px;
}
.listing {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*************************************************************/
/* Found in the About Us, both Careers, and Contact Us pages */
/*************************************************************/
.text1 {
font-size: 12px;
color: #000000;
text-align: justify;
padding: 4px 10px 5px 10px;
}
/*************************************************************/
/* Found in the Commercial property sites                    */
/*************************************************************/
.table {
	table-layout: 100%;
}
#leftnav_comm {
	float: left;
	width: 125px;
	padding: 15px 0px 0px 0px;
}
/*************************************************************/
/* Found in Site Map                                         */
/*************************************************************/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#table {
	padding: 0px 5px 5px 5px;
}
/*************************************************************/
/* Found in Maps                                             */
/*************************************************************/
#map {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 text-align: left;
}