body, html {
	font-family: Arial, Helvetica, sans-serif;
	color:#555555;
	font-size: 13px;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#flashphoto { height: 100%; }

	.overlay1 {
	background: #29140f;
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	}

	.overlay {
	position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	width: 100%;
	background: #170c06;
	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: 'Aguafina Script', "Monotype Corsiva", Pristina, "Lucida Calligraphy", "Trebuchet MS", Arial,  cursive; font-size: 30px; letter-spacing:3px; color: #000000; text-decoration: none; font-weight: normal; margin: 0; padding: 0; }

.forms1 {
	font-size: 10px; 
	color: #FFFFFF;
	background: url(images/forms1.png) left top no-repeat;
	width:115px;
	line-height:24px;
	height:24px;
	text-indent:20px;
	outline:none;
	border:none;
}

select.forms1 {
	font-size: 10px; 
	color: #FFFFFF;
	width:auto;
	height:auto;
	text-indent:0;
	background: none;
	outline:none;
	border:none;
}
select.forms1:focus { 
    background-color:#7e231d;
}

input.forms {
	font-size: 11px; 
	color: #555555;
	background:none;
	border:1px solid #555555;
	outline:none;
	width:160px;
}

select.forms {
	font-size: 11px; 
	color: #555555;
	background:none;
	border:1px solid #555555;
	outline:none;
	width:160px;
}
select.forms:focus { 
    background:none;
}

textarea {
	font-size: 11px; 
	color: #555555;
	background:none;
	border:1px solid #555555;
	width:160px;
}

.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: #555555; text-decoration: none; }
.text1 { font-size: 12px; color: #555555; text-decoration: none; }
.small {  font-size: 10px;  }
.links{  color: #610307; }
.links1{  color: #FFFFFF; }
.linkf {  font-size: 11px; color: #555555; text-decoration: none; }
.titles { font-size: 17px; color: #610307; text-decoration: none; }

.navigation {font-size: 14px; letter-spacing:2px; color: #FFFFFF; padding-left:40px; text-decoration: none; border-bottom:1px solid #675351; text-indent:40px; height:20px; line-height:20px; background-image:url(images/b1.png); background-repeat:no-repeat; }
a.navigation:hover { color: #f7a615; background-image:url(images/b2.png); }
.navactive {font-size: 14px; letter-spacing:2px; color: #f7a615; padding-left:40px; text-decoration: none; border-bottom:1px solid #675351; text-indent:40px; height:20px; line-height:20px; background-image:url(images/b2.png); background-repeat:no-repeat; }

img { border: none; margin: 0; vertical-align: middle; }

img.plinks { border: 1px #610307 solid; }
.plinks img{ border: 1px #610307 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; }

