html {
	margin-left: -1px;
	overflow-Y: scroll;
	height: 100%;
}

body {
	background-image: url(images/bg.jpg);
	background-color: #79A12D;
	width: 0;
	margin: 0;
	text-align: center;
	height: 100%;
	font-size: 12pt;
}

#head_background {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 360px;
}

#content_wrapper {
	position: absolute;
	height: auto; 
	min-height: 100%;
	width:1000px; 
	left: 50%;
	margin-left: -500px;
	margin-top: 30px;
	z-index: 2;

}

#content_header {
	position: relative;
	background: url(images/backgroundcontentheader.png) no-repeat;
	vertical-align: bottom;
	text-align: right;
	width: 1000px;
	height: 300px;
}

#content_header_bbb {
	position: relative;
	vertical-align: bottom;
	text-align: left;
	width: 375px;
	height: 65px;
	float: right;
	z-index: 50;
	top: 185px;
	right: 70px;
	clear: right;
}

#content_header_coa {
	position: relative;
	vertical-align: bottom;
	text-align: left;
	width: 175px;
	height: 33px;
	float: left;
	z-index: 55;
	top: 198px;
	left: 360px;
	clear: left;
}


#menu-font 
{
	font: 1em/1em 'YanoneKaffeesatzBold', Arial, sans-serif;
	color: #78a22f;
	text-shadow: #a9a9a9 0 0 0.375em;
	list-style: none;
	float: none;
	clear: both;
	z-index: 60;
	top: 200px;
	position: relative;
	right: 100px;
	letter-spacing: 0.075em;
}

#menu-font a:link
{
	color: #78a22f;
	text-decoration: none;
}

#menu-font a:active
{
	color: #78a22f;
	text-decoration: none;
}

#menu-font a:visited
{
	color: #78a22f;
	text-decoration: none;
}

#menu-font a:hover {
	color: #ff0000;
	text-decoration: none;
	text-shadow: 0 0 0.625em #FF6666;
}



#menucontainer1 {
	width: 120px;
	height: 20px;
	position: relative;
	margin: 0;
	padding: 0;
}

#menucontainer2
{
	position: relative;
	width: 120px;
	height: 20px;
	display: inline;
}
#menucontainer3
{
	position: relative;
	width: 120px;
	height: 20px;
	display: inline;
}
#menucontainer4
{
	position: relative;
	width: 120px;
	height: 20px;
	display: inline;
}
#menucontainer5
{
	position: relative;
	width: 120px;
	height: 20px;
	display: inline;
}

#menucontainer6
{
	position: relative;
	width: 120px;
	height: 20px;
	display: inline;
}

#content_body {
	background: url(images/backgroundcontent.png);
	position: relative;
}

#content_leftcol {
	vertical-align: top;
	width: 175px;
	top: 0;
	left: 0;
	float: left;
}

#content_rightcol {
	top: 0;
	width: 705px;
	text-align: justify;
	vertical-align: top;
	color: gray;
	font: 1.125em/1.25em 'Colaborate-ThinRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;	
	float: right;
	position: relative;
	right: 100px;
	background-color: white;
}

#content_rightcol a {
	color: #79A12D;
}

h1 {
	color: #79A12D;
	font: bold 2.45em 'Colaborate-MediumRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
	color: #a0d53b;
	font: bold 1.8em 'Colaborate-MediumRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

strong {
	color: #79A12D;
	font: italic 1.25em/1.25em 'YanoneKaffeesatzBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
}

#gallery_text {
	text-align: center;
	vertical-align: top;
	color: gray;
	font: 0.813em/0.813em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	
}

em{
	color: #79A12D;
	font: 1.25em/1.25em 'YanoneKaffeesatzBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
}

#index
{
	list-style-image: url(images/listbullet.png);
	list-style-position: outside;
	font: italic 1.125em/1.25em 'Colaborate-BoldRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #79A12D;
	word-spacing: 0.125em;
	position: relative;
	left: 100px;
}

#index a:link
{
	color: #79A12D;
	text-decoration: none;
}

#index a:active
{
	color: #c30d00;
	text-decoration: none;
}

#index a:visited
{
	color: #c30d00;
	text-decoration: none;
}

#index a:hover {
	color: #808080;
	text-decoration: none;
	text-shadow: 0 0 0.625em #FF6666;
}

#content_footer {
	position: relative;
	margin-top: -64;
	background: url(images/backgroundcontentfooter.png) no-repeat;
	width: 1000px;
	height: 64px;
	clear: both;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 150px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#photo{
	float: right;
	position: relative;
	display: inline-block;
	left: 10px;
}

.pf {
	width: 300px;
	height: 225px;
	display: block;
	position: absolute;
	background: url(images/photos/photoframesmall.png) no-repeat;
}

img {
	border-style: none;
	border-width: 0;
}

.crumb {
	color: #808080;
	font: italic bold 0.8em/1em Calibri, "Helvetica Neue", sans-serif;
	text-align: right;
	float: right	;
	overflow: visible;
	width: 100%;
}

