@charset "utf-8";

body {
	background: #767676;
	font: 9pt Arial, Helvetica, sans-serif;
	margin: 0;
}
.clear {clear: both;}
.br1 {height: 10px;}
.br2 {
	border-bottom: dotted 1px #d0d0d0;
	margin: 6px 0;
}


/* ========== HEADER CONTACT BAR ========== */

#contactbar {
	background: #e0e0e0;
	border-bottom: solid 1px #eee;
	padding: 5px;
}
#contactbar > a {
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	margin: 0 5px;
}
#contactphone {
	background-image: url(../images/light/contact_phone.png);
	width: 20px;
}
#contactemail {
	background-image: url(../images/light/contact_mail.png);
	width: 23px;
}
#contactmenu {
	background: url(../images/light/contact_menu.png) no-repeat center center;
	float: right;
	height: 21px;
	margin-right: 5px;
	width: 26px;
}
#contactmenu:hover {
	cursor: pointer;
}

#menu_int {
	background: #ccc;
	box-shadow: inset 0 -1px 1px #eee;
	padding: 10px;
}


/* ========== HEADER ========== */

#header {
	background: url(../images/light/banner.png) repeat-x top;
	border-bottom: solid 1px #ffffff;
	text-align: center;
}
#header a, #header img {border: none;}

#headernav {
	background: #a5a5a5;
	border-bottom: solid 1px #e1e1e1;
	padding: 3px;
	text-align: center;
}
#headernav a:link, #headernav a:visited {
	color: #f3f3f3;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
#headernav a:hover, #headernav a:active {
	color: #ffffff;
	text-decoration: none;
}

#header_banner img {
	height: auto;
	width: 100%;
}
#header_banner.header_banner_frame {
	background: #fff;
	height: 85px;
}
#header_banner.header_banner_frame img {
	float: left;
	height: 85px;
	width: auto;
}


/* ========== TITLE BARS ========== */

#titlebar, #titlebar_alt {
	background: #d0d0d0;
	border-top: solid 1px #e1e1e1;
	padding-top: 15px;
}
#titlebar div {
	background: #ffffff;
	border-top: dotted 1px #727272;
	border-bottom: dotted 1px #727272;
	height: 30px;
	text-align: center;
}
#titlebar div span {
	background-position: left 1px;
	background-repeat: no-repeat;
	font-size: 11pt;
	font-weight: bold;
	line-height: 30px;
	padding: 4px 0 4px 32px;
}
.title_list {background: url(../images/light/icon_list.png)}
.title_rent {background: url(../images/light/icon_rent.png)}
.title_apt {background: url(../images/light/icon_apt.png)}
.title_com {background: url(../images/light/icon_com.png)}
.title_open {background: url(../images/light/icon_open.png)}
.title_search {background: url(../images/light/icon_search.png)}
.title_calc {background: url(../images/light/icon_calc.png)}
.title_about {background: url(../images/light/icon_about.png)}
.title_agent {background: url(../images/light/icon_agent.png)}
.title_office {background: url(../images/light/icon_office.png)}
.title_contact {background: url(../images/light/icon_contact.png)}
.title_msg {background: url(../images/light/icon_msg.png)}
.title_share {background: url(../images/light/icon_share.png)}
.title_id {background: url(../images/light/icon_id.png)}
.title_map {background: url(../images/light/icon_map.png)}
.title_partners {background: url(../images/light/icon_partners.png)}
.title_gallery {background: url(../images/light/icon_gallery.png)}
.title_guestbook {background: url(../images/light/icon_guestbook.png)}
.title_sendfriend {background: url(../images/light/icon_sendfriend.png)}
.title_subscribe {background: url(../images/light/icon_subscribe.png)}
.title_unsubscribe {background: url(../images/light/icon_unsubscribe.png)}
.title_calendar {background: url(../images/light/icon_calendar.png)}
.title_coupons {background: url(../images/light/icon_coupons.png)}
.title_downloads {background: url(../images/light/icon_downloads.png)}
.title_faq {background: url(../images/light/icon_faq.png)}

