/*Global Elements */
body{
	background-color: #4C5A27;
}
#wrapper{
	background-image:url('../images/village-tile.jpg');
    width:100%;
    height: 130px;
    margin-bottom: 0px;
}
#header{
	height: 130px;
	background: transparent;
	border: 0px solid #000;
	background: transparent url('../images/village.jpg') no-repeat top center;
	margin: auto;
}
#header-inner{
	width: 980px;
	height: 130px;
	margin: auto;
	position: relative;
}
#logo{
	position: absolute;
	height: 90px;
	width: 230px;
	background: url("../images/logo.png") no-repeat;
	background-position: center;
	border: 0px solid #fff;
	margin: 0px 0 0 -25px;
}
#logo1{
	position: absolute;
	height: 90px;
	width: 230px;
	background: url("../images/logo1.png") no-repeat;
	background-position: center;
	border: 0px solid #fff;
	margin: 0px 0 0 -25px;
}

#main-wrapper {
	clear: both;
	width: 100%;
	margin: 10px auto 0px auto;
	background: transparent url("../images/content_bg_norm.png") repeat top center;	
}
#main {
	width: 980px;
	margin: auto;
}
#main-wrapper2 {
	clear: both;
	width: 100%;
	margin: 10px auto 0px auto;
}
#main-wrapper2 #main {
	background: transparent;
}
#user-controls{
	float: right;
	padding: 20px 0px 0px 0px;
	color: white;
}
#user-controls a, #user-controls a:visited{
	color: white;
}
#search {

}
#main-header {
	height: 90px;
	padding: 0px;
	background: #4F5D2A;
	/*background-image: url("../images/header_bg.png") no-repeat top center;*/
}
#main-header-inner {
	background: transparent url("../images/header.jpg") no-repeat top center;
	width: 980px;
	margin: auto;
	padding-top: 20px;
	border: 0px solid #000;
}
#main-header h1 {
	color: white;
	display: inline;
	width: 600px;
}
#main-header h1.page_title {
	padding: 0;
	margin: 0px 0px 0px 0px;	
	font-size: 30px;
}
h1, h2, h3{
	/*font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
}

#breadcrumb{
	color:#858855;
	font-size:13px;
	margin:0;
	padding:0 0 10px 0;
	letter-spacing: 0.02em;
}
#breadcrumb a, #breadcrumb span{
	color: #858855;
}
.bread-current{
	font-weight: bold;
}

/* Top-level menu */

ul#top-menu{
	position: absolute;
	right: 0px;
	top: 50px;
}
ul#top-menu li {
	float: left;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: white;
	position: relative;
	margin: 0px 0px 0px 0px;
}
ul#top-menu li a, ul#top-menu li a:visited {
	display: block;
	color: white;
	padding: 10px;
}
ul#top-menu li ul {
	display: none;
	position: absolute; 
	top: 38px;
	right: 0;
	width: 200px;
}
ul#top-menu li:hover ul{
	display: block;
	background: #D9E4B9;
	z-index: 1001;
}
ul#top-menu li:hover {
	background: #D9E4B9;
}
ul#top-menu li ul li{
	float: none;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
ul#top-menu li:hover ul a, ul#top-menu li:hover ul a:visited, ul#top-menu li:hover {
	color: #134116;
}
ul#top-menu a:hover{
	text-decoration: none;

}
ul#top-menu ul a:hover {
	background: #BFD69E;
}
ul#top-menu li:hover a {
	color: #4C9849;
}
ul#top-menu li a:hover {
	text-decoration: underline;
}


