body { 
	font-family: 'Puritan', sans-serif;
	margin: 0px;
	padding: 0px;
	}

#dmg_layout_wrapper {
	margin: 0px;
	padding: 0px;
	}
	
.floatLeft {
	float: left;
	}
	
.floatRight {
	float: right;
	}
	
.clear {
	clear: both;
	}
	
a:link, a:visited {
	color: #037ace;
	text-decoration: underline;
	}
	
a:hover {
	color: #2e3235;
	}
	
img {
	border: none;
	}
	
/* Banner Styles
=======================================================================*/

#dmg_layout_top {
	background: url(/images/layout50/topBorder.gif) repeat-x top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
#dmg_layout_banner {
	width: 960px;
	margin: auto;
	padding: 0px;
	text-align: left;
	}
	
#dmg_layout_logo {
	border: none;
	margin: 13px 0 0 0; 
	}
	
#dmg_layout_slogan {
	border: none;
	margin: 13px 0 0 0; 
	}
	
#dmg_layout_banner_right {
	width: 710px;
	}
	
/* Homefinder */
	
#dmg_layout_homefinder {
	background: url(/images/layout50/homefinderBg.gif) repeat-x #0163a6;
	width: 395px;
	height: 25px;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url('/shared/htc/PIE.php');
	}
	
#dmg_layout_homefinder h1 {
	margin: 0px 20px 0 0;
	padding: 0px 20px;
	font-family: Palatino, Georgia, Serif;
	font-size: .875em;
	color: #ffffff;
	border-right: 1px solid #085c96;
	float: left;
	line-height: 25px;
	vertical-align: middle;
	}
	
#divMPLoginForm {
	color: #ffffff;
	float: left;
	}
	
#dmg_layout_hfLinks {
	background: url(/images/layout50/hfDot.gif) no-repeat  72px center;
	list-style-type: none;
	margin: 0px;
	}
	
#dmg_layout_agent_login {
	background: url(/images/layout50/agentLoginBg.gif) repeat-x #2c2c2c;
	list-style-type: none;
	padding: 0px 12px;
	margin: 0px;
	height: 25px;
	float: right;
	position: relative;
	-moz-border-radius: 0 0 4px 0;
	-webkit-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
	behavior: url('/shared/htc/PIE.php');
	}
	
#dmg_layout_hf_overview {
	float: left;
	margin: 0 0 0 10px;
	}
	
#dmg_layout_hf_overview .nporttwo {
	font-size: .7em;
	text-transform: capitalize;
	margin-right: 7px;
	}
	
#dmg_layout_hf_overview .port {
	font-size: .7em;
	text-transform: uppercase;
	margin-right: 5px;
	}
	
#dmg_layout_agent_login a {
	line-height: 25px;
	vertical-align: middle;
	}
	
#dmg_layout_homefinder a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .75em;
	text-decoration: none;
	line-height: 25px;
	vertical-align: middle;
	}
	
#dmg_layout_homefinder a:hover {
	color: #98ceed;
	}
	
/* Navigation */

#dmg_layout_navigation, #dmg_layout_navigation ul {
	padding: 0;
	margin: 35px 0 0 0;
	list-style: none;
	}

#dmg_layout_navigation a {
	display: block;
	font-family: Palatino, Georgia, Serif;
	font-size: .875em;
	text-decoration: none;
	color: #494949;
	padding: 7px 10px 5px 10px;
	}
	
#dmg_layout_navigation li:hover a {
	color: #ffffff;
	}

#dmg_layout_navigation li {
	float: left;
	background: url(/images/layout50/greyBtnBg.gif) #f0f4f3 repeat-x;
	margin: 0 11px 0 0;
	}
	
.shadowLink {
	-moz-box-shadow: 1px 1px 3px #cecece;
	-webkit-box-shadow: 1px 1px 3px #cecece;
	box-shadow: 1px 1px 3px #cecece;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url('/shared/htc/PIE.php');
	}
	