#titlebar_alt div {
	background: #ffffff;
	border-top: dotted 1px #727272;
	border-bottom: dotted 1px #727272;
	font-size: 11pt;
	font-weight: bold;
	padding: 6px 0;
	text-align: center;
}

a.titlenav:link, a.titlenav:visited {
	color: #666666;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
}
a.titlenav:hover, a.titlenav:active {
	color: #333333;
	text-decoration: none;
}

.titlesub {
	color: #666666;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 3px;
	text-align: center;
}

/* ========== BODY ========== */

#wrapper {
	background: #d0d0d0;	
	border-top: solid 1px #e1e1e1;
	padding: 15px 10px 20px 10px;
}


/* ========== FOOTER ========== */

#footertext {
	color: #333333;
	display: block;
	padding: 5px 0 10px 0;
	text-align: center;
}

#footer {
	background: #a5a5a5;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #bdbdbd;
	color: #ffffff;
	font-size: 10pt;
	padding: 9px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer form {
	margin: 0;
	padding: 0;
}
a.footernav:link, a.footernav:visited, #footer button {
	background: none;
	border: none;
	border-bottom: dotted 1px #c4c4c4;
	color: #f3f3f3;
	cursor: pointer;
	display: block;
	font: bold 9pt Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
a.footernav:hover, a.footernav:active, #footer button:hover {
	color: #ffffff;
	text-decoration: none;
}
#footer span {display: block;}
#footer span.title {font-weight: bold;}

#nav_social {
	float: right;
	width: 60px;
}
#nav_social a, #nav_social img {
	border: none;
	float: right;
	margin: 0 0 2px 2px;
}
#nav_social div {
	float: right !important;
	margin: 0 0 4px 4px !important;
}

#footersub {padding: 9px;}
#footersub a:link, #footersub a:visited {
	color: #c6c6c6;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
#footersub a:hover, #footersub a:active {
	color: #ffffff;
	text-decoration: none;
}


/* ========== PANEL ========== */

