@charset "utf-8";
/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Georgia, "Times New Roman", Serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* For Firefoxs' stupid focus ring */
select:focus, a:focus{
	outline: none; 
}

/* Miscellaneous conveniences: */
form label {
	/*cursor: pointer;*/
}
fieldset, img {
	border: none;
}
button{
	border: 0px;
	cursor: pointer;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/* Utility classes */
.floatleft{
	width: auto;
	height: auto;
	float: left;
}
.floatright{
	width: auto;
	height: auto;
	float: right;
}
.clearfloat{
	clear: both;
}
.error{
	color: #ff0000;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style:italic; 
}
.small{
	font-size: 0.8em;
}
.centered{
	margin-left: auto;
	margin-right: auto;
	width: auto;
	text-align: center;
}
.noborder{
	border: 0px none;
}
.highlight{
	background-color: #363B41;
	color: #fff;
}
.thickmargin{
	margin: 30px;
}
.thickpadding{
	padding: 30px;
}
.mediummargin{
	margin: 15px;
}
.mediumpadding{
	padding: 15px;
}
.indentleft{
	margin-left: 40px;
}
.indentright{
	margin-right: 40px;
}
.dblspace{
	line-height: 2em;
}
ol.nobullet,
ul.nobullet{
	list-style-type: none;
	margin-left: 0px;
}
	ol.nobullet li,
	ul.nobullet li{
		line-height: 38px;
	}
/* Standard element styling */
body{
	background-color: #363b41;
	color:#ffffff;
	font-family: Georgia, "Times New Roman", Serif;
}
h1{
	font-size: 2em;
	text-align: left;
	color: #000000;
	margin: 10px 0px 10px 0px;
}
	h1 span{
		font-style:italic; 
		color: #800000;
	}
hr{
	height: 1px;
	border: none;
	border-top: 1px dotted #69727E;
	background-color: transparent;
	color: transparent;	
	margin: 5px 0px 5px 0px;
}
a{
	border-bottom:1px dotted #000;
	color:#000;
	text-decoration: none;
}
	a:hover{
		color: #fff;
		border-bottom: 1px solid #fff;
		text-decoration: none;
	}
img {
	border: 1px solid #b3b1ac;
	margin:2px; padding: 1px;
	background-color: #fff;
}
	img.png{
		background-color: transparent;
	}
div#wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
div#page{
	position: relative;
	width: 950px;
	margin: 0px auto 0px auto;
}
div#header{
	float: left;
	width: 950px;
	height: 84px;
	overflow: hidden;
	background: transparent url(../images/header.png) no-repeat top left;
}
div#middle{
	float: left;
	width: 950px;
	background: #fff url(../images/page-bg.png) repeat-y top left;
}

/*
	Default (Non-JS) markup for submenutabs
*/
div#middle div.submenutabs{
	margin:0 28px 14px 295px;
	background-color: #363B41;
	color: #fff;
	padding: 10px 50px 10px 50px;
	height: 55px;
	border-top: 1px solid #000;
}
	div#middle div.submenutabs ul{
		margin: 0px;
		text-align: center;	
		width: 100%;		
	}
		div#middle div.submenutabs ul li{
			font-size: 0.8em;
			font-weight: bold;
			line-height: 2em;
			display: inline;
			display: inline-block;
			margin-right: 8px;
		}
			div#middle div.submenutabs ul li a{
				color: #69727E;
				border-bottom: 1px dotted #69727E;
				white-space: nowrap;
			}
				div#middle div.submenutabs ul li a:hover{
					color: #fff;
					border-bottom: 1px solid #fff;
				}
			div#middle div.submenutabs ul li a.current{
				color: #fff;
				border-bottom: 0px none;
				cursor: default;
			}
