/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


#main {
  display: flex;
  flex-wrap: wrap;
}
		
table {
  border-collapse: collapse;
  width: 100%;
}
	
name {
    color: #d9534f;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 130%;
	text-align: left;
}

name2 {
    color: #d9534f;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 100%;
	text-align: left;
}

name3 {
    color: #d9534f;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 60%;
	text-align: left;
}
	
hidden {
  color: white;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 90%;
  text-align: right;
}
	
fieldnames {
  color: black;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 60%;
}
	
fieldanswers {
  color: black;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 90%;
	
}

fieldanswerssm {
  color: black;
  font-family: Roman, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-size: 60%;
  font-style: italic;
  vertical-align: bottom;
}
	
subhead {
  color: white; 
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 90%;
}

#myInput {
  width: 100%;
  padding: 12px;
  background-repeat: no-repeat;
  border: 2px solid #d58512;
  margin: 1px auto;
  background-position: left top;
  background-image: url(images/searchicon.png);
}
	
#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
}


body {
	margin: 0;
	padding: 0;
	background: #EEF1F4 url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d8e2b8;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
}

h1 {
	font-size: 2em;
	text-transform: none;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}


h4 {
	font-size: 1.6em;
	text-align: center;
}

h5 {
	font-size: 8px;
	font-style: italic;
	text-align: center;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	color: undefined;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #e9aa8b;
}

a:hover {
    text-transform: none;
    color: #000000;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 1000px;
	height: 104px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	height: 60px;
	margin: 0;
	padding: 40px 0px 0px 20px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding-left: 25px;
	letter-spacing: -1px;
	text-transform: none;
	font-size: 40px;
}

#logo p {
	float: left;
	margin: 0;
	padding: 22px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: none;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: capitalize;
}

/* Search */

#search {
	float: right;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 275px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
}

#search form {
	margin: 0;
	height: 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 150px;
	border: none;
	text-transform: lowercase;
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #262618;
}

#search-submit {
	display: none;
}

form {
    width: 100%;
    overflow: hidden;
    background-color: white;
}

input {
    width: 100%;
	height: 36px
}




/* Menu */

#menu {
	width: 1000px;
	height: 46px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04.jpg) no-repeat left top;
}

#menu2 {
	Width: 520px;
	height: 46px;
	margin: 0 auto;
	padding: 0;
	background: #71260a
}


#menu ul {
	margin: 0;
	padding: 0px 0px 0px 48px;
	list-style: none;
	line-height: normal;
}


#menu2 ul {
	margin: 0;
	padding: 0px 0px 0px 6px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu2 li {
	float: left;
}

#menu a {
	display: block;
	height: 32px;
	margin-right: 3px;
	padding: 14px 30px 0px 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu2 a {
	display: block;
	height: 32px;
	margin-right: 3px;
	padding: 14px 30px 0px 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #C44203;
	color: #FFFFFF;
}

#menu2 a:hover, #menu .current_page_item a {
	background: #C44203;
}

#menu .current_page_item a {
	background: #C44203;
}

#menu2 .current_page_item a {
	background: #C44203;
}

#menu a:hover {
	background: #C44203;
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

#menu2 a:hover {
	background: #C44203;
	text-decoration: underline;
}

#splash {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner.png);
}

#splash2 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner2.png);
}

#splash3 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner3.png);
}

#splash4 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner4.png);
}

#splash5 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner5.png);
}

#splash6 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner6.png);
}

#splash7 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner7.png);
}

#splash8 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner8.png);
}

#splash9 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner9.png);
}

#splash10 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner10.png);
}

#splash11 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner11.png);
}

#splash12 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner12.png);
}

#splash13 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner13.png);
}
#splash14 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner14.png);
}
#splash15 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner15.png);
}
#splash16 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner16.png);
}

#splash17 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner17.png);
}

#splash18 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner18.png);
}

#splash19 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner19.png);
}

#splash20 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner20.png);
}

#splash21 {
	width: 1000px;
	height: 260px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/banner21.png);
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img07.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(images/img06.jpg) no-repeat left top;
}

#page-bgbtm {
	margin: 0px;
	padding: 40px 30px 0px 30px;
	background: url(images/img08.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: left;
	width: 520px;
	padding: 0px 20px;
}

