/* BASICS */
body {
	background: #a9b77c;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #444;
  font-weight: normal; /* prevent some inheritance problems in IE */
  /* cursor: auto; prevent some inheritance problems in IE -- removed 10/21/09 to solve conflict with some links */
}

img {
border: 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #444;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer; /* explicitly defined for empty links, i.e. js calls */
}

a:focus, a:hover, a:active {
	font-size: 13px;
	color: #3d503c;
	text-decoration: none;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 26px;
	font-weight: normal;
	color: #A12404;
	margin: 0px;
	padding: 0px;
	line-height: .8em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-weight: normal;
	color: #3D4F05;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 20px;
	height: 20px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0px;
	border: 0px 0px 6px 0px;
	color: #4c6c47;
}

.h3_old {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	font-weight: normal;
	padding-left: 3px;
	height: 30px;
	color: #4c6c47;
	background: url("http://culturesource.net/images/h3.jpg") no-repeat;
}

h4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #2d3b2a;
	margin: 0px;
	padding: 0px;
	line-height: .8em;
}

ul {
	list-style: none;
	list-style-image: url("http://culturesource.net/images/arrow_purple.gif");
}

li {
	margin-bottom: 6px;
}

.inside_list {
	list-style-position: inside;
}

hr {
	height: 10px;
	background-color: #fff;
	border: 0;
	color: #fff;
	clear: left;
}

fieldset {
	background-color: #f6f6f6;
}

legend {
	font-size: 1.5em;
}

.clear_float {
	clear: both;
	background-color: #fff; /* Needed by IE6 to keep the div from expanding */
}

.auraltext {
	position: absolute;
  font-size: 0;
  left: -5000px;
}

.inset_left {
  float: left;
  margin: 0px 10px 6px 0px;
  padding: 6px 10px 6px 3px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.inset_left ul {
  padding: 0px;
  margin: 3px 6px 0px 20px;
  font-size: .8em;
  font-weight: bold;
}

.inset_right {
  float: right;
  margin: 0px 0px 6px 10px;
  padding: 6px 3px 6px 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.inset_right ul {
  padding: 0px;
  margin: 3px 0px 0px 20px;
  font-size: .8em;
  font-weight: bold;
}

/* for jquery captions under images */
div.caption {
  float: left;
  margin: 0 6px 6px 6px;
	padding: 0;
}
div.caption img {
  padding: 0 0 3px 0;
  margin: 0;
}
.caption p {
  margin: 0 5px 10px 5px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: .9em;
  color: #666;
  line-height: 1em;
}
/* for other captions under images */
.image_caption {
  padding: 0 3px 3px 3px;
  margin: 0;
}

/* LAYOUT */
#container {
	background: url("http://culturesource.net/themes/theme_4/img/background.jpg") repeat-y;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	width: 960px;
	height: 200px;
}
#top_left {
	width: 630px;
	height: 160px;
	float: left;
}
#top_right {
	width: 300px;
	height: 160px;
	float: left;
}
#top_right_inner {
	width: 300px;
	height: 160px;
}
#top_nav_right {
	width: 900px;
	height: 40px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: right;
}
#main_top {
	width: 900px;
	height: 100px;
	margin-left: 30px;
	margin-right: 30px;
	background: url("http://culturesource.net/themes/theme_4/img/toptabs_intro.jpg") no-repeat;
  text-align: right;
}
#main_top_nav {
	width: 900px;
}
#main {
	width: 930px;
	margin-left: 30px;
	margin-right: 0px;
}
#main_left {
	float: left;
	background: #fff;
	border-right: #ccc 1px solid;
	width: 180px;
}
#main_content {
	float: left;
	background: #fff;
	width: 700px;
	margin: 0px 0px 0px 10px;
}
#main_content_members {
	float: right;
	background: #fff;
	width: 650px;
	margin: 0px 50px 0px 0px;
}
#testdiv {
	float: right;
	width: 100px;
	height: 100px;
	background: #ccc;
}
#right_pane {
	position: relative;
	float: right;
	top: 30px;
	right: -25px;
	width: 200px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	border: 0px;
	background: #d2d9b8;
}

