@charset "utf-8";
/* CSS Document */
html{
	 
	 background:url('../zimages/BlueSunSetBackground2.jpg');
	 background-color:black;
	 background-repeat: no-repeat;
	 background-position:center top;
	 background-attachment: fixed;
  background-size: cover;	
}
#bgMessageSidebar{
	position:absolute;
	top:50px; left:-50px;
	
}
body {
	margin:0;
	padding:0;
	font-family:Garamond, Verdana, serif;
    background-color:transparent;
	font-size:18px;
  
  
}	/*background-image:url('../zimages/BackgroundThankGiving2015.jpg');
	background-color:rgba(0,0,0,1);
	background-repeat:no-repeat;
	background-position: 50% 0;
	text-align:center;*/

	/*background:url(../zimages/BlueSunSetBackground2.jpg) no-repeat 0 0;background-color: rgba(0,0,0,1);*/



body a:link {
	color:green;	
}
 
body a:visited {
	color:#D76B00;
}

body a:hover {
  background:#DBD8A1;
}

body a:active { 
  color: #009933;
}
/*#bg{
background: url("../zimages/BlueSunSetBackground2.jpg") no-repeat center top transparent;
    min-height: 1038px;
    z-index: 0;
  position: realtive; 
  top: 0; 
  left: -50%; 
  width: 200%; 
  
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
*/

h2 {
	text-align:center;
	color:#009900;
	background-color:#DCECA5;
	width:300px;
	margin:10px auto;
	font-weight:900;
	font-variant:small-caps;
}

#wrapper{
	position:relative;
	width:738px;
	margin:auto;
	text-align:left;
	padding:5px;
	/*border:5px dotted red;*/
}

#branding {
	text-align:center;
	/* border:5px dotted yellow; */
}

#branding img{
	width:600px;
}

#nav{
	text-align:center;
	/* border:5px dotted blue; */
}

#nav img{
	width:100px;
	margin: 20px 5px 20px 5px;
	box-shadow:rgba(0,0,0,1) 0 0 10px;
	-moz-box-shadow: rgba(0,0,0,1) 0 0 10px;
	-webkit-box-shadow:rgba(0,0,0,1) 0 0 10px;
	
	/* border:5px dotted pink; */
}

.main {
	width:738px;
	clear:both;
	/*background:url(../zimages/sidebar.gif) repeat-y 0 0;*/
	/*border:5px dotted yellow;/*
}

.inner {
	width:738px;
	margin-top:20px;
	/*background:url(../zimages/sidebar_top.gif) no-repeat 0 0;*/
	/*border:5px dotted purple;*/
}

.content {
	float:left;
	width:760px;
	margin:0 auto;
	padding:0px;
	margin-top:2em;
	display:inline;
	position:relative;
	z-index:99;
	background-color:rgba(255,255,255,.90);

	border-radius: 20px 20px 20px 20px; 
	-moz-border-radius: 20px 20px 20px 20px; 
	-webkit-border-radius: 20px 20px 20px 20px; 
	border: 2px solid #000000;
	box-shadow: 0 0 5px 5px #444;
}

.content p {
	padding:5px 10px 5px 10px;
	text-indent:10px;
}

.content a {
	padding:5px 10px 5px 10px;
	text-indent:10px;
}

/* ***** CALENDAR TABLE ***** */
/*
table.calendar{
	width:100%;
	border:2px solid green;
	border-spacing:5px; 
	background-color:#FFFFFF; 
} 

td.white_background {
	padding:10px;
}

td.green_background {
	border:1px dotted green;
	padding:10px;
	background-color:#DCECA5;
}
*/

/* *****FORMS ***** */


label.blockLabel {
	display: block; position: relative; margin: 12px 0px;
}

label.blockLabel input {
	position: absolute; left: 150px; 
}

span.asterisk {
	color:red;
}

#name, #email, #first_name, #last_name {
	width: 20em;
}

#find {
	display: block; position: relative; margin: 12px 0px;
}

fieldset {
	margin-bottom:10px; padding: 10px; 
}

input
{
color: #000;
background: #EDE9B3;
border: 1px solid #OF381A;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 12px outset #d7b9c9;
}
 
.button
{
float: none;
    display: block;
    width: 100px;
    margin: 10px auto;

}

/* ***** END - FEEDBACK FORM ***** */

.base {
	clear:both;
	width:738px;
	/*background:url(../zimages/sidebar_bottom.gif) no-repeat 0 0;*/
	height:11px;
	overflow:hidden;
	/* border:5px dotted black; */
}

#footer{
	clear:both;
	font-size:.75em;
	text-align:center;
	color:rgba(200,200,200,1)
	
	/* border:5px solid blue; */
}
}

