/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #669241;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:18px;
}
a:link {
	color: #114fa9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #114fa9;
}
a:hover {
	text-decoration: none;
	color: #e78204;
}
a:active {
	text-decoration: none;
	color: #114fa9;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	margin:5px 0px;
	color:#a02410;
}
h2 {
	font-size: 18px;
	margin:5px 0px;
	color:#a02410;
}
h3 {
	font-size: 16px;
	margin:5px 0px;
}
.logo {
	white-space:nowrap;
	width:974px;
	}
.navOuter {
	width:974px;
	height:83px;
	background-image:url(images/bg_nav_01.png);
	background-repeat:no-repeat;
	text-align:left;
	}
.navInner {
	font-size:20px;
	color:#FFFFFF;
	padding:24px 0px 0px 55px;
	}
.navInner a {
	color:#FFFFFF;
	text-decoration:none;
	padding:15px 40px 12px 40px;
	}
.navInner a:hover {
	color:#f9d76a;
	}
.contentBG {
	background-image:url(images/bg_contentWhite.png);
	background-repeat:repeat-y;
	width:974px;
	}
.contentBGShado {
	background-image:url(images/bg_contentShado.png);
	background-repeat:repeat-x;
	width:962px;
	}
.home1 {
	text-align:left;
	width:538px;
	float:left;
	margin:29px 0px 0px 40px;
	}
.home2 {
	width:281px;
	float:left;
	margin:0px 0px 0px 47px;
	}
.home3 {
	text-align:left;
	padding:29px 40px;
	}
.navBtmOuter {
	background-image:url(images/bg_footer.png);
	background-repeat:no-repeat;
	width:974px;
	height:53px;
	}
.navBtmInner {
	padding:12px 70px 0px 0px;
	color:#bddaa7;
	font-size:14px;
	text-align:right;
	}
.navBtmInner a {
	color:#bddaa7;
	text-decoration:none;
	}

.navBtmInner a:visited {
	color:#bddaa7;
	text-decoration:none;
	}

.navBtmInner a:hover {
	color:#ffffff;
	text-decoration:none;
	}
.clear {
	clear:both;
	}
.portLeft {
	float:left;
	width:400px;
	}
.portLeft2 {
	margin-left:75px;
	float:left;
	width:400px;
	}
.servLeft {
	float:left;
	width:240px;
	}
.servLeft2 {
	margin-left:40px;
	float:left;
	width:240px;
	}
.portRight {
	float:right;
	width:400px;
	}
/* CSS Document */

.rounded1 {
	 background-color: #eff8e7; 
	 moz-border-radius: 25px;
	 -webkit-border-radius: 25px; 
	 border: 3px solid #a0a0a0;
	 padding: 20px;
	 width:350px;
	 }
.comments {
	width:340px;
	height:85px;
	}
.ErrorMessage {color:#FF0000;}