/*Unstyle*/
html {
	overflow: auto;
	background-color: #024C1F;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #024C1F;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

/*HTML styling*/
h1 {
font-family: Georgia;
color: #fff;
text-align: left;
font-weight: bold;
font-size: 28px;
}

h2 {
color: #fff;
font-size: 27px;
font-weight: normal;
font-family: Tahoma;

text-align:left;
}

h3 {
color: #fff;
font-size: 14px;

font-family: Georgia;
}

p {
color: #fff;
font-size: 14px;
font-family: Georgia;
line-height:21px;
margin-bottom:10px;
}

a {
font-size: 18px;
font-weight: normal;
text-decoration: underline;
color: #fff;
}

a:hover {
color: #ff0000;
text-decoration: underline;
}

.bold {
font-size: 16px;
font-weight: bold;
}

.indent {
padding-left: 10px;
font-size: 16px;
font-weight: bold;
}

address {
margin-left: 30px;
margin-bottom:10px;
color:#fff;
}
#phone_number{
	display:block;
	font-size:18px;
}
.poi{
margin-bottom:10px;
margin-top:10px;
}

ul.poi{
list-style:none;
}


/*Layout*/
#container {
width: 900px;
margin-left: auto;
margin-right: auto;
}

/*Common styles*/


/*Header*/
#header {
height: 276px;
}

#header #title {
height: 276px;
}


/*navigation*/
#navigation {
float:right;
margin-top:-40px;
height: 30px;
margin-bottom:30px;
}

#navigation ul li {
display: inline;
list-style-type: none;
}

#navigation ul li a{
margin-left: 8px;
margin-right: 8px;
text-decoration: none;
color: #000;
font-size: 16px;
font-family: Georgia;
font-weight: normal;
}

#navigation ul li a:hover{
text-decoration: underline;
}

/*content*/
#content {

}


#content:after, .content_text:after {
clear: both;
display: block;
content: '.';
visibility: hidden;
height: 0;
}

#content img {
width: 388px;
height: 261px;
border: 0px;
}


#content .right{
float: right;
}


#content .left{
float: left;
}

#special {
float:left;
width:390px;
text-align: center;
margin-bottom:15px;
}

#special p {
margin-top: 0px;
border: dotted 2px #F79422;
}

#content table{
color: #fff;
text-align: justify;
}

#content td{
padding: 5px;
}

/*footer*/
#footer {
clear: both;
height: 35px;
background-color: #8CC641;
color: #000;
padding: 0 10px;
}

#footer a {
text-decoration: none;
color: #000;
font-size: 12px;
font-weight: normal;
}

#footer a:hover {
text-decoration: underline;
color: #ff0000;
}

#footer #contact {
font-size: 12px;
top: 10px;
}

#footer #credit {
font-size: 12px;
float: right;
top: -5px;
}

#container #testimonial{
	color: white;
}
#testimonial p{
	color: #fff;
}
#testimonial blockquote{
	color:: #fff;
	padding: 0px 5px;
	margin: 5px 0px;
	font-style:italic;
}



/*home page*/
#righttext{
width:390px;
float:right;
margin-right:25px;
margin-bottom:10px;

}
#lefttext{
width:400px;

	margin-left:20px;
	margin-top:10px;

}

.pics{
margin:0 30px;
text-align:center;
color:#fff;
}
.pics img{display:none;width:388px;height:231px;}
.pics .show{display:block;}