div .right_pane_banners {
	position: relative;
	width: 170px;
	padding: 0px;
	margin: 0px 15px 20px 15px;
	border: 0px;
  text-decoration: none;
}
div .right_pane_banners h2 {
	color: #666;
	font-size: 16px;
	border-bottom: 1px solid #aaa;
}
div .right_pane_banners div {
	width: 170px;
	margin: 15px 0px 15px 0px;
  color: #444;
	font-size: 9px;
	text-decoration: none;
  font-weight: normal;
}
div .right_pane_banners div a:link, div .right_pane_banners div a:visited, div .right_pane_banners div a:hover, div .right_pane_banners div a:active {
	color: #444;
	font-size: 9px;
	text-decoration: none;
  font-weight: normal;
}
div .right_pane_banners div a:link strong, div .right_pane_banners div a:visited strong {
	color: #A12404;
	font-size: 11px;
	text-decoration: none;
}
div .right_pane_banners div a:hover strong, div .right_pane_banners div a:active strong {
	color: #A12404;
	font-size: 11px;
	text-decoration: underline;
}

.calendar_mini {
	margin: 10px 0px 0px 10px;
}

#bottom {
	width: 900px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 50px 0px 20px 0px;
	text-align: center;
}

/* see also #event_detail_* which mirrors this code for calendar listings, etc. */
#left_inset_top {
	margin: 15px 10px 10px 0px;
	padding: 0px 10px 0px 0px;
	width: 180px;
	float: left;
	border-right: #ccc solid 1px;
}
#left_inset_image {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 180px;
	text-align: center;
}
#left_inset_info {
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}




.content_intro {
	display: block;
  padding-bottom: 10px;
  margin: 0;
}
.content_intro div {
  display: block;
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none;
	font-weight: normal;
}
.content_intro div h1 {
  width: 325px;
}
.content_intro_left img {
	padding-bottom: 2px;
}
.content_intro_left {
	font-size: 11px;
	color: #A12404;
	width: 150px;
	padding: 0;
  margin: 0;
}
.content_intro_left ul {
	list-style: none;
  list-style-image: none;
	line-height: 1.5em;
  width: 150px;
  margin: 0;
  padding: 0;
  border: 0;
}
.content_intro_left li {
  margin: 0;
  padding: 5px 0px 5px 0px;
}
.content_intro_left_link:link, .content_intro_left_link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #444;
	text-decoration: underline;
	font-weight: normal;
}
.content_intro_left_link:hover, .content_intro_left_link:active {
	font-size: 11px;
	color: #3d503c;
	text-decoration: none;
	font-weight: normal;
}

.content_intro_submenu {
	font-size: 12px;
	color: #000;
	width: 160px;
  margin-top: 8px;
}
.content_intro_submenu ul {
	list-style: none;
  list-style-image: none;
	line-height: 1em;
  width: 150px;
  margin: 0;
  padding: 0;
  border: 0;
}
.content_intro_submenu li {
  margin: 0 0 1px 0;
  padding: 3px 3px 6px 3px;
}
.content_intro_submenu_hover {
  background-color: #DEE5C3;
}
.content_intro_submenu_current {
  color: #666;
}
.content_intro_submenu_link:link, .content_intro_submenu_link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.content_intro_submenu_link:hover, .content_intro_submenu_link:active {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

/* START OLD CONTENT INTRO LEFT CODE */
.content_intro_left_home, .content_intro_left_home ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #A12404;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	width: 130px;
	padding: 0px 10px 3px 0px;
	margin: 0px 10px 10px 0px;
	border-right: solid 1px #ccc;
}

.content_intro_left_home img {
	padding-bottom: 8px;
}

.content_intro_left_home ul {
	list-style: none;
  list-style-image: none;
	/* list-style-image: url("http://culturesource.net/images/arrow_purple.gif");*/
	line-height: 1.5em;
  margin: 0px;
  border: 0px;
  padding: 0px 0px 3px 0px;
}

.content_intro_left_home li {
  padding: 5px 0px 5px 0px;
  border-bottom: 1px dotted #aaa;
}
/* END OLD CONTENT INTRO LEFT CODE */

.content_intro_right_home {
	display: block;
	float: left;
	width: 289px;
	padding: 0px 0px 0px 10px;
	border-left: solid 1px #ccc;
}