div#middle div.content-loader{
	height: 100px;
	text-align: center;
	padding-top: 40px;
	background: transparent url(../images/content-loader.gif) no-repeat center 20px;
}
div#sidebar-l{
	float: left;
	position:relative;
	width: 253px;
	min-height: 415px;
	margin-left: 42px;
	background-color: #000;
}
	div#sidebar-l ul.mainmenu{
		margin: 290px 0px 0px 0px;
		z-index: 10;
	}
		div#sidebar-l ul.mainmenu li{
			color:#959C3C;
			line-height:35px;
			list-style-type:none;
			background: #000 url(../images/menu-itm-bg.png) no-repeat top left;
			margin: 0px;
		}
			div#sidebar-l ul li:last-child{
				background: #000 none;
			}
			div#sidebar-l ul.mainmenu li:hover{
				
			}
			div#sidebar-l ul.mainmenu li a{
				display: block;
				height: 35px;
				vertical-align: middle;
				text-align: left;
				border-bottom: 0px none;
				color:#576280;
				font-size: 0.9em;
				text-transform: uppercase;
				letter-spacing: 0.1em;
				text-decoration: none;
				padding-left: 65px;
			}
				div#sidebar-l ul.mainmenu li a span.alert{
					font-size: 0.7em;
					font-weight: bold;
					color: #f00;
				}
				div#sidebar-l ul.mainmenu li a.activeparent{
					color:#fff;
					border-bottom: 0px none;
					font-weight: normal;
					text-decoration: none;
					background: transparent url(../images/menu-icon.png) no-repeat center left;
				}
				div#sidebar-l ul.mainmenu li a.current,
				div#sidebar-l ul.mainmenu li a.current:hover{
					color:#fff;
					border-bottom: 0px none;
					font-weight: bold;
					text-decoration: none;
					background: transparent url(../images/menu-icon.png) no-repeat center left;
				}
				div#sidebar-l ul.mainmenu li a:hover{
					color:#fff;
					border-bottom: 0px none;
					background: transparent url(../images/menu-icon.png) no-repeat center left;
				}
		div#sidebar-l ul.mainmenu li ul,
		div#sidebar-l ul.mainmenu li ul li ul{
			z-index: 100;
			border: 1px solid #252626;
		}
			div#sidebar-l ul.mainmenu li ul li,
			div#sidebar-l ul.mainmenu li ul li ul li{
				margin-left: 0px;
				color:#959C3C;
				font-size: 0.8em;
				line-height:37px;
				white-space: nowrap;
				background: #000 none;
				padding-right: 10px;				
			}
				div#sidebar-l ul.mainmenu li ul li a,
				div#sidebar-l ul.mainmenu li ul li ul li a{
					height: 37px;
				}
		div#sidebar-l ul.mainmenu li ul li ul{
			z-index: 110;
		}
div#content{
	float: left;
	width: 597px;
	min-height: 400px;
	color: #363B41;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 1em;
	text-align: justify;
	padding: 0px 15px 15px 15px;
	margin-right: 28px;
	background-color: #a0a294;
}
	div#content div.displaybox{
		
	}
		div#content div.displaybox h1{
			margin: 0px;
			display: block;
			background-color: #69727e;
			color: #fff;
			font-size: 1em;
			padding: 13px;
			text-align: left;
		}
		div#content div.displaybox p{
			padding-left: 8px;
		}
		div#content div.verse{
			text-align: center;
			font-size: 0.8em;
			color: #fff;
			border-top: 1px dotted #fff;
			margin-top: 8px;
			padding-top: 5px;
		}
			div#content div.verse div.chapter{
			
			}
		div#content div.displaybox div.quote{
			margin-left: 40px;
			margin-right: 40px;
			border-left: 1px dotted #fff;
			padding-left: 5px;
		}
		div#content div.displaybox ul{
			margin-left: 40px;
		}
			div#content div.displaybox ul li{
				font-size: 1em;
			}
		div#content div.gmapembed{
			margin: 8px auto;
			width: auto;
			text-align:center;
		}
			div#content div.gmapembed iframe{
				border: 1px solid #363B41;
				padding: 2px;
			}
div#footer{
	float: left;
	width: 950px;
	height: 30px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 0.7em;
	text-align: center;
	padding: 30px 0px 0px 0px;
	font-weight: normal;
	background: transparent url(../images/footer-bg.png) no-repeat top left;
}
	div#footer a{
		color: #ffffff;
		border-bottom: 1px dotted #ffffff;
		text-decoration: none;
	}
	div#footer a:hover{
		color: #563f16;
		border-bottom: 1px solid #563f16;
		text-decoration: none;
	}
div.clearfloat{
	clear: both;
}

