/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#666666;
	font-size:14px;
	margin:0 auto;
	background-color:#dee7f4;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
}

.sub-background { 
	background-image:url(images/bg_body-sub.jpg);
	background-repeat:repeat-x;
}

.home-background { 
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }



/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0px;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.img-border { 
border:1px solid #bdcfe9;
padding:3px;
}

.sub-flag { color:#172955; font-size:14px; }


.collection-box {
position:relative;
width:150px;
height:150px;
float:left;
margin:15px;
text-align:center;
}



.details-border {
	border:1px solid #B2B29A;
}



.divider-line {
	position:relative;
	width:100%;
	height:2px;
	background-color:#DEEDF8;
	margin:3px 0 2px 0;
	clear: both;
}

.listing-features {
	position:relative;
	width:890px;
	height:auto;
	float: left;
	padding:10px 0 10px 30px;
	background-image: url('/images/bg_search-result.gif');
	background-repeat: no-repeat;
}

.listing-details {
position:relative;
width:260px;
height:auto;
floaT:left;
}

.detail-thumb {
	background-image: url(images/bg_detail-thumb.gif);
	background-repeat: no-repeat;
	padding:10px;
}

.shadow .top {
	background-image: url(images/shadow/top.gif);
	background-repeat: repeat-x;
	height: 10px;
}

.shadow .bottom {
	background-image: url(images/shadow/bottom.gif);
	background-repeat: repeat-x;
	height:10px;
}

.shadow .left {
	background-image: url(images/shadow/left.gif);
	background-repeat: repeat-y;
	width: 10px;
}

.shadow .right {
	background-image: url(images/shadow/right.gif);
	background-repeat: repeat-y;
	width: 10px;
}


#detail-photo {
	float: left;
	width: 270px;
	text-align: center;
}

#detail-info {
	float: right;
	width: 600px;
}

#detail-contact {
	float: right;
	width: 260px;
	padding: 0 60px 10px 15px;
	background-image: url(images/bg_detail-contact.gif);
	background-repeat: no-repeat;
}

#detail-contact-info {
	width: 890px;
	padding: 15px;
	background-image: url(images/bg_contact.gif);
	height: 20px;
	color: #FFFFFF;
}

#detail-contact-info a {
	color: #FFFFFF;
	font-weight: normal;
}

#detail-contact-info a:hover {
	color: #FFF;
	font-weight: normal;
}

.result-thumbnail {
	position:relative;
	width:120px;
	height:200px;
	float:left;
	margin:15px 30px 0 0;
}




.result-thumbnail img {
	background-image: url(images/bg_result-photo.gif);
	background-repeat: no-repeat;
	padding:10px;
	
}

.result-heading {
	position:relative;
	float:left;
	width:570px;
	height:35px;
	padding: 10px 0 0 0;
	margin:0 0 0px 0;
}

.result-details {
	position:relative;
	float:left;
	width:280px;
	height:auto;
	margin:0 0px 0 0;
}

.result-description {
	position:relative;
	float:left;
	width:350px;
	height:auto;
}


/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:123px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:35px;
	left:205px;
	width:601px;
	height:28px;
}

#nav_sub {
	position:absolute;
	top:60px;
	left:0px;
	width:200px;
	height:31px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
}

/* ---- start main content settings -------------- */

#content_image {
	position:relative;
	width:960px;
	height:349px;
}

#content_main {
	position:relative;
	top:0;
	left:0;
	width:635px;
	height:auto;
	background-image:url(images/bg_content-main.jpg);
	background-repeat:repeat-y;
	float:left;
}

#content_large {
	position:relative;
	top:0;
	left:0;
	width:950px;
    min-height:400px;
    height:auto !important;
    height:400px;
	background-image:url(images/bg_content-main-large.jpg);
	background-repeat:repeat-y;
	float:left;
}

.content_gradient {
	position:relative;
	width:auto;
	height:auto;
	background-image:url(images/corner_content-main-top.jpg);
	background-repeaT:no-repeat;
padding:40px 20px 30px 30px;
}

.content_gradient-large {
	position:relative;
	width:auto;
	height:auto;
	background-image:url(images/corner_content-main-large-top.jpg);
	background-repeaT:no-repeat;
padding:40px 20px 30px 30px;
}


#side_bar {
	position:relative;
	width:325px;
	height:auto;
	float:right;
	background-image:url(images/bg_sidebar.jpg);
	background-repeat:repeat-y;
}

.sidebar_gradient {
	position:relative;
	width:auto;
	height:auto;
	background-image:url(images/bg_sidebar-gradient.jpg);
	background-repeat:no-repeat;
padding:80px 0 30px 30px;
}

#content_lower {
	position:relative;
	width:944px;
	height:auto;
	margin:0 auto;
}

.find-builder {
	position:relative;
	width:317px;
	height:auto;
	float:left;
	background-image:url(images/bg_sub-box.jpg);
	background-repeat:repeat-y;
}

.find-builder div { 
	background-image:url(images/corner_find-top.jpg); 
	background-repeat:no-repeat; 
	padding:60px 0 15px 5px;
}

.find-builder p { margin:0px 20px 0 20px; }

.join-assoc {
	position:relative;
	width:310px;
	height:auto;
	float:left;
	background-image:url(images/bg_sub-middle.jpg);
	background-repeat:repeat-y;
}

.join-assoc div { 
	background-image:url(images/corner_join-top.jpg);
	background-repeat:no-repeat;
	padding:60px 0 15px 5px;
}


.join-assoc p { margin:0px 20px 0 20px; }

.upcoming-events {
	position:relative;
	width:317px;
	height:auto;
	float:left;
	background-image:url(images/bg_sub-right.jpg);
	background-repeat:repeat-y;
}

.upcoming-events div { 
	background-image:url(images/corner_upcoming-top.jpg);
	background-repeat:no-repeat; 
	padding:60px 0 15px 5px;
}


.upcoming-events p { margin:0px 20px 0 20px; }

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:900px;
	height:74px;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	clear:both;
padding:10px 20px 0 30px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:28px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.jpg);
}

a#nav_01 {
	width:59px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -28px;
}


a#nav_02 {
	width:81px;
	cursor:default;
	background-position:-59px 0;
}

a:hover#nav_02{
	background-position:-59px -28px;
}



a#nav_03 {
	width:104px;
	cursor:default;
	background-position:-140px 0;
}

a:hover#nav_03{
	background-position:-140px -28px;
}



a#nav_04 {
	width:142px;
	cursor:default;
	background-position:-244px 0;
}

a:hover#nav_04{
	background-position:-244px -28px;
}

a#nav_05 {
	width:122px;
	cursor:default;
	background-position:-386px 0;
}

a:hover#nav_05{
	background-position:-386px -28px;
}


a#nav_06 {
	width:93px;
	cursor:default;
	background-position:-508px 0;
}

a:hover#nav_06{
	background-position:-508px -28px;
}

/* ---- start nav drop settings -------------------------- */

#nav_sub a {
	display:block;
	color:#fff;
	padding:5px;
	font-size:14px;
	text-decoration:none;
}

#nav_sub a:hover {
background-color:#819ad1;
}

#L1, #L2, #L3, #L4 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#192d5a;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}

#L1 { width:150px; left:270px; }
#L2 { width:200px; left:350px; }
#L3 { width:100px; left:600px; }
#L4 { width:200px; left:700px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}