/* Plain pages (eg: Top-level info pages, initiatives map, chapters page) */
#main-content{
	padding: 30px 30px 50px 30px;	
	/*background: url("../images/content_bg_norm.png");*/
}
#main-content2{
	padding: 30px 30px 50px 30px;	
}
#main-header.plain-header{ ;
/*	background-color: #3d87da;  */
}
#main-content .content-sidebar{
	color: #5d5d5d;
	width: 240px;
	float: right;
	padding: 20px;
	background: #6C3D29;
	margin: 0px 0px 0px 30px;	
	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
}
#main-content .content-sidebar li{
	list-style: url('../images/bullet_pink.gif') inside;
	margin: 0px 0px 0.5em 3px;
	padding: 0px;
	margin-bottom: 0.5em;
}
#main-content .content-sidebar ul{
	margin-bottom: 1em;
}
#main-content .content-sidebar h1 {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 2px;
	border-bottom: 1px dotted #fff;
	padding-bottom: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#main-content .content-sidebar h3 {
	color: #FF9933;
	margin-bottom: 4px;
}
#main-content .content-sidebar a, #main-content .content-sidebar a:visited{
	color: #FF9933;
	text-decoration: none;
}
#main-content .content-sidebar a:hover{
	color: #fff;
}

/* Images Box */
#main-content .Image_box_left{
	float: left;
	width: 300px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	border: 15px solid #4E5D2B;
}

#main-content .Image_box_right{
	float: right;
	width: 300px;
	margin: 0px 0px 0px 10px;
	border: 15px solid #4E5D2B;
}


/* Chapter, Initiative, Hub pages */
#main.with-menu {
	background: url("../images/content_bg.png") repeat-y;
}
.with-menu #main-content{
	float:right;
	width: 740px;
	padding: 30px 10px 30px 0px;
}
.main-content-inner{
	float: left;
	width: 720px;
}
.chapter-header{
	background: #C18817;
}

a.join-chapter, a.join-chapter:visited, a.join-chapter:hover, a.join-chapter:active{
	display: inline-block;
	background-color: #CC0066;
	margin-top: 30px;
	padding: 2px 7px 0px 7px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.9em;
	float: right;

	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
}

#main-navbar{
	width: 160px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
}
#main-navbar li{
	padding: 0;
	margin: 0;
	position: relative;
	width: 160px;
}

#main-navbar li p {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	padding: 8px;
	position: relative;
	margin: 0;
}
#main-navbar li p.price {
	float: right;
	text-align: right;
	font-size: 18px;
	z-index: 1;
}
#main-navbar li a{
	display: block;
	font-size: 14px;
	line-height: 15px;
	color: #FF9933;
	padding: 8px;
	position: relative;
}
#main-navbar li.active a{
	background: #CC0066;
	color: white;
	width: 150px;
	background-image: url("../images/active.png");
	background-position: center right;
	background-repeat: no-repeat;
}
#main-navbar li a:hover{
	background: #EDEDED;
	text-decoration: none;
}
#main-navbar li.active a:hover{
	background: #5B6065;
	color: white;
	cursor: default;
	background-image: url("../images/active.png");
	background-position: center right;
	background-repeat: no-repeat;

}
#main-navbar li:hover a{
	background: #660000;
	text-decoration: none;
}
#main-navbar li.active:hover a{
	background: #CC0066;
	color: white;
	cursor: default;
	background-image: url("../images/active.png");
	background-position: center right;
	background-repeat: no-repeat;

}

/* Submenus */
#main-navbar ul.main-navbar-submenu{
	margin: 10px 0px 0px 0px;
}
#main-navbar li.main-navbar-heading{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FF9933;
	width: 152px;
	padding: 0px 0px 0px 8px;
	border-bottom: dotted 1px #C29866;
	line-height: 24px;
}
#main-navbar ul.main-navbar-submenu li a{
	width: 144px;
	font-size: 12px;
	line-height: 13px;
	color: #FF9933;
	padding: 6px 8px 6px 8px;
}
#main-navbar ul.main-navbar-submenu li.active a{
	color: white;
}

/* Widgets */