/*
	Breadcrumb navigation
*/
div#breadcrumbtrail{
	margin: 0px 28px 14px 295px;
	background-color: #000;
	height: 21px;
	border-top: 1px solid #69727E;
	border-bottom: 1px solid #69727E;
	font-family: Georgia, "Times New Roman", Serif;
}
	div#breadcrumbtrail ul{
		margin: 0px 0px 0px 8px;
	}
		div#breadcrumbtrail ul li{
			float: left;
			padding-left: 0px;
		}
		div#breadcrumbtrail ul li,
		div#breadcrumbtrail ul li a{
			text-transform: uppercase;
			letter-spacing: 0.1em;
			font-size: 10px;
			margin-right: 5px;
			color: #69727E;
		}
		div#breadcrumbtrail ul li.current{
			color: #fff;
		}
		div#breadcrumbtrail ul li.current a{
			color: #fff;
			border-bottom: 1px solid #fff;
		}
			div#breadcrumbtrail ul li a{
				color: #69727E;
				border-bottom: 1px dotted #69727E;
			}
				div#breadcrumbtrail ul li a:hover {
					color: #fff;
					border-bottom: 1px solid #fff;
				}

/*
	Under construction banner
*/
div#uc-banner{
	font-family: Georgia, "Times New Roman", Serif;
	position: absolute;
	background-color: #666666;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	padding: 3px;
	top: 0px; left: 0px;
	color: #ffffff;
	/*-khtml-opacity:.90; 
	-moz-opacity:.90; 
	-ms-filter:"alpha(opacity=90)"; 
	filter:alpha(opacity=90); 
	opacity:.90;*/
	z-index: 1000;
}
	div.newsflash{
		width: 400px;
		margin: 10px auto;
		border: 1px solid #000;
		background-color: #fff;
		padding: 1px;
		color: #000;
	}
		div.newsflash h1{
			font-size: 1.5em;
			text-align: center;
			background-color:#000000;
			color:#FFFFFF;
			padding:5px;
		}
		div.newsflash h2{
			font-size: 1.3em;
			text-align: center;
		}
		div.newsflash p{
			font-size: 1.0em;
			text-align: center;
			font-weight: normal;
		}
			div.newsflash p a:hover{
				color: #ccc;
				border-bottom: 1px solid #ccc;
			}
		div.newsflash button{
			padding: 5px;
			font-size: 0.9em;
			cursor: pointer;
			border: 1px solid #000;
			color: #000;
			background-color: #fff;
			margin-bottom: 6px;
		}
			div.newsflash button:hover{
				background-color: #000;
				color: #fff;
			}

/*
	Page overlay
*/
div#page-overlay{
	background-color: #000000;
	position: absolute;
	top: 0px; left: 0px;
	z-index: 2000;
	width: 100%;
	height: 1000px;
}

/*
	Slideshow - main
*/
div#page-image{
	width: 253px;
	height: 374px;
	z-index: 1;
	position: absolute;
	top: -84px; left: 0px;
}
	div#page-image div#slideshow-loading {
		width: 253px;
		height: 374px;
		background: transparent url(../media/galleries/slideshow1/static.png) no-repeat center center;
	}
	div#page-image div#slideshow-window {
		width: 253px;
		height: 374px;
	}
	/*div#page-image div#slideshow-overlay{
		position: absolute;
		z-index: 30;
		top: 0px;
		left: 0px;
		width: 253px;
		height: 374px;
		background: transparent url(../images/slideshow-overlay.png) no-repeat top left;
	}*/