.home_h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px;
	font-weight: normal;
	line-height: 1em;
	height: 1em;
	color: #2d3b2a;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
	background: none;
}

.home_h3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-weight: normal;
	line-height: 1em;
	height: 1em;
	color: #7d8c7b;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 6px 0px;
	background: none;
}

.home_h4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
	height: 1em;
	color: #a3baa0;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 6px 0px;
	background: none;
}

/* SPECIAL CLASSES */
.left_border {
	margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
}
.breadcrumbs {
  margin-right: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #666;
	text-decoration: none;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #666;
	text-decoration: none;
}
.breadcrumbs a:active, .breadcrumbs a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #A12404;
	text-decoration: underline;
}
#flash_header {
	width: 540px;
	height: 140px;
	position: absolute;
	left: 25px;
	z-index: 999;
}

#members_event_city_block {
	display: none;
}

#public_event_city_block {
	display: none;
}

.popup_bubble {
	background: #d2d9b8;
	border: 1px solid #999;
	width:200px;
	height:100px;
	display:none;
	padding: 6px;
	position:absolute;
	text-align: left;
	z-index: 999;
}
.popup_bubble_link {
	cursor: pointer;
}

#sortable_list, #sortable_list_vertical {
	list-style: none;
	list-style-image:none;
	margin: 0;
	border: 0;
	padding: 0;
}
#sortable_list li {
	width: 100px;
	height: 120px;
	margin: 5px;
	padding: 3px;
	display: block;
	text-align: center;
	float: left;
	border: solid #efefef 1px;
}
#sortable_list_vertical li {
	width: 600px;
	height: auto;
	margin: 10px;
	padding: 6px;
	display: block;
	background: #ddd;
	border: solid #999 1px;
	cursor: move;
}
.sortable_placeholder {
	height: 150px;
	background: #fff;
	border: dashed #999 1px;
}
.sortable_container {
	width: 650px;
}
.sortable_thumbnail_container {
	height: 100px;
	width: 100px;
	padding: 2px;
	background: #fff;
	border: 1px solid #999;
	cursor: move;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #444;
	font-weight: normal;
	text-decoration: none;
}

.photo_credit {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #444;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	margin-top: -10px;
	margin-bottom: 10px;
	text-align: right;
}
.photo_credit a:link, .photo_credit a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #444;
	font-weight: normal;
	text-decoration: underline;
	font-style: italic;
}
.photo_credit a:hover, .photo_credit a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #444;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	margin-top: -10px;
	margin-bottom: 10px;
}

#map_canvas span, #map_canvas_mini span {
	white-space: normal;
}

.last_page {
	display: none;
}

.last_page_container {
	display: none;
}

.last_page:link, .last_page:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #999;
	line-height: 18px;
	height: 18px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 14px;
	margin-top: 12px;
	background: url("http://culturesource.net/themes/theme_4/img/le_submenu_left_back.jpg") no-repeat 0px 0px;
}

.last_page:hover, .last_page:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #000;
	line-height: 18px;
	height: 18px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 14px;
	margin-top: 12px;
	background: url("http://culturesource.net/themes/theme_4/img/le_submenu_left_back.jpg") no-repeat 0px -20px;
}

.smalllink_container {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #444;
	padding-top: 5px;
	text-decoration: none;
}
.smalllink {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #444;
	font-weight: normal;
	text-decoration: underline;
}

.smalllink:focus, .smalllink:hover, .smalllink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #3d503c;
}
.tinylink_container {
	padding: 6px 0px 3px 0px;
}
.tinylink, .tinylink_container a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
.tinylink:focus, .tinylink:hover, .tinylink:active, .tinylink_container a:focus, .tinylink_container a:hover, .tinylink_container a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	color: #3d503c;
}
.biglink:link, .biglink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #A12404;
	font-weight: bold;
	text-decoration: none;
}
.biglink:hover, .biglink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}
.delete_link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	padding: 3px 0px 3px 0px;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	color: #444;
	font-weight: normal;
	text-decoration: none;
	background: url("http://culturesource.net/images/delete.gif") no-repeat 0px 0px;
}
.delete_link:focus, .delete_link:hover, .delete_link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	padding: 3px 0px 3px 0px;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	text-decoration: none;
	font-weight: normal;
	color: #3d503c;
	background: url("http://culturesource.net/images/delete.gif") no-repeat 0px -20px;
}

