@charset "utf-8";
/* CSS Document */

a.first:link {color: rgb(255,255,255); text-decoration: none;}
a.first:visited {color: rgb(235,235,235); text-decoration: none;}
a.first:hover {color: rgb(255,255,255); text-decoration: none;}
a.first:active {color: rgb(255,255,255); text-decoration: none;}

a.second:link {color: rgb(0,0,0); text-decoration: none;}
a.second:visited {color: rgb(0,0,0); text-decoration: none;}
a.second:hover {color: rgb(0,0,0); text-decoration: none;}
a.second:active {color: rgb(0,0,0); text-decoration: none;}


table {
	width:90%;
	max-width:400px;
	font-size:.8em;
	color:rgb(110,92,70);
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-collapse:separate;
}
th, td {
	padding: 5px 5px 5px 5px;
}
td {
	width:30% 70%;
}
th {
	text-transform:uppercase;
	text-align:center;
	letter-spacing:0.1em;
	font-size:.9em;
	border-bottom: 2px solid rgb(179,169,157);
	border-top: 1px solid rgb(179,169,157);
	text-align:left;
}
tr {
	background-color:rgb(235,235,235);
}
h1 {
	font-size:1.1em;
}
body {
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:normal;
	background-color:rgb(235,235,235);
	background-image:url(main/background.png);
	background-repeat:repeat;
}
.maintext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:normal;
	line-height:22px;
}
.footertext {
	font-size:.7em;
	text-align:center;
	line-height:25px;
}
.container {
	position: relative;
	width:100%;
	max-width: 1152px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	z-index: 1;
}
.content {
	width:100%;
	height:auto;
	background-color:rgb(255,255,255);
	z-index:2;
}
.maincontent {
	width:100%;
	height:auto;
	background-color:rgb(219,211,201);
	z-index:3;
}
.borderspacer {
	position: relative;
	width: 100%;
	height: 2px;
	background-color:rgb(179,169,157);
	z-index: 3;
}
.spacer {
	position: relative;
	width: 100%;
	height: 5px;
	clear:both;
	z-index: 3;
}
.header {
	position: relative;
	width: 100%;
	height: 100px;
	text-align:center;
	background-image:url(main/header_background.png);
	background-repeat:no-repeat;
	z-index: 2;
}
.menu {
	position: relative;
	width: 100%;
	height: 35px;
	background-color:rgb(64,139,65);
	z-index: 3;
}
.menubar {
	position: relative;
	width: 10%;
	height: 25px;
	line-height:25px;
	color:rgb(255,255,255);
	background-color:rgb(179,169,157);
	padding:5px 0% 5px 0%;
	text-align:center;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	z-index: 4;
}
.adjmenubar {
	position: relative;
	width: 8%;
	height: 25px;
	line-height:25px;
	color:rgb(255,255,255);
	background-color:rgb(64,139,65);
	padding:5px 0% 5px 0%;
	text-align:center;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	z-index: 4;
}

