@charset "utf-8";
/* CSS Document */

html {
	overflow: auto;
}

body {
	min-height: 600px;
	margin: 0px;
	background-image:url(images/pgbg.png);
	text-align: center;
}

.box {
	width: 996px;
	margin: 0 auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.clear {
	height: 0px !important; clear:both;
}

#content {
	border-right: 1px solid #000000;
	background-image: url(images/pagebg.png);
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	text-align: left;
}

#content img {
	border: 1px solid black;
	vertical-align: middle;
}

p, li {
	text-align: justify;
}

p.fl:first-letter, p.fli:first-letter {
	font-size: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
p.fli {
	text-indent: 2em;
}



#content a:link {
	color: #990000;
	text-decoration: none;
}
#content a:visited {
	color: #990000;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#banner {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #000000;
}

#topcontain {
	margin: 0px;
	background-image: url(images/headerbg.png);
}

#menubar {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#menubar a span {
	display: block;
	padding: 4px 8px;
}

#menubar a:link, #menubar a:visited {
	float: left;
	width: 166px;
	line-height: 24px;
	display: block;
	text-align: center;
	background-image: url(images/bttnbg1.png);
	background-repeat: repeat-x;
	color: #a11318;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	border-top: 4px solid #cccccc;
}

#menubar a:hover {
	background-image: url(images/bttnbg0.png);
	background-repeat: repeat-x;
	color: #ffffff;
	border-top: 4px solid #f7e228;
}

#menubar #curpage {
	color: #ffffff;
	background-image: url(images/bttnbg0.png);
	background-repeat: repeat-x;
	border-top: 4px solid #f7e228;
}


#headerimgleft {
	float: left;
	border-width: 0;
}
#headerimgright {
	float: right;
	border-width: 0;
}
#headerimgcntr {
	vertical-align: bottom;
	border-width: 0;
}

#dropmenudiv {
width: 164px !important;
position:absolute;
border: 1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a:link, #dropmenudiv a:visited {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	background-color: #a11318;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	border-bottom: 1px solid black;
}

#dropmenudiv .green:link, #dropmenudiv .green:visited {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	background-color: #0e740e;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	border-bottom: 1px solid black;
}

#dropmenudiv a:hover, #dropmenudiv .green:hover{ /*hover background color*/
	background-color: #ce951b;
	color: #ffffff;
}

#breadcrumb {
	float: left;
	font-size: 8pt;
	padding: 2px;
	margin-bottom: 4px;
}

.topsearch {
	float: right;
	font-size: 8pt;
	padding: 2px;
	margin-bottom: 4px;
}

#mainbody {
	float: left;
	width: 80%;
}

#side_bar {
	float: left;
	text-align: center;
	width: 20%;
}

.sctnhead {
	padding-left: 12px;
	background: url(images/ttlbg-left.png) no-repeat top left;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 16px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.sctnhead div {
	padding-right: 12px;
	background: url(images/ttlbg-right.png) no-repeat top right;

}
.sctnhead div div {
	background: url(images/ttlbg-bg.png) repeat-x;
	line-height: 32px;
}

.subhead {
	clear: both;
	font-size: 16pt;
	font-weight: bold;
	color: #cc0000;
	border-bottom: 2px solid #cc0000;
	margin: 16px 0;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.submenu {
	padding-left: 12px;
	background: url(images/subbar-left.png) no-repeat top left;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	width: 90%;
	margin: 0 auto 16px auto;
	clear: both;
}
.submenu div {
	background: url(images/subbar-bg.png) repeat-x;
	line-height: 20px;
}
.submenu div div {
	background: url(images/subbar-right.png) no-repeat top right;
	text-align: center;
}
.submenu a:link, .submenu a:visited {
	display: inline-block;
	width: 128px;
	color: #ffffff !important;
	text-decoration: none;
}
.submenu a:hover {
	color: #000000 !important;
	text-decoration: none !important;
}

.post_title {
	margin: 0;
}

.entry {
	margin: 0 30px 0 30px;
}

.excerpt {
	color: #666666;
	font-style: italic;
}

#gallery {
	width: 256px;
	text-align: center;
}
#gImg {
	clear: both;
	border: 1px solid #000000;
	cursor: pointer;
}

#footer {
	margin-top: 0px;
	height: 18px;
	background-image: url(images/pgfooter.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid black;
}

hr {
	margin: 16px auto;
	height: 4px;
	color: #ff0000;
	background-color: #ff0000;
	border: 1px solid #000000;
	width: 75%;
	clear: both;
}

#map {
	border: 1px solid #000;
        width: 100%;
        height: 400px;
    }

ul, ol { overflow: hidden; }

/* FOR WORDPRESS EDITOR STYLES */
.alignright {float:right; clear: right; margin:0 0 1em 1em;}
.alignleft {float:left; clear: right; margin:0 1em 1em 0;}
.aligncenter {margin: 1em;}
.wp-caption {font-size: smaller; font-style: italic; line-height: normal; text-align: center;}