/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #939598;
	background: #FCFCFC;
	padding-top: 10px;
	padding-bottom: 0px;
}

span.footer-right {
	color: #FFFFFF;
	font-weight: bold;
	background: #38BEBA;
	padding: 4px 10px 4px 10px;
}

span.footer-left {
	padding: 3px 10px 3px 10px;
	color: #38BEBA;
	font-weight: bold;
	background: #FFFFFF;
}

#container {
	width: 1024px;
	margin: auto;
	background: #FFFFFF;
	background-image: url(images/back_fade.jpg);
	background-repeat: no-repeat;
}

#main-nav-control {
	width: 1024px;
	height: 25px;
	border-top: solid #38BEBA 1px;
	border-bottom: solid #38BEBA 1px;
	border-left: solid #38BEBA 1px;
}	

#main-nav-container ul {
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#main-nav-container ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#main-nav-container ul li a {
	background: #FFFFFF;
	width: 100%;
	height: 25px;
	padding: 4px 10px 4px 10px;
	margin: 0;
	color: #38BEBA;
	line-height: 25px;
	text-decoration: none;
	display: inline;
	text-align: center;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#main-nav-container ul li a:hover {
	color: #FFFFFF;
	background: #38BEBA;
}

body#home a#homenav,
body#gallery a#gallerynav,
body#contact a#contactnav {
	color: #FFFFFF;
	background: #38BEBA;
}

#header {
	height: 35px;
}

#sidebar-a {
	float: right;
	width: 280px;
	height: 307px;
	background-image:url(images/greencliff_logo.gif);
	background-repeat: no-repeat;
}

#image-header {
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	height: 60px;
	align: left;
}

#page-intro {
	width: 744px;
}

#page-intro h1 {
	color: #38BEBA;
	font-size: 22px;
	margin: 25px;
	padding-top: 10px;
}

#page-intro h2 {
	color: #939598;
	font-size: 15px;
	font-weight: bold;
	margin: 25px;
}

#page-intro p {
	color: #939598;
	font-size: 12px;
	margin: 25px;
	padding: 0px;
}

#content {
	margin: 25px;
}

#content p {
	color: #939598;
	font-size: 12px;
	padding: 0px;
}

#content table {
	
}

#content ul {
	font-family: Arial, Helvetica, Sans-serif;
	list-style-image: url(images/bullet.gif);
	font-size: 12px;
	color: #939598;
	text-align: left;
	line-height: 25px;
}

#img-container {
	
}
div.img {
  margin: 4px 4px 25px 4px;
  border: 1px solid #38BEBA;
  height: auto;
  width: 130px;
  float: left;
  text-align: center;
}	

div.img img {
  display: inline;
  margin: 4px;
  border: 1px solid #ffffff;
}

div.img a:hover img {
	border: 1px solid #38BEBA;
}

div.desc {
  text-align: center;
  font-weight: normal;
  font-family: arial;
  color: #939589;
  font-size: 12px;
  width: 120px;
  margin: 2px;
}

#column1 {
	float: left;
	width: 33.3%;
	height: 170px;
	border: 0px;
}

#column2 {
	float: left;
	width: 33.3%;
	height: 170px;
	border: 0px;
}

#column3 {
	float: left;
	width: 33.3%;
	height: 170px;
	border: 0px;
}

#spacer {
	float: right;
	width: 280px;
	background: beige;
}

#outro {
	width: 744px
}

#outro p {
	color: #939598;
	font-size: 12px;
	margin: 25px;
}

#sub-footer {
	height: 25px;
	width: 100%;
	background-image: url(images/white_background.gif);
	border-top: solid #38BEBA 1px;
	border-bottom: solid #38BEBA 1px;
	border-right: solid #38BEBA 1px;
}

#sub-footer ul {
	margin: 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #38BEBA;
	line-height: 25px;
	text-align: center;
}

#sub-footer ul li {
	display: block;
	list-style-type: none;
	float: right;
}

#sub-footer ul li a {
	padding: 7px 10px;
	display: inline;
	text-decoration: none;
}

#footer {
	clear: both;
	height: 35px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #939598;
	background-image: url(images/white_background.gif);
	padding: 13px 25px;
	line-height: 18px;
}

#footer a {
    color: #38BEBA;
	color: #939598;
	text-decoration: none;
}

#footer a:hover {
    color: #38BEBA;
	/*color: #D5F79E;*/
}

#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}

