/* CSS Document */


/* ----------------------------simple reset---------------------------- */

html, body, ul, ol, li, form, fieldset, legend {margin: 0; padding: 0;}

h1, h2, h3, h4, h5, h6,  { margin: 10px 0 0 0; }

p {margin-top: 0; line-height:1.6em;}

fieldset,img { border: 0; }

legend { color: #000; }

li { list-style: none; }

sup { vertical-align: text-top; }

sub { vertical-align: text-bottom; }

table {	border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; vertical-align: top; font-weight: normal; }

input, textarea, select { font-size: 110%; line-height: 1.1; }

abbr, acronym { border-bottom: .1em dotted; cursor: help; }


/*----------- site css --------------*/

.clear {width: 100%;
display:block;
height: 1em;
}

body {
	background-color: #105c29;
	
	font-family: 'Cutive', "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	height: 100%;
}


h1 {font-size: 2em;  }
h2 {font-size: 1.8em; }
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}

a {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #105c29;
}
a:active {
	color: #FFF;
}

.container {
	width: 1000px; 
	margin: 0 auto;
	z-index: 5;}

.header {height: 300px;
background:url(../images/header.jpg) no-repeat;}

.company  {
	font-size: 5em;
	text-transform:uppercase;
	top: 80px;
	padding: 40px 30px 10px 20px;
	background: #105c29;
	position: relative;
	color: #e7eeb4;
	float: right;
	width: 51%;
	text-align: right;
	line-height: 0.7em;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	-moz-border-bottom-left-radius: 12px;
}

.tag  {
	font-size: 0.4em;
	font-style:italic;
	text-transform:none;
	color: white;
}


.top-nav {
	margin:0;
	padding: 0;
	height: 60px;
	width: 100%;

}

.top-nav ul {padding: 0;
margin: 0;
list-style: none;
display: table;
width: 100%;
text-align: center;
}

.top-nav ul li {
	font-size: 1.5em;
	display:table-cell;
	padding: 20px 20px; 
	text-transform: uppercase;
	text-decoration: none;
	background: #47b465;
	margin: 0 2px 0 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
}

.top-nav ul li:hover {
	background-color: #e7eeb4;
}

.top-nav ul li.active {
	background-color: #e7eeb4;
}


.content {
	background: #e7eeb4;
	padding: 20px;
	margin: 0;
	height: 1%; 
	overflow: hidden;
}

ol li {list-style:decimal;
margin: 5px 0 0 25px;
line-height: 1.8em;
}

.gallery {
	text-align: center;
}
.gallery-item {
width: 140px;
margin: 10px;
height: 180px;
display: block;
text-align: center;
float: left;
}
.gallery-item img {
	clear: both;
	margin: 0 auto;
}
.gallery-item span {font-size: 0.8em;
text-align:center;
display: block;
padding: 8px 0 0 0;
}

.body-image {
margin: 8px;
}
.copyright {
	margin: 20px 0 300px 0;
	color: #00482a;
	}

.footer {
	text-align: center;
	padding: 0;
	margin: 0;
	height: 300px;
	position: fixed;
	background:url(../images/bg-pines.png) repeat-x bottom;
	bottom: 0;
	width: 100%;
	z-index: 50;
	color: white;}

.footer ul {
	padding: 20px;
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 0;
}

.footer ul li {
	display:inline-table;
	padding: 5px 10px;
	text-transform:capitalize;
	text-align:center;
	text-decoration: none;
	float: right;
}

.footer ul li a {
	color: #47b465;
}

.footer ul li a:hover {
	color: #e7eeb4;
}

	
	
	