/* -------------------- */
/* Framework
/* -------------------- */
div, html, body {
	margin: 0px; padding: 0px;
}
html {
	width: 100%;
	height: auto;
	background: #092c50 url( ../images/backgrounds/html.jpg ) top center no-repeat;
}
body {
	min-width: 1000px;
	margin: 0 auto;
	font-size: 14px;
}
#page {
	position: relative;
	text-align: left;
	width: 976px;
	margin: 0 auto;
	z-index: 2;
}


/* -------------------- */
/* Inner Page
/* -------------------- */
#background {
	overflow: hidden;
	position: absolute; top: 0; left: 0;
	width: 100%; height: 800px;
	margin: 0 auto;
	z-index: 1;
}
#background .bg_wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#background .nivoSliderWrapper {
	position: absolute; top: 0; left: -210px;
	display: block;
	width: 1400px;
	padding: 0 10px;
	background: #092c50 url( ../images/backgrounds/gallery_bg.jpg ) repeat;
	-webkit-box-shadow: 0px -10px 10px 0px #000000;
	-moz-box-shadow: 0px -10px 10px 0px #000000;
	box-shadow: 0px -10px 10px 0px #000000;
}
#background .nivo-dec {
	position:absolute; left: -30px; bottom: 0px;
	width: 1450px; height: 434px;
	background: transparent url( ../images/backgrounds/gallery_fade.png ) repeat-x;
	z-index: 100;
}
#background .nivo-caption h1,
#background .nivo-caption .description { display: none; }


/* -------------------- */
/* Inner Page
/* -------------------- */
/* Header */
#header {
	position: fixed; top: 0; z-index: 100001;
	overflow: visible;
	height: 0px;
}
#header .logo {
	position: absolute; top: 0; left: -20px;
}