.widget{
	width: 720px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	clear: left;
}
.widget-header{
	margin: 0px 0px 10px 0px;
}
.widget-header h2 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.widget-single-col{
	float: left;
	clear: none;
	margin: 0px 20px 0px 0px;
	width: 350px;
}
.widget-content{
	background: #DDC6AB;
	background-image: url("../images/widget_bg.gif");
	border: solid 0px #CECECE;

	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
}
.widget .odd{
	/*
	background: #EFEEEE;
	background: #DDC6AB;
	background-image: url("../images/widget_bg_mid.gif");
	*/
}
.widget-item{
	padding: 8px;
/*	height: 38px;*/
	border-bottom: 1px dotted #999999;
}
.widget h2{
	display: inline;
	padding-right: 10px;
	font-weight: normal;
}
.widget p {
	color: #333;
}

.widget h2 a, .widget h2 a:visited {
	color: #CC0066;
}
.widget-shop-item{
	padding: 15px;
	margin: 0 0 10px 0;
}
.shop-image {
	float: left;
	margin: 0 20px 0 0;
	width: 300px;
	height: 220px;
	overflow: hidden;
	border: 5px solid #4E5D2B;
	padding: 0;
}
.shop-image img {
	width: 300px;
	height: 220px;
	margin: 0;
	padding: 0;
}
.shop-item {
	float: left;
	width: 120px;
	height: 140px;
	margin: 10px;
	padding: 10px;
	text-align: center;
	background-color: #d6c5aa;
	border: 0px solid #000;
}
.shop-item:hover {
	background-color: #f7eddd;
}
.shop-item .item-image {
	width: 120px;
	height: 100px;
	border: 1px solid #4E5D2B;
	text-align: center;
	overflow: hidden;
}
.shop-item .item-image img {
	height: 100px;
}
.item-menu {
	padding-bottom: 20px;
}

.shop-price {
	font-size: 2.4em;
	line-height: 1em;
	font-weight: normal;
	text-align: right;
	margin: 0;
}
.shop-price-member {
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
}
.shop-form {
	text-align: right;
}
.shop-form select {
	font : normal 11px/18px Verdana, Sans-serif;
	border: 1px solid #A2A1A1;
	margin: 0px 5px 2px 0px;
	padding: 3px 0px 3px 5px;
}
.shop-form-buttons input {
	display: inline-block;
	background-color: #CC0066;
	margin-top: 10px;
	padding: 2px 7px 0px 7px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.9em;
	border: 0px solid #000;

	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
}

/* announcements widget */
#main-content .announcements-widget .tabs li{
	float: left;
	display: block;
	width: 180px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
.announcements-widget .tabs{
	background: #DDC6AB;
	background-image: url("../images/widget_bg_low.gif");
}
.announcements-widget .tabs li a{
	display: block;
	height: 30px;
	line-height: 30px;
	background: #DDC6AB;
	background-image: url("../images/widget_bg_low.gif");
	text-align: center;
	color: #000;
	overflow: hidden;
	/*border-right: 1px solid #DDC6AB;*/
}
.announcements-widget .tabs li a div.left{
	background: url("../images/rounded-left.png") top left no-repeat;
}
.announcements-widget .tabs li a div.right{
	background: url("../images/rounded-right.png") top right no-repeat;
}
.announcements-widget .tabs li.ui-tabs-selected a {
	background: #DDC6AB;
	background-image: url("../images/widget_bg.gif");
	color: #000;
	font-weight: bold;
}
.announcements-widget .tabs li a:hover{
	background: #DDC6AB;
	background-image: url("../images/widget_bg_mid.gif");
	text-decoration: none;
}
.announcements-widget .tabs li.ui-tabs-selected a:hover{
	background: #DDC6AB;
	background-image: url("../images/widget_bg.gif");
	color: #000;
}
.announcement-image{
	padding: 20px 20px 20px 0px;
	width: 220px;
	min-height: 138px;
	background: url("../images/announcement_default.png") no-repeat;
	background-position: 30px 30px;
	float: right;
}
.announcement-text{
	width: 430px;
	padding: 20px;
	float: left;
}
.announcement-text h3 {
	font-size: 18px;
	font-weight: bold;
}
.announcement-text h3 a {
	color: #336633;
}
.ui-tabs-hide {
     display: none;
}
.announcement-about-meta{
	margin: 26px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	width: 200px;
/* 	min-height: 138px; */
	float: right;
}

