*{outline :none}

body.custom { background: #f2e7d5 url('images/bg.jpg') repeat-x scroll; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; }

.custom #container { width:960px;}


/* 
 * Nav Bar Styling
 */
.custom ul#tabs {
     height: 40px;
     border: none;
     padding: 0;
     margin: 0;
     width: 960px;
     background: transparent url(images/nav-bg.gif) repeat-x scroll 0 0;
}

.custom ul#tabs * {
	list-style:		none;
}
.custom ul#tabs ul {
	position: absolute;
	top: -999em;
	width: 20em;
}
.custom ul#tabs ul li {
	background:transparent url(images/nav-bg.gif) repeat-x scroll left center;
	width: 100%;
}

.custom ul#tabs li {
     border: none;  
     height: 40px; 
     float:	 left;
	 position: relative; 
	 display:block; 
	 background:transparent url(images/nav-bg.gif) repeat-x scroll left center;

}

.custom ul#tabs li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.custom ul#tabs a {
	display:		block;
	position:		relative;
}

.custom ul#tabs li:hover ul,
.custom ul#tabs li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		99;
}

.custom ul#tabs li:hover li ul,
.custom ul#tabs li.sfHover li ul {
	top:			-999em;
}

.custom ul#tabs li li:hover ul,
.custom ul#tabs li li.sfHover ul {
	left:			20em; /* match ul width */
	top:			0;
}

.custom ul#tabs li li:hover li ul,
.custom ul#tabs li li.sfHover li ul {
	top:			-999em;
}
.custom ul#tabs li li li:hover ul,
.custom ul#tabs li li li.sfHover ul {
	left:			20em; /* match ul width */
	top:			0;
}

.custom ul#tabs li a {
     display: block;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     color: white;
     text-transform: none;
     font-size: 14px;
     font-weight: normal;
     padding: 13px 22.8px;    
}

.custom ul#tabs ul li a {
     background: transparent url(images/bullet.gif) no-repeat scroll 5px center;
     padding-left: 25px;
}

.custom ul#tabs li a:hover {
     text-decoration: none;
}
.custom ul#tabs li.divider {
     width: 2px;
     padding: 0;
     background: transparent url(images/nav-div.gif) no-repeat scroll 0 0;
}
.custom ul#tabs li.left_border {
     width: 20px;
     padding: 0;
     background: transparent url(images/left-border.gif) no-repeat scroll 0 0;
}
.custom ul#tabs li.right_border {
     width: 20px;
     padding: 0;
     background: transparent url(images/right-border.gif) no-repeat scroll 0 0;
     float: right;
}
.custom ul#tabs li.contact {
	width: 116px; 
}



.custom ul#tabs li ul li { background:##7D98B8; }
.custom ul#tabs li ul li a { background:#DDE7F2; }
.custom ul#tabs li ul li a { font-family: Verdana; font-size:14px;color:#024481;border-top:1px solid #b5c8dc; }

.custom ul#tabs li ul li a:hover { background:#2F7BBF;color:#fff; }

.custom ul#tabs li ul li.last {
	border-bottom:0;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	height:5px;
	letter-spacing: 0;
	font-size:5px;
	line-height:5px;
}


/**
 * Header
 */
.custom #header { 
	padding: 0; 
	border: none; 
	height: 156px;	
}
.custom #header #logo { display: block; height: 156px; background: url('images/logo.jpg') no-repeat top right; outline: none; }
.custom #header #logo a{ display: block; height: 156px; width: 400px; margin-left: 280px;}

.custom #header #logo,.custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; } 

/* Feature box styling */
.resources #feature_box {display:none;}
.about #feature_box {display:none;}

.custom #feature_box { 	
	width: 960px; 
	padding: 0; 
	margin: 0; 
	background: #ffffff url('images/main-fb-bg.jpg') repeat-x scroll;
	border-bottom: 2px solid #f2e7d5;
}

/*.custom #feature_box .feature_image { float: left; padding: 15px 15px 0px 15px; }*/
.custom #feature_box .feature_image {text-align: center; padding-top: 10px; margin: 0px 10px;}

.custom #feature_box .feature_content{
  margin-top: 10px; 
  /*padding: 5px 15px; */
  height: 120px; 
  background: #FDF9F4;
  font-family: Georgia,serif;  
}
.custom #feature_box .feature_content h3{
 color: #e79c0a;
 font-weight: normal;
 margin: 15px 0px 5px 0px;
 font-size: 20px;
 font-family: Georgia, serif;
}
.custom #feature_box .feature_content a{
  text-decoration: underline;
}
.custom #feature_box .feature_content a:hover{
  color: #014181;
}