.crumb a {
	color: #79A12D;
	font: italic bold 0.8em/0.9em Calibri, "Helvetica Neue", sans-serif;
	text-decoration: none;
}

#contactform {
	width: 600px;
	position: relative;
	list-style-type: none;
}

#contactform input {
		width: 280px;
		border: none;
		text-align: Left;
		background: none;
		margin: 8px 0 0 10px;
		color: gray;
	font: 1.4em "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
	
#contactform .input-bg {
		border: 1px dotted #61745a;
		height: 40px;
		width: 300px;
	margin: 10px 0;
}

	
#contactform-message {
	width: 600px;
	position: relative;
	list-style-type: none;
}


#contactform-message textarea {
		width: 530px;
		
		border: none;
		text-align: Left;
		background: none;
		margin: 8px 0 0 10px;
		color: gray;
	font: 1.4em "Helvetica Neue", Helvetica, Geneva, sans-serif;
	height: 280px;
}
	
#contactform-message .message-bg {
				border: 1px dotted #61745a;
		height: 300px;
		width: 550px;
	margin: 10px 0;
}



label {
	display: block;
	font-size: 1.3em;
	text-indent: 10px;
	font-weight: bold;
	color: #78a22f;
}

label.error {
	color: #da3939;
	font-size: 1.0em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	float: left;
	margin-top: -58px;
	position: absolute;
	margin-left: 100px;
}

.submit{
	font: bold 0.813em/0.813em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	color: #78a22f;
	background-color: #eee;
	width: 150px;
	height: 30px;
	border: 1px dotted #61745a;
}

#pageflip {
	position: absolute;
	top: 0;
	right: 0;
}
#pageflip img {
	width: 160px; height: 162px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 160px; height: 156px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(images/c2d.png) no-repeat right top;
	text-indent: -9999px;
}

@font-face {
	font-family: 'YanoneKaffeesatzThin';
	src: url('fonts/YanoneKaffeesatz-Thin-webfont.eot');
	src: local('☺'), url('fonts/YanoneKaffeesatz-Thin-webfont.woff') format('woff'), url('fonts/YanoneKaffeesatz-Thin-webfont.ttf') format('truetype'), url('fonts/YanoneKaffeesatz-Thin-webfont.svg#webfontstW7OZ4L') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'YanoneKaffeesatzLight';
	src: url('fonts/YanoneKaffeesatz-Light-webfont.eot');
	src: local('☺'), url('fonts/YanoneKaffeesatz-Light-webfont.woff') format('woff'), url('fonts/YanoneKaffeesatz-Light-webfont.ttf') format('truetype'), url('fonts/YanoneKaffeesatz-Light-webfont.svg#webfontn9MifoRW') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'YanoneKaffeesatzRegular';
	src: url('fonts/YanoneKaffeesatz-Regular-webfont.eot');
	src: local('☺'), url('fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'), url('fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'), url('fonts/YanoneKaffeesatz-Regular-webfont.svg#webfontlKPF1zIT') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'YanoneKaffeesatzBold';
	src: url('fonts/YanoneKaffeesatz-Bold-webfont.eot');
	src: local('☺'), url('fonts/YanoneKaffeesatz-Bold-webfont.woff') format('woff'), url('fonts/YanoneKaffeesatz-Bold-webfont.ttf') format('truetype'), url('fonts/YanoneKaffeesatz-Bold-webfont.svg#webfontPj13Lbsm') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Colaborate-ThinRegular';
	src: url('fonts/ColabThi-webfont.eot');
	src: local('☺'), url('fonts/ColabThi-webfont.woff') format('woff'), url('fonts/ColabThi-webfont.ttf') format('truetype'), url('fonts/ColabThi-webfont.svg#webfontcrb0Yhf3') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ColaborateLightRegular';
	src: url('fonts/ColabLig-webfont.eot');
	src: local('☺'), url('fonts/ColabLig-webfont.woff') format('woff'), url('fonts/ColabLig-webfont.ttf') format('truetype'), url('fonts/ColabLig-webfont.svg#webfontrw6WOifO') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Colaborate-RegularRegular';
	src: url('fonts/ColabReg-webfont.eot');
	src: local('☺'), url('fonts/ColabReg-webfont.woff') format('woff'), url('fonts/ColabReg-webfont.ttf') format('truetype'), url('fonts/ColabReg-webfont.svg#webfont7n8htCD6') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Colaborate-MediumRegular';
	src: url('fonts/ColabMed-webfont.eot');
	src: local('☺'), url('fonts/ColabMed-webfont.woff') format('woff'), url('fonts/ColabMed-webfont.ttf') format('truetype'), url('fonts/ColabMed-webfont.svg#webfontpFO0A3fx') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Colaborate-BoldRegular';
	src: url('fonts/ColabBol-webfont.eot');
	src: local('☺'), url('fonts/ColabBol-webfont.woff') format('woff'), url('fonts/ColabBol-webfont.ttf') format('truetype'), url('fonts/ColabBol-webfont.svg#webfontDTEOBeAk') format('svg');
	font-weight: normal;
	font-style: normal;
}









