@charset "UTF-8";

/* Start Basics - CSS */

* { margin:0; padding:0; }

h2, h3, h4, h6 {
	font-family: 'Copse', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h5, p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
}

body {
	background-color: #001F5A;	
}

a:active, a:focus {
    outline: none;
}

img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

img a {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.clear {
    height: 0px;
    clear: both;
}

.photo_edge {
	margin: 4px;
	border: 3px solid #FFFFFF;
	box-shadow: rgba(0,0,0, 0.4) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.4) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.4) 0px 0px 6px;
}

.photo_edge:hover {
	margin: 4px;
	border: 3px solid #AEA892;
	box-shadow: rgba(0,0,0, 0.4) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.4) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.4) 0px 0px 6px;
}

.right {
	float: right;
	margin: 3px 10px;
	border: 3px solid #FFFFFF;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
}

.left {
	float: left;
	margin: 3px 10px;
	border: 3px solid #FFFFFF;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
}

blockquote {
	margin-left: 25px;
	margin-right: 25px;
}

.photo_border_box {
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;	
}

.photo_border_box:hover {
	border: 3px solid #839CAA;
}

small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 3px;	
}

.shadow {
	float: left;
	box-shadow: rgba(0,0,0, 0.3) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 6px;
}

/* End Basics - CSS */



/* start of wrappers */


#wrapper {
	margin: 0px auto;
	width: 100%;
}

#wrapper_top {
	float: left;
	clear: both;
	width: 100%;
	background-color: #CFC4A7;
}

#wrapper_top_home {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(../images/bg_home_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


#wrapper_top_template {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(../images/bg_template_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#top_content {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#wrapper_footer {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(../images/bg_repeat_footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#footer {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* end of wrappers */


/* start of nav */


#nav_area {
	float: left;
	margin-top: 12px;
	width: 1000px;
	height: 95px;
	overflow: visible;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	position: relative;
	z-index: 999;
}

#nav_area_holder {
	width: 1000px;
	height: 95px;
	position: relative;
}

#nav01 {
	width: 537px;
	height: 43px;
	float: left;
	margin-left: 21px;
	margin-top: 24px;
	position: absolute;
	z-index: 1000;
}

#nav01 ul {
	display: block;
	float: left;
	width: 537px;
	height: 43px;
	list-style: none;
	z-index: 1000;
}

#nav01 ul li {
    display: block;
    float: left;
	height: 43px;
    text-indent: -10000px;
	z-index: 1000;
}

#nav01 ul li a {
    display: block;
    width: 100%;
    height: 100%;
	z-index: 1000;
}

#nav01_about {
    width: 76px;
}

#nav01_neighborhoods {
    width: 131px;
}

#nav01_gallery {
    width: 79px;
}

#nav01_homebuyers {
    width: 168px;
}

#nav01_contact {
    width: 83px;
}

#nav01_about a:hover {
    background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: -21px -119px;
}

#nav01_neighborhoods a:hover {
    background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: -97px -119px;
}

#nav01_gallery a:hover {
    background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: -228px -119px;
}

#nav01_homebuyers a:hover {
    background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: -307px -119px;
}

#nav01_contact a:hover {
    background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: -475px -119px;
}

#nav01 ul li ul {
	display: none;
	float: none;
	position: relative;
	top: -5px;
	width: 225px;
	height: auto;
	z-index: 1000;
	color: #FFFFFF;
	border: 6px solid #FFFFFF;
	box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #FFF;
}

#nav01 ul li:hover ul {
    display: block;	
}

#nav01 ul li ul li {
	background-image: url(../images/fade02.png);
	background-color: #002C7F;
	color: #FFF;
	display: block;
	float: none;
	height: 30px;
	text-indent: 8px;
	background-repeat: repeat-x;
	background-position: left top;
	box-shadow: rgba(0,0,0, 0.6) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.6) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.6) 0px 0px 6px;
}

#nav01 ul li ul li a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-indent: 8px;
	line-height: 30px;
	display: block;
	text-decoration: none;
	background: none;
}

#nav01 ul li ul li a:hover {
	background: #001B4F url(../images/fade02.png) repeat-x left top;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

