html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
em {
	font-style: italic;
	color: #72942d;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {
    outline: none;
}
p {
    overflow: hidden;
    padding-bottom: 12px;
}
small {

}
.ui-widget p {
    padding: 0;
}
/*
 * Global Containers
 */
body {
	background: transparent url(../images/body-bg.gif) repeat-y 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#wrap {
	position: relative;
	height: 100%;
}
#col-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 155px;
	height: 100%;      
	background: #82a738 url(../images/left-bottom.gif) no-repeat 0 100%;
	text-align: center;
	min-height: 600px;      
}
#col-right {
	margin-left: 155px;
}
#col-left-bottom {	
	width: 154px;
	height: 120px;
    float: left;
    clear: both;
}
#header {
	height: 190px;
	background: transparent url(../images/masthead-logo.gif) no-repeat 0 0;
}


/*
 * Image Pharks
 */
#header h1 { text-indent: -9999em; }



/*
 * Global Classes
 */
.clear { display: block; clear: both; }
.non-bold { font-weight: normal; }

.align-left {
	float: left;
}
.align-right {
	float: right;
}
img.align-right {
	padding: 5px 0 5px 5px;
}
img.align-left {
	padding: 5px 5px 5px 0;
}
.upper { text-transform: uppercase; }
.blue { color: #2e4f96; }
a.no-underline {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.button { color: #fff; }
a.button:hover { color: #2e5195; }
label { font-weight: bold; }
.fixed-height {
	max-height: 330px;
	overflow-y: auto;
}

/*
 * Text Styles
 */
.green { color: #678731; }
.blue { color: #2e4f96;	}
h1, h2, h3, h4 { font-weight: bold; text-transform: uppercase; padding: 3px 0 }
h1 {
	font-size: 18px;
	line-height: 24px;
}
h1.categoryTitle {
	font-size: 30px;
	color: #82a738;
}
h2 {
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
	margin-bottom: 10px;	
}
h3 {
	font-size: 13px;	
	line-height: 12px;
}
h4 {
	font-size: 12px;
	line-height: 14px;	
	font-weight: normal;
}
.center-text { text-align: center; }
.left-text { text-align: left; }
.right-text { text-align: right; }
.pad-5 { padding: 5px; }
.pad-10 { padding: 10px; }
.bg-blue { background: #aebad4; }
.bg-green { background: #adcf53; }
strong { font-weight: bold; }
.no-overflow {
	overflow: hidden;
}

/*
 * Left Sidebar
 */
#col-left img.top-img {
	float: left;
	width: 149px;
	height: 158px;
}
#col-left .menu {
	padding: 20px 0;
	overflow: hidden;
	float: left;
	width: 100%;
	clear: both;
    background: #82a738;
}
#col-left .menu li {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 3px solid #82a738;
}
#col-left .menu li a, #col-left .menu li a:link, #col-left .menu li a:hover, #col-left .menu li a:visited {
	display: block;
	background: #678731;
	color: #fffac2;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;		
	overflow: hidden;
	width: 155px;
	height: 30px;
    padding: 0;  
}
#col-left .menu li a:hover, #col-left .menu li.active a {
	background: #526f22;
}
#col-left .menu li.active a {
    font-weight: bold;
}
#col-left .menu li.active ul li a{
    font-weight: normal;
}
#col-left .menu li ul {
    padding: 0 0 5px 0;
    overflow: hidden;
    border-top: 1px solid #b7d876;  
    display: none;    
}
#col-left .menu li ul li {
    border-bottom: 1px solid #b7d876;
}
#col-left .menu li ul li a, #col-left .menu li ul li a:link, #col-left .menu li ul li a:hover, #col-left .menu li ul li a:visited {
    display: block;
    background: transparent;
    color: #fffac2;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    line-height: 15px;        
    overflow: hidden;
    width: 155px;
    height: auto !important;
    padding: 2px 0;
}
#col-left .menu li ul li a:hover {
    background: #72942d;
}
#col-left-bottom p {
    padding-top: 92px;
	font-size: 12px;
	color: #1f3905;
	width: 100%;       
    background: transparent url(../images/left-bottom-logo.gif) no-repeat 0 0;     
}
#col-left-bottom p a, #col-left-bottom p a:link, #col-left-bottom p a:hover, #col-left-bottom p a:visited {
	color: #1f3905;
	text-decoration: none;
	letter-spacing: -0.55px;
	font-weight: bold;
	font-weight: normal;
}
#col-left-bottom p a:hover {
	text-decoration: underline;
}



