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

html {
	margin: 0;
	padding: 0;
	height: 100%;
}


body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-image: url(../_media/backgrounds/textureBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #003905;
}


#masterContainer {
	top: 0px;
	left: 0px;
	width:100%;
	position: relative;
	height: 100%;
	
}

#banner_wrap {
		width: 100%;

}

#banner {
	text-align: left;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 276px;
}

#content_Container {
	width: 1000px;
	text-align: center;
	background-image: url(../_media/backgrounds/Interior-contentBG.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFAEE;
	min-height:500px;
	overflow:hidden;
}

#content {
	width: 777px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 12px;
}

#sideNav {
	float: left;
	width:168px;
	min-height: 100%;
	margin: 0px;
	position: relative;
	left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #018441;
	height: 350px;
}


#bottomContainer {
	width: 100%;
	height: 40px;
	width: 100%;
	padding: 0px;
	
}

#bottom {
	text-align: center;
	width:1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#bottom p {
	font-size: 90%;
	font-weight: bold;
	color:white;
}
#bottom a { 
font-size:80%;
color:white;
text-decoration:none;
}

#bottom a:hover { 
text-decoration:underline;
}


#content p {
	font-size: 14px;
	color: #0f5705;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
}

#content ol, ul {
	font-size: 14px;
	color: #0f5705;
	font-family: Arial, Helvetica, sans-serif;
}

ol li {
	line-height: 100%;
	margin-left: 10px;
}

ol {
	margin-left: 130px;
}

a {
	font-size: 110%;
	color: #0f5705;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a:hover {
	text-decoration: underline;
	color: #0f5705;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
}

#sideNav a {
	font-size: 14px;
	color: #0f5705;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sideNav a:hover {
	font-size: 14px;
	color: #0f5705;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	color:#0d5503;
	font-size: 160%;
	font-family:"Times New Roman", Times, serif
}

h2 {
	color:#0d5503;
	font-size: 130%;
	font-family:"Times New Roman", Times, serif
}

h3 {
	color:#0d5503;
	font-family:"Times New Roman", Times, serif
}

.colOne {
	float: left;
	padding-right: 25px;
}
.colTwo {
	float: left;
	padding-right: 10px;
	padding-left: 20px;
}

.colThree {
	float:left;
	padding-left: 20px;
}

.colFour {
	float:left;
	padding-top: 45px;
}
 
ul {
	list-style: none;
	
}
li  {
	padding: 5px 0px;
}
li a {
	text-decoration: none;
}

li a:hover {

		text-decoration: underline;
}
	

ul li ul li {
	padding:0;
}

#grey * {
	color: #575757;
}

.float-left {
	float:left;
	padding: 10px 18px;
}


#width {
	width:350px;
}
table tr td {
	background-color: #158343;
	border-top: 1px solid black;
	color: #000;
	padding:0px;
	margin:0px;
}
.topDown {
	margin-top: 30px;
}
.over {
	margin-left: 520px;
}
.testimonials {
	margin-left: 80px;
}
.pannelTable {
	margin-left: 130px;
	padding:0px;
	text-align: center;
}

.pannelTableB {
	margin-left: 90px;
	padding:0px;
	text-align: center;
}

.imgLeft {
	background-color: #0E5C0B;
	margin: 5px;
	padding: 3px;
	float: left;
}

.imgLeftNap {
	background-color: #0E5C0B;
	margin: 10px;
	padding: 3px;
	float: left;
}

.imgRight {
	background-color: #0E5C0B;
	margin: 5px 100px 5px 5px;
	padding: 3px;
	float: right;
}

.imgRightB {
	background-color: #0E5C0B;
	margin: 5px;
	padding: 3px;
	float: right;
}

.patternA {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 225px;
}
.patternA ol {
	margin-left: 10px;
}
.paternB {
	text-align: center;
	float: left;
	width: 164px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #093909;
	font-weight:bold;
	margin-left: 25px;
}