.le_submenu_left_back {
	line-height: 20px;
	height: 20px;
}

.le_submenu_left_back a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #999;
	line-height: 20px;
	height: 20px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 18px;
	background: url("http://culturesource.net/themes/theme_4/img/le_submenu_left_back.jpg") no-repeat 0px 0px;
}

.le_submenu_left_back a:focus, .le_submenu_left_back a:hover, .le_submenu_left_back a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #000;
	line-height: 20px;
	height: 20px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 18px;
	background: url("http://culturesource.net/themes/theme_4/img/le_submenu_left_back.jpg") no-repeat 0px -20px;
}

.display_list {
	width: 550px;
}
.display_list h3 {
	color: #A12404;
	font-size: 14px;
	font-weight: bold;
}
.display_row_clickable {
	cursor: pointer;
}
.display_row_odd {
	padding: 6px 0px 30px 6px;
	height: 70px;
	background: url("http://culturesource.net/themes/theme_4/img/display_row_back_odd.jpg") repeat-y;
}
.display_row_odd_hover, .display_row_odd:focus, .display_row_odd:hover, .display_row_odd:active {
	padding: 6px 0px 30px 6px;
	height: 70px;
	background: url("http://culturesource.net/themes/theme_4/img/display_row_back_over.jpg") repeat-y;
	cursor: pointer;
}
.display_row_even {
	padding: 6px 0px 30px 6px;
	height: 70px;
	background: url("http://culturesource.net/themes/theme_4/img/display_row_back_even.jpg") repeat-y;
}
.display_row_even_hover, .display_row_even:focus, .display_row_even:hover, .display_row_even:active {
	padding: 6px 0px 30px 6px;
	height: 70px;
	background: url("http://culturesource.net/themes/theme_4/img/display_row_back_over.jpg") repeat-y;
}
.display_row_title, .display_row_title a:link, .display_row_title a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #3d503c;
	font-weight: bold;
	text-decoration: none;
}
.display_row_title:hover, .display_row_title:active, .display_row_title a:hover, .display_row_title a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.display_row_title_featured, .display_row_title_featured a:link, .display_row_title_featured a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #A12404;
	font-weight: bold;
	text-decoration: none;
}
.display_row_title_featured:hover, .display_row_title_featured:active, .display_row_title_featured a:hover, .display_row_title_featured a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
}
.display_row_image {
	position: relative;
	float: right;
}
.details_link:link, .details_link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 20px;
	weight: 200px;
	text-decoration: underline;
	font-weight: none;
	padding-right: 20px;
	background: url("http://culturesource.net/themes/theme_4/img/details_link.gif") no-repeat right 0px;
}
.details_link:hover, .details_link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #A12404;
	line-height: 20px;
	height: 20px;
	weight: 200px;
	text-decoration: underline;
	font-weight: none;
	padding-right: 20px;
	background: url("http://culturesource.net/themes/theme_4/img/details_link.gif") no-repeat right -20px;
}
.details_link_featured:link, .details_link_featured:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #A12404;
	line-height: 20px;
	height: 20px;
	weight: 200px;
	text-decoration: underline;
	font-weight: none;
	padding-right: 20px;
	background: url("http://culturesource.net/themes/theme_4/img/details_link.gif") no-repeat right 0px;
}
.details_link_featured:hover, .details_link_featured:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
	line-height: 20px;
	height: 20px;
	weight: 200px;
	text-decoration: underline;
	font-weight: none;
	padding-right: 20px;
	background: url("http://culturesource.net/themes/theme_4/img/details_link.gif") no-repeat right -20px;
}

.list_details {
	display: none;
	margin: 6px 0px 6px 20px;
	padding: 6px;
	background: url("http://culturesource.net/themes/theme_4/img/display_row_back_detail.jpg") no-repeat;
}

.block_highlight {
	margin: 0px;
	padding: 6px;
	background: url("http://culturesource.net/themes/theme_4/img/block_highlight.jpg") no-repeat;
}