/* initiatives widget & related-widget */
.initiatives-widget .widget-content, .related-widget .widget-content{
	/*background: #EFEEEE;*/
	background: #DDC6AB;
	background-image: url("../images/widget_bg.gif");
	padding: 0px 0px 10px 0px;
}
.related-widget .widget-content {
	border-top: none;
}
.initiatives-widget .widget-item, .related-widget .widget-item{
	margin: 10px 0px 0px 10px;
	padding-bottom: 5px;
	width: 323px;
	height: 90px;
	background: transparent;
	float: left;
	overflow: hidden;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}
.initiatives-widget .widget-item img, .related-widget .widget-item img{
	float: left;
	padding: 0px 10px 0px 0px;
}
.initiatives-widget .widget-item p, .initiatives-widget .widget-item a, .related-widget .widget-item a, .related-widget .widget-item p{
	display: block;
/*	Turning off these styles until we get images within these
	width: 248px;
	float: right;
*/
}
.widget-item a {
	color: #336633;
}
/*
.widget-item .title {
	display: block;
	border: 1px solid #000;
	width: 260px;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
*/
a.event-truncate {
	width: 260px;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#main-content .related-widget .tabs li{
	float: left;
	display: block;
	width: 179px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.related-widget .tabs{
	background: transparent;
	/*background-image: url("../images/widget_bg_low.gif");*/
	border: solid 0px #CECECE;
	border-bottom: none;
}
.related-widget .tabs li a{
	display: block;
	height: 30px;
	line-height: 30px;
	background: #DDC6AB;
	background-image: url("../images/widget_bg_low.gif");
	text-align: center;
	color: #000;
	overflow: hidden;
}
.related-widget .tabs li a div.left{
	background: url("../images/rounded-left.png") top left no-repeat;
}
.related-widget .tabs li a div.right{
	background: url("../images/rounded-right.png") top right no-repeat;
}

.related-widget .tabs li.ui-tabs-selected a {
	background: #DDC6AB;
	background-image: url("../images/widget_bg.gif");
	color: #000;
	font-weight: bold;
}
.related-widget .tabs li a:hover{
	background: #DDC6AB;
	background-image: url("../images/widget_bg_mid.gif");
	text-decoration: none;
}
.related-widget .tabs li.ui-tabs-selected a:hover{
	background: #DDC6AB;
	background-image: url("../images/widget_bg.gif");
	color: #000;
}
.related-widget p.showing {
	color: #797576;
	font-size: 12px;
	line-height: 12px;
	padding: 12px 20px 5px 12px;
	clear: both;
	text-align: right;
}
.related-widget p {
	color: #333;
}
.related-widget p.showing a {
	color: #666666;
	font-size: 12px;
	padding-left: 6px;
}

/* events widget */
.events-widget-date{
	display: block;
	float: left;
	height: 30px;
	padding: 0px 20px 0px 0px;
	font-size: 12px;
	color: #333;
}

/* Announcements and posts */
.post{
	border-bottom: 1px dotted #CECECE;
	padding: 10px 0px 10px 0px;
}
.single-post-body{
	border-bottom: 1px dotted #CECECE;
}


/* ------------------------------ */


/* Typography */
body{
	font: 13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #CC0066;
}
a:hover{
	text-decoration: underline;
}
h1{
	font-size: 22px;
	line-height: 40px;
	color: #CC0066;
}
h2{
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #401212;
	padding: 0;
	margin: 0;
}
h3{
	font-size: 13px;
	line-height: 28px;
	color: #401212;
	font-weight: bold;
}
p{
	padding-bottom: 8px;
}
blockquote {
	font-size: 15px;
	color: #fff;
	text-align: justify;
	margin: 0 150px 20px 150px;
	font-style: italic;
}
.quote_ref {
	font-size: 12px;
	text-align: right;
	margin-right: 150px;
	padding-right:30px;
	color: #ffffff;
}
.bqstart {
     float: left;
     font-size: 700%;
     height: 45px;
     margin-top: -40px;
     margin-bottom: -50px;
     margin-left: -50px;
 }
.bqend {
     float: right;
     font-size: 700%;
     height: 25px;
     margin-top: -70px;
     padding-top: 45px;
}
hr {
	color: transparent;
	border-bottom: 3px dotted #fff;
}
p.date{
	color: #797576;
	font-size: 12px;
	padding: 0px 0px 4px 0px;
}
.meta{
	color: #797576;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.seeall a, .seeall a:visited {
	font-size: 12px;
	color: #333;
	font-style: italic;
}
#footer {
	padding: 10px;
	text-align: left;
	color: #996666;
	background: #4F1F14;
}
#footer-inner {
	width: 980px;
	margin: auto;
}
#footer p {
	margin: 0px;
	padding: 0px;
	color: #996666;
	font-size: 0.9em;
}
#footer a, #footer a:visited {
	color: #996666;
	text-decoration: underline;
	font-size: 0.9em;
}
#footer a:hover {
	color: white;
}
#main-content ul li {
	/*list-style: url('../images/bullet.gif') inside;*/
	list-style: disc inside;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 2px;
}
#main-content ol li {
	list-style: decimal inside;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 2px;
}
b, strong {
	font-weight: bold;
}
i, em{
	font-style: italic;
}