.ie #feature_box .feature_content
.custom #feature_box .feature_content h2 {font-size: 24px; font-family: Georgia, Georgia, serif; color: #2a6eb0; margin: 10px 0 5px 0; }
.custom #feature_box .feature_content .text_content{
  font-family: Lucida Sans Unicode,Lucida Grande,sans-serif; 
  font-size: 13px; 
  color: #948e87;
}
.ie #feature_box .feature_content .text_content{
  font-family: Lucida Sans Unicode,Lucida Grande,sans-serif; 
  font-size: 13px; 
  color: #948e87; 
  height:320px;
}

.custom #feature_box .feature_content  p.sub_heading { color: #e79c0a; margin-top: 20px; font-size:14px; font-weight:bold;}
.custom #feature_box .link_container { float: left; padding: 20px 20px 20px 0;}
.custom #feature_box ul.links_list {
	list-style-image: none;
	list-style-position:outside;
	list-style-type:none; 
}
.custom #feature_box ul li { background: url('images/bullet.gif') no-repeat center left; }
.custom #feature_box ul.links_list  li a { padding-left: 20px; color: #42b1c3; font-size: 12px; font-weight: bold; }

.custom #content_box { 
	-moz-border-radius-bottomleft:15px;
	-webkit-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-radius-bottomright: 15px;
	background: white; }
.custom #content { width: 736px; }
.custom .post_box { border-top:none; padding: 0; margin: 1.1em 0 1.1em 1.1em; }
.custom .headline_area h2 { border-bottom: 2px dotted #706f6f; }

.custom .sub_wrapper {
	float: right; 
	width: 30%;
}
.ie .sub_wrapper {
	float: none;
	width: 30%;
}

/* Featured properties o.custom Front Page */
.custom #content .featured, #content .featured-last { 
	float: left; 
	margin-top: 20px; 
	height: 240px; 
	background: url('images/fb-bg.jpg') repeat-x scroll;
	border-bottom: 2px solid #f2e7d5;
	width: 100%;
}

.ie #content .featured, #content .featured-last { 
	float: left; 
	margin-top: 20 0px 0px 0px; 
	padding: 0px;
	height: 240px; 
	background: url('images/fb-bg.jpg') repeat-x scroll;
	border-bottom: 2px solid #f2e7d5;
	width: 100%;
}
.custom #content .featured-last{ 
	background: none;
	border-bottom: none;
}
.custom #content .image { float: left; padding: 10px 20px; }
.custom #content .content { padding-top: 10px; }
.custom #content .content h2  { 
	font-size: 24px; 
	font-family: Georgia, Georgia, serif; 
	color: #2a6eb0; 
	border-bottom: 1px dotted #f2e7d5;
	margin: 0px 0 5px 345px; }
.custom #content .content h2 a { color: #2a6eb0; }
.custom #content .content h2 a:hover { color: #948e87; }
.custom #content .content p { font-size: 13px; color: #948e87; }
.custom #content .content  p.sub_heading { color: #e79c0a; margin-top: 10px; font-size:14px; font-weight:bold;}
.custom #content .link_container { float: left; padding: 10px 20px 20px 0;}
.custom #content ul.links_list {
	list-style-image: none;
	list-style-position:outside;
	list-style-type:none; 
}
.custom #content ul li { background: url('images/bullet.gif') no-repeat center left; }
.custom #content ul.links_list  li a { padding-left: 20px; color: #42b1c3; font-size: 12px; font-weight: bold; }

.custom #content .main-view {
	text-align: right;
	top: 47px;
	line-height: 0;
	margin: 0;
	position: relative;	
}

.custom .headline_area {
	margin-bottom: 1em;
}

.custom .headline_area h2, .custom .headline_area h1 {
	border-bottom:1px dotted #d4d4d4;
	font-family:Georgia,Georgia,serif;
	font-size:22px;
	color:#2A6EB0;
}

.custom .headline_area h2 a,.custom .headline_area h1 a {
	color:#2A6EB0;

}
.custom .format_text {
	margin-top: 40px;
}
.custom .format_text p {
	color: #666666;
}

.custom .post_cal {
	background: url(images/cal.jpg) no-repeat scroll 0 0;
	font-family: Georgia, Georgia, serif;
	height: 45px;
	width: 42px;
	margin: 6px 10px 0 0;
	float: left;
}

.custom .post_cal p.month {
	margin-top: 0px;
	margin-left:12px;
	color: #ffffff;
	font-size: 10px;
}

.custom .post_cal p.day {
	margin-top: 2px;
	margin-left: 10px;
	color: #e87932;
	font-size: 22px;
}

.custom .post_meta {
	margin: 5px 0 0 55px;
}

.custom .post_meta p.category {
	background: url(images/category.gif) no-repeat scroll 0 0;
	padding-left: 20px;
	font-size: 10px;
	color: #e87932; 
	float:left;
	height: 20px;
}