/* Main Nav */
#nav {
	position: fixed; top: 0; z-index: 100000;
	width: 960px; height: 100px;
	margin: 0; padding: 0;
	background: #eadaba url( ../images/backgrounds/nav.jpg ) top right no-repeat;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	font-family: 'Crete Round', serif;
	font-size: 17px;
	line-height: 30px;
}
#nav .menu {
	float: left;
	margin: 64px 0 0 240px;
}
#nav .menu span.no_link { cursor: default; }
#nav .menu .menu_list_index_0_item a.link,
#nav .menu .menu_list_index_0_item span.no_link {
	display: block;
	margin: 0 5px; padding: 3px 10px;
	color: #092c50;
}
#nav .menu .menu_list_index_0_child_item:hover .menu_list_index_0_item a.link,
#nav .menu .menu_list_index_0_child_item:hover .menu_list_index_0_item span.no_link {
	color: #4991c8;
	text-shadow: 0 0 4px #fff;
}
#nav .menu .menu_list_index_1_menu_group_wrapper {
	/*overflow: hidden;*/
	top: 36px; bottom: auto;
	width: 541px;
	/*padding: 0 10px 10px;*/
	background: transparent url( ../images/backgrounds/subnav_repeat.jpg ) top center repeat-y;
	-webkit-border-radius: 0 0 5px 5px;
	   -moz-border-radius: 0 0 5px 5px;
	        border-radius: 0 0 5px 5px;
	-webkit-box-shadow: inset 0 8px 6px -6px black,
						0 5px 10px 0px #000000;
	   -moz-box-shadow: inset 0 8px 6px -6px black,
						0 5px 10px 0px #000000;
	        box-shadow: inset 0 8px 6px -6px black,
						0 5px 10px 0px #000000;
}
/*#nav .menu .menu_list_index_1_menu_dec {
	overflow: hidden;
	position: absolute; top: 0; left: -10px;
	width: 100%; height: 100%;
	margin: 0 10px 10px;
}
#nav .menu .menu_list_index_1_menu_dec .inner {
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	-webkit-border-radius: 0 0 5px 5px;
	   -moz-border-radius: 0 0 5px 5px;
	        border-radius: 0 0 5px 5px;
	-webkit-box-shadow: inset 0 8px 6px -6px black,
						0 0 10px 0px #000000;
	   -moz-box-shadow: inset 0 8px 6px -6px black,
						0 0 10px 0px #000000;
	        box-shadow: inset 0 8px 6px -6px black,
						0 0 10px 0px #000000;
}*/
#nav .menu .menu_list_index_1_menu_group {
	position: relative; top: 0; left: 0;
	background: transparent url( ../images/backgrounds/subnav_bottom.jpg ) bottom center no-repeat;
	-webkit-border-radius: 0 0 5px 5px;
	   -moz-border-radius: 0 0 5px 5px;
	        border-radius: 0 0 5px 5px;
}
#nav .menu .menu_list_index_1 {
	/*float: left;*/
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 250px;
	padding: 15px 20px;
	font-size: 12px;
	color: #001F51;
}
#nav .menu .menu_list_index_1_item { white-space: nowrap; }
#nav .menu .menu_list_index_1_child_item {
	padding: 5px 0;
}
#nav .menu .menu_list_index_1_menu_group a.link,
#nav .menu .menu_list_index_1_menu_group span.no_link {
	display: block;
	padding-bottom: 13px;
	background: transparent url( ../images/borders/subnav_item.png ) bottom left no-repeat;
	font-family: 'Crete Round', serif;
	font-size: 16px;
	line-height: 16px;
	color: #092c50;
}
#nav .menu .menu_list_index_1_menu_group a.link:hover,
#nav .menu .menu_list_index_1_menu_group span.no_link:hover {
	color: #3f6a96;
	/*background: -moz-linear-gradient(left,  rgba(207,185,136,1) 0%, rgba(249,241,204,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(207,185,136,1)), color-stop(100%,rgba(249,241,204,0)));
	background: -webkit-linear-gradient(left,  rgba(207,185,136,1) 0%,rgba(249,241,204,0) 100%);
	background: -o-linear-gradient(left,  rgba(207,185,136,1) 0%,rgba(249,241,204,0) 100%);
	background: -ms-linear-gradient(left,  rgba(207,185,136,1) 0%,rgba(249,241,204,0) 100%);
	background: linear-gradient(to right,  rgba(207,185,136,1) 0%,rgba(249,241,204,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfb988', endColorstr='#00f9f1cc',GradientType=1 );*/
}
#nav .menu .menu_list_index_1_child_item.last > .item_wrapper a.link,
#nav .menu .menu_list_index_1_child_item.last > .item_wrapper span.no_link {
	margin-bottom: 0; padding-bottom: 0;
	background: none;
}
#nav .menu .menu_list_index_1_parent_content {
	/*float: right;*/
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 225px;
	padding: 15px 20px 15px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #092c50;
}
#nav .menu .menu_list_index_1_parent_content h5 { margin: 10px 0 5px 0; }
#nav .menu .menu_list_index_1_parent_content p { margin: 5px 0; line-height: 14px; }
#nav .menu .menu_list_index_1_parent_content img {
	border: 5px solid #bea172;
}
#nav .menu .menu_list_index_1_parent_content a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #3283d6;
}
#nav .menu .menu_list_index_1_parent_content a:hover { text-decoration: underline; }
#nav .menu .menu_list_index_1_menu_group .menu_group {
	width: 250px;
	padding: 0 10px;
}
#nav .menu .menu_list_index_1 .menu_list {
	background: transparent url( ../images/backgrounds/subsubnav_repeat.jpg ) top center repeat-y;
	-webkit-border-radius: 5px; /*0 5px 5px 5px;*/
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px 0px #000000;
	   -moz-box-shadow: 0 5px 10px 0px #000000;
	        box-shadow: 0 5px 10px 0px #000000;
}
#nav .menu .menu_list_index_1_menu_group .menu_group a.link,
#nav .menu .menu_list_index_1_menu_group .menu_group span.no_link {
	display: block;
	padding: 10px 10px 15px;
}
#nav .menu .menu_list_index_1_menu_group .menu_group .child_item.last > .item_wrapper a.link,
#nav .menu .menu_list_index_1_menu_group .menu_group .child_item.last > .item_wrapper span.no_link {
	padding: 10px;
	background: none;
}