.panel {
	background: #ffffff;
	border: solid 3px #e9e9e9;
	color: #333333;
	margin-bottom: 10px;
}
.panel a {color: #333333;}

.panelhead,
a.panelhead {
	display: block;
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
	padding: 5px 5px 0 5px;
	text-decoration: none;
}
.panelhead_alt {background: #9e9e9e;}
.panelhead span,
a.panelhead span,
.panelhead_alt span {
	display: block;
	padding-bottom: 5px;
}
a.panelhead:hover,
a.panelhead:active {text-decoration: underline;}

.panelwrap {padding: 7px;}

.panellink a {
	display: block;
	text-decoration: none;
}

.just {text-align: justify;}

.textbody {padding: 5px 2px;}
	


/* ========== PANEL (SUB) ========== */

.panelsub {
	background: #e3e3e3;
	border: solid 1px #b8b8b8;
	margin-bottom: 10px;
	padding: 7px;
}


/* ========== PANEL (PAGER) ========== */

.pager {
	background: #e3e3e3;
	border: solid 1px #b8b8b8;
	color: #666666;
	font-size: 9pt;
	margin-bottom: 10px;
	text-align: center;
}
.pagerwrap {
	padding: 3px 7px 7px 7px;
}
.pagersub {background: #b8b8b8;}
.pagerhead {
	color: #333333;
	display: block;
	font-size: 11pt;
	font-weight: bold;
}
.pagerhead a {
	color: #333333;
	font-size: 12pt;
	padding: 0 5px;
	text-decoration: none;
}

.pagercol span {
	display: block;
	float: left;
	line-height: 20px;
	padding-top: 4px;
	text-align: left;
	width: 20%
}
.pagercol div {
	display: block;
	float: left;
	padding-top: 4px;
	width: 80%;
}
	

/* ========== BUTTONS LARGE ========== */

.butt_lg a:link, .butt_lg a:visited {
	background: #fefefe url(../images/light/butt_lg.jpg) repeat-x top;
	border: solid 2px #aeaeae;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
}
.butt_lg a:hover, .butt_lg a:active {
	background-position: bottom;
	color: #999999;
	text-decoration: none;
}
.butt_lg a span {
	background-position: 5px 3px;
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	padding-left: 34px;
}
.butt_list {background: url(../images/light/icon_list.png)}
.butt_rent {background: url(../images/light/icon_rent.png)}
.butt_com {background: url(../images/light/icon_com.png)}
.butt_open {background: url(../images/light/icon_open.png)}
.butt_search {background: url(../images/light/icon_search.png)}
.butt_calc {background: url(../images/light/icon_calc.png)}
.butt_about {background: url(../images/light/icon_about.png)}
.butt_agent {background: url(../images/light/icon_agent.png)}
.butt_office {background: url(../images/light/icon_office.png)}
.butt_contact {background: url(../images/light/icon_contact.png)}
.butt_msg {background: url(../images/light/icon_msg.png)}
.butt_custom {background: url(../images/light/icon_custom.png)}
.butt_share {background: url(../images/light/icon_share.png)}
.butt_id {background: url(../images/light/icon_id.png)}
.butt_apt_id {background: url(../images/light/icon_apt_id.png)}
.butt_map {background: url(../images/light/icon_map.png)}
.butt_phone {background: url(../images/light/icon_phone.png)}
.butt_gallery {background: url(../images/light/icon_gallery.png)}
.butt_guestbook {background: url(../images/light/icon_guestbook.png)}
.butt_sendfriend {background: url(../images/light/icon_sendfriend.png)}
.butt_subscribe {background: url(../images/light/icon_subscribe.png)}
.butt_unsubscribe {background: url(../images/light/icon_unsubscribe.png)}
.butt_calendar {background: url(../images/light/icon_calendar.png)}
.butt_coupons {background: url(../images/light/icon_coupons.png)}
.butt_downloads {background: url(../images/light/icon_downloads.png)}
.butt_faq {background: url(../images/light/icon_faq.png)}

.butt_lg a span.butt_bl {background: url(/website/includes/socialmedia/images/blogger_small.png) no-repeat 7px 6px;}
.butt_lg a span.butt_fb {background: url(/website/includes/socialmedia/images/facebook_small.png) no-repeat 7px 6px;}
.butt_lg a span.butt_gp {background: url(/website/includes/socialmedia/images/googleplus_small.png) no-repeat 7px 6px;}
.butt_lg a span.butt_in {background: url(/website/includes/socialmedia/images/linkedin_small.png) no-repeat 7px 6px;}
.butt_lg a span.butt_ms {background: url(/website/includes/socialmedia/images/myspace_small.png) no-repeat 7px 6px;}
.butt_lg a span.butt_pi {background: url(/website/includes/socialmedia/images/pinterest_small.png) no-repeat 7px 6px;}
.butt_lg a span.butt_rs {background: url(/website/includes/socialmedia/images/rss_small.png) no-repeat 7px 6px;}
.butt_lg a span.butt_tw {background: url(/website/includes/socialmedia/images/twitter_small.png) no-repeat 7px 6px;}
.butt_lg a span.butt_wp {background: url(/website/includes/socialmedia/images/wordpress_small.png) no-repeat 7px 6px;}
.butt_lg a span.butt_ye {background: url(/website/includes/socialmedia/images/yelp_small.png) no-repeat 7px 6px;}
.butt_lg a span.butt_yt {background: url(/website/includes/socialmedia/images/youtube_small.png) no-repeat 7px 6px;}

.butt_pad1 {margin-bottom: 4px;}
.butt_pad1 a {margin-bottom: 6px;}
.butt_pad2 {margin-top: 5px;}
.butt_pad3 {margin: 10px 0;}


/* ========== BUTTONS NAV MENU ========== */

.butt_lg.butt_navmenu > div > a {
	margin-top: 6px;
}
.butt_lg.butt_navmenu > div:first-child > a {
	margin-top: 0;
}
.butt_lg.butt_navmenu > div > a > span {
	display: block;
	padding-left: 10px;
}
.butt_lg.butt_navmenu > div > a.sel {
	border-color: #999;
}

.butt_lg.butt_navmenu > div > a.dropdown > span {
	background: url(../images/light/icon_down.png) no-repeat right center;
	padding-right: 25px;
}
.butt_lg.butt_navmenu > div > a.dropdown.sel > span {
	background-image: url(../images/light/icon_up.png);
}

.butt_navmenu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.butt_lg.butt_navmenu ul a {
	background: #999;
	border: none;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	color: #eee;
	font-size: 9pt;
	padding-left: 10px;
}
.butt_lg.butt_navmenu ul a:hover {
	color: #fff;
}
.butt_lg.butt_navmenu ul li:first-child a {
	box-shadow: none;
}


/* ========== BUTTONS SMALL ========== */

button.butt_sm, a.butt_sm:link, a.butt_sm:visited {
	background: #fefefe url(../images/light/butt_sm.jpg) repeat-x top;
	border: solid 1px #aeaeae;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
button.butt_sm:hover, button.butt_sm:active, a.butt_sm:hover, a.butt_sm:active {
	background-position: bottom;
	color: #999999;
	cursor: pointer;
	text-decoration: none;
}

a.butt_sm_color:link, a.butt_sm_color:visited {
	background-image: url(../images/light/butt_sm_color.png);
	background-position: top;
	background-repeat: repeat-x;
	border: solid 1px #aeaeae;
	color: #ffffff;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.butt_sm_color:hover, a.butt_sm_color:active {
	background-position: bottom;
	border: solid 1px #ffffff;
	text-decoration: none;
}

.butt_sm_alt {margin-bottom: 6px;}


/* ========== FORMS ========== */

#wrapper form {
	margin: 0;
	padding: 0;
}
#wrapper form input[type="text"], #wrapper form select, #wrapper form textarea {
	background: #ffffff;
	border: solid 1px #999999;
	color: #666666;
	display: block;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	padding: 2px;
	width: 98%;
}
#wrapper form input[type="text"]:focus, #wrapper form select:focus, #wrapper form textarea:focus {color: #333333;}	

#wrapper form select {
	width: 99%;
}
#wrapper form select.f01 {float: left; width: 48%;}
#wrapper form input[type="text"].f01 {float: left; width: 48%;}
#wrapper form select.f02 {float: right; width: 48%;}
#wrapper form textarea.f03 {height: 110px;}
#wrapper form textarea.f04 {height: 35px;}
#wrapper form input.f05, #wrapper form select.f05, #wrapper form textarea.f05 {margin-bottom: 0;}

.form_cb label {
	display: block;
	font-size: 8pt;
	padding: 3px 0;
}

.formsub {
	color: #666666;
	display: block;
	padding: 1px 0 6px 0
}
.formsub2 {
	color: #666666;
	display: block;
	font-size: 8pt;
	padding: 5px 0
}

.formcaptcha {
	border: dotted 1px #ccc;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
.formcaptcha span {
	display: block;
	font-size: 8pt;
}
.formcaptcha img {
	display: inline-block;
	height: auto;
	margin: 5px;
	width: 120px;
}
#wrapper form .formcaptcha input[type="text"] {
	margin: 0 auto;
	max-width: 120px;
}


/* ========== PAGE: LISTINGS ========== */

#listmap iframe {
	border: none;
	height: 270px;
	width: 100%;
}