/*
	Contact Form
*/
div.contactform{
	width: 491px;
	margin: 0px 50px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Serif;
}
	div.contactform div.row{
		width: 491px;
		padding: 6px;
	}
		div.contactform div.row div.label{
			float: left;
			width: 191px;
			font-size: 0.8em;
			font-weight: bold;
			text-align: left;
		}
		div.contactform div.row div.input,
		div.contactform div.row div.active-input{
			float: left;
			width: 280px;
			height: 30px;
		}
			div.contactform div.row div.input input,
			div.contactform div.row div.active-input input{
				width: 260px;
				padding:3px;
				border: 1px dotted #363B41;
				font-family: Georgia, "Times New Roman", Serif;
				font-size: 0.9em;
				background-color: transparent;
				color: #363B41;
			}
			div.contactform div.row div.active-input input{
				background-color: #363B41;
				color: #fff;
			}
		div.contactform div.row div.message,
		div.contactform div.row div.active-message{
			float: left;
			width: 280px;
			height: 140px;
		}
		div.contactform div.row div.message textarea,
		div.contactform div.row div.active-message textarea{
			width: 260px;
			height: 125px;
			padding:3px;
			border: 1px dotted #363B41;
			font-family: Georgia, "Times New Roman", Serif;
			font-size: 0.9em;
			background-color: transparent;
			color: #363B41;
			overflow-y: scroll;
			overflow-x: auto;
		}
		div.contactform div.row div.active-message textarea{
			background-color: #363B41;
			color: #fff;
		}
		div.contactform div.row div.input input.failed,
		div.contactform div.row div.message textarea.failed{
			border: 1px solid #f00;
			background-color: #ffd9d9;
		}
		div.contactform div.row div.status{
			float: left;
			width: 20px;
			height: 30px;
		}
		div.contactform div.row div.footer{
			border-top: 1px solid #363B41;
			width: 491px; padding: 6px;			
		}
			div.contactform div.row div.footer button{
				width: 130px;
				height: 42px;
				border: 0px none;
				cursor: pointer;
				background: transparent url(../images/form-button-sendmessage.png) no-repeat top left;
				display: inline;
			}
				div.contactform div.row div.footer button:hover{
					background: transparent url(../images/form-button-sendmessage-o.png) no-repeat top left;
				}	
			div.contactform div.error{
				width: 491px;
				text-align: center;
				color: #f00;
				margin: 5px;
				font-size: 0.8em;
			}

	div.contactform div.loading{
		width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
		div.contactform div.loading div.image{
			height: 10px;
			width: 205px;
			padding: 6px;
			margin-left: auto;
			margin-right: auto;
			background: transparent url(../images/content-loader.gif) no-repeat;
		}
		div.contactform div.loading div.message{
			width: auto;
			margin-left: auto;
			margin-right: auto;
			overflow: visible;
			padding-top: 5px;
			font-size: 0.9em;
			text-align: center;
		}
/* Accordion */
div.accordion{
	width: 597px;
	padding: 0px; margin:0px;
}
	div.accordion-helper{
		margin: 5px 0px;
		font-size: 0.8em;
		color: #fff;
		font-style: italic;
	}
	div.accordion div.header{
		width: 560px;
		padding: 7px; padding-left: 30px;
		background: #69727E url(../images/accordion-header-opened.png) no-repeat center left;
		color: #fff;
		cursor: pointer;
		font-weight: bold;
		margin-bottom: 2px;
	}
		div.accordion div.header.collapsed{
			background: #69727E url(../images/accordion-header-closed.png) no-repeat center left;
		}
	div.accordion div.content{
		width: 560px;
		padding: 7px; padding-left: 30px;
	}
		div.accordion div.content table{
			border-collapse: collapse;
			padding: 0px;
			width: 530px;
		}
			div.accordion div.content table tr{
				background-color: transparent;
			}
			div.accordion div.content table tr:hover{
				background-color: #ccc;
			}
			div.accordion div.content table td{
				padding: 3px;
			}
				div.accordion div.content table td.desc{
					width: 400px;
					text-align: left;
				}
				div.accordion div.content table td.price{
					width: 124px;
					text-align: right;
					font-weight: bold;
				}
				
/*
	Video wrappers
*/
div.videoembed,
div.flashembed{
	margin: 5px auto;
	width: 500px;	
}
div.flashembed a.target{
	border: 0px none;
	text-decoration: none;
	cursor: none;
}

div#sidebar-l .join-fb{
	margin-top: 15px;
	display: block;
	width: 253px;
	height: 76px;
	text-indent: -9999px;
	background: transparent url("../images/join-our-facebook-group.png") no-repeat center center;
	border-bottom: 0 none;
}
	div#sidebar-l .join-fb:hover{
		border-bottom: 0 none;
		zoom: 1;
        filter: alpha(opacity=60);
        opacity: 0.6;
	}
	