/* Content */
.lc_cms_error_message_wrapper {
    clear: both;
}
#content_wrapper {
	table-layout: fixed;
	position: relative;
	width: 976px; min-height: 444px;
	margin: 400px auto 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 0 10px #000;
}
#content {
	min-height: 444px;
}
#content > .content {
	position: relative;
	min-height: 444px;
	background: #092c50 url( ../images/backgrounds/content.jpg ) repeat;
	-webkit-box-shadow: 5px 0 10px #514a3e;
	-moz-box-shadow: 5px 0 10px #514a3e;
	box-shadow: 5px 0 10px #514a3e;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#content > .right_col {
	position: relative;
	width: 258px; height: 100%;
	background: #092c50 url( ../images/backgrounds/sidebar.jpg ) repeat;
	-webkit-border-radius: 0 3px 3px 0;
	   -moz-border-radius: 0 3px 3px 0;
	        border-radius: 0 3px 3px 0;
	-webkit-box-shadow: inset 8px 0 6px -6px black;
	   -moz-box-shadow: inset 8px 0 6px -6px black;
	        box-shadow: inset 8px 0 6px -6px black;
}

/* Body */
#content > .content > .body {
	position: relative;
	margin: 0; padding: 10px 24px;
	z-index: 6;
}
#content > .content > .body .output img,
#content > .content > .body .output .nivoSliderWrapper .nivo-feature { border: 4px solid #bea172; }
#content > .content > .body .output .nivoSliderWrapper img { border: none; }
#content > .content > .body .output .nivoSliderWrapper .nivoSlider {
    text-align: center;
    width: 100% !important;
}
#content > .content > .body .output .nivoSliderWrapper .nivoSlider img {
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    width: auto !important;
}
#content > .content > .top {
	position: absolute; top: -10px; left: -2px;
	width: 725px; height: 233px;
	background: transparent url( ../images/backgrounds/content_top.jpg ) 3px 12px no-repeat;
	z-index: 5;
}
#content > .content > .body .output .dfm_non_ajax img {
    border: medium none;
}
#content > .content > .body  #imap_poi_icon_tools_holder{
	height: auto;
	margin: 0 0 10px;
}
#poi_placement_map_canvas, #poi_custom_placement_map_canvas{
	margin: 0 auto;	
}
#content > .content > .top .inner {
	width: 725px; height: 233px;
	background: transparent url( ../images/borders/content_top.png ) repeat;
}
#content > .content > .bottom {
	position: absolute; bottom: -10px; left: -5px;
	width: 725px; height: 211px;
	background: transparent url( ../images/backgrounds/content_bottom.jpg ) 5px 0 no-repeat;
	z-index: 5;
}
#content > .content > .bottom .inner {
	width: 725px; height: 211px;
	background: transparent url( ../images/borders/content_bottom.png ) repeat;
}
body.wide #content > .content > .top {
	position: absolute; top: -10px; left: -2px;
	width: 983px; height: 233px;
	background: transparent url( ../images/backgrounds/content_top_wide.jpg ) 2px 12px no-repeat;
	z-index: 5;
}
body.wide #content > .content > .top .inner {
	width: 983px; height: 233px;
	background: transparent url( ../images/borders/content_top_wide.png ) repeat;
}
body.wide #content > .content > .bottom {
	position: absolute; bottom: -10px; left: -5px;
	width: 983px; height: 211px;
	background: transparent url( ../images/backgrounds/content_bottom_wide.jpg ) 5px 26px no-repeat;
	z-index: 5;
}
body.wide #content > .content > .bottom .inner {
	width: 983px; height: 211px;
	background: transparent url( ../images/borders/content_bottom_wide.png ) repeat;
}