.js_show {display: block;}
.js_hide {display: none;}

.listres a img {
	border: solid 1px #d0d0d0;
	float: left;
	margin: 0 10px 5px 0;
}
.listprice {
	display: block;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 3px;
}
.listres div div div {
	border-top: dotted 1px #d0d0d0;
	clear: both;
	margin-top: 5px;
	padding-top: 5px;
}
.listres div div div span {color: #888888;}
.listres div div div span.alt {margin-right: 15px;}
div.listicon img {border: none;}


/* ========== PAGE: APARTMENT LISTINGS ========== */

.listres_apt div a.image {
	border: solid 1px #d0d0d0;
	float: left;
	margin: 0 10px 5px 0;
}
.listres_apt div img {border: none;}

.listres_apt_butt {margin: 0 0 6px 89px;}
.listres_apt_butt a {margin-top: 5px;}

.listres_apt div.contact,
.listres_apt div.price {
	border-top: dotted 1px #d0d0d0;
	clear: both;
	margin-top: 5px;
	padding-top: 5px;
}
.listres_apt div.price {color: #888888;}
.listres_apt div.price span {
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
}
.listres_apt div.contact span {color: #888888;}
.listres_apt div.contact span.alt {margin-left: 15px;}
div.listicon img {border: none;}


/* ========== PAGE: LISTING DETAILS ========== */

/* ---------- page: listing details: head ---------- */

#detadd {
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
#detadd span {display: block;}
#detadd span.sub {
	font-size: 9pt;
	font-weight: normal;
	padding: 5px;
}
#detadd span.icons {padding: 5px;}

#dethead div.panelhead {font-size: 11pt;}
#dethead div.panelhead div {
	color: #cccccc;
	float: right;
	font-size: 9pt;
	padding-top: 2px;
}

/* ---------- page: listing details: photo ---------- */

#detphoto {
	color: #999999;
	font-size: 10pt;
	padding-bottom: 10px;
	text-align: center;
}
#detphoto img {border: solid 1px #d0d0d0;}
#detphoto div {padding: 4px 0 10px 0;}
#detphoto a {
	color: #333333;	
	margin: 0 3px;
	text-decoration: none;
}
#detphoto a.alt {color: #999999;}
#detphoto a.arrow {
	color: #666666;
	font-size: 12pt;
	padding: 0 10px;
	text-decoration: none;
}