.arrow_link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-decoration: underline;
	background: url("http://culturesource.net/images/arrow_purple.gif") no-repeat;
	padding-left: 14px;
	margin-left: 10px;
	font-size: 11px;
	line-height: 1.7em;
}

.arrow_link:focus, .arrow_link:hover, .arrow_link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-decoration: none;
	background: url("http://culturesource.net/images/arrow_purple.gif") no-repeat;
	padding-left: 14px;
	margin-left: 10px;
	font-size: 11px;
	line-height: 1.7em;
}

.toptabs {
	height: 22px;
	line-height: 22px;
	width: 900px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: url("http://culturesource.net/themes/theme_4/img/toptabs_back.gif") repeat-x;
	border-top: 1px solid #a9b77c;
}

.toptabs ul {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.toptabs li {
	float: left;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

.toptabs li a {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background: #a9b77c ;
	height: 1em;
	line-height: 1em;
	padding: 6px 12px 3px 12px;
	margin: 0px 3px 0px 0px;
	border-top: none;
	border-left: 1px #a9b77c solid;
	border-right: 1px #a9b77c solid;
	border-bottom: 1px #a9b77c solid;
	text-decoration: none;
}

.toptabs li a:focus, .toptabs li a:hover, .toptabs li a:active {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background: #d2d9b8;
	height: 1em;
	line-height: 1em;
	padding: 11px 12px 3px 12px;
	margin: 0px 3px 0px 0px;
	border-top: none;
	border-left: 1px #d2d9b8 solid;
	border-right: 1px #d2d9b8 solid;
	border-bottom: 1px #d2d9b8 solid;
	text-decoration: none;
}

.toptabs li .toptabs_intro {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background: url("http://culturesource.net/themes/theme_4/img/toptabs_intro.jpg") no-repeat;
	height: 1em;
	line-height: 1em;
	width: 161px;
	padding: 12px 12px 12px 6px;
	margin: 0px 3px 0px 0px;
	border: none;
	text-decoration: none;
}

.toptabs li .toptabs_intro:focus, .toptabs li .toptabs_intro:hover, .toptabs li .toptabs_intro:active {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background: url("http://culturesource.net/themes/theme_4/img/toptabs_intro.jpg") no-repeat;
	height: 1em;
	line-height: 1em;
	width: 161px;
	padding: 12px 12px 12px 6px;
	margin: 0px 3px 0px 0px;
	border: none;
	text-decoration: none;
}

.calendar_filters_box {
	width: 478px;
	margin: 6px 0px 6px 0px;
	padding: 6px;
	background: #eee;
	border-top: 3px #d2d9b8 solid;
	border-bottom: 3px #d2d9b8 solid;
}

.accessibility_nav {
  visibility:hidden; /* NS7 */
  display:none;
}

.social_bookmark_box {
  width: 210px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  text-align: center;
}
.social_bookmark_box img {
  margin: 1px;
}

/* FORMS */

input, textarea, select {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  line-height: 1em;
  margin: 3px 3px 3px 0px;
  color: #333;
  border: solid 1px #ccc;
}

.text_short {
	width: 100px;
}

.text_medium {
	width: 200px;
}

.text_long {
	width: 300px;
}

.required_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #e53015;
	font-weight: bold;
}

.required_label {
	color: #e53015;
}

.required_field {
}

.required_input input {
}

.required_select select {
}

.member_event_block {
	display: none;
}

.public_event_block {
	display: none;
}

.members_next {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #e53015;
	text-align: right;
	line-height: 30px;
	height: 30px;
	width: 300px;
	text-decoration: none;
	font-weight: bold;
	padding-right: 30px;
	float: right;
	background: #fff url("http://culturesource.net/images/members_next.gif") no-repeat 0px 0px;
	border: 0px;
	cursor: pointer;
}

.members_next:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #000;
	text-align: right;
	line-height: 30px;
	height: 30px;
	width: 300px;
	text-decoration: none;
	font-weight: bold;
	padding-right: 30px;
	float: right;
	background: #fff url("http://culturesource.net/images/members_next.gif") no-repeat 0px -30px;
	border: 0px;
	cursor: pointer;
}

.members_last {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #e53015;
	text-align: left;
	line-height: 30px;
	height: 30px;
	width: 300px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 30px;
	float: left;
	background: #fff url("http://culturesource.net/images/members_last.gif") no-repeat 0px 0px;
	border: 0px;
	cursor: pointer;
}