.custom .post_meta p.category a {
	color: #e87932;
}


.custom .post_meta p.comment_count {
	background: url(images/comment-count.gif) no-repeat scroll 0 0;
	color: #0671ba;
	padding-left: 20px;
	font-size: 10px;
	margin-right: 15px;
	float:right;
}

.custom .to_comments {display: none;}

.custom p.view_button {
	height:10px;
	float: left;
	margin: 0 !important;
	position: relative;
	left: 490px;
}


/* =====================================
  * Styles for detaled listing page (single page)
  * =====================================
  */  
.custom  #content .photo-area {
	width: 955px;
	margin-left: -10px;
	background: url('images/picture-bg.jpg') repeat-x scroll 0 0;
}
.custom #main_image {
  width: auto;
  display: block;
  margin: auto;
  /* margin-top: 20px; text-align: left; */
}

.custom #property-details { width: 700px; padding: 1em;}
.custom #property-details .headline-area { padding-bottom: 1em; }
.custom #property-details .headline-area h2 { 
	float: left; 
	font-family: Georgia, Georgia, serif; 
	color: #2a6eb0; 
	font-size: 2.2em;
}
.custom dl.action-buttons {	padding-top: 0.7em; float:right;}
.custom dl.action-buttons dd { float: left; padding-left: 1em; height: 20px; }
.custom dl.action-buttons dd a {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
.custom dl.action-buttons dd.back { width: 50px; } 
.custom dl.action-buttons dd.save { 
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	text-indent: -9999px; 
}
.custom dl.action-buttons dd.save a { 
	background: url('images/save-btn.jpg') no-repeat scroll 0 0; 
	width: 50px; 
	display: block; 
}
.custom dl.action-buttons dd.inquire { 
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;

	text-indent: -9999px; 
}
.custom dl.action-buttons dd.inquire a { 
	background: url('images/inquire-btn.jpg') no-repeat scroll 0 0; 
	width: 66px; 
	display: block; 
}
.custom dl.action-buttons dd.map { 
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	text-indent: -9999px; 
}
.custom dl.action-buttons dd.map  a { 
	background: url('images/map-btn.jpg') no-repeat scroll 0 0; 
	width: 63px; 
	height: 20px; 
	display: block; 
}
.custom dl.action-buttons dd.email { 
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	text-indent: -9999px; 
}
.custom dl.action-buttons dd.email  a { 
	background: url('images/email-btn.jpg') no-repeat scroll 0 0; 
	width: 63px; 
	height: 20px; 
	display: block; 
}
.custom dl.action-buttons dd.print { 
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	text-indent: -9999px;
}
.custom dl.action-buttons dd.print a { 
	background: url('images/print-btn.jpg') no-repeat scroll 0 0; 
	width: 54px; 
	display: block; 
}

.custom #content .property-info { float: left; width: 100%; margin-top: 10px;}
.custom #content .property-info  h3 { font-size: 14px; color: #ecb03b; text-transform: uppercase; font-weight: bold; padding-top: .75em; margin-bottom: .5em; }
.custom dl.property-info-list { 
	float: left; 
	width: 90%; 
	padding:.5em 0 .5em 6em; 
	border: 1px dotted #f2e7d5;
}
.custom dl.property-info-list dt, dd { float:left;  margin:0; padding: 0; color: #977d59; font-size: 12px; }
.custom dl.property-info-list dt { width:14%; text-align:left; padding-right:.33em; }
.custom dl.property-info-list dd{ width:29%; text-align:left; font-weight: bold;}
.custom dl.property-info-list .price p{
  padding: 0px !important;
  border: 1px solid #977d59;
  margin-bottom: 3px;
  font-weight:bold;
}
.custom dl.property-info-list .price .date{
  border: none;
  font-size: 12px;
  font-weight: normal;
}
.custom dl.property-info-list .price .season{
  color: #977d59;
  padding: 3px;
  font-size: 16px;
  font-family: Georgia,serif;
}
.custom dl.property-info-list .price .amount{
  border: 2px solid #977d59;
  margin-right: 15px;
  padding: 5px;
}


.custom #content .property-info p { color: #888888; font-size: 15px; padding: 0.5em 0; }

.custom #content .property-info  h3.description {
  float: left; width: 100%; padding: 0px; margin: 2em 0 .5em 0; 
}

.custom #content .property-info h3.description a.inquire{
  float: right;
  margin-top: -20px;
}

.custom #comments h2 {
	border-bottom:1px dotted #D4D4D4;
	color:#2A6EB0;
	font-family:Georgia,Georgia,serif;
	font-size:22px;
	line-height:1.364em;
	margin-left: 10px;
}