/* ---------- page: listing details: presented by ---------- */

.detpres1 {
	color: #000000;
	display: block;
	font-size: 11pt;
	font-weight: bold;
}
.detpres1 span {
	color: #666666;
	display: block;
	font-size: 10pt;
}
.detpres2 {
	color: #333333;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 2px;
}
.detpres2 span, .detpres2 a {
	color: #666666;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

/* ---------- page: listing details: details ---------- */

.dettitle {
	color: #000000;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 0 2px 0;
}

.dettable, .dettable2 {padding: 3px 0;}
.dettable div, .dettable2 div  {
	border-bottom: solid 1px #ffffff;
	display: block;
	font-size: 8pt;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding-right: 3px;
}
.dettable div {background: #eeeeee;}
.dettable2 div {background: #cfcfcf;}
.dettable div span, .dettable2 div span {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-right: 6px;
	overflow: hidden;
	padding-left: 6px;
	width: 90px;
}
.dettable div span {background: #d0d0d0; color: #000000;}
.dettable2 div span {background: #8d8d8d; color: #ffffff; text-transform: uppercase;}

.dettext a:link, .dettext a:visited {
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.dettext a:hover, .dettext a:active {
	color: #666666;
	text-decoration: none;
}

.detunit span {display: block;}

.detlist span span {
	color: #000000;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 0 2px 0;
}
.detlist ul {
	color: #333333;
	margin: 0 0 0 15px;
	padding: 0 0 6px 0;
}
.detlist ul li {
	margin: 0;
	padding: 0;
}


/* ========== PAGE: LISTING DOCUMENTS ========== */

.listdocs {
	min-height: 100px;
}
.listdocs li {
	padding: 2px 0;
}
.listdocs a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.listdocs a span {
	font-size: 9pt;
	font-weight: normal;
	padding-left: 5px;
}
.listdocs a:hover,
.listdocs a:active {
	text-decoration: underline;
}


/* ========== PAGE: APARTMENT LISTING DETAILS ========== */

#detapt_photo {
	color: #999999;
	font-size: 10pt;
	padding: 10px 0;
	text-align: center;
}
#detapt_photo img {border: solid 1px #d0d0d0;}

#detapt_price {
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 10px;
}
#detapt_price div {
	color: #666666;
	font-size: 8pt;
	font-weight: normal;
}
#detapt_price span {
	color: #333333;
	font-size: 9pt;
	font-weight: normal;
}

/* ---------- page: apartment listing details: floorplans ---------- */

.detapt_floor div {padding: 3px 0;}
.detapt_floor div span {
	color: #666666;
	padding: 0 15px 0 1px;
}

/* ---------- page: apartment listing details: office ---------- */

.detapt_office {padding: 3px 0;}
.detapt_office div  {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding-right: 3px;
}
.detapt_office div span {
	color: #666666;
	display: block;
	float: left;
	font-size: 8pt;
	height: 20px;
	line-height: 20px;
	margin-right: 6px;
	overflow: hidden;
	padding-left: 6px;
	text-transform: uppercase;
	width: 40px;
}


/* ========== PAGE: CALCULATOR ========== */

.calctitle {
	color: #333333;
	font-size: 11pt;
	padding-bottom: 2px;
}
.calccol label {
	display: block;
	float: left;
	line-height: 20px;
	text-align: left;
	width: 45%;
}
.calccol div {
	display: block;
	float: left;
	width: 55%;
}
.calctotal {
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}


/* ========== PAGE: AGENT RESULTS ========== */

.agentres a img {
	border: solid 1px #d0d0d0;
	float: left;
	margin: 0 10px 5px 0;
}

.agentrestitle {
	border-bottom: dotted 1px #d0d0d0;
	display: block;
	margin: 0 0 6px 68px;
	padding-bottom: 6px;
}
.agentrestitle span {
	color: #000000;
	display: block;
	font-size: 11pt;
	font-weight: bold;
}

.agentres div div div span {
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
}


/* ========== PAGE: AGENT DETAILS ========== */

.agentdet img {
	border: solid 1px #d0d0d0;
	float: left;
	margin: 0 10px 5px 0;
}

.agentdet_butt {margin: 0 0 6px 75px;}

.agentdetcon {
	border-top: dotted 1px #d0d0d0;	
	clear: clear;
	font-size: 10pt;
	font-weight: bold;
	padding: 6px 0;
}
.agentdetcon span {
	color: #666666;
	font-size: 11pt;
}

.agentdetcon a:link, .agentdetcon a:visited {
	font-size: 10pt;
	text-decoration: none;
}
.agentdetcon a:hover, .agentdetcon a:active {
	color: #666666;
	text-decoration: none;
}


/* ========== PAGE: OFFICES ========== */

#offmap div {border: solid 1px #ffffff;}
#offmap div iframe {height: 220px; width: 100%;}

.offices img {
	border: solid 1px #d0d0d0;
	float: left;
	margin: 0 10px 5px 0;
}

.offbutt {margin: 0 0 6px 92px;}

.offdet {
	clear: both;
	font-weight: bold;
}
.offdet div {
	border-top: dotted 1px #d0d0d0;	
	display: block;
	padding: 6px 0;
}
.offdet div.add {color: #666666;}
.offdet div span {
	color: #666666;
	font-size: 10pt;
}

.offdet div a:link, .offdet div a:visited {
	text-decoration: none;
}
.offdet div a:hover, .offdet div a:active {
	color: #666666;
	text-decoration: none;
}


/* ========== PAGE: CONTACT ========== */

.conttitle {
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
}
.contdet div {
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 0;
}
.contdet div.add {color: #666666;}
.contdet div span {
	color: #666666;
	font-size: 11pt;
}

.contdet div a:link, .contdet div a:visited {
	text-decoration: none;
}
.contdet div a:hover, .contdet div a:active {
	color: #666666;
	text-decoration: none;
}

#contmap {border: solid 1px #ffffff;}
#contmap iframe {height: 180px; width: 100%;}

.conttext {color: #999999;}
#conttext {
	color: #999999;
	display: block;
	padding: 2px 0 6px 0;
	text-align: right;
}

/* ========== PAGE: PREFERRED PARTNERS ========== */

#pp_cat_list {margin-bottom: 30px;}
#pp_cat_list_title {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}
#pp_cat_list ul {
	color: #666666;
	margin: 5px 0 0 20px;
	list-style: disc;
	padding: 0 0 0 0;
}
#pp_cat_list li {padding-top: 4px;}
#pp_cat_list li a:link,
#pp_cat_list li a:visited {
	display: block;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
#pp_cat_list li a:hover,
#pp_cat_list li a:active {
	color: #333333;
	text-decoration: none;
}

.prefres a img {
	border: solid 1px #d0d0d0;
	float: left;
	height: 42px;
	margin: 0 10px 20px 0;
	width: 59px;
}
.prefres .panelwrap {
	border-top: solid 3px #e9e9e9;
	color: #666666;
	font-size: 11pt;
	font-weight: bold;
}
.prefrestitle {
	border-bottom: dotted 1px #d0d0d0;
	color: #000000;
	display: block;
	font-size: 11pt;
	margin: 0 0 6px 68px;
	padding-bottom: 6px;
}

.prefres div div div span {
	color: #000000;
	font-size: 10pt;
	text-transform: lowercase;
}


/* ========== PAGE: PREFERRED PARTNERS PROFILE ========== */

.prefprof img {
	border: solid 1px #d0d0d0;
	float: right;
	height: 53px;
	margin: 0 0 5px 10px;
	width: 75px;
}

.prefprof_title {
	height: 53px;
	margin: 0 0 6px 75px;
}

.lu-gl-prtnr-contact div {
	border-top: dotted 1px #d0d0d0;	
	clear: clear;
	color: #666666;
	font-size: 11pt;
	font-weight: bold;
	padding: 6px 0;
	text-align: left;
}
.lu-gl-prtnr-contact span {
	color: #000000;
	font-size: 10pt;
	text-transform: lowercase;
}

.lu-gl-prtnr-contact a:link, .lu-gl-prtnr-contact a:visited {
	font-size: 10pt;
	text-decoration: none;
}
.lu-gl-prtnr-contact a:hover, .lu-gl-prtnr-contact a:active {
	color: #666666;
	text-decoration: none;
}


/* ========== PAGE: PHOTO GALLERY ========== */

.gallery a img {
	border: solid 1px #d0d0d0;
	float: left;
	height: auto;
	margin: 0 10px 5px 0;
	width: 100px;
}

.gallerytitle {
	display: block;
	margin: 0 0 6px 0;
	padding-bottom: 6px;
}
.gallerytitle span {
	color: #000000;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 2px;
}


/* ========== PAGE: PHOTO GALLERY SLIDESHOW ========== */

#gallery_wrapper {
	background: #d0d0d0;	
	padding: 15px 0 20px 0;
}
.gallery_slideshow {
	background: #444444;
	margin: 15px 0 20px 0;
	padding: 12px 10px;
}

#gallery_carousel {
	display: block;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}
