@charset "UTF-8";
/* Groundworks CSS */

html, * {
	margin:0px;
	padding:0px;
	}
	
body {
	background-color:#FFFFFF;
	color:#02252b;
	text-align:left;
	}
	
img {
	border:none;
	}
	
div { 
	border:0px;
	padding:0px;
	margin:0px;
	}
		
a {
	border:none;
	}
	
p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	padding-bottom:20px;
	text-align:left;
	}
	
.imgleft {
	float:left;
	margin-left:20px;
	border:#FFFFFF solid 6px;
}

.imgpart {
	float:left;
	margin:20px;
	}

.imgright {
	float:right;
	margin-right:142px;
	margin-left:20px;
	padding-top:40px;
	}

.imgequip {
	margin-left:160px;
	border:#FFFFFF solid 6px;
	}	
	
.introtext {
	margin-right:123px;
	}

.text1 {
	margin-right:40px;
	margin-left:300px;
	}
	
.text1a {
	margin-right:40px;
	margin-left:20px;
	}
	
.textitalic {
	margin-left:20px;
	margin-right:50px;
	font-style:italic;
	padding-bottom:15px;
	padding-top:30px;
	}		
	
h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:16px;
	padding-bottom:20px;
	padding-top:40px;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:1px;
	}
	
h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	padding-top:20px;
	padding-bottom:10px;
	text-align:left;
	margin-right:50px;
	margin-left:20px;
	letter-spacing:1px;
	clear:both;
	}
	
div#wrappersplash {
	margin:auto;
	width:900px;
	}	
	
div#headwrapper {
	width:1024px;
	margin:auto;
	}
	
	
div#contentwrapper {
	margin:auto;
	width:730px;
	}
	
div#headersplash {
	background-image:url(images/gw-splash_01.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:320px;
	}
	
div#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:144px;
	}
	
div#menusplash {
	width:900px;
	height:45px;
	text-align:center;
	}
	
div#menulist {
	width:1024px;
	height:26px;
	background-color:#02252b;
	text-align:center;
	}	

div#banner {
	background-image:url(images/gw-splash_03_07.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:54px;
	}
	
div#footersplash {
	background-image:url(images/gw-splash_04.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:105px;
	}
	
div#intro {
	width:730px;
	}
	
div#spot1 {
	width:730px;
	background-image:url(images/landscape_drawing.jpg);
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#d7b555;
	}
	