#dmg_layout_navigation li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	margin: 0px;
	z-index: 100;
	-moz-box-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 1px 1px 3px #000000;
	box-shadow: 1px 1px 3px #000000;
	}
	
#dmg_layout_navigation li li {
	background: #35393c;
	width: 150px;
	border-radius: 0px;
	}
		
#dmg_layout_navigation li ul li:hover {
	background: #31789e;
	}
	
#dmg_layout_navigation li:hover {
	background: url(/images/layout50/blueBtnBg.gif) #31789e repeat-x;
	}

#dmg_layout_navigation li:hover ul {
	left: auto;
	}
	
#dmg_layout_navigation li:hover ul, #dmg_layout_navigation li.sfhover ul {
	left: auto;
}

/* Social Icons */

#dmg_layout_social_icons {
	border-left: 1px solid #494949;
	padding: 0 0 0 10px;
	}
	
.socialIcon {
	background: none !important;
	margin: 0 !important;
	padding: 2px 0px 2px 11px !important;
	}
	
.socialIcon a {
	padding: 0px !important;
	}
	
/* Phone Number */

#dmg_layout_phone {
	font-family: Palatino, Georgia, Serif;
	color: #4589b4;
	font-size: 1.125em;
	padding: 15px 0 0 0;
	-moz-text-shadow: 2px 2px 2px #cecece;
	-webkit-text-shadow: 2px 2px 2px #cecece;
	text-shadow: 2px 2px 2px #cecece;
	}
	
/* Center Styles
=======================================================================*/

#dmg_layout_center {
	background: url(/images/layout50/bottomGrad.gif) repeat-x bottom;
	text-align: center;
	}
	
#dmg_layout_content {
	width: 960px;
	margin: auto;
	padding: 20px 0 55px 0;
	text-align: left;
	min-height: 481px;
	}
	
#dmg_layout_gbar {
	border-top: 1px solid #8b8d8f;
	border-bottom: 1px sold #ffffff;
	}
	
/* Homepage Main section */

#dmg_layout_home_main {
	background: #ffffff;
	padding: 9px;
	position: relative;
	-moz-box-shadow: 0px 0px 8px #cecece;
	-webkit-box-shadow: 0px 0px 8px #cecece;
	box-shadow: 0px 0px 8px #cecece;
	behavior: url('/shared/htc/PIE.php');
	border: 1px solid #d1d1d1;
	}
	
/* Homepage Quick Search */

#dmg_layout_quick_search {
	width: 380px;
	height: 339px;
	background: url(/images/layout50/qsBg.gif) repeat-x #3d4144;
	}
	
#dmg_layout_quick_search_int {
	border: 1px solid #4d5154;
	margin: 20px;
	padding: 20px;
	float: left;
	-moz-box-shadow: 0px 0px 6px #1f2123 inset;
	-webkit-box-shadow: 0px 0px 6px #1f2123 inset;
	box-shadow: 0px 0px 6px #1f2123 inset;
	}
	
#dmg_layout_quick_search_int h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.875em;
	font-family: Palatino, Georgia, Serif;
	color: #ffffff;
	font-weight: normal;
	text-shadow: 2px 2px 4px #1c1e1f;
	}
	
#dmg_layout_quick_search_int .blue_title {
	color: #6ac2ea;
	}
	
#dmg_layout_quick_search form {
	margin: 0px;
	padding: 0px;
	}
	
#dmg_layout_quick_search form {
	margin: 0px;
	padding: 0px;
	}
	
#dmg_layout_quick_search fieldset {
	display: inline;
	float: left;
	margin: 13px 0 0 0;
	padding: 0px;
	border: none;
	font-family: arial, helvetica, sans-serif;
	}
	
#dmg_layout_quick_search fieldset label {
	display: block;
	color: #ffffff;
	font-size: .75em;
	}
	
