@charset "utf-8";

html,body{
    height: 100%;
	background: #b2b2b2 url(../images/bg_main.png) top center repeat-y;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 12px;
	line-height: 18px;
    margin: 0; 
	color: #555;
}

/*h1,h2,h3,h4,h5,h6{ font-family:Arial, Helvetica, sans-serif; }*/
h1 { color: #222; font-size: 26px; font-weight: normal; line-height: normal; margin: 0;	}
h2 { color: #222; font-size: 24px; font-weight: normal; line-height: normal; margin: 0;	}
h3 { color: #222; font-size: 18px; font-weight: normal; line-height: normal; margin: 14px 0 3px 0; }
h4 { color: #222; font-size: 18px; font-weight: normal; line-height: normal; margin: 0 0 3px 0;	}
h5 { color: #222; font-size: 16px; font-weight: normal; line-height: normal; margin: 14px 0 3px 0; }
h6 { color: #222; font-size: 16px; font-weight: normal; line-height: normal; margin: 0 0 3px 0; }

a {	text-decoration: none; outline: none; color: #0099cc; }
a:link { text-decoration: none; }
a:visited {	text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

p { margin: 5px 0 0 0; text-align:justify; }

hr { color: #eee;  }





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

#print { width:560px; margin:0 auto; margin-top:40px; }

#menuOverlay { position:fixed; left:0; top:0; width:100%; visibility:hidden; z-index:99999; }

#logo { width:100%; height:180px; background:url(../images/bg_header_2.jpg); }

#menu { width:100%; background: #4a3b3a url(../images/bg_menu.jpg); }

#menu ul { margin:0; padding:0; list-style-type:none; text-align:center; }
#menu ul li { display:inline; }

#menu li a { display:inline-block; text-decoration:none; padding: 20px 20px;; color: white; background-color:#4a3b3a; font-size:14px; border-left:solid 1px #534241; border-right:solid 1px #3b2f2e; }
#menu li a:hover { color: white; background-color:#333; border-left:solid 1px #444444; border-right:solid 1px #333333; }
#menu li a.first { border-left:solid 1px #3b2f2e; }

#menu li .activeMenuItem { color: white; background-color:#333; border-left:solid 1px #444444; border-right:solid 1px #333333; }

#menuDropShadow { width:100%; height:10px; background:url(../images/bg_dropshadow.png); }

#contentContainer { width:880px; padding:40px; padding-bottom:40px; background:white; padding-top:30px; float:left; }
#leftCol { width:560px; margin-right:40px; background:_blue; float:left; }
#rightCol { width:280px; background:_pink; float:left; }
.rightColItem { margin-bottom:20px; padding:20px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.green { background:#ecffd9; } 
.yellow { background:#FFC; }
.gray { background:#EEE; } 
.date { text-align:center; font-size:14px; color:#222; }
.guestbook { text-align:center; font-size:14px; line-height:24px; color:#999; font-family:Georgia, "Times New Roman", Times, serif; }
.rightColItem h4_ { color:#090; }
.rightColItem h5 { color:#F90; }
#footer { width:880px; padding:40px; background:#4a3b3a; color:#EEE; font-size:14px; line-height:26px; text-align:center; float: left; clear:both;  }

form.contact p { clear:both; margin-top:10px; float:left; }
form.contact label { width:100px; text-align:right; display:block; float:left; } 
form.contact label.zipcode { width:100px; text-align:right; display:block; float:left; } 
form.contact label.city { width:40px; text-align:right; display:block; float:left; } 
form.contact input { width:300px; margin-left:10px; float:left; }
form.contact input.zipcode { width:50px; }
form.contact input.city { width:194px; }
form.contact input.submit { width:auto; height:auto; }
form.contact textarea { width:400px; height:100px; margin-left:10px; float:left; }
.error { color:#FF0000; margin-left:110px; }
.inputerror { background: pink; }

