/* CSS Document */
html body {
	margin:0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	background: url(images/eagletMainBackground.jpg) repeat-x;
	background-color: #eaf7e6;
}
form {
	padding:0;
	margin:0;
}
#wrapper {
	width:1010px;
	margin:0 auto;
}

#wrapBackground {
	width:1010px;
	background: url(images/wrapperBackground.png) repeat-y;
	margin:0 auto;
	position:relative;
}

#header {
	position:relative;
	color: #50781c;		
	height: 97px;		
	padding: 20px 60px 20px 60px;
}

#headerRightTxt {
	position: absolute;
	right: 16px;
	top: 47px;
	width: 549px;
	}
	
#nav {
	width: 950px;
	height:30px;
	background: url(images/navBack1pixelGreen.jpg) repeat-x center;
	margin:0 auto;
}

#secondHeader {
	height: 184px;	
	background: url(images/headerBackground.jpg) no-repeat center;
	padding: 30px 0px 0px 150px;
	color:#50781c;	
}

#mainBody {
	margin-left:30px;	
}


#leftCol {	
	width: 625px;
	float: left;
	padding:20px 20px 20px 35px;
}

#leftCol a {	
	color: #50781c;	
}

#rightCol {	
	width: 230px;
	float: left;
	padding: 20px;
	background: #f4f7f3;
	color: #333;
	height: auto;
}

#rightCol h1 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	line-height:normal;	
	margin: 0px;
	padding: 0px;
	color: #50781c;	
}

#twitter {
	float:left;	
}

#secondFooter {	
	width: 865px;
	height: 190px;
	padding:20px 50px 20px 35px;
	margin-left:30px;
	background: url(images/secondFooter1pixelGreen.jpg) repeat-x;
	background-color:#113104;
	color:#FFF;
}

#secondFooter a{
 color:#FFF;	
}

#secFootLeftCol{
	float: left;
	width: 620px;
	height: 190px;
}

#secFootRightCol{
	float: right;
	width: 200px;
	height: 190px;
}

#footer {	
	background: url(images/footerBackground.png) no-repeat;
	padding: 5px 60px 0px 60px;
	width: 890px;
	height: 40px;
}

#footer a {
	color: #50781c;	
}



/*classes*/

.lrgTxtBox {
	width: 625px;
	float: left;
	color: #333;
}

.txtBox {
	width: 305px;
	float: left;
	color: #333;
}

.footerTxtBox {
	width: 200px;
	float: left;			   
}

.footerRightTxt {	
	float: right;
}

.inputBox {
	width: 150px;	
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;	
}

.enquiryBox {
	width: 300px;	
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;	
}

.smButton {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	background: url(images/smallButtonOff.png);
	width: 85px;
	height: 30px;
	color: #FFF;
	border:none;
}

.smButton:hover {
	background: url(images/smallButtonHover.png);
	text-decoration:none;
	border:none;
}

.lrgButton {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	background: url(images/lrgButtonOff.png);
	width: 200px;
	height: 70px;
	color: #FFF;
	border:none;
}

.lrgButton:hover {
	background: url(images/lrgButtonHover.png);
	text-decoration:none;
	border:none;
}


/*fonts*/

h1 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	line-height:normal;	
	margin: 0px;
	padding: 0px;
	color: #50781c;	
}


h2 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	line-height:normal;	
	margin: 0px;
	padding: 0px;
	color: #50781c;	
}

.green {
	color: #50781c;	
	text-decoration:none;	
}

.green a {
	text-decoration:none;	
	color: #50781c;	
}

.white {
	color: #fff;	
}

.grey {
	color: #333;	
}

.blue { 
	color: #8cd8f0;
}

.bullets {
	padding:5px 20px;
	margin:0;
	color:#50781c;
}
.bullets li {
	margin-bottom:5px;
}

.tabHead {
	background:url(images/navBack1pixelGreen.jpg) repeat-x top left;
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#FFF;
}
.tabRow {
	background-color:#ECF8FF;	
}
.tabRow:hover {
	background-color:#DFF3FF;	
}