/* Buttons, Icons */
#main-navbar ul li a.menu-add-button {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
/* 	margin: 5px 0 0 135px; */
	background: url('../images/menu_add_button.gif');
	background-position: bottom right;
}
#main-navbar li a.menu-add-button:hover {
	background-position: bottom left;
}
#main-navbar li.active a.menu-add-button {
	background: url('../images/menu_add_button.gif');
	background-position: top right;
}
#main-navbar li.active a.menu-add-button:hover {
	background-position: top left;
	cursor: pointer;
}
#main-navbar li a span{
	display:none;
}
#main-navbar ul.main-navbar-submenu li a.menu-add-button {
	top: 0px;
}
#main-navbar ul.main-navbar-submenu li a.menu-add-button:hover{
	background-position: bottom left;
}
.button_container{
	float: left;
	padding: 0px 0px 20px 0px;
}

a.edit_button {
	display: block;
	float: left;
	color: #6D3D28;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 10px 0px 0px;	
}
a.edit_button:hover {
	color: #6D3D28;
}
a.edit_button span.icon {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/edit_button.gif');
	background-position: bottom right;
	float: left;
}
a.edit_button:hover span.icon {
	background-position: bottom left;
}

a.delete_button {
	display: block;
	float: left;
	color: #6D3D28;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 10px 0px 0px;	
}
a.delete_button:hover {
	color: #6D3D28;
}
a.delete_button span.icon {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/delete_button.gif');
	background-position: bottom right;
	float: left;
}
a.delete_button:hover span.icon {
	background-position: bottom left;
}

a.share_button {
	display: block;
	float: left;
	color: #6D3D28;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 10px 0px 0px;	
}
a.share_button:hover {
	color: #6D3D28;
}
a.share_button span.icon {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/share_button.gif');
	background-position: bottom right;
	float: left;
}
a.share_button:hover span.icon {
	background-position: bottom left;
}

