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

/** Page setup for Moving Footer **/
html {
	height: 100%;

}
body {
	height: 100%;

	margin: 0 auto 0 auto;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding: 0 110px 0 110px;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	min-height: 100%;
	width:820px;
	margin: 0px auto -150px auto;
	position: relative;
}
#header {
	background-image:url(../images/mast_menu.png);
	background-repeat:no-repeat;
	width:800px;
	height:50px;
	padding: 190px 10px 10px 10px;
}
/** Navigation Styles **/
#nav {
	width:800px;
	height:50px;
	margin: 0 auto 0 auto;
}
#nav ul {
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 0px 0 0 13px;
}
#nav li {
	display: block;
	float:left;
}
#nav a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 17px 15px 17px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#nav a:hover {
	background-image:url(../images/menu_high.png);
	background-repeat:repeat-x;
	font-weight: bold;
}
.content {
	width:800px;
	padding: 10px 10px 10px 10px;
	text-align:left;
}
.contentalignC {
	text-align:center;
}
.leftContent {
	float:left;
	width:436px;
	padding: 10px 10px 10px 10px;
	text-align:left;
}
.rightContent {
	float:right;
	width:344px;
	padding: 10px 10px 10px 10px;
	text-align:left;
}
.clearBoth {
	clear:both;
	height:0px;
	width:0px;
}
.clearfooter {
	height: 150px;
	clear: both;
}
#footer {
	height: 150px;
	position: relative;
	margin: 0px auto 0px auto;
}
#footerContent {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:800px;
	height:130px;
	padding: 10px 10px 10px 10px;
	margin: 0px auto 0px auto;
	color:#FFFFFF;
}
#footerContent ul {
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 0px 0 0 13px;
}
#footerContent li {
	display: block;
	float:left;
}
#footerContent ul li a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 5px 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
#footerContent ul li a:hover {
	background-color:#69A701;
	font-weight: bold;
}
#bbb {
	width:150px;
	padding: 0 10px 0 10px;
	float:left;
	text-align:center;
}
#CopyRight {
	padding: 0 10px 0 0;
	width:240px;
	float:right;
	font-size:12px;
	color:#FFFFFF;
}
#CopyRight a{
	color: #69A701;
	text-decoration: underline;
}
#CopyRight a:hover{
	color: #69A701;
	text-decoration: none;
}
#rboxtop {
	background-image:url(../images/rbox_top.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:800px;
	height:30px;
	margin: 0px auto 0px auto;
}
#rboxbottom {
	background-image:url(../images/rbox_bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	width:800px;
	height:30px;
	margin: 0px auto 0px auto;
}
#contentBox {
	background-image:url(../images/rbox_mid.jpg);
	background-repeat:repeat-y;
	width:760px;
	padding: 0 20px 10px 20px;
	margin: 0px auto 0px auto;
}
#contentBox a {
	color:#bad239;
	text-decoration: underline;
}
#contentBox a:hover {
	color:#CCDD6A;
	text-decoration: none;
}
/** Edited HMTL tags **/
#heading2 {
	font-size:18px;
	font-weight:bold;
	padding: 5px 0 5px 0;
}
#Hrule {
	background-image:url(../images/Hrule.gif);
	background-repeat:repeat-x;
	height:3px;
	width:auto;
	margin: 3px 0 3px 0;
}
.contactIcon {
	float:left;
	height:50px;
	width:55px;
	padding: 0 0 5px 5px;
}
.contactField {
	float:left;
	height:50px;
	padding:0 5px 5px 0;
}
.contactLeft {
	width:380px;
	float:left;
}
.contactRight {
	width:380px;
	float:right;
}
.testTitle {
	font-weight: bold;
	color: #508101;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
