body, html {
font-family: 'Open Sans', 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: #000000;
	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: "Century Gothic", Verdana; font-size: 20px; color: #333333; text-decoration: none; font-weight: normal; margin: 0; padding: 0; }

.forms1 {
	font-size: 11px; color: #fdfdfd;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	background: url(images/forms1.png) left top no-repeat;
	padding-left:4px;
	margin:0;
	border:none;
	outline:none;
	width:91px;
	line-height:19px;
	height:19px;
}
select.forms1 {
	font-size: 11px; color: #fdfdfd;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	background: url(images/forms1.png) left top no-repeat;
	padding-left:4px;
	margin:0;
	border:none;
	outline:none;
	width:91px;
	line-height:19px;
	height:19px;
}

select.forms1:focus { background-color:#57595a;
	
}

input.forms {
	font-size: 11px; 
	color: #333333;
	background-color: #FFFFFF;
	border:1px solid #333333;
	outline:none;
	width:100px;
}

select.forms {
	font-size: 11px; 
	color: #333333;
	background-color: #FFFFFF;
	border:1px solid #333333;
	outline:none;
	width:100px;
}

textarea {
	font-size: 11px; 
	color: #333333;
	background-color: #FFFFFF;
	border:1px solid #333333;
	width:120px;
}

.button { font-size: 11px; color: #FFFFFF; 
	border:none;	
    background: url(images/button.png) left top no-repeat;
	width:160px;
	line-height:25px;
	height:25px;
	cursor:pointer;
	display:inline-block;
	text-decoration:none;
}

.text {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
 }
.white {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
.small {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.links{
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	color: #CCC;
	text-decoration: underline;
	font-size: 11px;
}
.linkf { font-family: 'Open Sans', Verdana, Geneva, sans-serif; font-size: 10px; color: #333333; text-decoration: none; }
.titles {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.address {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	color: #5e5e5e;
	text-decoration: none;
	font-size: 11px;
}
.navigation {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	color: #000000;
	padding:2px;
	margin-left:2px;
	text-decoration: none;
	font-size: 12px;
}
a.navigation:hover {
	color: #c8a15f;
}
.navactive {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	color: #c8a15f;
	padding:2px;
	margin-left:2px;
	text-decoration: none;
	font-size: 12px;
}
.navigation2 {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	color: #92681e;
	padding:2px;
	margin-left:2px;
	text-decoration: none;
	font-size: 12px;
}
a.navigation2:hover {
	color: #c8a15f;
}
.navactive2 {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	color: #c8a15f;
	padding:2px;
	margin-left:2px;
	text-decoration: none;
	font-size: 12px;
}
img { border: none; margin: 0; vertical-align: middle; }

img.plinks { border: 1px #FFFFFF solid; }
.plinks img{ border: 1px #FFFFFF solid; }
a.plinks:hover img{ border: 1px #FFFFFF 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; }
  
  
  
  /* PHOTO GALLERY */
  
  div.sc_menu_wrapper {
	position: relative; 	
	height: 330px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 90px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
}
div.sc_menu {
	padding: 15px 0;
}
.sc_menu a {
	display: block;
	margin-bottom: 5px;
	width: 90px;
	
	/* When image support is turned off */
	color: #fff;
}
.sc_menu a:hover {
}
.sc_menu img {
	display: block;
}
 
/* Styling tooltip */
.sc_menu_tooltip {
	display: block;
	position: absolute;
	
	padding: 6px;
	font-size: 11px;	
	color: #fff;
	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	border: 1px solid rgb(79, 79, 79);
	background: rgb(0, 0, 0);
	/* Make background a bit transparent for browsers that support rgba */	
	background: rgba(0, 0, 0, 0.5);
}
 