/* *** Comment formatting *** */

.custom dl#comment_list {
	border: none;
	width:736px;	
}

.custom dl#comment_list dt {
	float: left;
}

.custom dl#comment_list dd {
	width: 652px;
}

.custom dl#comment_list dd {
	border-bottom: none;
}

.custom dl#comment_list dd p.reply {
	margin-bottom: 20px !important;
}

.custom dl#comment_list dd .format_text {
	margin-top: 0;
	min-height:77px;
}

.custom dl#comment_list dd .format_text p {
	margin-left: 1em;
	padding:10px 0 0 0;
	margin-bottom: 0;
}

.custom dl#comment_list .bypostauthor {
	background: none;
}


.custom dl#comment_list dt .comment_author {
	color:#2A6EB0;
	font-weight:bold;
	font-size: 14px;
	padding-right: 0;
	display: block;
	text-align: center;
	width: 55px;
}

.custom dl#comment_list dd .format_text p.comment_time {
	margin-left: 365px;
	font-style: italic;
}
.custom dl#comment_list dd .format_text p.comment_time a {
	text-decoration: none;
}

.custom .avatar {
	width: 55px;
	height: 55px;
	background: url(images/user-border.gif) no-repeat scroll 0 0;
	display: block;
}
.custom .avatar img {
	height: 45px;
	width: 45px;
	float:left;
	margin-left:5px;
	margin-top:5px;
}

.custom dl#comment_list dd .comment_text {
	background: url(images/comment.gif) repeat scroll 0 0;
	margin-left: 13px;
	width: 510px;
}

.custom dl#comment_list dd .comment_arrow {
	position:absolute;
	margin-top: 15px;
}

.custom dl#comment_list dd .comment_top {
	background: url(images/comment-top.gif) no-repeat scroll 0 0;
	height:6px;
	margin-top: 3px;
}

.custom dl#comment_list dd .comment_bottom {
	background: url(images/comment-btm.gif) no-repeat scroll 0 0;
	height: 3px;
	margin-left: 13px;
}

.custom dl#comment_list dl dt, dl#comment_list dl dd .format_text {
	border-style:none;
}

.custom dl#comment_list dl.children dd .format_text p.comment_time {
	margin-left: 345px;
}

.custom dl#comment_list dl.children {
	margin-left: -80px;
}

.custom dl#comment_list dl.children dd {
	width: 503px;
}

dl#comment_list dl dd.comment > .format_text {
	padding-left:1em;
}

.custom dl#comment_list dl.children dd .comment_text {
	background: url(images/comment-reply.gif) repeat scroll 0 0;
	margin-left: 13px;
	width: 490px;
}

.custom dl#comment_list dl.children dd .comment_arrow {
	position:absolute;
	margin-top: 15px;
}
.custom dl#comment_list dl.children dd .comment_top {
	background: url(images/comment-reply-top.gif) no-repeat scroll 0 0;
	margin-left: 13px;
	width: 490px;
}

.custom dl#comment_list dl.children dd .comment_bottom {
	background: url(images/comment-reply-btm.gif) no-repeat scroll 0 0;
	width: 490px;
}


/* Galleria Styling for detailed listing page */
.nav {
	background: #000000;
	-x-system-font:none;
	clear:both;
	font-family:'helvetica neue',sans-serif;
	font-size:80%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:3px;
	line-height:normal;
	padding-top:15px;
	text-transform:uppercase;
	text-align: center;
}
.caption { color:#888877; text-align:center;}
.replaced { padding-bottom: 0; }

.custom ul.gallery,
.custom ul.galleria { 
	margin: 0px;
	list-style-image:none; 
	list-style-position:outside; 
	list-style-type:none; 
	width: 320px;
	overflow: auto;
	height: 365px;
	margin: 15px 10px 0px 0px;
}

.custom ul.gallery li a img{
  border: 2px solid #dddddd;
  height: 60px;
  width: 60px;
}

.custom ul.gallery li,
.custom ul.galleria li { 
	background: #ffffff !important; 
	border: 2px solid #E8E8E8;
	padding: 3px;
	display:block; 
	float:left; 
	margin: 0px 3px 6px 3px; 
	overflow: hidden;
	height: 60px;
  width: 60px;
}
/* .galleria li.active div img,.galleria li.active div { display: block } */
.custom ul.galleria li img.thumb { cursor:pointer; top:auto; left:auto; display:block; }
/* * html .galleria li div span{width:400px} MSIE bug */


/* Sidebars */
.custom #sidebars { 
	width: 222px; 
	background-color: #fdf9f4; 
	border-left: 2px solid #f2e7d5;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-radius-bottomright: 15px;
} 
.custom .sidebar ul.sidebar_list { 
	padding:0; margin:0; 
}
.custom .sidebar ul.sidebar_list li#quick_search,.custom .sidebar ul.sidebar_list li#mortgage_calc { 
	min-height: 250px;
}
.custom li.widget {
	 margin-bottom: 0;
	 border-bottom: 2px solid #f2e7d5;
}