#dmg_layout_quick_search fieldset #dmg_layout_intelligent_search {
	width: 295px;
	color: #7c7c7c;
	font-style: italic;
	font-size: .689em;
	}
	
#dmg_layout_quick_search .rightPadding {
	padding-right: 20px;
	}
	
#dmg_layout_quick_search .longSelect select {
	width: 230px;
	}
	
#dmg_layout_quick_search .medSelect select {
	width: 130px;
	}
	
#dmg_layout_quick_search .shortSelect select {
	width: 90px;
	}
	
#dmg_layout_quick_search .submit {
	width: 295px;
	}
	
#dmg_layout_quick_search .submit input {
	margin: 0 10px 0 0;
	}
	
#dmg_layout_quick_search .submit p {
	color: #ffffff;
	font-size: 0.689em;
	padding: 0px;
	margin: 0px;
	}
	
#dmg_layout_quick_search .submit p a:hover, #dmg_layout_quick_search .submit p a:visited {
	color: #83caec;
	}
	
/* Icon hover styles */

#dmg_layout_icons {position:relative; height: 96px; margin: 0px; padding: 0px;}
#dmg_layout_icons li{margin:0;padding:0;list-style:none;position:absolute;top:0;}
#dmg_layout_icons li, #dmg_layout_icons a{height:96px;display:block;}

#dmg_layout_pmicon{left:0px;width: 157px;}
#dmg_layout_pmicon{background:url('/images/layout50/icons.gif') 0 0;}
#dmg_layout_pmicon a:hover{background: url('/images/layout50/icons.gif') 0 -96px;}

#dmg_layout_ficon{left:157px;width: 157px;}
#dmg_layout_ficon{background:url('/images/layout50/icons.gif') -157px 0;}
#dmg_layout_ficon a:hover{background: url('/images/layout50/icons.gif') -157px -96px;}

#dmg_layout_lhicon{left: 314px;width: 157px;}
#dmg_layout_lhicon{background:url('/images/layout50/icons.gif') -314px 0;}
#dmg_layout_lhicon a:hover{background: url('/images/layout50/icons.gif') -314px -96px;}

#dmg_layout_ricon{left: 471px;width: 156px;}
#dmg_layout_ricon{background:url('/images/layout50/icons.gif') -471px 0;}
#dmg_layout_ricon a:hover{background: url('/images/layout50/icons.gif') -471px -96px;}

#dmg_layout_ohmicon{left: 627px;width: 156px;}
#dmg_layout_ohmicon{background:url('/images/layout50/icons.gif') -627px 0;}
#dmg_layout_ohmicon a:hover{background: url('/images/layout50/icons.gif') -627px -96px;}

#dmg_layout_cicon{left: 783px;width: 157px;}
#dmg_layout_cicon{background:url('/images/layout50/icons.gif') -783px 0;}
#dmg_layout_cicon a:hover{background: url('/images/layout50/icons.gif') -783px -96px;}

/* Bottom Homepage */

#dmg_layout_bottom_homepage {
	margin: 50px 10px 0px 10px;
	}

/* Featured Homes */

#dmg_layout_featured {
	margin: 0 0 80px 0;
	}

#dmg_layout_featured h1 {
	font-size: 1em;
	font-family: Palatino, Georgia, Serif;
	color: #33373a;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	}
	
	
#dmg_layout_featured span {
	color: #d31145;
	}

#carousel-wrapper {
    width: 835px;
    height: 150px;
    overflow: hidden;
    float: left;
    margin: 0px 8px;
}
#carousel-content {
    width: 4500px;
}
#carousel-content .slide {
    float: left;
    width: 150px;
    height: 98px;
    border: 1px solid #d1d1d1;
    text-align: center;
    font-size: 0.750em;
    text-transform: uppercase;
    color: #3d4144;
    margin: 12px 9px 0 9px
	}

