@charset "UTF-8";

html, body {
		font-family: "Lucida Sans", "Lucida Grande", sans-serif;
		/*font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Arial, Verdana, sans-serif;*/
		line-heignt: 1.1em;
		background-image:url(bg_body.png);
		background-repeat:repeat-x;
		background-position: top center;
		background-color:#5D9731;
		margin:0 0 1px;
		padding: 0;
		height:100%;
		color: #222b32;
}

#wrapper {
	position:relative;
	height: auto;
	width: 966px;
	padding: 0px;
	margin: 0 auto 0px auto;
}

/* HEADER */

#header {
	height: 135px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header .bkg {
	background-image:url(bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 135px;
	min-width: 966px;
}

#header .container {
	height: 135px;
	width: 966px;
	margin-left: auto;
	margin-right: auto;
}

#header .lefth {
	float: left;
	width: 225px;
	height: 135px;
	margin: 0px;
	padding-left: 15px;
}

#header .righth {
	font-size: 14px;
	text-transform:uppercase;
	float: right;
	width: 560px;
	height: 135px;
	margin-right: 15px;
	text-align: left;

}

/* TOP NAVIGATION BAR */

#menu {
	width: 560px;
	height: 35px;
	margin-top: 50px;
	padding-top: 0px;
	padding-right:5px;
	text-align: center;
	margin-left: 0px;
}

ul.navlist {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-left: 0;
}

li.navlist {
	display:inline;
	margin: 0;
  	padding-left: 10px;
	list-style-type:none;
}

a.navlist {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navlist a:link, .navlist a:visited {
	color: #3a454d;
	text-decoration:none;
}

.navlist a:hover {
	text-decoration:underline;
	color: #F7C81B;
	/* background-image:url(placeholder); background-repeat: no-repeat; background-position: center bottom; */
}

/* FOOTER */

#footer {
	font-size: 13px;
	height: 120px;
	margin-left: 0px;
	margin-right: 0px;
	color: #222b32;
}

#footer .bkg {
	background-image:url(bg_footer.png);
	background-repeat: no-repeat;
	background-position:center top;
	height: 110px;
	width: 966px;
	margin-left: auto;
	margin-right: auto;
}

#footer .container {
	height: 110px; 
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#footer .leftf {
	float: left;
	height: 100px;
	margin-left: 10px;
	margin-top: 25px;
	text-transform:uppercase;
	line-height:2em;
}

#footer .rightf {
	float: right;
	height: 110px;
	margin-top: 25px;
	margin-right: 10px;
	text-align: left;
	font-family: inherit;
	font-size: inherit;
	text-transform: inherit;
	line-height:2em;
}


/* MAIN CONTENT WRAPPER */

#content {
	width: 966px;
	background-image:url(bg_content.png);
	background-repeat:repeat-y;
	background-position:center;
	margin-left: auto;
	margin-right:auto;
	font-size: 13px;
	color: #222b32;
	padding-bottom: 10px;
	/*height: 100%; min-height:100%; position:relative;*/
}

#content img {
		border:0;
		text-decoration: none;
		border: none;
}

.contin {
		width: 966px;
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
}

#contwrap {
	width: 966px;
	padding: 0px;
	height: auto;
}


/* MAIN CONTENT COLUMNS */

.full {
	width: 920px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	float: left;
}

.almostfull {
	width: 700px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	float: left;
}

.leftfull {
	width: 580px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	float: left;
}

.rightfull {
	width: 340px;
	margin-right: 9px;
	float: left;
}

.rightfull img {
	float: right;
	margin-top: 20px;
	margin-right: 9px;
	text-decoration: none;
	border: none;
}

.clear {
	font-size:0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}


/* SUB-NAV BOX */

.leftc {
	width: auto;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}

.p-shadow {
  width: auto;
  float:right;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.p-shadow div {
  background: none !important;
  background: url(shadow2.gif) no-repeat left top;
  padding: 0 !important;
  margin: 0 6px 6px 0;
  /* border: 1px solid #a9a9a9; */
}

.p-shadow ul {
	margin: 2px 0px 2px 10px;
	text-align:center;
}

.p-shadow li {
	display:inline;
	margin: 0;
  	padding-right: 8px;
	list-style-type:none;
}


/* RIGHT NAV BOX */

#rightnavbox {
	width: 200px;
	height: 125px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 20px;
}

.leftbor{
	background-image:url(bg_rightnav-small.png); 
	background-repeat:no-repeat; 
	background-position:top left;
}

#rightnavboxXS {
	width: 200px;
	height: 92px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 20px;
}

.navXS{
	background-image:url(bg_rightnav-xsmall.png); 
	background-repeat:no-repeat; 
	background-position:top left;
}


/* INDEX PAGE */

#indexc {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	line-height:1.3em;
	font-size:16px;
}


/* GALLERY FORMATTING */

th.phototables, td.phototables, tr.phototables {
padding-top: 5px;
text-align:center;
}

.photocaption {
	padding-top: 5px;
	text-align: center;
	padding-bottom: 10px;
}


/* ORDER FORM */

.gcal {
  width: 510px;
  height: 360px;
  margin: 0 auto 10px;
  clear: both;
}

.orderform {
  float: left;
  width: auto;
}

.orderinfo {
	float: right;
	margin-right: 10px;
	width: 45%;
}

table.order {
  border: 1px solid #CCC;
  width: 460px;
  padding: 5px;
}

td.ord {
/*  background-color: #EBFFE2; */
  text-align: right;
  vertical-align:middle;
  /* border-bottom: 1px solid #CCC;*/
  width: 150px;
}

td.inp {
/*  background-color: #EBFFE2; */
	vertical-align:middle;
	text-align:left;
	/* border-bottom: 1px solid #CCC; */
	padding-left: 5px;
}


/* CONTENT FORMATTING */

ul {
	padding: 0;
	margin: 0;
}

li {
	margin: 0;
 	padding: 0;
    line-height: 2em;
	list-style-type:none;
}

a:link, a:visited {
	/* color: #3a454d; */
	color: #5D9731;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color: #F7C81B;
	/* background-image:url(placeholder); background-repeat: no-repeat; background-position: center bottom; */
}

h1 {
  font-size: 18px;
  font-weight: bold; 
  color: #5D9731;
  padding-top: 0px;
}

h2 {
  font-size: 16px;
  font-weight: bold; 
  color: #5D9731;
  padding-top: 5px;
}

h4 {
  font-size: 12px;
  color: #5D9731;
  padding-top: 5px;
}

	
th, td {
padding-top: 0px;
padding-bottom:10px;
padding-right: 5px;
vertical-align: text-top;
text-align: left;
}