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

body {
	background-image: url(images/green-bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1{
	font-size: 24px;
	font-weight: bold;
	color: #03324e;
}

h2{
	font-size: 18px;
	font-weight: bold;
	color: #013356;
	text-decoration: underline;
}

h3{
	font-size: 18px;
	font-weight: bold;
	color: #F63;	
}

h4{
	font-size: 14px;
	font-weight: bold;
	color: #F63;
	
}

p,td{
	font-size: 13px;
	line-height: 18px;
	vertical-align: top;
}

li{
	font-size: 13px;
	line-height: 18px;
	vertical-align: top;
	padding-bottom: 10px;
}
	.main-text{
	font-size: 14px;
	line-height: 21px;
	color: #FFF;
}
	.white-text{
	color: #FFF;
}

#nav-holder{
	background-color: #FFF;
	background-image: url(images/top-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
	#nav-shadow{
	background-image: url(images/top-shadow.png);
	background-repeat: repeat-x;
	height: 7px;
	}
	
	#nav-area{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
	#nav-float{
	float: right;
	text-align: right;
}

	#logo-float{
	float: left;
}

#main-area{
	background-image: url(images/green-bg.jpg);
	background-repeat: repeat;
}
	#pic-holder{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	background-image: url(images/main-pic.jpg);
	height: 347px;
		}
		
		#pic-text{
	padding-top: 180px;
	padding-left: 50px;
	width: 500px;
}

	#sub-upper-holder{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	font-size: 24px;
	color: #FFF;
	padding-left: 25px;
	padding-top: 45px;
	padding-bottom: 45px;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	background-position: center;
			}

#white-area{
	background-color: #FFF;
	}
	
	#white-info{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
	
	#white-shadow-top{
	background-image: url(images/white-top.png);
	background-repeat: repeat-x;
	height: 22px;
	}
	
	#white-shadow-bottom{
	background-image: url(images/white-bottom.png);
	background-repeat: repeat-x;
	height: 22px;
	}
	
#green-area{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
	#bucket1{
	float: left;
	width: 275px;
	padding-right: 25px;
}

	#bucket2{
	float: left;
	width: 300px;
}

.request{
	float: right;
	width: 324px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

	.contact-sub{
	float: right;
	width: 325px;
	padding-left: 15px;
	height: 500px;
}

	.contact-sub-box{
	background-image: url(images/contact-box-mid.jpg);
	background-repeat: repeat-y;
	width: 240px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

a.box{
	font-size: 18px;
	font-weight: bold;
	color: #013356;
	text-decoration: underline;
}

a.box:hover{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

a.foot{
	color: #FFF;
	text-decoration: underline;
}

a.foot:hover{
	color: #FFF;
	text-decoration: none;
}

.clear{
	clear: both;
	height: 0px;
}
.sub-names {
	font-size: 13px;
}
.contact-head {
	font-size: 13px;
	font-weight: bold;
}

a.contact{
	color: #0E1257;
	text-decoration: none;
}

a.contact:hover{
	text-decoration: underline;
}

a{
	color: #f95;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}