#carousel-content .slide img {
	width: 140px;
	height: 90px;
	background: #ffffff;
	-moz-box-shadow: 0px 0px 5px #bcbcbc;
	-webkit-box-shadow: 0px 0px 5px #bcbcbc;
	box-shadow: 0px 0px 5px #bcbcbc;
	padding: 4px;
	margin: 0 0 5px 0;
	}
	
#dmg_layout_left_arrow {
	float: left;
	}
	
#dmg_layout_right_arrow {
	float: right;
	}
	
#dmg_layout_left_arrow img, #dmg_layout_right_arrow img {
	border: 0px;
	margin-top: 45px;
	}
	
/* Homepage Paragraph */

#dmg_layout_homepage_para {
	width: 470px;
	}
	
#dmg_layout_homepage_para h1 {
	font-family: Palatino, Georgia, Serif;
	color: #2e3235;
	font-size: 1.5em;
	padding: 0px;
	margin: 0 0 20px 0;
	}
	
#dmg_layout_homepage_para p {
	font-size: .75em;
	color: #2e3235;
	line-height: 1.75em;
	padding: 0 0 20px 0;
	margin: 0px;
	}
	
/* Bottom Right */

#dmg_layout_homepage_right {
	width: 410px;
	}
	
/* Featured Open House */

#dmg_layout_featured_open {
	width: 410px;
	height: 215px;
	background: url(/images/layout50/openBg.gif) repeat-x #eeeeee;
	padding: 0px;
	margin: 20px 0 0 0;
	position:relative;
    display: block;
    overflow: hidden;

	}
	
#dmg_layout_featured_open h1 {
	color: #626568;
	font-size: 1.500em;
	font-family: Palatino, Georgia, Serif;
	font-weight: bold;
	margin: 5px 0px 15px 5px;
	padding: 0px;
	}

#dmg_layout_featured_open p {
	color: #414141;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
#dmg_layout_featured_open div {
    position:absolute;
    top: 0px;
    left: 0px;
    display:block;
    list-style-type:none;
    width: 380px;
    height: 185px;
    margin: 15px;
	}
	
.openPhoto {
	padding: 5px;
	background: #ffffff;
	margin: 0 12px 0 0;
	width: 185px;
	height: 143px;
	float: left;
	-moz-box-shadow: 1px 1px 5px #757575;
	-webkit-box-shadow: 1px 1px 5px #757575;
	box-shadow: 1px 1px 5px #757575;
	border: 1px solid #757575;
	}
	
/* Footer Styles
=======================================================================*/

#dmg_layout_bottom {
	text-align: center;
	background: #ededed;
	}
	
#dmg_layout_footer {
	width: 950px;
	margin: auto;
	padding: 25px 0px;
	text-align: left;
	}
	
#dmg_layout_footer a:link, #dmg_layout_footer a:visited {
	color: #4383b1;
	}

#dmg_layout_footer a:hover {	
	color: #2e3235;
	}
	
#dmg_layout_footer_links {
	width: 380px;
	}

#dmg_layout_footer h1 {	
	font-family: Palatino, Georgia, Serif;
	color: #4589b4;
	font-size: 1.125em;
	padding: 15px 0 0 0;
	text-shadow: 2px 2px 2px #cecece;
	margin:  0 0 15px 0;
	padding: 0px;
	}
	
#dmg_layout_footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
/* Offices */
	
#dmg_layout_offices h2 {
	font-size: .875em;
	margin: 0 0 10px 0;
	padding: 0px;
	}
	
#dmg_layout_offices h2 a {
	text-decoration: none;
	margin: 0;
	padding: 0px;
	}
	
#dmg_layout_offices ul {
	float: left;
	margin: 0 50px 0 0;
	}
	
#dmg_layout_offices li {
	font-size: .875em;
	}

#dmg_layout_offices .phoneStart {
	margin: 10px 0 0 0;
	padding: 0px;
	}
	
#dmg_layout_offices .phoneTitle {
	font-weight: bold;
	margin: 0 20px 0 0;
	}
	