#gallery_carousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gallery_carousel ul li {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#gallery_carousel ul li img {
	border: solid 4px #ffffff;
	height: auto;
	width: 95%;
}

#gallery_carousel_thumbs_wrap {
	display: none;
}

.gallery_inst {
	color: #cccccc;
	font-size: 8pt;
	font-weight: bold;
	padding-bottom: 7px;
	text-align: center;
	text-transform: uppercase;
}
.gallery_inst span {
	display: block;
	padding-top: 10px;
}
.gallery_inst button {
    background: url("../images/light/butt_sm.jpg") repeat-x scroll center top #fefefe;
	border-radius: 3px;
    display: inline-block;
	font: bold 8pt Arial,Helvetica,sans-serif; 
	margin: 0 5px;
	width: 100px;
}


/* ========== PAGE: EVENT CALENDAR ========== */

.eventcal {
	border-top: dotted 1px #d0d0d0;
	clear: both;
	margin-top: 5px;
	padding: 7px 0;
}
.panelwrap .eventcal:first-child {
	border-top: none;
	margin-top: none;
	padding-top: 5px;
}
.eventcal div {
	font-size: 10pt;
	font-weight: bold;
}
.eventcal span {
	color: #888888;
}
.eventcal p {
	margin: 0;
	padding-top: 4px;
}


