body {
	background-color: #F8FBFE;
	background-image: url(/images/layout2/background.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #3F3F3F;
	}
	
.clear {
	clear: both;
	}

/*
#main-container {
	width: 1065px;
	background-image: url(/images/layout2/background-shadow-top.png);
	background-repeat: no-repeat;
	margin: auto;
	text-align: center;
	padding: 15px 0px 0px 0px;
	}
*/
	
#main-container-int {
	width: 960px;
	margin: auto;
	padding: 0px 5px;
	text-align: left;
	background: #FFF;
	}
	
.floatLeft {
	float: left;
	}
	
.floatRight {
	float: right;
	}
	
.floatRightimg {
	float: right;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 7px;
	margin: 0px 0px 10px 10px;
	}
	
h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 24px;
	color: #005DAC;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #3F3F3F;
	}
	
h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 24px;
	color: #005DAC;
	}
	
h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 18px;
	color: #005DAC;
	}
	
h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	color: #005DAC;
	}
	
h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	color: #3F3F3F;
	}
	
h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	color: #3F3F3F;
	}
	
img {
	border: none;
	}
	
p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
td {
	text-align: left;
	}
	
a:link, a:visited {
	color: #005DAC;
	}
	
a:hover {
	color: #3F3F3F;
	}
	
fieldset {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: none;
	font-size: 12px;
	}

	
	
/* BANNER STYLES
--------------------------------------------------------------------------------*/
	
#banner {
	/*background-image: url(/images/layout2/banner-bg.jpg);*/
	background-color: #ffffff;
	background-repeat: no-repeat;
	width: 960px;
	height: 138px;
	}
	
#banner-int {
	width: 905px;
	margin: auto;
	padding: 15px 0px;
	}
	
#banner h1 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	color: #494949;
	border: none;
	}
	
#banner h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #494949;
	border: none;
	}
	
#banner a {
	text-decoration: none;
	font-family: tahoma, arial, helvetica, sans-serif ! important;
	font-size: 14px ! important;
	}
	
#banner .phone {
	margin: 5px 0px 5px 0px;
	display: block;
	float: right;
	}
	
/* NAVIGATION STYLES
--------------------------------------------------------------------------------*/


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
	background-image: url(/images/layout2/nav-bg.gif);
	height: 53px;
	}
	
.nav-div {
	height: 53px;
	}
	
.nav-sub {
	display: block;
	font-size: 11px ! important;
	font-family: tahoma, arial, helvetica, sans-serif ! important;
	font-weight: normal;
	}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 7px 8px;
border: none;
border-left-width: 0;
text-decoration: none;
color: #ffffff;
font-weight: bold;
}

.suckertreemenu ul li a:hover{
	background: #2E76BB;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color: #BAE4D1;
z-index: 100;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #494949;
text-decoration: none;
padding: 4px 5px;
border-color: #494949;
border-width:  0px 0px 1px 0px;
border-style: dotted;
font-size: 12px;
font-weight: normal;
}

.suckertreemenu ul li a:hover{
color: white;
}


* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


/* CONTENT AND MIDDLE STYLES
--------------------------------------------------------------------------------*/

#content {
	padding: 30px 0px 30px 20px;
	float: left;
	width: 645px;
	}
	
#q-search-col {
	width: 255px;
	float: left;
	padding: 30px 10px;
	background-image: url(/images/layout2/leftcol-bg.jpg);
	background-repeat: repeat-x;
	}
	