.post {
	padding-bottom: 30px;
}

.post .title {
	height: 38px;
	letter-spacing: -.5px;
	color: #1757AB;
}

.post .title a {
	color: #FFFFFF;
	border: none;
	text-transform: none;
}

.post .meta {
	margin-top: -10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ACAD8E;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding-right: 3px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: none;
	font-size: 10px;
	color: #FFFFFF;
}
.nolinks {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: none;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 330px;
	padding: 0px 0px 0px 0px;
	color: #B7B97F;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #ACAD8E;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding: 12px 0 0 15px;
	letter-spacing: -.5px;
	color: #FFFFFF;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #B7B97F;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer-wrapper {
	width: 100%;
	background: #231202;
}

#footer {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #656646;
}

#footer a {
	color: #3E3F27;
}



/**
 * 	CSS3 Only Horizontal and Vertical Accordion
 * 	Author: Paul Underwood for Hongkiat.com
 *  Website: www.paulund.co.uk
 *  Date: 27/11/11
 *  Version: 1.0
 */

 
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
/*body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*Define Accordion box*/
.accordion { overflow:hidden; margin:10px auto; color:#474747; background:#414141; padding:0px; }

/*General Accordion****************************************************************************/
/*Set style of open slide*/
.accordion section:target { background:#f7ecb5; padding:10px;}
.accordion section:target:hover { background:#f7ecb5; }
.accordion section:target h2 {width:100%;}
.accordion section:target h2 a{ color:#333; padding:0;}
.accordion section:target p {display:block;}
.accordion section h2 a{padding:8px 10px;display:block; font-size:16px; font-weight:normal;color:#eee; text-decoration:none; }

/*set style of closed slide*/
.accordion section{ float:left;	overflow:hidden; color:#333; cursor:pointer; background: #333; margin:3px; }
.accordion section:hover {background:#444;}
.accordion section p { display:none; }
.accordion section:after{position:relative;font-size:24px;color:#000;font-weight:bold;}
.accordion section:nth-child(1):after{content:'1';}
.accordion section:nth-child(2):after{content:'2';}
.accordion section:nth-child(3):after{content:'3';}
.accordion section:nth-child(4):after{content:'4';}
.accordion section:nth-child(5):after{content:'5';}
.accordion section:nth-child(6):after{content:'6';}
.accordion section:nth-child(7):after{content:'7';}
.accordion section:nth-child(8):after{content:'8';}
/*End General 
Accordion****************************************************************************/

/*Horizontal Accordion *********************************************************************/
.horizontal section{ width:5%; height:250px; 
	-moz-transition:width 0.2s ease-out; 
	-webkit-transition:width 0.2s ease-out;
  	-o-transition:width 0.2s ease-out;
	-ms-transition:width 0.2s ease-out;
  	transition:width 0.2s ease-out;
}

/*Position the number of the slide*/
.horizontal section:after{top:140px;left:15px;}

/*Header of closed slide*/
.horizontal section h2 { 
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width:240px; position:relative; left:-100px; top:85px;
} 

/*On mouse over open slide*/
.horizontal :target{ width:73%;height:230px; }
.horizontal :target h2{ top:0px;left:0;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg); 
}
/*End Horizontal Accordion *********************************************************************/

/*Vertical Accordion *************************************************************************/
.vertical section{ width:100%; height:35px;
	-webkit-transition:height 0.2s ease-out;
	-moz-transition:height 0.2s ease-out;
  	-o-transition:height 0.2s ease-out;
	-ms-transition:height 0.2s ease-out;
  	transition:height 0.2s ease-out;
}
/*Set height of the slide*/
.vertical :target{ height:250px; width:97%; }

.vertical section h3 { position:relative; left:0; top:0px; }

/*Set position of the number on the slide*/
.vertical section:after{ top:-60px;left:810px;}
.vertical section:target:after{ left:-9999px;}





/*THUMBNAIL HOVERPOPUPS*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -300px;
left: 60px; /*position where enlarged image should offset horizontally */

}



.thumbnail3{
position: relative;
z-index: 0;
}

.thumbnail3:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -600px;
left: 60px; /*position where enlarged image should offset horizontally */

}