/* ========== PAGE: DOCUMENTS & FILES ========== */

.docs_inst {
	color: #333333;
	display: block;
	padding-bottom: 8px;
	text-align: center;
}

.docs_list span {
	border-bottom: dotted 1px #d0d0d0;
	display: block;
	padding: 6px 0;
}
.docs_list span:last-child {
	border-bottom: none;
}
.panel .docs_list span a {
	color: #666666;
	text-decoration: none;
}

.docs_list span.docs_subhead {
	background: #cccccc;
	color: #222222;
	font-size: 10pt;
	font-weight: bold;
	padding: 6px 8px;
}
.docs_list span.docs_subitem {
	padding-left: 8px;
}


/* ========== PAGE: FAQs ========== */

.faq_inst {
	color: #333333;
	display: block;
	padding-bottom: 8px;
	text-align: center;
}

.faq_wrap {
	border-bottom: dotted 1px #d0d0d0;
	padding: 7px 0;	
}
.panelwrap .faq_wrap:last-child {
	border-bottom: none;
}
.faq_q {
	font-size: 9pt;
	font-weight: bold;
}
.faq_a {
	display: none;
	font-size: 9pt;
	font-weight: normal;
	padding-top: 7px;
}


/* ========== PAGE: COUPONS ========== */

.couponintro {
	color: #333333;
	display: block;
	padding-bottom: 8px;
	text-align: center;
}
.coupon {
	border: dashed 3px #333333;
	font: 9pt Arial, Helvetica, sans-serif;
	margin: 15px 0;
	padding: 15px;
	text-align: center;
}
.coupon div {
	padding: 3px 0;
}
.coupontitle {
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
}
.couponsubtitle {
	font-size: 11pt;
	font-weight: bold;
}
.couponspecial {
	font-size: 9pt;
}
.couponinfo {
	border-top: solid 1px #eeeeee;
	font-size: 8pt;
}
.couponexpiration {
	border-top: solid 1px #eeeeee;
	font-size: 8pt;
	font-weight: bold;
}
.couponterms {
	color: #888888;
	font-size: 8pt;
}