/* Home */
body #banner {
	margin: -71px 0 -25px -40px;
	width: 730px; height: 240px;
	position: relative;
}
body.sub.wide #banner {
	margin: -71px 0 -25px -40px;
	width: auto; height: auto;
}
body.home #content > .content > .body {
	background: transparent url( ../images/backgrounds/home_body.png ) -1px 20px no-repeat;
}

/* Sidebar */
#content > .right_col > .top {
	position: absolute; top: 0; left: 0;
	width: 100%; height: 138px;
	background: transparent url( ../images/backgrounds/sidebar_top.jpg ) top right no-repeat;
	-webkit-border-radius: 0 3px 0 0;
	   -moz-border-radius: 0 3px 0 0;
	        border-radius: 0 3px 0 0;
	-webkit-box-shadow: inset 8px 0 6px -6px black;
	   -moz-box-shadow: inset 8px 0 6px -6px black;
	        box-shadow: inset 8px 0 6px -6px black;
	z-index: 2;
}
#content > .right_col > .bottom {
	position: absolute; bottom: 0; left: 0;
	width: 100%; height: 138px;
	background: transparent url( ../images/backgrounds/sidebar_bottom.jpg ) bottom right no-repeat;
	-webkit-border-radius: 0 0 3px 0;
	   -moz-border-radius: 0 0 3px 0;
	        border-radius: 0 0 3px 0;
	-webkit-box-shadow: inset 8px 0 6px -6px black;
	   -moz-box-shadow: inset 8px 0 6px -6px black;
	        box-shadow: inset 8px 0 6px -6px black;
	z-index: 2;
}
#content > .right_col > .body {
	position: relative;
	z-index: 3;
}
#content > .right_col form.search {
	float: left;
	width: 207px; height: 32px;
	margin: -5px 0 5px 5px; padding: 25px 0 0 40px;
	background: transparent url( ../images/backgrounds/search_form.png ) no-repeat;
}
#content > .right_col form.search input[type=text] {
	outline: none;
	float: left;
	width: 150px; height: 14px;
	margin: 0; padding: 3px 5px;
	background: transparent;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
#content > .right_col form.search input[type=submit] {
	text-indent: -9999px; overflow: hidden;
	outline: none;
	float: left;
	width: 24px; height: 17px;
	margin: 2px 0 0 19px; padding: 0;
	background: transparent url( ../images/icons/search_submit.png ) no-repeat;
	border: none;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	color: #fff;
}
#content > .right_col .section_title {
	height: 32px;
	margin-top: 7px;
	background: transparent url( ../images/banners/section_ribbon.png ) no-repeat;
	-webkit-box-shadow: 0 0 5px #514a3e;
	-moz-box-shadow: 0 0 5px #514a3e;
	box-shadow: 0 0 5px #514a3e;
}
#content > .right_col .menu {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 10px 0;
}
#content > .right_col .menu .menu_list_index_0_menu_group_wrapper {
	width: 250px;
}
#content > .right_col .menu .child_item { display: block; }
#content > .right_col .menu .child_item a.link,
#content > .right_col .menu .child_item span.no_link {
	font-family: 'Crete Round', serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #092c50;
}
#content > .right_col .menu .menu_list_index_0_child_item { padding-left: 20px; }
#content > .right_col .menu .menu_list_index_0_child_item .menu_list { padding-left: 10px; }
#content > .right_col .menu .menu_list_index_0_child_item.current,
#content > .right_col .menu .menu_list_index_0_child_item.active {
	margin: 5px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #092c50 url( ../images/backgrounds/content.jpg ) repeat;
	-webkit-box-shadow: 0 0 5px #514a3e;
	   -moz-box-shadow: 0 0 5px #514a3e;
	        box-shadow: 0 0 5px #514a3e;
	-webkit-border-radius: 0 5px 5px 0;
	   -moz-border-radius: 0 5px 5px 0;
	        border-radius: 0 5px 5px 0;
}
#content > .right_col .menu .menu_list_index_1_child_item { display: none; }
#content > .right_col .menu .menu_list_index_0_child_item.active .menu_list_index_1_child_item,
#content > .right_col .menu .menu_list_index_0_child_item.current .menu_list_index_1_child_item { display: block; }
#content > .right_col .menu .item_wrapper a.link:before,
#content > .right_col .menu .item_wrapper span.no_link:before { content: "\00B7\00A0"; }
#content > .right_col .menu .current > .item_wrapper a.link:before,
#content > .right_col .menu .current > .item_wrapper span.no_link:before { content: "\00AB\00A0"; }
#content > .right_col .menu_list_index_1 .child_item a.link,
#content > .right_col .menu_list_index_1 .child_item span.no_link { font-size: 13px; }
#content > .right_col .menu .current > .item_wrapper a.link,
#content > .right_col .menu .current > .item_wrapper span.no_link { color: #2a7ec1; }
.cart_menu_flip .child_item_index_0 { padding-right: 20px; }
#content > .right_col .banner {
	text-align: center;
	margin-bottom: 13px;
}