/* Dashboard menu */
.main-navbar-profile{
	padding: 10px;
	margin: 0 0 8px 0;
	background: #6E3F2A;
}
.main-navbar-profile h3{
	font-weight: bold;
	color: #FF9933;
	padding: 4px 0 8px 0;
}
.main-navbar-profile p{
	padding: 0px;
	margin: 0px;
	color: white;
}
.main-navbar-profile p a{
	color: white;
}
.dashboard #main-navbar{
	width: 220px;
}
.dashboard #main-navbar li.hasnew a{
	background-image: url("../images/dashboard_new_icon.png");
	background-position: right;
	background-repeat: no-repeat;
}
.dashboard #main-navbar li.hasnew a:hover{
	background-image: url("../images/dashboard_new_icon.png");
	background-position: right;
	background-repeat: no-repeat;
}
.dashboard #main-navbar li:hover a{
	background: none;
}
.dashboard #main-navbar li a:hover{
	background: #660000;
	text-decoration: none;
	width: 205px;
}
.dashboard #main-navbar li.active a{
	width: 210px;
	background-image: url("../images/active.png");
	background-position: center right;
	background-repeat: no-repeat;
}
.dashboard #main-navbar li.active a:hover{
	background: #cc0066;
	color: white;
	cursor: default;
	background-image: url("../images/active.png");
	background-position: center right;
	background-repeat: no-repeat;
}
#main-navbar li.open ul.menu-subteams li a{
	padding-left: 25px;
	background-image: none;
	display: block;
}
#main-navbar ul ul.menu-subteams li a{
	display:none;
}
#main-navbar li.open ul.menu-subteams li.active a{
	background: #5B6065;
	color: white;
	cursor: default;
	background-image: url("../images/active.png");
	background-position: center right;
	background-repeat: no-repeat;
	width: 193px;
}

.dashboard #main-navbar li.main-navbar-heading{
	width: 210px;
}
.dashboard #main-navbar ul.main-navbar-submenu li a{
	width: 203px;
}
.dashboard #main-navbar ul.main-navbar-submenu li.active a{
	width: 209px;
}
#main-navbar ul.main-navbar-submenu li.haschildren a{
}
#main-navbar ul.main-navbar-submenu a.menu-toggle-button{
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	background-image: url("../images/open_close.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
	margin: 4px 0px 0px 4px;
}
#main-navbar ul.main-navbar-submenu .open a.menu-toggle-button{
	background-position: top;
}
#main-navbar ul.main-navbar-submenu a.menu-toggle-button:hover{
	background-color: transparent;
}

/* dashboard content */
#main.dashboard {
	background: url("../images/dashboard_bg.png") repeat-y;
}
#main-header.dashboard-header{
/*	height: 15px; 
	background: #C18817;
	padding: 10px;*/
}
#main-header.dashboard-header h1 {
	padding: 0;
	margin: 0;
}
.dashboard #main-content{
	float: right;
	padding: 30px;
	width: 660px
}
.dashboard-list{
	padding: 10px 0px 0px 0px;
}
.dashboard-list-item {
	border-bottom: dotted 1px #E3E3E3;
	padding: 5px 0px 5px 0px;
	position: relative;
}
.dashboard-list-item p{
	margin: 0;
	padding: 0px 5px 0px 5px;
}
.dashboard-list-item img{
	padding-right: 5px;
}
.dashboard-list-item.highlight{
	background: #f3f3ff;
}
.dashboard-desc{
	width: 500px;
}
.dashboard-date{
	position: absolute;
	top: 5px;
	left: 520px;
	width: 140px;
	text-align: right;
	color: #333;
	padding: 0 5px 0 0;
}
.membership-status{
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0px 0px 15px;
	padding: 6px 0px 6px 22px;
}
.status-admin{
	background: url("../images/icon_member.png") no-repeat;
}
.status-admin{
	background: url("../images/icon_admin.png") no-repeat;
}
.status-manager{
	background: url("../images/icon_manager.png") no-repeat;
}
.status-staff{
	background: url("../images/icon_staff.png") no-repeat;
}
/* Dashboard alerts */
.dashboard-alerts-list{
	border-top: dotted 1px #E3E3E3;
	margin: 15px 0 0 0;
}
.dashboard-alerts-buttons{
	padding: 5px;
	color: #999999;
	margin: 0 0 20px 0;
}
.dashboard-alerts-buttons .col1{
	float: left;
}
.dashboard-alerts-buttons .col2{
	float: right;
}
.dashboard-alerts-item{
	border-bottom: dotted 1px #E3E3E3;
	background-image: url("../images/widget_bg.gif");

	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px; 
}
.alert-item-col1{
	width: 20px;
	float: left;
	padding:5px;
}
.alert-item-col2{
	width: 500px;
	float: left;
	padding: 8px 5px 8px 5px;
}
.alert-item-col3{
	width: 110px;
	float: left;
	padding: 8px 5px 8px 5px;
	color: #999999;
	text-align: right;
}
.dashboard-alerts-item p{
	margin: 0;
	padding: 0px 5px 0px 5px;
}
a.alert-accept{
	color: #449933;
	cursor: pointer;
}
a.alert-deny{
	color: #BA4545;
	cursor: pointer;
}