.members_last:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #000;
	text-align: left;
	line-height: 30px;
	height: 30px;
	width: 300px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 30px;
	float: left;
	background: #fff url("http://culturesource.net/images/members_last.gif") no-repeat 0px -30px;
	border: 0px;
	cursor: pointer;
}

.public_next {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #e53015;
	text-align: right;
	line-height: 30px;
	height: 30px;
	width: 300px;
	text-decoration: none;
	font-weight: bold;
	padding-right: 30px;
	float: right;
	background: #fff url("http://culturesource.net/images/members_next.gif") no-repeat 0px 0px;
	border: 0px;
	cursor: pointer;
}

.public_next:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #000;
	text-align: right;
	line-height: 30px;
	height: 30px;
	width: 300px;
	text-decoration: none;
	font-weight: bold;
	padding-right: 30px;
	float: right;
	background: #fff url("http://culturesource.net/images/members_next.gif") no-repeat 0px -30px;
	border: 0px;
	cursor: pointer;
}

.public_last {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #e53015;
	text-align: left;
	line-height: 30px;
	height: 30px;
	width: 300px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 30px;
	float: left;
	background: #fff url("http://culturesource.net/images/members_last.gif") no-repeat 0px 0px;
	border: 0px;
	cursor: pointer;
}

.public_last:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #000;
	text-align: left;
	line-height: 30px;
	height: 30px;
	width: 300px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 30px;
	float: left;
	background: #fff url("http://culturesource.net/images/members_last.gif") no-repeat 0px -30px;
	border: 0px;
	cursor: pointer;
}

form label {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #2d3b2a;
	font-weight: bold;
}

label {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #2d3b2a;
	font-weight: bold;
}

.error {
  border: 1px solid #e53015;
}
label.error {
  background:url("http://culturesource.net/images/error_members.gif") no-repeat 0px 0px;
  padding: 0px 0px 40px 18px;
  font-style: italic;
  font-weight: bold;
  color: #e53015;
  border: 0px;
}

.save_message {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px;
	color: #01D811;
	text-decoration: none;
	display: block;
	line-height: 24px;
	padding: 3px 0px 0px 32px;
	margin: 0px;
	background:url("http://culturesource.net/images/save_okay.gif") no-repeat 0px 0px;
}

.save_message_error {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px;
	color: #FF0000;
	text-decoration: none;
	display: block;
	line-height: 24px;
	padding: 2px 0px 0px 32px;
	margin: 0px;
	background:url("http://culturesource.net/images/save_error.gif") no-repeat 0px 0px;
}

.container label.error {
	display: inline;
}

.button {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  height: 24px;
  padding: 3px 9px 3px 9px;
  margin: 3px 3px 3px 0px;
  color: #000;
  border: solid #666 1px;
  background: url("http://culturesource.net/themes/theme_4/img/button.jpg") no-repeat;
  cursor: pointer;
}

.button:focus, .button:hover, .button:active {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  height: 24px;
  padding: 3px 9px 3px 9px;
  margin: 3px 3px 3px 0px;
  color: #fff;
  border: solid #666 1px;
  background: url("http://culturesource.net/themes/theme_4/img/button_over.jpg") no-repeat;
  cursor: pointer;
}

.checklist, .checklist li { margin: 0; padding: 0; }

.checklist label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}

.checklist_tall {
	margin: 3px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
    border: 1px solid #ccc;
    list-style: none;
    height: 400px;
    overflow: auto;
    width: 300px;
}

.checklist_tall li { margin: 0; padding: 0; }

.checklist_tall label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}

* html .checklist label { height: 1%; }