#nav02 {
	width: 432px;
	height: 27px;
	float: left;
	margin-left: 558px;
	margin-top: 42px;
	position: absolute;
	z-index: 999;
}

#nav02 ul {
	display: block;
	float: left;
	width: 432px;
	height: 27px;
	list-style: none;
}

#nav02 ul li {
    display: block;
    float: left;
	height: 27px;
    text-indent: -10000px;
}

#nav02 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#nav02_warranty {
    width: 90px;
}

#nav02_green {
    width: 107px;
}

#nav02_realtors {
    width: 117px;
}

#nav02_notebook {
    width: 118px;
}

#nav02_warranty a:hover {
    background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: -558px -137px;
}

#nav02_green a:hover {
    background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: -648px -137px;
}

#nav02_realtors a:hover {
    background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: -755px -137px;
}

#nav02_notebook a:hover {
    background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: -872px -137px;
}


/* end of nav */


/* start of home_slideshow */


#home_slidearea {
	float: left;
	clear: both;
	width: 1000px;
	height: 440px;
	position: relative;
	background-image: url(../images/home_slide_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;	
}

#home_slidearea_inner {
	float: left;
	clear: both;
	width: 659px;
	height: 353px;
	margin-left: 306px;
	margin-top: 18px;
	overflow: hidden;
}

#home_slide {
	float: left;
	width: 659px;
	height: 353px;
	position: relative;
	z-index: 1;
}

#home_slide h2 {
	font-size: 21px;
	color: #E9E0C7;
	text-decoration: none;
	padding-top: 4px;
	text-shadow: 0px 0px 5px #000000;
}

#home_slide h5 {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
	padding-top: 4px;
	text-shadow: 0px 0px 5px #000000;
}

#home_slide_inforow {
	position: absolute;
	width: 620px;
	height: 40px;
	top: 298px;
	left: 19px;
	z-index: 100;
}

.home_slide_inforow_col01 {
	float: left;
	width: 228px;
	height: 40px;
	margin-right: 9px;
	text-align: right;
}

.home_slide_inforow_col02 {
	float: left;
	width: 193px;
	height: 40px;
	margin-right: 19px;
	text-align: left;
}

.home_slide_inforow_col03 {
	float: left;
	width: 171px;
	height: 40px;
}

.home_slide_inforow_btn a {
	width: 171px;
	height: 40px;
	display: block;
	text-indent: -5000px;
}

.home_slide_navarea {
	float: left;
	width: 640px;
	height: 33px;
	margin-left: 325px;
	margin-top: 10px;
}

.home_slide_navigation_box {
	float: right;
	margin: 6px 22px 0 0;
}

.home_slide_navigation_box a {
	color: #333333;
	text-decoration: none;
	display: block;
	width: 24px;
	height: 24px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	margin: 3px;
	background-color: #CFC4A7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../images/fade.png);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
}

.home_slide_navigation_box a:hover {
	color: #FFF;
	background-color: #627988;
}

.home_slide_navigation_box a.activeSlide {
	color: #FFF;
	background-color: #62583B;
}

/* end of home_slideshow */


/* start of footer */

.footer_left {
	float: left;
	width: 698px;
	margin-bottom: 25px;
	margin-left: 10px;
	margin-right: 40px;
	margin-top: 47px;
}

.footer_right {
	float: left;
	width: 242px;
	margin-bottom: 25px;
	margin-top: 47px;
}

#footer p {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}

#footer h5 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

#footer a {
	font-weight: bold;
	color: #6793B9;
	text-decoration: none;	
}
	
#footer a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.foot_space {
	margin-left: 5px;
	margin-right: 5px;
}

.footer_textarea {
	float: left;
	width: 678px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4B6B86;
	border-bottom-color: #4B6B86;	
}

.footer_contactarea {
	float: left;
	width: 222px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4B6B86;
	border-bottom-color: #4B6B86;	
}