/* ========== PAGE: QUICK SEARCH ========== */

#search_details,
#search_row1 button {
	display: none;
}
#search_row_mobile {
	display: block !important;
}

#search_details_mobile,
#search_row_mobile .butt_lg {
	background: #fefefe url(../images/light/butt_lg.jpg) repeat-x top;
	border: solid 2px #aeaeae;
	box-sizing: border-box;
	display: block;
	float: left;
	font: bold 11pt Arial, Helvetica, sans-serif;
	height: 32px;
	line-height: 28px;
	text-decoration: none;
}
#search_details_mobile:hover,
#search_row_mobile .butt_lg:hover {
	background-position: bottom;
	color: #999999;
	cursor: pointer;
	text-decoration: none;
}

#search_details_mobile {
	margin-right: 3%;
	width: 17%;
}
#search_details_mobile span {
	background: url(../images/light/icon_menu.png) no-repeat center center; 
	display: block;
	height: 28px;
}
#search_row_mobile .butt_lg {
	width: 80%;
}


/* ========== ERROR MESSAGES ========== */

#errormsg {
	background: #d0d0d0;
	padding-top: 15px;
}
#errormsg div {
	background: #FFC;
	border-top: dotted 1px #727272;
	border-bottom: dotted 1px #727272;
	text-align: center;
}
#errormsg div span {
	color: #CC0000;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	padding: 10px 0;
}