/* CSS Document */
body{
	font-family: helvetica,"Lucida Sans",Sans-serif;
	font-size: 14px;
	color: white;
	margin: 0;
	background: #000;
}

a{
	color:#E7FFD3;	
}

a:hover{
	color:#8AD14E;	
}

.center{
	width:930px;
	margin: 0 auto;
}

.fleft{
	float:left;	
}

.fright{
	float:right;	
}

.alignl{
	text-align:left;
	margin-left:110px;
}

.ppimg{
	float:left;
	margin-right: 10px;
	width: 300px;
	margin-bottom: 205px;
}

.ppp{
	width: 425px;
	text-align: left;
	float: left;
}

.ppform{
	float: left;
	width: 425px;
	text-align: left;
}

.ppformc{
	float: left;
	width: 425px;
	text-align: left;
}

input[type="submit"]{
	border: 0px outset buttonface;
	padding: 6px 0;
	text-align: center;
	background-color: rgba(165, 165, 165, 0.75);
	color: #f3f3f3;
	max-width: 200px;
	width: 70%;
	display: block;
	-webkit-transition: background-color 2s ease;
	-moz-transition: background-color 2s ease;
	-o-transition: background-color 2s ease;
	-ms-transition: background-color 2s ease;
	transition: background-color 2s ease;
}

input[type="submit"]:hover{
	background-color:rgba(223, 223, 223, 0.75);
	cursor:pointer;
}

input[type="button"]{
	border: 0px outset buttonface;
	padding: 6px 0;
	text-align: center;
	background-color: rgba(165, 165, 165, 0.75);
	color: #f3f3f3;
	max-width: 200px;
	width: 70%;
	display: block;
	-webkit-transition: background-color 2s ease;
	-moz-transition: background-color 2s ease;
	-o-transition: background-color 2s ease;
	-ms-transition: background-color 2s ease;
	transition: background-color 2s ease;
}

input[type="button"]:hover{
	background-color:rgba(223, 223, 223, 0.75);
	cursor:pointer;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 34px;
	display: block;
	padding-left: 15px;
	margin: 6px 0;
	margin-left: 110px;
	width: 75%;
	border-bottom: 1px solid white;
	text-align: left;
}

h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	display: block;
	padding-left: 15px;
	margin: 6px 0;
	margin-left: 110px;
	width: 75%;
	border-bottom: 1px solid white;
	text-align: left;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
	padding: 3px 0;
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 55;
	left: auto;
	top: 0;
	padding: 0px 100px 0px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 960px;
	height: 115px;
}

#headerright{
	width: 495px;
	float: left;
}

#main{
	min-height: 540px;
}

#centerbar{
	width: 960px;
	text-align: center;
	overflow: hidden;
	margin: 10px 0;
}

#twocolumns{
	width: 900px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

#twocolumns p{
	text-align:left;
}

#twocolumns li{
	width: 300px;
	height: 300px;
	float: left;
}

#twocolumns li img{
	border: 2px solid #E0E0E0;
	float: left;
	overflow: hidden;
	width:250px;
	height:250px;
	background: white;
}

#clear{
	clear:both; 
	width:800px; 
	height:300px;
}

#footer{
	width: 100%;
	height:22px;
	background:rgba(0, 0, 0, 0.60);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	color: white;
	bottom: 10px;
	margin: 0 auto;
	padding-top: 7px;
	padding-bottom: 7px;
	clear: both;
	border-top: 1px solid black;
	position: relative;
	z-index: 55;
	left: auto;
	top: 0;
	margin-left: auto;
	margin-right: auto;
}

#logo{
	width: 460px;
	float: left;
	margin-top: 0;
}

#nav{
		margin:65px 0 0 0;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

ul.nav {
	list-style:none; 
	margin:0 auto; 
	padding:0;
}
	
ul.nav * {
	margin:0; 
	padding:0; 
	z-index:85;
}
	
ul.nav a {
	display:block; 
	color:white; 
	text-decoration:none; 
	text-align:center; 
	font-size:18px;
}
	
ul.nav a:hover, ul.nav li.active a, ul.nav li:hover a{
	color:#B9B9B9;
}
	
ul.nav li:hover ul a{
	color:#979797;
}
	
ul.nav li.active ul li a{
	color:#979797 !important;
}

ul.nav li {
	position:relative; 
	float:left;
	border-top: 1px solid #CCC;
	border-bottom:1px solid #CCC;
	width: 150px;
}

ul.nav li:hover{
	border-top: 1px solid #979797;
}

ul.nav .navlink {
	padding:5px 7px 7px; 
	font-weight:bold; 
}

ul.nav .navlinksub {
	padding:5px 7px 7px; 
	font-weight:bold; 
}

ul.nav li.navlinksub ul {
	position:absolute; 
	top:36px; 
	display:none; 
	opacity:0; 
	list-style:none; 
	border-top:1px solid #cbcbcb;
}

ul.nav li.navlinksub ul li {
	position:relative;
	width:157px; 
	margin:0;
	border-top:0px;
	border-bottom:0px;
}

ul.nav li.navlinksub ul li a {
	display:block; 
	padding:5px 0 5px; 
	font-size:16px; 
	border:none !important; 
	background-color:rgba(17, 17, 17, 0.50);
}

ul.nav li.navlinksub ul li a:hover {
	background-color:#222; 
	color:#FFF;
}

ul.nav li.navlinksub:hover ul{
	opacity:100; 
	display:block;
}
DIV#bg-slideshow {
overflow: hidden;
position: fixed;
z-index: 50;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-background-clip: padding-box !important;
background-clip: padding-box !important;
}

DIV#bg-slideshow img {
	position: absolute;
}