.lftborder {
	border-left:1px;
	border-left-color:rgb(255,255,255);
	border-left-style:solid;
}
.figure {
	position: relative;
	width: 70%;
	height: auto;
	float:left;
	z-index: 4;
}
.sidebar {
	position: relative;
	width: 25%;
	height: auto;
	padding:10px 3% 10px 1%;
	float:right;
	z-index: 4;
}
.gallery {
	position:relative;
	width:96%;
	height:auto;
	padding:2%;
	text-align:center;
	z-index:3;
}
.maingallery {
	position:relative;
	width:100%;
	height:auto;
	z-index:3;
}
.galleryimage {
	position:relative;
	width:60%;
	height:auto;
	float:left;
	padding: 10px 0% 10px 0%;
	z-index:4;
}
.gallerybox {
	position:relative;
	width:35%;
	height:auto;
	padding:0% 2% 0% 2%;
	text-align:left;
	float:right;
	z-index:4;
}
.footer {
	position: relative;
	width: 100%;
	height: 25px;
	clear:both;
	background-color:rgb(179,169,157);
	z-index: 3;
}
img.center {
	display: block;   
	margin-left: auto;   
	margin-right: auto; 
}
.responsiveimage {
	width:100%;
	max-width:100%;
}
.responsivegallery {
	width:100%;
	max-width:600px;
}
.optionsgallery {
	width:100%;
	max-width:600px;
}
.imageposition {
	padding:10px;
	display:inline-block;
	text-align:center;
	border-style:double;
	border-width:thin;
	border-color: rgb(235,235,235);
	border-radius:10px 0px 10px 0px;
	margin:10px;
	font-size:.8em;
}
.titlebox {
	position:relative;
	width:100%;
	height:40px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	margin:10px 0px 10px 0px;
	background-color:rgb(179,169,157);
}
.adminarticle {
	position:relative;
	width:auto;
	height:auto;
	text-align:center;
}
.contentarticle {
	position:relative;
	width:auto;
	height:auto;
	text-align:left;
	padding:0px 15px 25px 15px;
}
@media screen and (max-width: 1152px) {
.header {
	position: relative;
	width: 100%;
	height: 100px;
	text-align:center;
	background-image:none;
	background-repeat:no-repeat;
	z-index: 2;
}
}
@media screen and (max-width: 850px) {
.figure {
	position: relative;
	display:inline-block;
	width: 100%;
	height: auto;
	float:left;
	z-index: 4;
}
.sidebar {
	position: relative;
	display:inline-block;
	width: 90%;;
	height: auto;
	padding:10px 5% 10px 5%;
	float:right;
	z-index: 4;
}
.optionsgallery {
	width:90%;
	max-width:575px;
}
	/* Responsive iFrame */

.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

}
@media screen and (max-width: 540px) {
.menu {
	position: relative;
	width: 100%;
	height: auto;
	background-color:rgb(64,139,65);
	z-index: 3;
}
.menubar {
	position: relative;
	width: 50%;
	height: 25px;
	line-height:25px;
	color:rgb(255,255,255);
	background-image:url(main/menu_bkg.gif);
	background-repeat:repeat-x;
	padding:5px 0% 5px 0%;
	text-align:center;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	z-index: 4;
}
.adjmenubar {
	position: relative;
	width: 50%;
	height: 25px;
	line-height:25px;
	color:rgb(255,255,255);
	background-image:url(main/menu_bkg.gif);
	background-repeat:repeat-x;
	padding:5px 0% 5px 0%;
	text-align:center;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	z-index: 4;
}
.lftborder {
	border-left:0px;
	border-left-color:rgb(255,255,255);
	border-left-style:solid;
}	
.figure {
	display:none;
}
.galleryimage {
	position:relative;
	width:100%;
	height:auto;
	float:right;
	padding: 10px 0% 10px 0%;
	z-index:4;
}
.gallerybox {
	position:relative;
	width:96%;
	height:auto;
	padding:0% 2% 0% 2%;
	text-align:left;
	float:left;
	z-index:4;
}
.footer {
	position: relative;
	width: 100%;
	height: auto;
	line-height:auto;
	clear:both;
	background-color:rgb(179,169,157);
	z-index: 3;
}
	/* Responsive iFrame */

.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}

@media screen and (max-width: 480px) {
.figure {
	display:none;
}	
.galleryimage {
	position:relative;
	width:100%;
	height:auto;
	float:right;
	padding: 10px 0% 10px 0%;
	z-index:4;
}
.gallerybox {
	position:relative;
	width:96%;
	height:auto;
	padding:0% 2% 0% 2%;
	text-align:left;
	float:left;
	z-index:4;
}
.footer {
	position: relative;
	width: 100%;
	height: auto;
	line-height:auto;
	clear:both;
	background-color:rgb(179,169,157);
	z-index: 3;
}
	/* Responsive iFrame */

.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}