/* Sidebar Widgets */
.custom .sidebar h3 { font-family: Georgia, Georgia, serif;color: #8a724f; font-variant: normal; font-size: 1.5em; letter-spacing:0.0001em; margin-top: 0.5em; margin-bottom: 0; padding-left: 15px;}
.custom .sidebar .textwidget { padding-left: 15px; }
.custom .ul-wrap { margin:0 0 6px; padding:1px 1px 6px;}

.custom #quick_search_form fieldset { border: none; }
.custom #quick_search_form fieldset label { font-size: 11px; color: #b09772; float:left; margin:0; width:110px; }
.custom #quick_search_form select {
	border:1px solid #4B76A1;
	font-size:12px;
	margin: 0;
	padding: 1px;
	position: relative;
	width: 185px;
	z-index:0;
}
.custom .submit-wrap { margin: 0; padding: 0; width: 185px; }
.custom .search-btn,
.custom #quick_search_form .search-btn {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
<<<<<<< .mine
	background:transparent url('images/search-button.gif') no-repeat scroll 0 0;
=======
	background:transparent url('../images/button_bg.gif') no-repeat scroll 0 0;
>>>>>>> .r68
	border:0 none;
	cursor:pointer;
	display:block;
	height:35px;
	margin:0 auto;
	padding:0;
	width:185px;
}

.custom #mortgage_calc_form fieldset { 
	border: none; 
	margin: 15px 0;
}
.custom #mortgage_calc_form fieldset label { 
	font-size: 11px; 
	color: #b09772; 
	float:left; 
	margin:0; 
	width:120px; 
}
.custom #mortgage_calc_form select {
	border:1px solid #4B76A1;
	font-size:12px;
	margin: 0;
	padding: 1px;
	position: relative;
	width: 185px;
	z-index:0;
}
.custom #mortgage_calc_form input[type="text"] {
	background-color: white;
	border: 1px solid #4B76A1;
	font-size: 12px;
	padding: 1px;
	position: relative;
	width: 60px;
	z-index: 0;
}
.custom #mortgage_calc_form .calc-btn {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	background:transparent url(images/btn_subscribe.gif) no-repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	display:block;
	height:35px;
	margin:0 auto;
	padding:0;
	width:185px;
}
.custom .inquire_btn{  
  background:transparent url('../images/inquire.btn.gif') no-repeat scroll 0 0;
}

button::-moz-focus-inner { border: 0; }

 .custom .sidebar ul.sidebar_list li#resources,.custom .sidebar ul.sidebar_list li#articles { min-height: 126.5px; } 
.custom .sidebar ul.sidebar_list li#resources,.custom .sidebar ul.sidebar_list li#articles { min-height: 175.5px; } 

.custom .sidebar ul.sidebar_list .links,
.custom .sidebar ul.sidebar_list li#resources { border-bottom: 2px solid #f2e7d5; }

.custom .sidebar ul.sidebar_list .links ul,
.custom .sidebar ul.sidebar_list li#resources ul.resources_list,
.custom .sidebar ul.sidebar_list li#articles ul.articles_list {
	list-style-image: none;
	list-style-position:outside;
	list-style-type:none; 
}
.custom .sidebar ul.sidebar_list .links ul li,
.custom .sidebar ul.sidebar_list li#resources ul li, 
.custom .sidebar ul.sidebar_list li#articles ul li{ background: url('images/bullet.gif') no-repeat center left; margin-bottom: 0; }

.custom .sidebar ul.sidebar_list .links ul li a,
.custom .sidebar ul.sidebar_list li#resources ul li a, 
.custom .sidebar ul li#articles ul li a { 
	padding-left: 20px; 
	color: #6c95be; 
	font-size: 11px; 
	text-decoration: underline;
}

.custom .social_icons {
	margin-top: 10px;
	margin-bottom:20px;
}

.custom .email_sub a, .custom .facebook a, .custom .twitter a, .custom .rss_sub a {
	float: left;
	text-indent: -9999px;
	height: 69px;
	margin-left: 6px;
}

.custom .email_sub a {
	background: url(images/mail.gif) no-repeat scroll 0 0;
	width: 41px;
	margin-left: 15px;
}
.custom .facebook a {
	background: url(images/facebook.gif) no-repeat scroll 0 0;
	width: 50px;
}
.custom .twitter a {
	background: url(images/twitter.gif) no-repeat scroll 0 0;
	width:41px;
}
.custom .rss_sub a {
	background: url(images/rss.gif) no-repeat scroll 0 0;
	width: 41px;
}


