body, html {
	font-family: "Ubuntu", Verdana, sans-serif;
	font-size:13px;
	color:#595959;
	font-weight:normal;
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	background-attachment:fixed;
	line-height: 18px;
}

a { color:inherit; text-decoration:none; }

		.overlay {
	position:absolute;
		top:0;
		bottom:0;
		left:0;
	width:100%;
	background:#FFFFFF;
	opacity:0.7;
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	}
		.overlay1 {
	position:absolute;
		top:0;
		bottom:0;
		left:0;
	width:100%;
	background:#333333;
	opacity:0.4;
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	}
	
	.container {
		position:relative;
	}

	.content {
		position:relative; 
		height:auto;
	}
	
	#container .content {
		width:100%;
	}

h1 {
	font-family: "Ubuntu", Verdana, sans-serif;
	font-size:30px;
	color:#4a7c9d;
	text-decoration:none;
	font-weight:200;
	margin:0;
	display:inline-block;
}
h2 { font-family: "Ubuntu", Verdana, sans-serif; font-size:12px; color:#111111; font-weight:lighter; margin:0; padding:0; }

.forms1 {
	font-family: "Open Sans", Verdana, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#4e4e4e;
	text-transform:lowercase;
	background: url(images/calendar.png) no-repeat;
	border:none;
	padding:1px;
	margin:0;
	text-indent:4px;
	width:87px;
	height:22px;
}

select.forms1 {
	padding:0;
	width:62px;
	background: url(images/forms2.png) no-repeat;
	height:23px;

}
select.forms1:focus { 
background-color: #FFF;
}

.forms {
	font-family: "Ubuntu", Verdana, sans-serif;
	font-size:11px; 
	color:#111111;
	background:none;
	border:none;
	border-bottom:1px solid #9fc2d9;
	margin-bottom:5px;
	outline:none;
}

.button { 
    font-size:11px;
	color:#FFFFFF;
	background:#3e9dd7;
	border:none;
	padding:3px 10px 3px 10px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	text-transform:uppercase;
}

.divbutton { clear:both; padding:10px; }

.text { line-height:20px; }
.text1 {
	font-size:14px;
	color:#214b66;
	font-family: "Ubuntu Condensed", Verdana, Geneva, sans-serif;
}
.text2 { font-size:12px; color:#606060; }
.text5 {
	font-size:16px;
	color:#ffffff;
	font-style: italic;
	font-weight: bolder;
}
.text6 {
	font-size:11px;
	color:#ffffff;
}
.text7 {
	font-family: "Ubuntu Condensed", Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#214b66;
	line-height: 28px;
}
.lang { font-size:12px; background:#FFFFFF; color:#111111; padding:5px; margin:1px; display:inline-block; }
.links {  }
.linkf {
	font-family: "Ubuntu Condensed", Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}
.titles { font-size:16px; color:#525252; text-decoration:none; padding-bottom:5px; }
.titles1 {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	font-family: "Ubuntu Condensed", Verdana, Geneva, sans-serif;
}
.titles2 { font-size:18px; color:#FFFFFF; text-decoration:none;  }
.titles3 {
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	font-family: "Ubuntu Condensed", Verdana, Geneva, sans-serif;
}
/* Drop down menu */

.menu{
width:200px; 
position:absolute;
visibility:hidden;
}

.dropdownbox{ 
padding:0;
}

.dropdownmenu{
margin: 0;
padding: 0;
width: 100%;
overflow: hidden;
}

.dropdownmenu li{
display: inline;
}

.dropdownmenu li a{
	font-size:16px;
	font-weight:normal;
	padding:5px;
	padding-top:2px;
	margin-left:5px;
	text-decoration:none;
	text-transform:capitalize;
	display:inline-block;
}

.navigation { color:#FFFFFF; }
a.navigation:hover { color:#555555; }
.navactive { color:#555555; }

.navilinks { font-size:13px; color:#555555; margin:5px; margin-left:0; text-decoration:none; }
.divlinks { padding:5px; background:#FFFFFF url(images/dots.gif) bottom left repeat-x; }


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 #999999 solid; }

img.plinks2 { border:0px #FFFFFF solid; }
.plinks2 img{ border:0px #FFFFFF solid; }
a.plinks2:hover img{ border:0px #999999 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; }
  
.trigger 
{ margin:0; cursor:pointer; display:inline; }

.toggle-container
{ display: none; margin:0; padding:0; z-index:110  }