/* colors */

body bg #b680aa
page bg #f2eddf
google bg #e0dbcf
footer nav #dcdfda
nav bg #eee8d6
link pink #a41984
green google text #368654
green faded #578669
input text #9d8a6b
input border #69a17e
img border #bec5be
h1 #046224
footer bottom text #dfc6e0

/*typography*/


h1 {
  font-size:28px;
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  color:#046224;
  font-weight:normal;
}

body, p {
  line-height:1.5em;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  color:#046224;
  }

h2 {
  font-size:14px;
  }

/* layout */


* {
	margin:0px;
	padding:0px;
	}

ul, li, ol {
	list-style-type:none;
    }

img {
	border:none;
	}

h1 {
  padding-bottom:0px;
  }

a {
	color:#a41984;
	text-decoration:none;
  }

a:hover {
  text-decoration:underline;
  }

h3	{
	font-size:14px;
	font-weight:bold;
	}

.clear {
  clear:both;
  }

.float_left {
  float:left;
  margin:0 20px 10px 0;
  }

.float_right {
  float:right;
  margin:0 0 10px 10px;
  }

img.frame {
	padding:4px;
	background:#FFF;
	border:solid 1px #bec5be;
	}

p.bold {
  font-weight:bold;
  }

p.caption {
	color:#666;
	padding-top:10px;
	}

body {
  margin:0px auto;
  padding:0px;
  text-align:center;
  background:#b680aa url(images/body-bg.jpg) repeat-x top center;
  }

#wrapper {
  background:url(images/page-bg.jpg) repeat-y center top;
  width:860px;
  padding:0px 0px;
  margin:0px auto;
  }

#container {
  background:url(images/page-top-bg.jpg) no-repeat 0px 190px;;
	width:860px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}

#header {
	width:860px;
	height:190px;
	padding:0px;
	margin:0px auto 0px auto;
	position:relative;
	background:#313131 url(images/header.jpg) no-repeat top left;
	z-index:100;
}

#tag {
  height:47px;
  width:162px;
  position:absolute;
  top:42px;
  left:700px;
  background:url(images/contact-bg.jpg) no-repeat 0px 0px;
  padding:12px 0 0 20px;
  }


#header h1 {
  width:5370px;
  height:140px;
  font-size:18px;
}

#header h1 a {
	display:block;
	width:370px;
	height:140px;
	}

#header h1 span,
#tag {
  position:absolute;
  left:-999em;
}

#content {
  width:830px;
  background:#f2eddf;
  margin:0px auto;
  overflow:hidden;
  padding-bottom:20px;
  }

#content img {
  /*padding:4px;
  background:#f3f3f3;
  border:solid 1px #d8d8d8;*/
  }

#main_content {
  width:576px;
  padding:17px 30px 0 0px;
  float:right;
  }

#main_content h1 {
	padding-bottom:20px;
	font-size:28px;
	font-weight:normal;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	}

#main_content ul li {
	padding-bottom:15px;
	}

#left_col {
	margin-left:30px;
	float:left;
	display:inline;
	width:164px;
	}

#nav_wrapper {
	background:#eee8d6 url(images/nav-top-bg.jpg) no-repeat left top;
	width:164px;
	margin:15px 0px 15px 0px;
	padding-top:4px;
	}

#nav {
  background:url(images/nav-bottom-bg.jpg) no-repeat left bottom;
  width:164px;
  height:auto;
  padding-bottom:12px;
  }

#nav li {
	height:autopx;
	width:159px;
	padding-right:5px;
  }

#nav li a {
  padding:12px 25px 4px 16px;
  margin-top:0px;
  display:inline-block;
  width:auto;
  height:auto;
  font-size:14px;
  font-weight:bold;
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	}

#nav li a:hover {
  text-decoration:underline;
  /*background:url(images/hover-icon.png) no-repeat 100% 50%;*/
  }

#directions {
	background:#e0dbcf;
	padding:16px;
	}

#directions h2 {
	padding-bottom:5px;
	color:#368654;
	}

#directions input {
	width:126px;
	border:solid 1px #69a17e;
	background:url(images/input-bg.jpg) repeat-x left top;
	color:#9d8a6b;
	font-size:11px;
	height:15px;
	padding:1px 0px 0px 2px;
	} 

#directions input.submit {
	background:url(images/go-btn.gif) no-repeat 0px 0px;
	width:29px;
	padding:1px;
	height:23px;
	border:none;
	margin-top:10px;
	}

#directions input.submit:hover {
	cursor:pointer;
	}

#directions p {
	color:#578669;
	}

#directions form p {
	padding-top:5px;
	} 

#top ul li {
	padding-left:30px;
	margin-top:15px;
	zoom:1;
	}

#bottom {
	padding:0px;
	margin-top:20px;
	}

#main_content p {
  padding-bottom:10px;
  }

#bottom_nav {
	background:#dcdfda;
	width:830px;
	margin:0px auto;
	height:27px;
	text-align:center;
	padding-top:6px;
	}

#bottom_nav li {
	display:inline;
	color:#A41984;
	font-weight:bold;
	font-size:11px;
	padding:0px 4px;
	}

#bottom_nav li a {
	display:inline-block;
	color:#A41984;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:24px;
	}

#footer {
	width:800px;
	margin:0px auto;
	height:97px;
	overflow:hidden;
	font-size:11px;
	padding:0px 30px 0px 30px;
	clear:both;
	background:url(images/footer.jpg) no-repeat 0px 0px;
	position:relative;
  }

#footer a:hover {
  color:#232963;
  }

#footer p {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	top:33px;
	left:159px;
	}

#footer p span {
	padding-left:15px;
	}

span#background {
	display:block;
	background:url(images/contact-bg.png) repeat;
	/*background:#006225;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;*/
	width:584px;
	height:30px;
	position:absolute;
	top:27px;
	left:137px;
	}

#footer a {
	color:#474747;
	}

#footer a:hover {
	color:#ffa200;
	}

#sub_footer {
  width:810px;
  overflow:hidden;
  padding-bottom:30px;
  margin:0px auto 0px auto;;
 }

#sub_footer p,
#sub_footer a {
  color:#dfc6e0;
  font-size:11px;
  }

p#rights {
	float:left;
	}

p#gorges {
	float:right;
	}
	
	
	