.checklist label:hover { background: #eee; color: #fff; }

* html .checklist_tall label { height: 1%; }

.checklist_tall label:hover { background: #eee; color: #fff; }


/* MEMBER PAGES */
.member_item_list {
	list-style-image: none;
	list-style-type:disc;
	list-style-position:outside;
	list-style: none;
    margin: 0px;
    padding: 0px;
}

.member_item_list li {
	width: 630px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.member_item_handle {
	float: left;
    width: 20px;
    height: 120px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.member_item_content {
	width: 580px;
	margin: 0px 0px 0px 3px;
	border: 1px solid #ddd;
	float: left;
	padding: 10px;
	background: url("http://culturesource.net/themes/theme_4/img/member_item_back.jpg") repeat-y;
}

.member_input_label {
	display: block;
	float: left;
	width: 100px;
}

.member_input_field {
	display: block;
	float: left;
}

.member_submenu {
	margin: -10px 0px 0px 10px;
	padding: 0px;
}

.member_submenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	line-height: 1.5em;
	color: #444;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer; /* explicitly defined for empty links, i.e. js calls */
}

.member_submenu a:focus, .member_submenu a:hover, .member_submenu a:active {
	font-size: 13px;
	line-height: 1.5em;
	color: #3d503c;
	text-decoration: underline;
	font-weight: normal;
}

.checklist {
    border: 1px solid #333;
    list-style: none;
    height: 26em;
    overflow: auto;
    width: 20em;
}

/* CALENDAR */

/* this is calendar specific to keep the calendar modular, but see also left_inset_* which mirrors this code for business listings, etc. */
.calendar_list {
	margin-top: 24px;
	width: 495px;
}
.calendar_list h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-weight: normal;
	color: #3D4F05;
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 3px 0px;
	line-height: 20px;
	height: 20px;
	width: 495px;
	border-bottom: 1px solid #aaa;
	background: #fff;
}
.calendar_list_h2_old {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0px 3px 3px;
	height: 30px;
	color: #4c6c47;
	background: url("http://culturesource.net/images/h3.jpg") no-repeat;
}
.calendar_list_multi_container {

}
.calendar_list_duration_message {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #333;
	margin: 0px 0px 3px 20px;
	text-decoration: none;
	font-weight: normal;
}
.calendar_list_event_item {
	font-size: 1em;
	padding: 10px 6px 10px 0px;
	margin: 3px;
}
.calendar_list_event_item_hover {
	padding: 10px 6px 10px 0px;
	margin: 3px;
	background: url("http://culturesource.net/themes/theme_4/img/display_row_back_over.jpg") repeat-y;
	cursor: pointer;
}
.calendar_list_event_title, .calendar_list_event_title:link, .calendar_list_event_title:visited {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 20px;
	text-decoration: none;
	color: #444;
}
.calendar_list_event_title_hover, .calendar_list_event_title_hover:link, .calendar_list_event_title_hover:visited, .calendar_list_event_title:hover, .calendar_list_event_title:active {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 20px;
	text-decoration: none;
	color: #A12404;
}
.calendar_list_read_more:link, .calendar_list_read_more:visited {
	font-size: 10px;
	text-decoration: none;
	color: #999;
}
.calendar_list_read_more_hover, .calendar_list_read_more_hover:link, .calendar_list_read_more_hover:visited, .calendar_list_read_more:hover, .calendar_list_read_more:active {
	font-size: 10px;
	text-decoration: underline;
	color: #A12404;
}
.calendar_list_event_description  {
	padding-left: 40px;
	font-size: .8em;
}
.calendar_list_event_description a  {
	font-size: .8em;
}
.calendar_list_image {
	margin: 0px 10px 0px 10px;
}
.event_detail_top {
	margin: 15px 10px 10px 0px;
	padding: 0px 10px 0px 0px;
	width: 180px;
	float: left;
	border-right: #ccc solid 1px;
}
.event_detail_image {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 180px;
	text-align: center;
}
.event_detail_info {
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}

/* MODAL WINDOWS */
#colorbox, #modalBackgroundOverlay, #modalWrap{position:absolute; top:0; left:0; z-index:9999;}
#modalBackgroundOverlay{position:fixed; width:100%; height:100%;}
#colorbox{overflow:hidden; padding:1px; margin-top:-1px; margin-left:-1px;}/*padding fixes a ghosting issue in IE7, the negative margin compensates */
#modalWrap{width:9000px; height:9000px;}
#modalContent, #borderTopLeft, #borderTopCenter, #borderTopRight, #borderBottomLeft, #borderBottomCenter, #borderBottomRight, #borderMiddleLeft, #borderMiddleRight {float:left; height:0; width:0; overflow:hidden;}
#borderMiddleLeft, #borderBottomLeft{clear:left;}
#modalContent{position:relative; overflow:visible;}
#contentTitle{margin:0;}
#modalClose, #contentPrevious, #contentNext{outline:none; cursor:pointer; border:0; margin:0;}
#modalLoadedContent{overflow:auto; width:0; height:0;}
#modalLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#modalLoadedContent embed{display:block; border:0;}/* Display:block removes the line-height gap embedded content */
#modalLoadingOverlay{position:absolute; width:100%; height:100%; top:0; left:0;}
/* Custom style */
#modalBackgroundOverlay{background:#000;}
#colorBox{}
#modalContent{background:#fff; border: 2px solid #D2D9B8;}
#modalLoadedContent{padding: 20px;}
#contentTitle{display:none;}
#contentCurrent{position:absolute; bottom:0px; left:65px; font-weight:bold; color:#999;}
#contentPrevious{position:absolute; bottom:0px; left:0; font-weight:bold;}
#contentNext{position:absolute; bottom:0px; left:110px; font-weight:bold;}
#modalLoadingOverlay{background:url(http://culturesource.net/images/loading_message.gif) 5px 5px no-repeat #fff;background-position:center center;}
#modalClose{position:absolute; bottom:10px; right:20px; display:block; font-weight:bold; color: #666;}
#modalClose:hover{background-position:bottom left; color: #FA3610;}

/* UI TABS */
@media projection, screen { .ui-tabs-hide { display: none; } }
@media print { .ui-tabs-nav { display: none; } }
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #444;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after {
    display: block;
    clear: left;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* for Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url("http://culturesource.net/themes/theme_4/img/tab.jpg") no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #444;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 0;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #ccc;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url("http://culturesource.net/images/ui_loading.gif") no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* GALLERY */
.gallery {
position: relative;
z-index: 0;
}
.gallery li {
list-style: none;
display: inline;
float: left;
width: 170px;
height: 170px;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://culturesource.net/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://culturesource.net/images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://culturesource.net/images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}


/* SUPERFISH */
.nav, .nav * {
	margin:0;
	padding:0;
	position: relative;
	z-index: 1;
}
.nav {
	line-height:1.0;
	margin-bottom:1.5em;
	width: 180px; /* Full width of menu items*/
}
.nav ul {
	background:#fff; /*IE6 needs this*/
	width: 180px;
}
.nav li {
	background:#fff;
	border-bottom:1px solid #fff;
	float: left;
	list-style:none;
	position:relative;
	width: 180px; /* Full width of menu items*/
	z-index:999;
  line-height:1.0;
}
.nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	display:block;
	padding: 5px 0px 5px 10px; /* padding of menu items*/
	text-decoration:none;
	width:170px; /* Full width of menu items MINUS LEFT AND RIGHT PADDING*/
}
.nav li ul {
	top:-999em;
	position:absolute;
	width:180px; /* Full width of menu items*/
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
	background:url("http://culturesource.net/images/menu_left_back.jpg");
}
.nav li:hover ul, /* pure CSS hover is removed below */
ul.nav li.sfHover ul {
	left:180px; /* Full width of menu items - left offset of sub-menu */
	top: 0px;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li.sfHover ul {
	left:180px; /* Full width of menu items - left offset of sub-sub-menu */
	top: 0px;
}
.nav li li:hover li ul,
.nav li li.sfHover li ul {
	top:-999em;
}
.nav li li li:hover ul, /* pure CSS hover is removed below */
ul.nav li li li.sfHover ul {
	left:180px; /* Full width of menu items*/
	top:-1px;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em;
}
.nav li li {
	background:#c0c0c0;
	width:180px; /* Full width of menu items*/
}
.nav li li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width:170px; /* Full width of menu items MINUS PADDING*/
}
.nav li li:hover, .nav li li.sfHover,
.nav li li a:focus, .nav li li a:hover, .nav li li a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
	background:#dee5c3;
}
.nav li li li {
	background:#c0c0c0;
}
.nav li li li a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
	width:170px; /* Full width of menu items MINUS PADDING*/
}
.nav li li li:hover, .nav li li li.sfHover,
.nav li li li a:focus, .nav li li li a:hover, .nav li li li a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
	background:#dee5c3;
}