/* Footer */
#footer {
	float: left;
	width: 976px;
	margin: 15px 0 50px; padding: 0 5px;
	font-size: 14px;
	line-height: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #b8dbff;
}
#footer .info {
	text-align: center;
	/*font-size: 12px;*/
	color: #9fc8f1;
}
#footer .info .logo {
	display: inline-block;
	height: 51px;
	margin-right: 25px;
	vertical-align: middle;
}
#footer .menu {
	margin-top: 10px; padding: 0 50px;
}
#footer .menu .icon { display: none; }
#footer .menu .menu_list_index_0_child_item {
	float: left;
	width: 159px;
	margin-right: 20px;
}
#footer .menu .menu_list_index_0_child_item.last { margin-right: 0; }
#footer .menu .menu_list_index_0_item {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}
#footer .menu .menu_list_index_0_item a {
	font-weight: normal;
	font-style: normal;
	color: #b8dbff;
}
#footer .menu .item .link,
#footer .menu .item .no_link {
	display: block;
	padding: 1px 0;
}
#footer .menu .menu_list_index_1_item .link,
#footer .menu .menu_list_index_1_item .no_link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b8dbff;
}
#footer .menu .menu_list_index_1 a { color: #fff; text-decoration: none; }
#footer .menu a:hover { text-decoration: underline; }

#footer .ad {
	position: relative;
	float: right;
	height: 46px;
	margin: 0 50px; padding: 7px 15px 0 24px;
	background: #0e365f;
}
#footer .ad .arrow {
	position: absolute; top: 0; right: -21px;
	width: 21px; height: 53px;
	background: transparent url( ../images/backgrounds/footer_ads_arrow.png ) no-repeat;
}
#footer .ad.vg .icon {
	position: absolute; top: -16px; left: -50px;
	width: 74px; height: 88px;
	background: transparent url( ../images/icons/visitors_guide_footer.png ) no-repeat;
}
#footer .ad.enews .icon {
	position: absolute; top: -11px; left: -50px;
	width: 61px; height: 75px;
	background: transparent url( ../images/icons/newsletter_footer.png ) no-repeat;
}
#footer .ad .title,
#footer .ad .title a {
	display: block;
	font-family: 'Crete Round', serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
}
#footer .ad .desc {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
	color: #76aadc;
	white-space: nowrap;
}
#footer .chamber_link {
    display: none;
}
body.home #footer .chamber_link {
    display: inline-block;
}



/* Member Home Page Menu */
#member_homepage_menu ul {
}
#member_homepage_menu li {
    display: block;
    padding: 6px 10px;
}
#member_homepage_menu li a {
    font-size: 1.15em;
}
#member_homepage_menu li.current {
	display: none;
}