.content-top {
	border-width: 0px 0px 1px 0px;
	border-color: #3F3F3F;
	border-style: dotted;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	
.content-top h2 {
	margin: 0px ! important;
	padding: 0px;
	}
	
.content-top ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.content-top li {
	display: inline;
	font-size: 11px ! important;
	}
	
.content-left {
	float: left;
	padding: 0px 10px 0px 0px;
	width: 135px;
	}
	
.content-right {
	float: left;
	padding: 0px 0px 0px 10px;
	border-width: 0px 0px 0px 1px;
	border-color: #3F3F3F;
	border-style: solid;
	width: 485px;
	}
	
.caption {
	font-style: italic;
	margin-top: 3px;
	font-size: 11px;
	}
	
.content-left img {
	width: 125px;
	border-width: 1px;
	border-color: #3F3F3F;
	border-style: solid;
	}
	
.content-left-widest {
	float: left;
	padding: 0px 10px 0px 0px;
	width: 260px;
	}
	
.content-left-widest img {
	width: 250px;
	border-width: 1px;
	border-color: #3F3F3F;
	border-style: solid;
	}
	
.portrait {
	width: 100px ! important;
	height: 150px ! important;
	}
	
.content-right-widest {
	float: left;
	padding: 0px 0px 0px 10px;
	border-width: 0px 0px 0px 1px;
	border-color: #3F3F3F;
	border-style: solid;
	width: 350px;
	}
	
.content-right-widest-comm {
	float: left;
	padding: 0px 0px 0px 10px;
	border-width: 0px 0px 0px 1px;
	border-color: #3F3F3F;
	border-style: solid;
	width: 350px;
	font-size: 12px;
	line-height: 18px;
	}
	
form ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	}
	
.atitle {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 18px;
	color: #005DAC;
	font-weight: bold;
	}
	
form ul input {
	width: 100px;
	}
	
form ul select {
	width: 100px;
	}
	
#content li {
	font-size: 12px;
	line-height: 18px;
	}
	
.asearch-table td {
	text-align: center;
	font-size: 12px;
	font-family:  tahoma, arial, helvetica, sans-serif;
	padding: 3px;
	}
	
.asearch-table td table td{
	min-width: 100px;
	}
	
.asearch-table td table td input {
	width: 198px;
	}
	
.asearch-table table {
	background-color: #E9E9E9;
	border-collapse: collapse;
	border-color: #CCCCCC;
	border-width: 1px;
	
	}
	
/* QUICK SEARCH STYLES
--------------------------------------------------------------------------------*/
legend {display: none;}

#q-search-col fieldset {
	padding: 3px 0px;
	}


#quick-search label {
	width: 105px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	display: block;
	float: left;
	margin-bottom: 10px;
	}
	
#enter-line {
	margin: 10px 0px;
	text-align: center;
	font-size: 12px;
	}
	
#quick-search input, #quick-search select {
	width: 140px;
	float: right;
	margin-bottom: 10px;
	}
	
.longqsfield {
	width: 300px;
	}
	
/* HOMEFINDER STYLES
--------------------------------------------------------------------------------*/

#homefinder {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	color: #3F3F3F;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	}

#homefinder label {
	display: block;
	}
	
#homefinder input {
	width: 115px;
	}
	
/* FOOTER STYLES
--------------------------------------------------------------------------------*/

#footer {
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding: 10px;
	}
	
#logos-links {
	width: 255px;
	float: left;
	padding: 0px 10px 0px 0px;
	}
	
#home-content {
	width: 645px;
	float: left;
	}
	
#home-content h2 {
	font-size: 21px ! important;
	}
	
#logos {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#logos li {
	display: inline;
	list-style-type: none;
	padding: 0px 5px;
	}
	
.footer-links {
	float: left;
	width: 130px;
	margin-right: 10px;
	}
	
.footer-links-right {
    width: 110px;
    margin-right: 0;
    }
	
.footer-links ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.footer-links li {
	font-size: 11px;
	}
	
.footer-links a {
	color: #3F3F3F;
	}
	
.footer-links h4 a {
	color: #005DAC ! important;
	}
	
#disclaimer center {
	text-align: left ! important;
	}
	
/* HOME PAGE STYLES
--------------------------------------------------------------------------------*/

#big-icons h2 {
	font-size: 20px;
	margin: 0px ! important;
	padding: 15px 0px 0px 15px ! important;
	
	}
	