/* Dashboard Filter */
.filter_wrapper{
	margin: 15px 0px 0px 0px;
}
#dashboard_filter{
	width: 125px;
	height: 25px;
	margin-left: 88px;
}
#dashboard_filter #filter_current a{
	background-image: url("../images/dashboard_filter.png");
	background-position: 0px 0px;
	padding: 2px 15px 1px 8px;
	margin: 0px;
	line-height: 22px;
	text-decoration: none;
	color: #777777;
}
#dashboard_filter #filter_current a:hover{
	background-position: 0px -25px;
	color: #555555;
}
#dashboard_filter #filter_list{
	display: none;
	width: 124px;
}
#dashboard_filter.open #filter_list{
	display: block;
	background: #5e5e60;
	position: relative;
}
#dashboard_filter.open #filter_list a{
	padding: 2px 4px 2px 4px;
}
#dashboard_filter.open #filter_current a, #dashboard_filter.open #filter_current a:hover{
	background-position: 0px -50px;
	color: white;
}
#dashboard_filter.open a{
	color: white;
}
#dashboard_filter a{
	display: block;
}
#dashboard_filter #filter_list a:hover{
	background: #666666;
	text-decoration: none;
}
.filter_label{
	float: left;
	padding: 4px 0px 4px 8px;
	color: #797576;
}
#dashboard_filter.open a#filter_staff{
	padding-left: 20px;
	background-image: url("../images/icon_staff.png");
	background-repeat: no-repeat;
}
#dashboard_filter.open a#filter_admin{
	padding-left: 20px;
	background-image: url("../images/icon_admin.png");
	background-repeat: no-repeat;
}
#dashboard_filter.open a#filter_member{
	padding-left: 20px;
	background-image: url("../images/icon_member.png");
	background-repeat: no-repeat;
}
#dashboard_filter.open a#filter_staff{
	padding-left: 20px;
	background-image: url("../images/icon_staff.png");
	background-repeat: no-repeat;
}
#dashboard_filter.open #filter_list a#filter_manager{
	padding-left: 20px;
	background-image: url("../images/icon_manager.png");
	background-repeat: no-repeat;
}
/* dashboard tabs */
.dashboard #tabs ul{
	margin: 22px 0 0 0;
	padding: 0 0 0 15px;
	height: 26px;
	border-bottom: 1px solid #6E3F2A;
}
.dashboard #main-content #tabs li{
	display: block;
	float: left;
	padding: 0;
	margin: 0px 3px 0px 0px;
}
.dashboard #main-content #tabs li a{
	display: block;
	height: 6px;
	padding: 10px;
	background: #DDC6AB;
	background-image: url("../images/widget_bg_mid.gif");
	line-height: 10px;
	color: #000;
}