/* 
  * Footer
  */  
.custom #footer {
	position: left;
	font-family: arial,helvetica,sans-serif;
	background-color: transparent;
	clear: both;
	height: 150px;
	width: 945px;
	padding-right: 20px;
	position: relative;
	text-align: left;
	border: none;
	padding: 30px 0 0 15px;
}

.custom #footer .footer-contents {
	width: 100%;
	float:left;
}


.custom #footer .footer-col-left {
	float:left;
	margin:0;
	min-height:120px;
	padding: 0;
	position:relative;
	width: 200px;
	border-right: 1px solid #d0c0a5;
	min-height: 140px;
}

.ie #footer .footer-col-left {
	float:left;
	margin:0;
	min-height:120px;
	padding: 0;
	position:relative;
	width: 200px;
	border-right: 1px solid #d0c0a5;
	min-height: 140px;
}

.custom #footer .footer-col-middle {
	color: #555555;
	float:left;
	margin:0;
	min-height:120px;
	padding: 0 0 0 20px;
	position:relative;
	width: 220px;
	border-right: 1px solid #d0c0a5;
	border-left: 1px solid #f7f1e6;
	min-height: 140px;
}

.custom #footer .footer-col-last {
	color: #555555;
	float:left;
	margin:0px 0 0;
	min-height:120px;
	padding: 0 0 0 20px;
	position:relative;
	width: 200px;
	border-left: 1px solid #f7f1e6;
	min-height: 140px;
}

.custom #footer dl.col-prime {
	margin:0 7em 0.7em 0;
	float: left;
}

.ie #footer dl.col-prime {
	margin:0;
	float: left;
}
.custom #footer dl.col-secondary {
	margin-bottom:0.7em;
	float: left;
}

.ie #footer dl.col-secondary {
	margin: 0 0 0 5.7em;
	float: left;
}
.custom #footer dt {	
	color: #977c58;
	font-family: Georgia, Georgia, serif;
	font-size: 18px;
	letter-spacing:-0.02em;
	margin: 0em 0em .75em 0;
	border-bottom:1px dotted #977c58;
}

.custom #footer dd {
	font-size: 1.2em;
	margin:0;
	float: none;
}

.custom #footer dd a {
	-x-system-font:none;
	color: #977c58;
	font-size: 12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:200%;
	padding-bottom:0;
	border:none;
}


.custom #footer p.copyright { color: #977c58; text-align: center; }
.custom #footer p.copyright a { 
	text-decoration: none; 
	color: #977c58;
	font-size: 12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:200%;
	border: none;
}

.custom .listing_rows{
  padding: 10px;
}

.custom h1.page_heading,
.custom .listing_rows h3,
.custom .listing_rows h4,
.custom .listing_rows h2{
  font-size: 26px; 
	font-family: Georgia, Georgia, serif; 
	color: #2a6eb0; 	
	margin: 10px 5px; 
}

.custom .headline_area h1,
.custom .listing_rows h2{
  border-bottom: 1px dotted #f2e7d5;
}
.custom .listing_rows h3{
  font-size: 20px;
}
.custom .listing_rows h4{
  font-size: 16px;
}

.custom .listing_row {
	border: 1px solid #F7EFDA;
	padding: 5px;
	background: #FFFFFE url(images/listing.row.bg.gif) repeat-x bottom left;
	margin: 2px 2px 10px 2px;	
	clear: both;
	height: 120px;
	width: 100%;
}
  .custom .listing_row p{
    padding: 0px;
    line-height: 14px;
  }
  .custom .listing_row a{text-decoration: none;}
  .custom .listing_row a:hover{
    text-decoration: underline !important;
  }


.ie .listing_row {
	border: 1px solid #F7EFDA;
	padding: 5 0px 5px 5px;
	background: #FFFFFE url(images/listing.row.bg.gif) repeat-x bottom left;
	margin: 2px 0px 10px 2px;	
	clear: both;
	height: 110px;
	width: 100%;
}
.custom .listing_row div{
	float:left;
	margin:5px 5px 0;
	line-height: 15px;
}

.ie .listing_row div {
	float: left;
	margin: 0px 5px;
}
.custom .listing_row p{
	margin: 2px 0px;
	font-size: 12px;
	color: #333333;
}
.custom .listing_row img.img{
	background: #fff;
	padding: 5px;
	border: 1px solid #b5b5b5;
	width: 136px;
	height: 90px;
}
.custom .listing_row h3{
	font-size: 16px;
	font-weight: bold;
	color: #023F80;
	margin: 0;
}
.custom .listing_row .view{  
	text-align: right;	
	line-height: 0;
	margin: 0;
	position: relative;
}

