body, html {
font-family: 'Gabriela', Verdana, sans-serif; font-size:13px; color:#333333; text-align:justify;
padding:0; margin:0; width:100%; height:100%; background-attachment:fixed; background-image:url(images/bgr.jpg); }

body.mceContentBody {
background: #999999;
}

a { color:inherit; text-decoration:none; }

#flashphoto { height:100%; }

	.overlay {
	position:absolute;
		top:0;
		bottom:0;
		left:0;
	width:100%;
	background:#000000;
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
!important 
	}
		.overlay1 {
	position:absolute;
		top:0;
		bottom:0;
		left:0;
	width:100%;
	background:#FFFFFF;
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
!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: 'Ubuntu', "Trebuchet MS", Verdana, sans-serif; font-size:24px; color:#e14171; text-decoration:none; font-weight:lighter; text-transform:uppercase; margin:0; padding:0; }
h2 { font-family: 'Ubuntu', "Trebuchet MS", Verdana, sans-serif; font-size:17px; color:#e14171; text-decoration:none; font-weight:lighter; margin:0; padding:0; }

.forms1 {
	font-size:11px;
	color:#FFFFFF;
	background:#888888;
	border:1px solid #333333;
	outline:none;
	padding:2px; padding-left:5px;
	width:80px;
}
select.forms1 {
    font-size:11px;
	color:#FFFFFF;
	background:#888888;
	border:1px solid #FFFFFF;
	outline:none;
	padding:1px;
}
select.forms1:focus { 
    background-color:#888888;
}


.forms {
	font-size:11px; 
	color:#FFFFFF;
	background:none;
	border:1px solid #666666;
	margin-bottom:5px;
	outline:none;
}

.button { 
    font-size:11px; 
	color:#FFFFFF;
	background: url(images/button.png);
	border:none;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	text-transform:uppercase;
}

.divbutton { clear:both; padding:10px; }

.text1 { font-size:11px; color:#000000; }
.text2 { font-size:11px; color:#FFFFFF; }
.address { font-size:11px; color:#eac987; }
.links {  }
.linkf {  font-size:11px; color:#666666; text-decoration:none; }
.titles { font-size:14px; color:#e14171; text-decoration:none; padding-bottom:5px; }
.titles1 { font-size:12px; color:#e14171; text-decoration:none;  }

.navigation { font-family: 'Dosis', 'Ubuntu', sans-serif; font-size:18px; color:#545353; margin-bottom:10px; line-height:18px; text-decoration:none; text-transform:uppercase; display: block; }
a.navigation:hover { color:#e14171; }
.navactive { font-family: 'Dosis', 'Ubuntu', sans-serif; font-size:18px; color:#e14171; margin-bottom:10px; line-height:18px; text-decoration:none; text-transform:uppercase; display:block; }

.navilinks { font-size:12px; color:#666666; margin:5px; margin-left:10px; text-decoration:none; text-transform:uppercase; display:block; line-height:20px; }
a.navilinks:hover {color:#e14171;}
.navilinks2 { font-size:12px; color:#e14171; margin:5px; margin-left:10px; text-decoration:none; text-transform:uppercase; display:block; line-height:20px; }

/* Drop down menu */
.menu{
width:160px; 
position:absolute;
visibility:hidden;
}

.dropdownbox{ 
padding:0;
}

.dropdownmenu{
margin: 0;
padding: 0;
float: left;
width: 100%;
overflow: hidden;
}

.dropdownmenu li{
display: inline;
}

.dropdownmenu li a{
float: left;
}

p { padding:0; margin:0; margin-bottom:10px; text-align:justify}
ul {padding-left:20px;}

img { border:none; margin:0; vertical-align:middle; }

img.plinks { border:1px #FFFFFF solid; }
.plinks img{ border:1px #FFFFFF solid; }
a.plinks:hover img{ border:1px #e5b750 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;
}

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; }
  
.trigger 
{ margin:0; cursor:pointer; display:inline; }

.toggle-container
{ display: none; margin:0; padding:0; z-index:110  }

#makeMeScrollable
		{
			width:100%;
			height: 380px;
			position: relative;
		}
		
		/* Replace the last selector for the type of element you have in
		   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
		   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
		#makeMeScrollable div.scrollableArea img
		{
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
			/* If you don't want the images in the scroller to be selectable, try the following
			   block of code. It's just a nice feature that prevent the images from
			   accidentally becoming selected/inverted when the user interacts with the scroller. */
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}