#careers h2 {
	font-size: 20px;
	margin: 0px ! important;
	padding: 6px 0px 0px 15px ! important;
	
	}
	
#big-icons p {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}
	
#big-icons a {
	text-decoration: none;
	display: block;
	width: 202px;
	height: 202px;
	}
	
#advanced-search {
	background-image: url(/images/layout2/advanced-search.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-right: 19px;
	}
	
#map-search {
	background-image: url(/images/layout2/map-search.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-right: 19px;
	}
	
#open-houses {
	background-image: url(/images/layout2/open-houses.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	}
	
#offices {
	background-image: url(/images/layout2/agents-offices.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-top: 35px;
	}
	
#careers a {
	text-decoration: none;
	display: block;
	width: 202px;
	height: 76px;
	}
	
#careers {
	background-image: url(/images/layout2/careers-button.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-top: 19px;
	}
	
#flash-movie {
	width: 422px;
	height: 300px;
	float: left;
	margin-right: 19px;
	margin-top: 35px;
	border-style: solid;
	border-width: 1px;
	border-color: #005DAC;
	}
	
#dmg_optimize_markets {
	border-top: 1px dotted #3F3F3F;
    color: #3F3F3F;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
	}
	
#dmg_optimize_content {
	margin-top: 10px;
}
	
/* Featured Home Formating */
#dmg_layout_featured {background: url('/images/layout5/featured-bg.gif') repeat-x; margin-top: 14px; padding: 0px 25px;}
#dmg_layout_featured h2 {font-size: 1.125em; color: #999966; margin-bottom: 25px; padding-top: 20px;}

#dmg_layout_featured .home {float: left; color: #666666; width: 160px; height: 275px; margin-left: 0px; margin-right: 35px; font-size: .75em;}
#dmg_layout_featured .home img {background: #FFF; width: 150px; height: 115px; padding:5px; border: 1px solid #999966;}
#dmg_layout_featured .home ul {margin: 3px; padding: 0;}
#dmg_layout_featured .home li {list-style-type: none; line-height: 14px;}
#dmg_layout_featured .featuredClickHere a{font-size: .875em;}
.home .listing-info .listprice {margin-top: 12px; margin-bottom: 3px; font-size: 1.5em; font-weight: 900;}
.home .listing-info .city {}

/* Browse Markets Formating */
#dmg_layout_markets_wrapper {width: 255px; margin-top: 20px; padding-top: 20px; list-style-type: none; float: left; border-top: 1px dotted #3F3F3F;}
#dmg_layout_markets_wrapper ul {list-style: none;}
#dmg_layout_markets_wrapper li {font-size: .875em;}
#dmg_layout_markets_wrapper h2, #dmg_layout_markets_wrapper h3 {color:#005DAC;
font-size:18px;
margin:0 0 10px;
padding:0;}
#dmg_layout_markets_wrapper li a{}

/* Calendar Formating */
.newListingsCalendar {width: 180px; font-family: sans-serif; font-size: .75em; border: 1px solid black; text-align: center; margin-left: 28px; color: #333;}
.newListingsCalendar thead td {font-weight: bold;} /* Calendar Title (Month Year) */
.newListingsCalendar thead th {font-size: 8pt;} /* Day Headers */
.newListingsCalendar tbody td {background-color: silver;} /* Calendar Day Cells */
.newListingsCalendar tbody a {font-size: .875em; text-decoration: none;} /* Linked Days */
.newListingsCalendar caption {font-size: 11pt; font-weight: bold; color: #1373bc; padding-bottom: 5px; margin-top: 15px;} /* Caption */

/* General Formating */
a:link, a:active, a:visited {color: #1373bc;}
a:hover {color: #000000; text-decoration:none;}

.clearBoth {clear: both}
.clearLeft {clear: left}
.clearRight {clear: right}
.alignCenter {text-align: center;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.graydashed {margin-top: 45px; border-bottom: 1px dashed #999;}
.width800 {width:800px; margin: 10px 80px;}