.custom #pagination { margin:10px 5px; }
.custom #pagination label, #pagination a {
	margin-right: 5px;
	padding: 2px 3px;
	border:1px solid #aaa;
	font-size: 11px;
}
.custom #pagination a:hover{
	text-decoration: underline;
	border: 1px solid #000;
}
    
.custom #pagination label{
	color: #aaa;
}
    
.custom #pagination label.current{
	background: #2a6eb0;
	color: #fff;
	font-weight: bold;
}


/*************** Advanced Search ****************/

.custom .advanced_search{
  padding: 10px;
}

  .custom .advanced_search h3{
    margin-top: 0px;
    border-bottom: 1px dotted #f2e7d5;
  }
  .custom .advanced_search .section{
    background: #F0F5F7;
    padding: 10px 10px 20px 20px;
    margin: 10px 0px 20px 0px;
    clear: both;
  }
    .custom .advanced_search .button{
      font-size: 18px;
      font-weight: bold;
      font-family: Georgia;
      color: #fff;
      border: 2px solid #015C71;
      margin-top: 10px;
      background: #32A4B8;
      padding: 2px 5px;
    }
    
    .custom .advanced_search .section .aligned_item{
      width: 150px;
      float: left;
      margin-right: 10px;
    }
    
    .custom .advanced_search .section label{
      vertical-align: middle;
      margin-right: 10px;
      font-size: 13px;
    }


/* ----------- My Form ----------- */
.myform { margin:10px auto; padding: 10px 0 10px 40px; width:475px; font-style:"Verdana"; font-size:13px;}
.myform h3{
  color: #2A6EB0;
  margin-bottom: 10px;
  font-weight: bold;
}

/* ----------- stylized ----------- */
.contact_message, .stylized { border:solid 2px #F2E7D5; background:#FDF9F4; margin: 20px auto;}

.stylized ol { margin: 0; padding: 0; }
.stylized ol li { list-style: none; padding: 5px; margin: 0; }

.stylized h1 { font-size:14px; font-weight:bold; margin-bottom:8px; }
.stylized p { font-size:11px; color:#666666; margin-bottom:20px; border-bottom:solid 1px #b7ddf2; padding-bottom:10px; }
.stylized label {font-size: 12px; color: #004080; display: inline-block; font-weight:bold; line-height: 1.8em; vertical-align: top; width: 120px; text-align: right; margin-right: 10px;}
.stylized label.lbl-state { width: 104px; }
.stylized label.zip {  }

.stylized textarea,
.stylized input {
  padding:1px; width: 250px; 
  background: #D4EEF5 !important; 
  border: 1px solid #9EC5D0;
  font-size: 16px;
}

.stylized textarea.whitebg,
.stylized input.whitebg{
  background: #ffffff !important;
}

.stylized input#lead_city { width: 125px;}
.stylized input#lead_state { width: 30px; margin-left: 5px; font-size: 1.3em !important;}

.stylized fieldset { border:none; margin: 3px 0 0; }
.stylized fieldset { font-weight: bold; }
.stylized fieldset label { display: block; width: auto; }

/*
.stylized fieldset textarea,
.stylized fieldset input { width: 25%; font-size: 14px; font-style: "Verdana"}
*/


.stylized button {
	clear:both;
	margin-left:155px;
	margin-top: 20px;
	width:125px;
	height:31px;
	background:#666666 url(/images/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

.subscribe_form{
  width: 360px;
  margin: 0px; 10px 5px;
  padding: 10px 10px 0px 10px;
  border: none;
  float: right;
}
.subscribe_form input{width: 120px;}
.subscribe_form label{width: auto; margin-right: 2px;}

.custom .status_box{
  font-weight: bold;
  color: #948E87;
  line-height: 20px;
}

/******************* Breadcrumbs *******************/
.custom ul#breadcrumbs{
  margin: 10px 0px 0px 10px;
  padding-left: 5px;
}
  .custom ul#breadcrumbs li{
    background: none;
    list-style: none;
    display: inline;
    color: #aaa;
    font-size: 11px;
  }
  .custom ul#breadcrumbs li a:hover{
    text-decoration: underline;
  }

/***************** Drop Shadow **************************/
.drop_shadow1{
  background: transparent url(../images/shadow_alpha.png) no-repeat scroll right bottom !important;
  display: inline;
  float: left;
  margin: 10px 0 0 20px;
}
  .drop_shadow1 a img,
  .drop_shadow1 div img{
    background-color:#FFFFFF;
    border: 1px solid #efefef;
    display:block;
    margin:-6px 6px 6px -6px;
    padding:3px;
  }
  
.custom .drop_shadow{
  background: transparent url(../images/shadow_alpha.png) no-repeat scroll right bottom !important;
  padding: 0px 0.4em 0.1em 0px;
}
  .custom .white_border,
  .custom .drop_shadow img{
    background: #fff;
	  padding: 5px;
	  border: 1px solid #b5b5b5;
    margin: -0.2em 0px 0px -0.4em;
  }
  .custom .white_border{margin:0px;}
  
  
/*************** buttons ************************/
.custom .gloss_button_small,
.custom .gloss_button{
  background:transparent url('../images/button_bg.gif') no-repeat scroll 0 0 !important;
  color: #ffffff;
  font-size: 14px !important;
  font-family: Lucida Sans Unicode,Lucida Grande,sans-serif !important;
  font-weight: bold;
  text-align: center;
  width: 158px !important;
  height: 35px !important;
  text-transform: none;
  vertical-align: middle;
  border: none;
  padding:5px 8px;
}
.custom .gloss_button_small{
  background: transparent url('../images/small_button_bg.gif') no-repeat scroll 0 0 !important;
  width: 50px !important;
  height: 26px !important;
  float: left;
  padding:5px 0 0;
}

.custom a:hover.gloss_button_small,
.custom a.gloss_button_small{
  text-decoration: none !important;
  /* display: table-cell; */
  text-align: center;
  font-size: 12px !important;
  font-family: Lucida Sans Unicode,Lucida Grande,sans-serif !important;
}

.custom a:hover.gloss_button,
.custom a.gloss_button{
  display: table-cell;
  text-decoration: none !important;
  text-align: center;
  font-size: 14px !important;
  font-family: Lucida Sans Unicode,Lucida Grande,sans-serif !important;
}

.custom .form_button{
  background:transparent url('../images/form.btn.gif') no-repeat scroll 0 0 !important;
  width: 103px !important;
  height: 40px !important;
  margin: 0px;
  color: #fff;
  font-size: 13px !important;
}



/********* only for prints ***********/
#print_header{
  font-size: 36px; 
	font-family: Georgia, Georgia, serif; 
	color: #2a6eb0; 
	border-bottom: 1px dotted #f2e7d5;
  display:none;
  font-weight: bold;
}

