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: 'Caudex', serif; font-size: 13px; color: #ffffff; text-decoration: none; font-weight: normal; margin: 0; padding: 0; }

.forms1 {
	font-size: 10px; 
	color: #333333;
	background-color: #FFFFFF;
	border:1px solid #333333;
	outline:none;
}

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-family: 'Caudex', serif;
	font-size: 11px; 
	color: #333333;
	background-color: #FFFFFF;
	border:1px solid #333333;
	width:100px;
}

.button { font-size: 11px; 
color: #996633; background-color:#000;
	border:none;	
  font-family: 'Caudex', serif;
	width:160px;
	line-height:25px;
	height:25px;
	cursor:pointer;
	display:inline-block;
	text-decoration:none;
}

.text {  color: #ffffff; text-decoration: none; font-family: 'Caudex', serif; font-size: 13px; }
.text1 { color: #ffffff; text-decoration: none; }
.small {  font-size: 10px; color: #ffffff; }
.links{  color: #ffffff; text-decoration: none; }
.linkf {  font-size: 12px; color: #666666; text-decoration: none; font-family: 'Caudex';}
.titles {  font-family: 'Caudex'; font-size: 14px; color: #996633; text-decoration: none; }

.navigation {  color: #FFFFFF; text-decoration: none; font-family: 'Caudex', serif; font-size: 13px; }
a.navigation:hover { color: #996633;   }
.navactive {  color: #996633; text-decoration: none; font-family: 'Caudex', serif; font-size: 13px;}

img { border: none; margin: 0; vertical-align: middle; }

img.plinks { border: 1px #CCCCCC solid; }
.plinks img{ border: 1px #CCCCCC 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; }
