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

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-color: #005e32;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#mainwrap {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-image: url(/images/pg_bg.jpg);
	background-repeat: repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(/images/mid.jpg);
	background-repeat: repeat-y;
}

#head_marker {
	width: 100%;
	height: 57px;
	}

#head_nav {
	width: 100%;
	height: 149px;
	}	

#head_home {
	width: 100%;
	}	
	
#mnav {
	background-repeat: repeat-x;
	height: 31px;
	float:right;
	width: 706px
}

#mnav ul {
	text-align:left;
	padding:6px 0 0;
	margin:0
}
#mnav ul li {
	display:inline-block;
}
#mnav ul li {
	list-style:none;
	display:inline;
	padding:0 25px;
}

#mnav ul li a#active {
	text-decoration:underline;
}
#mnav a:link, #mnav a:visited, #mnav a:active {
	color: #ffffff;
	text-decoration:none;
	text-transform:uppercase;
}
#mnav a:hover {
	text-decoration:underline;
}

#midwrap {
	width: 100%;
	padding-top: 25px;
}

#mid_content {
	width: 810px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005E32;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#mid_content_testimonial {
	width: 810px;
	margin:0 auto 25px auto;
	text-align:left;
}

#bottom {
	background-image: url(/images/bottom.jpg);
	height: 158px;
}

#bottom_contact {
	text-align:center;
	padding-top:15px;*padding-top:10px;
	color: #FFFFFF;
}

#bottom_contact a {
	color: #FFFFFF;
}

#bottom_contact_home {
	text-align:center;
	padding-top:40px;*padding-top:40px;
	color: #FFFFFF;
}

#bottom_cr {
	text-align:center;
	margin-top:95px;
*padding-top:40px;
	color: #FFFFFF;
	padding-top: 35px;
}

h1 {
	font-size: 16px;
	color: #005e32;
	text-transform:uppercase;
	font-weight: normal;
}

.slogan {
	font-size: 16px;
	color: #005e32;
	font-weight: normal;
}

input.contact_btn {border:1px solid #CCCCCC;color:#282828; cursor: pointer; font-weight:400;padding:2px 6px}
input.contact_btn:hover {background:#005e32; color:#FFFFFF}

#hnav {
	height: 31px;
	width: 100%
}

#hnav ul {
	text-align:center;
	padding:6px 0 0;
	margin:0
}
#hnav ul li {
	display:inline-block;
}
#hnav ul li {
	list-style:none;
	display:inline;
	padding:0 25px;
}

#hnav a:link, #hnav a:visited, #hnav a:active {
	font-size: 14px;
	color: #005e32;
	text-decoration:none;
	text-transform:uppercase;
}
#hnav a:hover {
	text-decoration:underline;
}

a:link, a:visited, a:active {
	color: #005e32;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* for gallery */

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(/includes/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/includes/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(/includes/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(/includes/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(/includes/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