/*************************** ryan's *******************************/

.orange_button {
	background: url(images/button.png) no-repeat 0 0;
	width: 176px;
	height: 44px;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #fff;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.orange_small {
	width: 50px;
	height: 25px;
	background: url(images/orange_small.gif) no-repeat 0 0;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #fff;
	border: 0;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
	text-transform: none;
}

.custom .feature_box,
.custom .feature_box { 
	height: 254px; 
	/*width: 960px; */
	padding: 0; 
	margin: 0; 
	background: url('images/main-fb-bg.jpg') repeat-x 0 bottom;
	border-bottom: 2px solid #f2e7d5;
}

.custom .post_box {
	font-size: 12px;
}

.custom #feature_box_small {
	height: auto;
}

.custom .feature_box .feature_image { float: left; padding: 15px 15px 15px 15px; }
.custom .feature_box .feature_content { padding: 5px; }
.custom .feature_box .feature_content h2 { font-size: 24px; font-family: Georgia, Georgia, serif; color: #2a6eb0; margin: 5px 0 5px 0; }
.custom .feature_box .feature_content p { font-size: 13px; color: #948e87; }
.custom .feature_box .feature_content  p.sub_heading { color: #e79c0a; margin-top: 20px; font-size:14px; font-weight:bold;}
.custom .feature_box .link_container { float: left; padding: 20px 20px 20px 0;}
.custom .feature_box ul.links_list {
	list-style-image: none;
	list-style-position:outside;
	list-style-type:none; 
}

.custom #feature_img {
	float: right;
	margin: 10px;
}

.columns {
	float: left;
	overflow: hidden;
}

.halves {
	width: 49%;
}

.padright {
	padding-right: 10px;
}

.custom .padright h5 {
	background: url(images/main-fb-bg.jpg) repeat-x 0 bottom;
	color: #2A6EB0;
	padding: 5px;
	font-size:19px;
	border: 1px solid #F2E7D5;
	margin-bottom: 10px;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: none;
}

.custom h5 .orange_small {
	margin-top: -5px;
}

.custom #content ul.resource_page_links {
	margin-left: 5px;
	margin-bottom: 20px;
	color: #333;
	border: 0;
	
}

.custom #content ul.resource_page_links li {
	background: none;
	list-style: none;
	font-size: 12px;
}

.custom #content ul.resource_page_links li a {
	text-decoration: none;
	color: #555;
	display: block;
	border-bottom: 1px dotted #F2E7D5;
	padding: 2px;
}

.custom #content ul.resource_page_links li a:hover{ background-color: #EDF1F5; color: #4E91D9; #42b1c3;}