/*
 * Main Content Containers
 */
#body {
	clear: both;
	padding: 0 10px 30px 14px;
}
#body-left {
	float: left;
	width: 76%;
}
#body-right {
	width: 23%;
	float: right;
	background: #aebad4;
}
#body-footer {
	clear: both;
	position: relative;
}
.fixed-height {
	overflow: hidden;
	height: 100%;
    overflow-y: auto;	
}



/*
 * Body footer menu
 */
#body-footer ul {
	text-align: center;
	padding: 6px 0;
	width: 76%;
	background: transparent;
}
#body-footer ul li {
	display: inline;
	padding: 0 11px;
}
#body-footer ul li a, #body-footer ul li a:link, #body-footer ul li a:hover, #body-footer ul li a:visited {
	color: #678731;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#body-footer ul li a:hover {
	
}
#body .two-column {
	padding-top: 2px;
	overflow: hidden;
	font-size: 11px;
	line-height: 13px;	
}
#body .two-column div.align-left {
	width: 33.5%;
}
#body .two-column div.align-right {
	width: 65%;
}





/*
 * Text Lists
 */
ul.text-list {
	
}
ul.text-list li {
	padding: 5px 0;
}
#body ul.events {
	overflow: hidden;
	font-size: 11px;
	line-height: 12px;
	padding: 0;
	margin: 0;
}
#body ul.events li {
	line-height: 14px;     
	list-style-type: none;
}
#body ul.events li span.category-name {
    line-height: 16px;
}
#body ul.events li p.description {
    display: block;
    background: #f2f2f2;
    margin: 5px 0;
    padding: 6px;
}
#body ul.events li strong {
	display: block;
}
#body ul.events li .location {
	display: block;
	font-style: italic;
	padding-bottom: 2px;
}
#body ul.events li .contacts {
	display: block;
}
#body ul.albums {
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#body ul.albums li {
	overflow: hidden;
	border-bottom: 3px solid #fff;
    width: auto !important;
	list-style-type: none;
}
#body ul.albums li div.album-image {
    float: left;
}
#body ul.albums li img {
	padding-right: 4px;    
}
#body ul.albums li span.album-details {
	text-transform: uppercase;
    display: block;
    width: auto !important;
    padding: 5px 3px;
}
#body ul.albums li a, ul.albums li a:link, ul.albums li a:hover, ul.albums li a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#body ul.albums li a:hover {
	text-decoration: underline;
}




/*
 * Front page flash
 */
div#small-flash {
	height: 145px;
}



/*
 * Default Site Form Styles 
 */
.form {
    margin: 8px 0;
    padding: 10px;
    background: #fcfdff;
    border: 1px solid #ccc;
    overflow: hidden;    
}
.form fieldset {

}
.form legend {
    display: none;
}
.form label {
    display: block;
    padding-bottom: 3px;
}
.form span.error {
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
}
.form div.text-input, .form div.textarea-input, .form div.checkbox, .form div.select, .form div.radio, .form div.submit {
    padding: 4px 12px 8px 0;
}
.form div.small input, .form div.small textarea, .form div.small select {    
    width: 250px;
}
.form div.medium input, .form div.medium textarea, .form div.medium select {
    width: 350px;
}
.form div.large input, .form div.large textarea, .form div.large select {
    width: 450px;
}
.form input, .form textarea, .form select {
    padding: 5px;
}
.form .text-input input, .form textarea, .form select {
    border: 1px solid #ccc;
}

