@charset "utf-8";
body {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #ffffe7;
	background-image: url(../images/bgnd.png);
	background-repeat: repeat-x;
	color: #58585a;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    word-spacing: normal;
    text-align: justify;
    letter-spacing: 0;
    line-height: 1.2em;

}

a {
	color: #FFFFE7;
	text-decoration: none;
}


a: hover {
	color: #333336;
}
.box .blue {
	color: #62aca3;
	background-image: url(../images/heading-icon-blue.png);
}

#header {
	width: 1012px;
	margin-right: auto;
	margin-left: auto;

}
#nav {
	height: 25px;
	width: 1012px;
}
#nav ul {
	list-style-type: none;
	float: right;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}

#nav ul li {
	float: left;
	background-image: url(../images/a-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 14px;
}
#nav li a {
	font-size: 1.3em;
	color: #333336;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	background-image: url(../images/a-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0em;
}

#nav ul li:hover {
	background-image: url(../images/a-h-right.png);
}
#nav li a:hover {
	background-image: url(../images/a-h-left.png) !important;
	background-image: url(../images/a-left.png);
	color: #FFFFFF;
}


#nav .selected a
{
	background-image: url(../images/a-h-left.png);	
	
}

#nav .selected a:hover
{
	background-image: url(../images/a-h-left.png);	
	color: #333336;
}

#nav .selected
{
	background-image: url(../images/a-h-right.png);
	height: 28px;
	z-index: 2;
	position: relative;
	display: inline;
}

#call-us {
	background-image: url(../images/call-us.png);
	float: right;
	height: 36px;
	width: 174px;
	text-indent: -8888px;
	background-repeat: no-repeat;
	margin-right: 27px;
	display: inline;
}
#slideshow {
	background-image: url(../images/slide-bgnd.png);
	background-repeat: no-repeat;
	height: 241px;
	width: 1012px;
	clear: right;
	position: relative;
	z-index: 1;
	top: -3px;
	padding-top: 22px;
	padding-bottom: 0px;
	padding-left: 28px;
	margin-top: 13px!important;
	margin-top: 0px;

}

#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
	clear: right;
	margin-left: 40px;
}
#content {
	width: 981px !important;
	width: 1008px;
	margin-right: auto;
	margin-left: auto;
}
#content-top {
	background-image: url(../images/content-bg-top.png);
	background-repeat: no-repeat;	
	height: 8px;
	width: 981px;
	margin-top: 7px;
	
}
#content-main {
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;
	float: left;
	width: 979px;
	padding-left: 1px;
	padding-bottom:5px;
}
#content-bottom {
	background-image: url(../images/content-bg-bottom.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 981px;
	clear: left;
}
.box {
	background-image: url(../images/box-bgnd.png);
	background-repeat: no-repeat;
	margin-left: 11px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
	float: left;
	width: 287px;
	margin-top: 2px;
	display: inline;
}


#footer {
	background-image: url(../images/footer-bgnd.png);
	background-repeat: repeat-x;
	background-color: #94d6ce;
	margin-top: 22px;
	text-align: center;
	padding-top: 32px;
	color: #ffffe7;
	font-weight: bold;
	width: 100%;
	height: 46px;
}

.box li {
	line-height: 18px;
	font-weight: bold;
}

.box ul {
	margin: 0px;
	padding-left: 18px;
	padding-top: 15px;
	list-style-type: disc;
}
.box h2 {
	background-image: url(../images/heading-icon-green.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	color: #86b12f;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 1.3em;
}
#content-main  p {
	padding-top: 15px;
	padding-right: 16px;
	padding-left: 16px;
	background-color: #F7FFE1;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 15px;
	line-height: 1.4em;
	padding-bottom: 15px;
}
#content-main h1 {
	width: 946px;
	margin-top: 5px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #94D6CE;
	font-size: 1.8em;
	text-indent: 16px;
	background-color: #EFFFCD;
}
.img-right    {
	border: 5px solid #EFFFCD;
	float: right;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 16px;
}


.img-left  {
	border: 5px solid #EFFFCD;
	float: left;
	margin-top: 4px;
	margin-right: 16px;
	margin-bottom: 4px;
	margin-left: 0px;
}

