@charset "utf-8";
/* CSS Document */
html, body { 
	padding: 0px;
	margin: 0px;
	position: relative;
	display: block;
}

body {
	background: #fff url("/images/layout/bodyrepeat.jpg") top center;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
}
a {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #09F;
}
hr {
	background: none;
	border: none;
	height: 0px;
	border-bottom: 1px dashed #fff;
	border-top: 1px dashed #bbb;
	display: block;
	clear: both;
	margin: 5px 0px;
	padding: 0px;
}
img {
	border-color: #46790f;
}


li {
	list-style-image: url("/images/icons/arrow1.png");
	list-style-type: none;
	line-height: 1.6em;
}
/*********************************************/
/* Heading and Title styles
/*********************************************/
h1,h2,h3,h4,h5,h6{ font-family: Garamond, Georgia, Tahoma, Geneva, sans-serif;  color: #000; line-height: 1.4em;}
h1{font-size:1.8em;margin:0 0 0.2em 0; color: #46790f;}
h2{font-size:1.7em;margin:0 0 0.2em 0; color: #111;}
h3{font-size:1.6em;margin:0 0 0.5em 0; color: #222;}
h4{font-size:1.5em;margin:0 0 0.6em 0; color: #333;}
h5{font-size:1.4em;margin:0 0 0.7em 0; color: #444;}
h6{font-size:1.3em;margin:0 0 1.3em 0; color: #555;}

/**********************************************/

.HeaderBar {
	color: #fff;
	background: url("/images/layout/headerrepeat.jpg");
	text-align: center;
	display: block;
	position: relative;
}
.HeaderBox {
	font-size:1.5em;
	text-align: center;
}
.HeaderBar .AddressBox {
	width: 100%;
	text-align: center;
}
.HeaderBar #imgMobileLogo {
	width: 75%;
	text-align: center;
}
.MenuBar, .PagePath  {
	display:  none;
}

#imgHomeLogo {
	display: none;
}
/*****************************************************/

.RotateBar {
	width: 100%;
	height: 400px;
	display: block;
	position: relative;
}
.RotateBox {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

/***********************************************/

.ContentBar {
	padding: 0px;
	text-align:left;
	display: block;
	position: relative;
	clear: both;
}
.ContentBox, .ContentBox2 {
	font-size: 1.25em;
	line-height: 1.5em;
	text-align: left;
	padding: 0px;
	margin: 10px;
	text-align:left;
	display: block;
	position: relative;
}

.RightBox, .LeftBox {
	background: #eee;
	font-size: 1.05em;
	padding: 10px;
	margin: 10px 0px;
	height: auto;
	text-align: left;
	width: auto;
}
.boxData, .ContactForm {
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
}

.MenuPopup {
	width: 90%;
	margin: 3%;
	background: #46790f url("/images/layout/buttonback.jpg");
	border-radius: 10px;
	border: 5px solid #444;
	color: #fff;
	font-size: 1.65em;
	display: none;
	padding: 5px;
	position: fixed;
	text-align:left;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
.MenuPopup li {
	line-height: 1.45em;
}
.MenuPopup a {
	color: #fff;
}
.lnkCloseMenu {
	cursor: pointer;
}


/***********************************************/
.FooterBar {
	background: url("/images/layout/footerrepeat.jpg");
	color: #FFF;
	padding: 10px;
	text-align: center;
}

.FooterBox, .FooterText {
	font-size: 1.0em;
	line-height: 1.25em;
	text-align: center;
	color: #fff;
}
.FooterText {
	background: url("/images/shade1.png");
	color: #111;
	padding: 10px 0px;
}
.FooterBox a {
	color: #ffc;
}
.FooterText a {
	color: #333;
}


/*==================================*/
/* GALLERY
/*==================================*/
#gallery ul { 
	list-style: none; 
	margin: 0px;
	padding: 0px;
}
#gallery ul li {
	display: inline;
	padding: 2px;
	float: left;
	margin: 3px;
	background: #46790f;
}


.boxGallery {
	width: 100%;
	height: auto;
	color: #FFF;
	padding: 0px;
	margin: 2%;
	text-align: center;
	float: left;
	z-index: 5;
}
/*********************************************/
/*  BUTTONS */
/*********************************************/
.boxButton, .boxButton2, .boxButton3 {
	float: right;
	background: #46790f url("/images/layout/buttonback.jpg");
	color: #fff;
	border: none;
	padding: 8px 15px;
	margin: 2px 0px 2px 5px;	
	text-align: center;
	border-radius: 10px;
	line-height: 1.8em;
}
.boxButton a, .boxButton2 a, .boxButton3 a {
	color: #fff;
	text-decoration: none;
}
.boxButton a:hover, .boxButton2 a:hover, .boxButton3 a:hover {
	text-decoration: none;
	color: #FF0;
}
.boxButton2 {
	float: left;
}
.boxButton3 {
	float: none;
	display: inline;
}
.boxClear {
	width: 1px;
	height: 1px;
	clear: both;
	display: block;
}

input, select, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: inherit;
	font-weight: normal;
	border: 1px solid #444;
	padding: 3px;
}

table {
overflow-x: auto;
		display: block;
}

.boxError {
	color: #c00;
	text-align:center;
	font-style: italic;
}
.boxSuccess {
	color: #421c16;
	text-align:center;
	font-style: italic;
}


.NewsSmall {
	margin: 25px 0px;
	font-size: 1.05em;
}
.NewsSmall h4 {
	font-size: 1.5em;
}
/*-----------------------------------------------*/

@media all and (device_width: 360px) {	
body, .HeaderBar, .ContentBar, .FooterBar {
	max-width: 360px;
	width: 360px;
}
.MenuPopup {
	width: 90%;
	margin: 5%;
}
}

@media all and (device_width: 480px) {	
body, .HeaderBar, .ContentBar, .FooterBar {
	max-width: 480px;
	width: 480px;
}
.MenuPopup {
	width: 90%;
	margin: 5%;
}
}

@media all and (device_width: 540px) {	
body, .HeaderBar, .ContentBar, .FooterBarl {
	max-width: 540px;
	width: 540px;
}
.HeaderBar, .ContentBar, .FooterBar {
	width: 520px;
}
}

@media all and (device_width: 768px) {	
body, .HeaderBar, .ContentBar, .FooterBar {
	max-width: 768px;
	width: 768px;
}
.HeaderBar, .ContentBar, .FooterBar {
	width: 748px;
}
@media all and (device_width: 960px) {	
body, .HeaderBar, .ContentBar, .FooterBar {
	max-width: 960px;
	width: 960px;
}
.HeaderBar, .ContentBar, .FooterBar {
	width: 940px;
}
.boxGallery {
	width: 40%;
	height: auto;
	color: #FFF;
	padding: 0px;
	margin: 2%;
	text-align: center;
	float: left;
	z-index: 5;
}
}
