body, html {
font-family:"Open Sans", "Trebuchet MS", Verdana; font-size:12px; color:#454545;
padding:0; margin:0; width:100%; height:100%; background-repeat:no-repeat; background-attachment:fixed; }

a { color:inherit; text-decoration:none; }

#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 
	}
		.overlay1 {
	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); }
	* html #container .overlay1 { height:expression(document.getElementById("container").offsetHeight); }

h1 { font-family:"Open Sans", "Trebuchet MS", Verdana; font-size:24px; color:#1a5c75; text-decoration:none; font-weight:lighter; margin:0; padding:0; }

.forms1 {
	font-size:11px;
	color:#3b3934;
	background-color:#ffffff;
	border: solid 1px #9c9c9c;
	outline:none;
	padding-left:5px;
	width:128px;
	height:17px;
}
select.forms1 {
font-size: 11px;
	color: #3b3934;
	border: solid 1px #9c9c9c;
	width:40px;
	line-height:17px;
	height:17px;
	
}
select.forms1:focus { 
    background-color:#FFFFFF;
}

.forms1box {
width:112px;
background:url(images/forms1.png) no-repeat;	
}
.forms2box {
width:50px;
background:url(images/forms2.png) no-repeat;	
}


.forms {
	font-size:11px; 
	color:#333333;
	background:#FFFFFF;
	border:1px solid #cac7c3;
	outline:none;
}

.button { font-size:11px; 
	border:none;
	background: url(images/button.png);
	width:117px;
	height:20px;
	line-height:20px;
	color:#FFFFFF;
	text-decoration:none;
	display:inline-block;
}

.text { color:#3d657c; font-size:12px; }
.text1 { font-size:12px; color:#638aab;  }
.text2 { font-size:12px; color:#e2e7cd;  }
.text3 { font-size:18px; color:#e2e7cd; font-weight:lighter; }
.links{   }
.linkf {  font-size:11px; color:#a3ae68; text-decoration:none; }
.titles { font-family:Verdana, sans-serif; font-size:15px; color:#333333; text-decoration:none; padding-bottom:5px; }

.navigation { font-family: 'Open Sans', sans-serif; font-size:14px;  color:#247694; text-decoration:none; padding:0; margin-right:12px; text-transform:uppercase }
a.navigation:hover { color:#247694; border-top:solid 5px #45c4f1; }
.navactive { font-family: 'Open Sans', sans-serif; font-size:14px;  color:#247694;  text-decoration:none; padding:0; margin-right:12px; text-transform:uppercase; border-top:solid 5px #45c4f1; }

p { padding-bottom:10px; text-align:justify}
ul {padding-left:20px;}

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; }

#box div:first-child{ margin-right:10px; background:#C00 }
#box div:last-child { margin-right:0px !important; background: #000000 }


** 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;
}

ul#demo-block{ margin:0 15px 15px 15px; }
ul#demo-block li{ margin:0 0 10px 0; padding:10px; display:inline; float:left; clear:both; color:#aaa; background:url('/sf/slideshow/img/bg-black.png'); font:11px Helvetica, Arial, sans-serif; }
ul#demo-block li a{ color:#eee; font-weight:bold; }

#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; }