.form .submit input {
    cursor: pointer;
}


/*
 * Default table styles
 */
div.table {
    background: #fcfdff;
    border: 1px solid #ccc;
    border-bottom: 4px solid #ccc;
    margin: 10px 0;
}
div.table table {
    width: 100%;
}
div.table table th, div.table table td {
    text-align: left;
}
div.table table th {
    padding: 5px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    background: #CCC;
    text-transform: uppercase;
}
div.table table td {
    padding: 8px 5px;
    border-bottom: 1px solid #ccc;
}
div.table table tr.hover td {
    background: #f4f4f4;
}








/* Ajax crud index for admin */
.toggle-results {
    padding: 10px;
}


/* Xinha */
.htmlarea .toolbar {
    border: 1px solid #ccc;
}
#XinhaIFrame_xinha_textarea {
    border: 1px solid #ccc;
    cursor: text;
}
.htmlarea .dialog {
    border: 0;
    background: transparent;
    border-top: 1px solid #d4bb32;
}
.htmlarea .dialog div {
    border: 1px solid #d4bb32; 
    background: #fffbe7
}
.htmlarea .dialog h1 {
    background: #fff8d1;
    border: 0;
    border-bottom: 1px solid #d4bb32;  
    border-right: 1px solid #d4bb32; 
    line-height: 15px;  
}
.toolbarElement .button {
    padding: 2px 5px;
}
.toolbarElement select, .toolbarElement input {
    padding: 1px;
}



/*
 * Links page
 */
.link-category ul {
	padding: 12px 0;
}
.link-category h2 {
	margin: 0;
}




/*
 * Listings page
 */
#listings {
	
}
#listings .single-listing {
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#listings ul {
	margin-bottom: 10px;
	padding: 2px 20px;
}
#listings ul li ul {
	padding: 2px;
}
#listings li {
	list-style-type: circle;
}
#listings li ul li {
	list-style-type: none;
}

#listings-right {
	background: #acbad5;
}
h3.listing-title {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background: #2e5195;
	padding: 6px 5px;
}
#listings-right .single-listing {
	padding: 8px 12px;
}
#listings-right p.website a, #listings-right p.website a:link, #listings-right p.website a:hover, #listings-right p.website a:visited {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;	
}
#listings-right p.website {
	padding: 0 0 4px 0;
}
#listings-right td {
	vertical-align: top;
	padding: 5px 0;
}
#listings-right td ul {
	padding: 0 10px 5px 10px;
}
#listings-right td ul li  {
	list-style-type: none;
}
#listings-right td ul.address {
	clear: both;
	min-width: 165px;
}
#listings-left {
	font-size: 14px;
}
#listings-left h2 {
	margin-bottom: 5px;
}
#listings-left ul {
	padding: 0 0 18px 0;
	margin: 0;
}
#listings-left li {
	padding-bottom: 5px;
	list-style-type: none;
}
table.listing-details {
	width: 100%;
}

table.event-modal td {
	vertical-align: top;
	font-size: 11px;
	padding: 0 5px;
	border: 1px solid #ededed;
}
table.event-modal {
	margin-bottom: 10px;
}

div.single-event {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
div.single-event.odd {
	background: #f4f4f4;
}
tr#listing-details td {
	
}



.main-content ul {
	padding: 0 20px 14px 20px;
}
.main-content ul li {
	list-style-type: circle;
}




/* Albums */
#album {
	
}
#album ul {
	margin: 0;
	padding: 0 0 20px 0;
	clear: both;
	overflow: hidden;
}
#album li {
	list-style-type: none;
	margin: 0;
	padding: 5px;
}
#album li.video {
	padding: 5px;
	background-color: #acbad5;
	float: left;
	margin: 0 15px 15px 0;
}
#album li.image {
	float: left;
	background-color: #acbad5;
	padding: 5px;
}
/* End Albums */
