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: #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: 'Open Sans', Verdana, Tahoma, sans-serif;

	font-size: 30px;

	color: #FFF;

	text-decoration: none;

	font-weight: normal;

	margin: 0;

	padding: 0;

	font-weight: 300;



}

.forms1 {

	font-size: 10px; 

	color: #333333;

	background: url(images/forms.png) no-repeat;

	outline:none;

	border:none;

	width:153px;

	height:18px;

	line-height:18px;

}

.forms2 {

	font-size: 10px; 

	color: #333333;

	background: url(images/forms2.png) no-repeat;

	outline:none;

	border:none;

	width:67px;

	height:18px;

	line-height:18px;

}



input.forms {

	font-size: 11px; 

	color: #333333;

	background-color: #FFFFFF;

	border:1px solid #333333;

	outline:none;

	width:160px;

}



select.forms {

	font-size: 11px; 

	color: #333333;

	background-color: #FFFFFF;

	border:1px solid #333333;

	outline:none;

	width:160px;

}



textarea {

	font-size: 11px; 

	color: #333333;

	background-color: #FFFFFF;

	border:1px solid #333333;

	width:160px;

}



.button { font-size: 11px; color: #FFFFFF; 

	border:none;	

    background: url(images/button.png) left top no-repeat;

	width:160px;

	line-height:18px;

	height:18px;

	cursor:pointer;

	display:inline-block;

	text-decoration:none;

}

.text {

	font-family: 'Open Sans', Verdana, Tahoma, sans-serif;

	font-size: 12px;

	color: #a5a5a5;

	text-decoration: none;

	line-height: 18px;

}

.text1 {
	font-family: 'Open Sans', Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}



.address {

	font-family: 'Open Sans', Verdana, Tahoma, sans-serif;

	font-size: 11px;

	color: #ffffff;

	text-decoration: none;

	line-height: 16px;

}



.white {

	font-family: 'Open Sans', Verdana, Tahoma, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

	text-decoration: none;

	line-height: 18px;

}



.textp {  font-family: 'Open Sans', Verdana, Tahoma, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none; }

.small {  font-family: 'Open Sans', Verdana, Tahoma, sans-serif; font-size: 11px; font-size: 10px; color: #333333; }

.links{
	font-family: 'Open Sans', Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}

.linkf {  font-family: 'Open Sans', Verdana, Tahoma, sans-serif; font-size: 11px; font-size: 10px; color: #333333; text-decoration: none; }

.titles { font-family: 'Open Sans', Verdana, Tahoma, sans-serif; font-size: 11px; font-family: Verdana, sans-serif; font-size: 14px; color: #659650; text-decoration: none; }



.navigation {

	font-family: 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #c64902;
	text-decoration: none;
	height:24px;
	line-height:24px;
	margin-bottom: 1px;
	width:180px;
	text-align:right;
	padding-right:10px;
	display:block;

	

}


a.navigation:hover {

	color: #FFFFFF;
	background-image: url(images/menu.png);
	background-repeat:no-repeat;

}


.navactive {

	font-family: 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	background-image: url(images/menu.png);
	background-repeat:no-repeat;
	text-decoration: none;
	height:24px;
	line-height:24px;
	margin-bottom: 1px;
	width:180px;
	text-align:right;
	padding-right:10px;
	display:block;

}



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; }