.dashboard #main-content #tabs li.ui-tabs-selected a{
	border: 1px solid #6E3F2A;
	border-bottom: #FF9933;
	height: 8px;
	padding: 9px;
	background: #DDC6AB;
	background-image: url("../images/widget_bg_low.gif");
	color: #000;
	font-weight: bold;
}
.dashboard #main-content #tabs li a:hover{
	color: #000;
	text-decoration: none;
	background: #DDC6AB;
	background-image: url("../images/widget_bg_low.gif");
}
.alert-bubble{
	position: absolute;
	color: white;
	background: #EA2C00;
	display: block;
	line-height: 10px;
	font-size: 10px;
	padding: 3px;
	margin-top: -22px;
	margin-left: 35px;
	height: 9px;
}

/* Map Styles */
#main-header.map-header{
	height: 15px;
	background: #093849;
	padding: 10px;
}
#main-header.map-header h1 {
	padding: 0;
	margin: 0;
}
#map-sidebar{
	width: 250px;
	height: 600px;
	margin-left: 690px;
	background: #DDDDDD;
	color: #666864;
}
#google-map{
	width: 690px;
	height:600px;
	background: gray;
	float: left;
}
.filters-inner{
	height: 282px;
	padding: 5px;
}
#map-sidebar .info{
	height: 77px;
	padding: 10px;
	border-bottom: solid 1px #cccccc;
}
#map-options{
	height: 123px;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #cccccc;
	padding: 0 0 5px 0;
}
#map-filters{
	border-top: solid 1px #eeeeee;
	padding: 10px;
}
.map-filters{
	background: #c6c6c6 url("../images/map-filters.png") repeat-x;
}
#map-options a{
	display: block;
}
#map-options a{
	padding: 0 0 0 10px;
	font-size: 15px;
	height: 31px;
	color: #666864;
	line-height: 34px;
	text-decoration: none;
}
#map-options a:hover{
	background: #eeeeee;
}
#map-options a.active{
	width: 240px;
	padding: 0 0 0 16px;
	position: relative;
	left: -6px;
	background-image: url("../images/map-active.png");
	background-repeat: no-repeat;
	background-position: center;
	color: white;
}
#map-options a.active:hover{
	background-color: transparent;
}
#map-options .icon{
	width: 28px;
	height: 24px;
	display: block;
	float: left;
	margin: 3px 5px 0 0;
}
#map-options-init .icon{
	background: url("../images/map-option-init.png") no-repeat;
}
#map-options-vacant .icon{
	background: url("../images/map-option-vacant.png") no-repeat;
}
#map-options-events .icon{
	background: url("../images/map-option-events.png") no-repeat;
}
#map-sidebar h3{
	font-size: 13px;
}
#map-sidebar .map-filters h3{
	font-size: 13px;
	padding: 6px 0 4px 10px;
	color: #777;
}
#map-sidebar .map-filters a{
	color: #555;
	text-decoration: none;
}
#map-sidebar .map-filters-item{
	color: #555;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	border-bottom: solid 1px #b6b6b6;
	line-height: 22px;
}
#map-sidebar .map-filters a:hover{
	text-decoration: underline;
}
#map-sidebar .map-filters a.selected{
	background: #777 url("../images/map_tick.png") no-repeat top right;
	color: white;
}
#map-sidebar input{
	float: left;
	margin: 3px 5px 0 0;
}

/* Map Tabs */
.map #tabs ul{
	margin: 5px 0 0 0;
	padding: 0 0 0 4px;
	height: 26px;
}
.map #tabs li{
	display: block;
	float: left;
	padding: 0;
	margin: 0px 3px 0px 0px;
}
.map #tabs li a{
	display: block;
	height: 6px;
	padding: 10px;
	line-height: 10px;
	color: #888888;
	background: #e6e6e6;
	text-transform: uppercase;
	font-size: 11px;
}
.map #tabs li.ui-tabs-selected a{
	background: #eeeeee;
	color: #555555;
}
.map #tabs li a:hover{
	color: #555555;
	text-decoration: none;
	background: #eeeeee;
}


/* Clear fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}