body, html {
font-family: Verdana, Tahoma, sans-serif; font-size: 11px;
padding:0; margin:0;  }

#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); }

@font-face {
    font-family: 'Heather' ;
   	scr: url('/sf/fonts/HEATHER.TTF');
    font-weight: normal;
    font-style: normal;
}
h1 { font-family:  'PT Sans Narrow', 'Open Sans', sans-serif; font-size: 22px; color: #4a4333; text-decoration: none; font-weight: normal; margin: 0; padding: 0; }

.forms1 {
	font-size: 10px; 
	color: #333333;
	background-color: #FFFFFF;
	border:1px solid #dccfb2;
	outline:none;
	width:80px;
	height:17px;
}

.forms2 {
	font-size: 10px; 
	color: #333333;
	background-color: #FFFFFF;
	border:1px solid #dccfb2;
	outline:none;
	width:50px;
	height:19px;
}

input.forms {
	font-size: 11px; 
	color: #333333;
	background-color: #FFFFFF;
	border:1px solid #333333;
	outline:none;
	width:80px;
}

select.forms {
	font-size: 11px; 
	color: #333333;
	background-color: #FFFFFF;
	border:1px solid #333333;
	outline:none;
	width:80px;
}
select.forms:focus { 
    background-color:#FFFFFF;
}

textarea {
	font-size: 11px; 
	color: #333333;
	background-color: #FFFFFF;
	border:1px solid #333333;
	width:80px;
}

.button { font-size: 12px; color: #4d4634; 
	border:none; background-color:#dccfb2;	
	text-decoration:none; padding:5px;
}

.text {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #84703d; 
}
.text1 { font-family: 'PT Sans Narrow', sans-serif; color: #4a4332; font-size: 12px; font-weight:bold; text-decoration: none; }
.text2 { font-family: 'PT Sans Narrow', sans-serif; color: #84703d; font-size: 13px; text-decoration: none; }
.small {  font-size: 10px; color: #333333; }
.links{  color: #463e2b;}
.linkf {  font-family: 'PT Sans Narrow', sans-serif; font-size: 12px; color: #4a4333; text-decoration: none; }
.titles { font-size: 14px; color: #666666; font-weight:bold; text-decoration: none; }

.navigation {
color: #463e2b; margin-left:5px; margin-right:5px; text-decoration: none; font-family: 'PT Sans Narrow', 'Open Sans', sans-serif;	font-size:17px;
}
a.navigation:hover { color: #988189;   }
.navactive {  color: #7f7671; margin-left:5px; margin-right:5px; text-decoration: none; font-family: 'PT Sans Narrow', 'Open Sans', sans-serif; font-size: 17px; }

img { border: none; margin: 0; vertical-align: middle; }

img.plinks { border: 1px #CCCCCC solid; }
.plinks img{ border: 1px #CCCCCC solid; padding:4px; background-color:#f1f1f1 }
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; }
  


