body, html {
font-family: Verdana, Tahoma, sans-serif; font-size: 11px;
padding:0; margin:0; width:100%; height:100%; background-repeat:no-repeat; background-attachment:fixed; }

#flashphoto { height: 100%; }

	.overlay {
	position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	width: 100%;
	background: #FFFFFF;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
!important 
	}
	
	
	.container {
		position: relative;
	}

	.content {
		position: relative; /* Fixes the z-index */
	}
	
	#container .content {
		width: 100%;
	}

	
	/* Let's compensate for IE6's inability to interpret top: 0; and bottom: 0; */
	* html #container .overlay { height: expression(document.getElementById("container").offsetHeight); }

h1 { font-family: "Times New Roman", Times, serif; font-size: 22px; color: #eee6d0; text-decoration: none; margin: 0; padding: 0; }

.forms {  font-size: 11px; color: #333333; text-decoration: none ; border: 1px solid #666666; background-color: #eee6d0; width: 120px; }
.forms1 {  font-size: 11px; width:100px; height:16px; color: #333333; text-decoration: none ; border: none; background-color: #eee6d0; }
.forms2 {  font-size: 11px; width:50px; height:18px; color: #333333; text-decoration: none ; border: none; background-color: #eee6d0; }
.button { font-size: 11px; color: #FFFFFF; text-decoration: none ; background-color: #474621; padding: 2px; border: none; }
.link {  color: #000000; text-decoration: none ; background-color: #474621; padding: 2px; }
a.link:hover { background-color: #000000; color:#474621;  }
.linkf {  font-size: 12px; color: #be7342; text-decoration: none; font:Verdana, Geneva, sans-serif; }
.text {  color: #eee6d0; text-decoration: none; font:Verdana, Geneva, sans-serif; font-size:11px;}
.text1 { color: #91923a; font:Verdana, Geneva, sans-serif; font-size:11px; text-decoration: none; }
.text2 { color: #be7342; font:Verdana, Geneva, sans-serif; font-size:11px; text-decoration: none; }
.specials { color: #be7342; font:Verdana, Geneva, sans-serif; font-size:12px; text-decoration: none; }
.textb { color: #eee6d0; font:Verdana, Geneva, sans-serif; font-size:11px; text-decoration: none; }
.textp {  color: #FFFFFF; text-decoration: none; }
.small {  font-size: 10px; color: #333333; }
.links {  color: #be7342; text-decoration: none; font-weight:bold }
.linkf {  font:Verdana, Geneva, sans-serif; font-size: 11px; color: #88884b; text-decoration: none; }
.titles { font-family: "Times New Roman", Times, serif; font-size: 22px; color: #eee6d0; text-decoration: none; }
.titlesleft { font-family: "Times New Roman", Times, serif; font-size: 22px; color: #000000; text-decoration: none; }
.left { font-family: "Times New Roman", Times, serif; font-size: 24px; color: #91923a;}
.title{ font-family: "Times New Roman", Times, serif; font-size: 18px; color: #eee6d0; text-decoration: none; margin: 0; padding: 0; }

.menudiv { text-decoration:none; cursor:pointer; }


.navigation {  color: #ffffff;  text-decoration: none; font:Verdana, Geneva, sans-serif; font-size:11px; margin-left:2px; margin-right:3px; }
a.navigation:hover { 	color: #be7342; 	text-decoration: underline; }
.navactive {  color: #ffffff;  text-decoration: none; font:Verdana, Geneva, sans-serif; font-size:11px; margin-left:2px; margin-right:3px;  }

.navigationd {  color: #88884b; text-decoration: underline;  font:Verdana, Geneva, sans-serif; font-size:11px; text-transform:lowercase }
a.navigationd:hover { 	color: #88884b; text-decoration: none;	 }

img { border: none; margin: 0; vertical-align: middle; }

img.plinks { border: 4px #000000 solid; }
.plinks img{ border: 4px #000000 solid; }
a.plinks:hover img{ border: 4px #666624 solid; }


** style for jquery ui datepicker **/
#ui-datepicker-div{
    font-size:11pt;
	z-index: 1000 !important;
}
#ui-datepicker-div span.ui-datepicker-month{
    color:#fff;
}
#ui-datepicker-div span.ui-datepicker-year{
    color:#eee;
}


#mask {
  position:absolute; left:0; top:0; z-index:9000; background-color:#000; display:none; }
  
#boxes .window {
  position:absolute; left:0; top:0; width:800px; height:600px; display:none; z-index:9999; padding:20px; }

#boxes #dialog {
  width:auto; height:auto; }
  
  .toggle-container
{ display: none; margin: 0px; padding:10px; position: relative; }

.trigger {
 margin-right: 10px; padding: 0; cursor:pointer; }