.footer_social {
	float: left;
	width: 242px;
	height: 35px;
	background-image: url(../images/footer_social.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4B6B86;
}

.footer_social_connected {
	float: left;
	width: 228px;
	height: 35px;
	background-image: url(../images/footer_social.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.footer_social_module {
	float: left;
	width: 33px;
	height: 32px;
	margin-top: 5px;
}

.footer_social_module_btn a {
	width: 33px;
	height: 32px;
	display: block;
	text-indent: -5000px;
}

.bdlogo_box {
	float: left;
	width: 180px;
	height: 35px;
}

.bdlogo a {
	width: 180px;
	height: 35px;
	background-image: url(../images/logo_bd.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
}


/* end of footer */


/* new code */

#home_content {
	float: left;
	clear: both;
	width: 1000px;
	background-image: url(../images/bg_home_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.home_left {
	float: left;
	width: 378px;
	padding-top: 22px;
	background-image: url(../images/newhome_lefttop.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.home_left_content {
	float: left;
	width: 355px;
	margin-left: 23px;
}

.home_left_content_btnarea {
	float: left;
	width: 355px;
	margin-bottom: 10px;
}

.home_left_content_connected {
	float: left;
	width: 337px;
	margin-left: 8px;
}

.home_content_maparea {
	float: left;
	width: 622px;
	background-image: url(../images/newhome_map02.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.home_content_maparea_top {
	float: left;
	width: 622px;
	height: 65px;
	background-image: url(../images/newhome_map01.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.home_content_maparea_content {
	float: left;
	width: 554px;
	height: 416px;
	margin-left: 30px;	
}

.home_content_maparea_key {
	float: left;
	width: 622px;
	height: 85px;
	background-image: url(../images/newhome_map03.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.home_right {
	float: left;
	width: 622px;
}

.home_right_mapbox {
	float: left;
	width: 622px;
	background-image: url(../images/newhome_map02.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.home_right_mapbox_toparea {
	float: left;
	width: 622px;
	height: 65px;
	background-image: url(../images/newhome_map01.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.home_right_mapbox_neighborhood_btn {
	width: 199px;
	height: 37px;
	float: left;
	margin-left: 377px;
	margin-top: 10px;
	text-indent: -5000px;
	display: block;
}

.home_right_mapbox_contentarea {
	float: left;
	width: 554px;
	height: 482px;
	margin-left: 30px;
}

.home_right_mapbox_keyarea {
	float: left;
	width: 622px;
	height: 85px;
	background-image: url(../images/newhome_map03.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.home_right_textarea {
	float: left;
	width: 622px;
	background-image: url(../images/newhome_textbox.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.home_right_textarea_col01 {
	float: left;
	width: 325px;
	margin-left: 27px;
	margin-top: 30px;
}

.home_right_textarea_col02 {
	float: left;
	width: 229px;
	margin-left: 10px;
	margin-top: 8px;
}


.upcoming_left {
	float: left;
	width: 250px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

.upcoming_left_module {
	float: left;
	width: 250px;
	margin-bottom: 25px;	
}

.upcoming_left_col01 {
	float: left;
	width: 25px;
}

.upcoming_left_col02 {
	float: left;
	width: 225px;
}

.upcoming_right {
	float: left;
	width: 350px;
	margin-top: 20px;
}

/* new code */


/* start of home */


#home_content {
	float: left;
	clear: both;
	width: 1000px;
	background-image: url(../images/bg_home_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

#home_content_inner {
	float: left;
	clear: both;
	width: 1000px;
	background-image: url(../images/home_mapbox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.home_content_left {
	float: left;
	width: 351px;
	margin-left: 29px;
	margin-right: 28px;
	margin-top: 26px;
}

.home_content_right {
	float: left;
	width: 554px;
}

.home_content_right_col01 {
	float: left;
	width: 347px;
	height: 46px;
}

.home_content_right_col02 {
	float: left;
	width: 199px;
	height: 37px;
	margin-top: 9px;
}

.home_map_btn a {
	width: 199px;
	height: 37px;
	text-indent: -5000px;
	display: block;
}

#home_map_header {
	width: 347px;
	height: 46px;
	text-indent: -5000px;
}

#home_map {
	float: left;
	width: 554px;
	height: 417px;
	margin-top: 19px;
}

.home_btnbox01 {
	float: left;
	width: 351px;
	height: 133px;
}

.home_btn01 a {
	width: 351px;
	height: 133px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/home_btn_find.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.home_btn_gallery {
	float: left;
	width: 351px;
	height: 119px;
	background-image: url(../images/home_btn_gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.home_btn_gallery_box01 {
	float: left;
	width: 116px;
	height: 70px;
	margin-left: 18px;
	margin-top: 41px;
}

.home_btn_gallery_box01_btn a {
	width: 116px;
	height: 70px;
	text-indent: -5000px;
	display: block;
}

.home_btn_gallery_box02 {
	float: left;
	width: 105px;
	height: 70px;
	margin-top: 41px;
}

.home_btn_gallery_box02_btn a {
	width: 105px;
	height: 70px;
	text-indent: -5000px;
	display: block;
}

.home_btn_gallery_box03 {
	float: left;
	width: 105px;
	height: 70px;
	margin-top: 41px;
}

.home_btn_gallery_box03_btn a {
	width: 105px;
	height: 70px;
	text-indent: -5000px;
	display: block;
}

.home_btnbox03 {
	float: left;
	width: 176px;
	height: 109px;
}

.home_btn03 a {
	width: 176px;
	height: 109px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/home_btn_realtors.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.home_btnbox04 {
	float: left;
	width: 175px;
	height: 109px;
}

.home_btn04 a {
	width: 175px;
	height: 109px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/home_btn_notebook.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.home_btnbox05 {
	float: left;
	width: 351px;
	height: 120px;
}

.home_btn05 a {
	width: 351px;
	height: 120px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/home_btn_homes.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.home_lowerarea {
	float: left;
	width: 946px;
	margin-left: 29px;
	background-image: url(../images/home_lower_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 24px;
}

.home_lowerarea {
	float: left;
	width: 946px;
	margin-left: 29px;
	background-image: url(../images/home_lower_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 24px;
}

.home_lowerarea_col01 {
	float: left;
	width: 426px;
	margin-left: 20px;
	margin-right: 17px;
}

.home_lowerarea_col02 {
	float: left;
	width: 228px;
	margin-right: 17px;
}

.home_lowerarea_col03 {
	float: left;
	width: 228px;
}

#home_content p {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;		
}

#home_content h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;		
}

#home_content h3 {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #001F5A;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-bottom: 5px;
	box-shadow: rgba(0,0,0, 0.5) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	letter-spacing: 1px;
}

#home_content h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#home_content h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;	
}

#home_content h6 {
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #999;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-bottom: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#home_content a {
	font-weight: bold;
	color: #002C5F;
	text-decoration: none;
}

#home_content a:hover {
	font-weight: bold;
	color: #002C5F;
	text-decoration: underline;
}


.aml_text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-size: 15px;
	color: #465F1A;
}

.list01 {
	color: #333333;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
}

.list01 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px;
	list-style: none;
}


.list02 {
	color: #333333;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
}

.list02 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px;
	list-style: square url(none) inside;
}

.list02 li:last-child {
	border-bottom-width: 0px;
}

.blog_btnbox {
	float: left;
	width: 156px;
	height: 37px;
	margin-top: 7px;
}

.blog_btn a {
	width: 156px;
	height: 37px;
	text-indent: -5000px;
	display: block;
	background-image: url(../images/btn_gotoblog.png);
	background-repeat: no-repeat;
	background-position: left top;	
}


/* end of home */


/* start of template */


#template_content {
	float: left;
	clear: both;
	width: 1000px;
}

#content {
	float: left;
	clear: both;
	width: 1000px;
	background-image: url(../images/bg_template_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

#header {
	position: relative;	
	z-index: 0;
	width: 1000px;
	height: 253px;
	background-image: url(../images/bg_template_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.header_slidebox {
	float: left;
	width: 674px;
	height: 201px;
	margin-left: 315px;
}

#sidebar {
	float: left;
	width: 260px;
	margin-left: 36px;
	margin-right: 10px;
	background-image: url(../images/bg_sidebar_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.sidebar_edge {
	width: 260px;
	height: 41px;
	background-image: url(../images/bg_template_sidebar_edge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main {
	float: left;
	width: 658px;
}

#content p {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;		
}

#content h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;		
}

#content h3 {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #001F5A;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-bottom: 5px;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	letter-spacing: 1px;
	text-shadow: 0px 0px 3px #666;
}

#content h4 {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-bottom: 6px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#content h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;	
}

#content h6 {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-color: #C2CACD;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-bottom: 10px;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	letter-spacing: 1px;
}

#content a {
	font-weight: bold;
	color: #002C5F;
	text-decoration: none;
}

#content a:hover {
	font-weight: bold;
	color: #002C5F;
	text-decoration: underline;
}

#pageheader h2 {
	font-size: 32px;
	font-weight: normal;
	color: #314455;
	text-decoration: none;
	background-image: url(../images/bg_pageheader.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 23px;
	text-shadow: 1px 1px 3px #999;		
}

.sidebar_module {
	float: left;
	width: 237px;
	margin-bottom: 20px;
}

.sidebar_btnbox_find {
	float: left;
	width: 237px;
	height: 120px;
}

.sidebar_btnbox_homes {
	float: left;
	width: 237px;
	height: 101px;
}

.sidebar_btnbox_realtors {
	float: left;
	width: 237px;
	height: 101px;
}

.sidebar_btnbox_notebook {
	float: left;
	width: 237px;
	height: 101px;
}

.sidebar_btnbox_gallery {
	float: left;
	width: 237px;
	height: 111px;
	background-image: url(../images/sidebar_btn_gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;	
}

.sidebar_btnbox_gallery_module {
	float: left;
	width: 70px;
	height: 74px;
	margin-top: 29px;	
}

.sidebar_btn_gallery a {
	width: 70px;
	height: 74px;
	display: block;
	text-indent: -5000px;	
}

.sidebar_btn_find a {
	width: 237px;
	height: 120px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/sidebar_btn_find.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.sidebar_btn_homes a {
	width: 237px;
	height: 101px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/sidebar_btn_homes.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.sidebar_btn_realtors a {
	width: 237px;
	height: 101px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/sidebar_btn_realtors.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.sidebar_btn_notebook a {
	width: 237px;
	height: 101px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/sidebar_btn_notebook.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.sidebar_btn_find a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);	
}

.sidebar_btn_homes a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);	
}

.sidebar_btn_realtors a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);	
}

.sidebar_btn_notebook a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);	
}

.col_left {
	float: left;
	width: 460px;
	margin-top: 10px;
}

.col_right {
	float: left;
	width: 198px;
	background-image: url(../images/rightcol02.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.col_right_top {
	width: 198px;
	height: 28px;
	background-image: url(../images/rightcol01.jpg);
	background-repeat: no-repat;
	background-position: left top;	
}

.col_right_edge {
	width: 198px;
	height: 28px;
	background-image: url(../images/rightcol03.jpg);
	background-repeat: no-repat;
	background-position: left top;	
}

.col_right_content {
	float: left;
	width: 145px;
	margin-left: 27px;	
}

#sidenav li {
	list-style-type: none;
	display: block;
	background-color: #455F1A;
	margin: 6px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 4px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 4px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sidenav li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 16px;
	padding: 6px 10px;
	list-style-type: none;
}

#sidenav li a:hover {
	background-color: #061945;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
}

.sidenav li {
	list-style-type: none;
	display: block;
	background-color: #3C5667;
	margin: 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/fade02.png);
	background-repeat: repeat-x;
	background-position: left top;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 4px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 4px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.sidenav li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 14px;
	padding: 7px;
	list-style-type: none;
}

.sidenav li a:hover {
	background-color: #061945;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	background-image: url(../images/fade02.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#sidenav ul ul{
	background:none;
	margin-left: 5px;
	background-image:none;
}

.social_box {
	float: left;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 20px;
	padding-top: 10px;
	width: 460px;
}

.social_box_row {
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

.lightbox {
	float: left;
	width: 449px;
	margin-bottom: 10px;
}

/* end of template */


/* start of content */

.bigmap_box {
	float: left;
	width: 658px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(../images/big_mapbox02.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.bigmap_box_top {
	width: 658px;
	height: 23px;
	background-image: url(../images/big_mapbox01.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.bigmap_box_edge {
	width: 658px;
	height: 23px;
	background-image: url(../images/big_mapbox03.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.bigmap_box_content {
	float: left;
	width: 611px;
	height: 560px;
	margin-left: 23px;	
}

.neighborhood_module {
	float: left;
	width: 219px;
	background-image: url(../images/neighborhood_module02.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.neighborhood_module_top {
	width: 219px;
	height: 28px;
	background-image: url(../images/neighborhood_module01.jpg);
	background-repeat: no-repat;
	background-position: left top;	
}

.neighborhood_module_edge {
	width: 219px;
	height: 28px;
	background-image: url(../images/neighborhood_module03.jpg);
	background-repeat: no-repat;
	background-position: left top;	
}

.neighborhood_module_content {
	float: left;
	width: 165px;
	margin-left: 27px;	
}

.neighborhood_module_content_row01 {
	float: left;
	width: 165px;
	height: 300px;
}

.neighborhood_module_content_row02 {
	float: left;
	width: 165px;
	height: 40px;
}

.btn_visitneighborhood a {
	width: 165px;
	height: 40px;
	background-image: url(../images/btn_visitneighborhood.jpg);
	background-repeat: no-repat;
	background-position: left top;
	text-indent: -5000px;
	display: block;	
}

.btn_visitneighborhood a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);	
}

#neighborhood_header {
	float: left;
	clear: both;
	width: 658px;
	background-image: url(../images/neighborhood_header02.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.neighborhood_header_top {
	width: 658px;
	height: 30px;
	background-image: url(../images/neighborhood_header01.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.neighborhood_header_edge {
	width: 658px;
	height: 22px;
	background-image: url(../images/neighborhood_header03.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.neighborhood_header_content {
	float: left;
	width: 594px;
	margin-left: 32px;	
}

.neighborhood_header_content_col01, .neighborhood_header_content_col02 {
	float: left;
	width: 187px;
	margin-right: 10px;	
}

.neighborhood_header_content_col03 {
	float: left;
	width: 187px;
}

.neighborhood_header_navbox {
	float: left;
	width: 658px;
	height: 55px;
	background-image: url(../images/neighborhood_header_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;		
}

#neighborhood_nav {
	float: left;
	width: 641px;
	height: 49px;
	margin-left: 9px;		
}

#neighborhood_nav ul {
	display: block;
	float: left;
	width: 641px;
	height: 49px;
	list-style: none;
}

#neighborhood_nav ul li {
    display: block;
    float: left;
	height: 49px;
    text-indent: -10000px;
}

#neighborhood_nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#neighborhood_nav_plans {
    width: 127px;
}

#neighborhood_nav_homes {
    width: 214px;
}

#neighborhood_nav_overview {
    width: 107px;
}

#neighborhood_nav_info {
    width: 193px;
}

#neighborhood_nav_plans a:hover {
    background-image: url(../images/neighborhood_header_nav.jpg);
	background-repeat: no-repeat;
	background-position: -9px -55px;
}

#neighborhood_nav_homes a:hover {
    background-image: url(../images/neighborhood_header_nav.jpg);
	background-repeat: no-repeat;
	background-position: -136px -55px;
}

#neighborhood_nav_overview a:hover {
    background-image: url(../images/neighborhood_header_nav.jpg);
	background-repeat: no-repeat;
	background-position: -350px -55px;
}

#neighborhood_nav_info a:hover {
    background-image: url(../images/neighborhood_header_nav.jpg);
	background-repeat: no-repeat;
	background-position: -457px -55px;
}

.floorplan_results {
	float: left;
	width: 658px;
	background-image: url(../images/floorplans_results01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;	
}

.floorplan_results_content {
	float: left;
	width: 598px;
	margin-left: 29px;
	margin-top: 29px;	
}
.green_module {
	float: left;
	width: 116px;
	margin-right: 10px;	
}

.floorplan_results_content_left {
	float: left;
	width: 116px;
	margin-right: 10px;
}

.floorplan_results_content_right {
	float: left;
	width: 472px;	
}

.floorplan_results_content_right_toprow {
	float: left;
	width: 472px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-bottom: 10px;	
}

.floorplan_results_content_col01 {
	float: left;
	width: 137px;
	margin-right: 10px;	
}

.floorplan_results_content_col01b {
	float: left;
	width: 284px;
	margin-right: 10px;	
}

.floorplan_results_content_col02 {
	float: left;
	width: 137px;
	margin-right: 10px;	
}

.floorplan_results_content_col03 {
	float: left;
	width: 178px;
}

.floorplan_results_edge {
	width: 658px;
	height: 32px;
	background-image: url(../images/floorplans_results02.jpg);
	background-repeat: no-repeat;
	background-position: left top;		
}

.overview_map_module {
	float: left;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 460px;
}

.overview_map_module_col01 {
	float: left;
	margin-right: 10px;
	width: 160px;
}

.overview_map_module_col02 {
	float: left;
	width: 290px;
	height: 250px;
}

.sort_box {
	float: left;
	width: 423px;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 27px;
	background-image: url(../images/sort_box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.calc_btn_box {
	float: left;
	width: 189px;
	height: 79px;
}

.calc_btn a {
	width: 189px;
	height: 79px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/btn_calculator.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.calc_btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);	
}

.specs_module {
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 145px;		
}

.warranty_col {
	float: left;
	width: 310px;
	margin-right: 20px;
}

.warranty_form_col {
	float: left;
	width: 280px;
	padding: 15px;
	background-color: #EBEDF3;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #CCC;
}

.careers_module {
	float: left;
	width: 550px;
	padding: 15px;
	background-color: #EBEDF3;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
	margin-top: 10px;
}

.green_module {
	float: left;
	width: 610px;
	padding: 15px;
	background-color: #CBD5A9;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #7B9057;
	margin-bottom: 15px;
	margin-top: 10px;
}

.signup_box {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-top: 15px;
}

.realtors_corner_navbox {
	width: auto;
	float: left;
	padding: 15px;
	box-shadow: rgba(0,0,0, 0.6) 0px 0px 10px;
	-moz-box-shadow: rgba(0,0,0, 0.6) 0px 0px 10px;
	-webkit-box-shadow: rgba(0,0,0, 0.6) 0px 0px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #FFF;
	margin-bottom: 15px;
	margin-top: 10px;
}

.realtors_info_module {
	float: left;
	width: 365px;
	padding: 15px;
	background-color: #EBEDF3;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
	margin-top: 10px;
}

.dashboard_col01 {
	float: left;
	width: 160px;
	margin-right: 10px;
}

.dashboard_col02 {
	float: left;
	width: 160px;
	margin-right: 5px;
}

.dashboard_section {
	float: left;
	width: 658px;
	margin-bottom: 20px;
	background-image: url(../images/comm_module_bottomedge.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;	
}

.dashboard_module {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.notebook_btnbox_submit {
	float: left;
	width: 132px;
	height: 100px;
}

.notebook_btnbox_print {
	float: left;
	width: 132px;
	height: 100px;
}

.notebook_btn_submit a {
	width: 132px;
	height: 100px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/notebook_btn_submit.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.notebook_btn_print a {
	width: 132px;
	height: 100px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/notebook_btn_print.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.notebook_btn_submit a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.notebook_btn_print  a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.process_box {
	float: left;
	width: 658px;
	background-image: url(../images/process02.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	color: #4D6774;
}

.process_box_top {
	width: 658px;
	height: 31px;
	background-image: url(../images/process01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.process_box_edge {
	width: 658px;
	height: 31px;
	background-image: url(../images/process03.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.process_box_col01 {
	float: left;
	width: 193px;
	margin-left: 22px;
	margin-right: 42px;
}

.process_box_col02 {
	float: left;
	width: 368px;
}

.testimonial_box {
	float: left;
	width: 450px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.vendor_logos {
	float: left;
	width: 200px;
	height: 110px;
}

#maptac_box {
	float: left;
	width: 250px;
	padding: 15px;
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: rgba(0,0,0, 0.6) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.6) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.6) 0px 0px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

#maptac_box h4 {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-bottom: 6px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#maptac_box p {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;	
}

.upcoming_left {
	float: left;
	width: 250px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

.upcoming_left_module {
	float: left;
	width: 250px;
	margin-bottom: 25px;	
}

.upcoming_left_col01 {
	float: left;
	width: 25px;
}

.upcoming_left_col02 {
	float: left;
	width: 225px;
}

.upcoming_right {
	float: left;
	width: 350px;
	margin-top: 20px;
}

#gallery {
	padding: 5px;
  }
  
#descriptions {
	position: relative;
	height: 50px;
	background: #EEE;
	margin-top: 10px;
	width: 648px;
	padding: 10px;
	overflow: hidden;
}

#descriptions .ad-image-description {
	position: absolute;
}

#descriptions .ad-image-description .ad-description-title {
	display: block;
}




/* end of content */


/* start of forms */


#input, #textarea, .input, .input_slider, .formNameColumn {
	padding: 4px 5px;
	border: 1px solid #999999;
	outline: 0;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	width: 190px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
}

.textarea02 {
	padding: 9px;
	border: 1px solid #999999;
	outline: 0;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	width: 300px;
	height: 300px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
}

#textarea { 
	width: 300px;
	max-width: 300px;
	height: 150px;
	line-height: 150%;
}

#textarea02 {
	width: 260px;
	max-width: 260px;
	height: 110px;
	line-height: 150%;
}


.textarea_slider {
	padding: 9px;
	border: 1px solid #999999;
	outline: 0;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	width: 200px;
	height: 175px;
	line-height: 150%;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
}

#input:hover, #textarea:hover, #input02:hover, #input:focus, #textarea02:hover, #textarea02:focus,
#input:focus, #textarea:focus, .input:hover, .input:focus, .textarea_slider:hover, .textarea_slider:focus, .input_slider:hover, .input_slider:focus, .textarea02:hover, .textarea02:focus, .formNameColumn:focus, .formNameColumn:hover  {
	border-color: #333333;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label {
	margin-left: 2px;
	color: #333333;
}

.submit {
	width: auto;
	padding: 4px 5px;
	background: #445A19;
	border: 0;
	font-size: 12px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 10px;
	margin-left: 0px;
}

.slider_submit {
	width: auto;
	padding: 6px 8px;
	background: #620000;
	border: 0;
	font-size: 12px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 10px;
	margin-top: 15px;
}

#radio {
	padding: 2px;
	width: 15px;
	
}


/* end of forms */


/* start of slide out */


#slide-container {
	position: absolute;
	z-index: 10001;
}
.slide-out-div {
	z-index: 10000;
	position: absolute;
	background-color: #E9E3CC;
	width: 100%;
	box-shadow: rgba(0,0,0, 0.7) 0px 0px 10px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0px 0px 10px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0px 0px 10px;
}

#slideout_contentarea {
	width: 1000px;
	margin: 0px auto;
	padding-bottom: 15px;
	padding-top: 15px;
}

.slider_cols {
	float: left;
	width: 300px;
	margin-right: 15px;
}

#slideout_contentarea p {
	font-weight: regular;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	text-decoration: none;
	padding: 2px;
}

#slideout_contentarea a {
	font-weight: bold;
	color: #002C5F;
	text-decoration: none;
}

#slideout_contentarea a:hover {
	font-weight: bold;
	color: #002C5F;
	text-decoration: underline;
}


/* end of slide out */


#image{
	text-align:center;
	}
	
#realtor_gallery_nav li{
	 background-color:#fff;
	 list-style-type: none;
	display: block;
	margin: 6px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #001E5A;
	text-decoration: none;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#realtor_gallery_nav li a{
	color:#001E5A;
	text-decoration: none;
	display: block;
	line-height: 14px;
	padding: 3px 5px;
	list-style-type: none;
}

#realtor_gallery_nav li a:hover {
	text-decoration:none;
	background-color: #061945;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: none;
}