#dmg_layout_offices .dmg_layout_address {
	font-size: .750em;
	}
	
#dmg_layout_offices .num {
	text-transform: uppercase;
	}
	
	
/* Footer Links */
	
#dmg_layout_footer_links li {
	display: inline;
	}
	
#dmg_layout_footer_links li ul {
	float: left;
	margin: 0 30px 0 0;
	}
	
#dmg_layout_footer_links a {
	font-size: .750em;
	}
	
#dmg_layout_footer_links li ul li {
	display: block;
	padding: 0 0 4px 0;
	}
	
/* Disclaimer */

#dmg_layout_footer_bottom {
	border-top: 1px solid #d5d5d5;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	}

#dmg_layout_disclaimer_logos li {
	display: inline;
	margin: 0 10px 30px 0;
	}
	
#dmg_layout_disclaimer {
	width: 540px;
	}
	
#dmg_layout_disclaimer ul {
	margin: 0px ;
	padding: 0px;
	}
	
#dmg_layout_disclaimer li {
	display: inline;
	font-size: .750em;
	color: #8f9193;
	}
	
#dmg_layout_disclaimer a:link, #dmg_layout_disclaimer a:visited {
	color: #8f9193;
	}
	
#dmg_layout_disclaimer a:hover {
	color: #4383b1;
	}
	
#dmg_layout_disclaimer p {
	color: #8f9193;
	font-size: .750em;
	margin: 0px;
	padding: 0px;
	}
	
.dmg_shared_copyright {
	color: #8f9193;
	font-size: .750em;
	margin: 0px;
	padding: 0px;
	}
	
#dmg_layout_logos li {
	display: inline;
	margin: 0 0 0 10px;
	}
	
	
/* Interior Content Styles
=======================================================================*/

.dmg_layout_interior_content h1 {
	font-family: Palatino, Georgia, Serif;
	color: #4589b4;
	font-size: 2em;
	border-bottom: 1px solid #d1d1d1;
	}
	
.dmg_layout_interior_content h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #4589b4;
	}
	
.dmg_layout_interior_content h3 {
	font-size: 1em;
	color: #404345;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
.dmg_layout_interior_content p {
	font-size: .875em;
	color: #404345;
	margin: 0;
	}
	
.dmg_layout_interior_content.dmg_custom_content p {
	line-height: 1.5em;
	margin: 0 0 20px 0;
	}	
	
.dmg_layout_interior_content ul {
	margin-right: 30px;
	}
	
.dmg_layout_interior_content ol li {
	display: block;
	font-size: .875em;
	padding: 0 0 10px 0;
	list-style-type: decimal;
	}
	
.dmg_layout_interior_content li {
	font-size: .875em;
	}
	
.dmg_layout_interior_content.dmg_custom_content li {
	line-height: 1.75em;
	font-size: .875em;
	}	
	
.dmg_layout_interior_content li li {
	font-size: 1em;
	}
	
.dmg_layout_interior_content {
	background: #ffffff;
	-moz-box-shadow: 0px 0px 8px #cecece;
	-webkit-box-shadow: 0px 0px 8px #cecece;
	box-shadow: 0px 0px 8px #cecece;
	behavior: url('/shared/htc/PIE.php');
	position: relative;
	border: 1px solid #d1d1d1;
	padding: 10px;
	}
	
.dmg_layout_interior_center {
	padding: 20px 0 50px 0;
	}
	
.photoRight {
	-moz-box-shadow: 0px 0px 4px #cecece;
	-webkit-box-shadow: 0px 0px 4px #cecece;
	box-shadow: 0px 0px 4px #cecece;
	behavior: url('/shared/htc/PIE.php');
	border: 1px solid #d1d1d1;
	background: #ffffff;
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 7px;
	}
	
.dmg_contact_item {
	clear: both;
	padding: 0 0 20px 0;
	height: 130px;
	}
	