/*@charset "iso-8859-1";
/* CSS Document */

/* @group general styles 
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* @group helper styles */
/* @group page structure */
/* @group page components */
/* @group overrides */

/* @color variables */

* html {
	margin:0;
	padding:0;
}
#wrapper {
	margin:0 auto;
	color: #27493E;
	/*background-image:url(../images/siteTemplate_03.jpg);*/
}

body {
	margin:0 auto;
	background-color:#006224;
	font-size:  100%;
	font-weight:normal;
	font-family:Calibri, "Trebuchet MS", Helvetica, Geneva, Arial,  sans-serif;
}

#header {
	/*float:left;*/
	color:#27493E;
	background:#fff;/* url(../images/header110_bg.jpg);
	background-repeat: repeat-x;*/
	margin: 1em auto;
	width:787px;
	height:110px;
	border:6px solid #6BB098;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius:  8px;
	box-shadow: 2px2px 4px #50967D;
	-webkit-box-shadow: 2px2px 4px #50967D;
	-moz-box-shadow: 2px2px 4px #50967D;
}

#header  img{
	margin-top:.15em;	
}

#headerAnim #headerAnimo  {
	float:left;
	width:787px;
	height:110px;
}

#container  {
	margin:0 auto;
	width:90%;
}

#content {
	margin:0 auto;
	width:960px;
}


#content img {
	margin:0  9%;
	width:  750px;
	border:15px solid #6BB098;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius:  8px;
	box-shadow: 2px2px 4px #50967D;
	-webkit-box-shadow: 2px2px 4px #50967D;
	-moz-box-shadow: 2px2px 4px #50967D;
	
	
	
}

#copy{
	color: #6BB098;
	/*float:left;
	margin-left:4em;*/
	margin:0 auto;
	background: inherit;
	width:780px;
}

#copy p {
	margin:0 33%;
}

#nav {
	width:780px;
	margin:-1em auto 0;
}

#nav ul {
  margin-left:8em;
  list-style: none;
  text-transform: uppercase;
  }

#nav ul  li {
  float: left;
  margin-right: .25em;
  background: url(../images/tabb-right.gif) no-repeat top right;
}


/* Hack to make IE/Mac play nice */
#nav ul li a {
  color:#6BB098;
  padding: 0 .25em;
  line-height: 1.5em;
  background:  url(../images/tabb-left.gif) no-repeat top left;
  text-decoration: none;
  float: right;
  display: block;

}

#nav ul a:hover {
  color: #005825;
  background:#fff;
}

#home #nav .home a,
#photos #nav .photos a,
#illos #nav .illos a,
#motion #nav .motion a,
#print #nav .print a,
#about #nav .about a, 
#home #footer .home a,
#photos #footer .photos a,
#illos #nav .footer a,
#motion #footer .motion a,
#print #footer .print a,
#about #footer .about a
{
	color:#005825;
	background:#DDF3F6;
	border-bottom:1px solid #DDF3F6;
	cursor: default;
}