@charset "utf-8";
/* CSS Document */

body{
	font-size:16px;
	background-color:#fff;
	color:#000;
	line-height:1.5;
	font-family: 'BernhardGothicBQRegular';
  }
  
@font-face {
	font-family: 'BernhardGothicBQRegular';
	src: url('../font/bernhard-gothic-light-webfont.eot');
	src: local('☺'), url('../font/bernhard-gothic-light-webfont.woff') format('woff'), url('../font/bernhard-gothic-light-webfont.ttf') format('truetype'), url('../font/bernhard-gothic-light-webfont.svg#webfontkHL6lFZY') format('svg');
	font-weight: normal;
	font-style: normal;
}


#centered-wrapper{
	background-color:#fff;
margin: 20px auto;
text-align:left;
width:950px;
height:auto;
position:relative;
}

#inner-wrapper{
	background-color:#fff;
padding-bottom:0px;
height:auto;
width:950px;
float:left;
display:inline;
}

#header{
	width:100%;
	height:auto;
	float:left;
	display:inline;
	
	-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;

-webkit-box-shadow: 25px 0px 35px #000;
-moz-box-shadow: 25px 0px 35px #000;
box-shadow: 25px 0px 35px #000;
}

#logo{
	width:30%;
	height:auto;
	float:left;
	display:inline;
	margin-left:70px;
}

#nav{
	width:50%;
	height:auto;
	float:left;
	display:inline;
	text-align:right;
	word-spacing:20px;
	margin-top:110px;
}

#nav li{
	list-style-type:none;
	display:inline;
}

#nav a:link{
	color:#000;
	text-decoration:none;
}
#nav a:visited{
	color:#000;
	text-decoration:none;
}
#nav a:hover{
	color:#000;
	background-color:#999;
	text-decoration:none;
}
#nav a:active{
	color:#000;
	text-decoration:none;
}

#content{
	width:100%;
	height:450px;
	float:left;
	display:inline;
	padding-left:40px;
}

#content2{
	width:100%;
	height:auto;
	float:left;
	display:inline;
	margin-bottom:40px;
	text-align:center;
}

#port a:link{
	color:#000;
	text-decoration:none;
}
#port a:visited{
	color:#000;
	text-decoration:none;
}
#port a:hover{
	color:#000;
	text-decoration:none;
}
#port a:active{
	color:#000;
	text-decoration:none;
}

#footer{
	width:100%;
	height:auto;
	float:left;
	display:inline;
	margin-bottom:50px;
	
	-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;

-webkit-box-shadow: 25px 0px 35px #000;
-moz-box-shadow: 25px 0px 35px #000;
box-shadow: 25px 0px 35px #000;

}

li{
	list-style-type:none;
}

#footer a:link{
	color:#000;
	text-decoration:none;
}
#footer a:visited{
	color:#000;
	text-decoration:none;
}
#footer a:hover{
	color:#000;
	text-decoration:none;
}
#footer a:active{
	color:#000;
	text-decoration:none;
}

#small{
	text-align:center;
	font-size:12px;
}

#copyright{
	width:21%;
	padding-left:40px;
	margin-right:75px;
}

.parts{
	width:33.1%;
	height:auto;
	float:left;
	display:inline;
}

#extracode{
	width:100%;
	height:auto;
	float:left;
	display:inline;
	margin-left:40px;
}

h2{
	text-align:center;
}

h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
}

#text{
	width:30%;
	height:auto;
	float:left;
	display:inline;
}

#slideshow{
	width:65%;
	height:auto;
	float:left;
	display:inline;
	padding-left:40px;
	margin-top:20px;
}

#slider{
	width:550px;
	height:370px;
}

#portteaser a img {
	text-decoration: none;
	border: 0 none;
	-webkit-box-shadow: 7px 7px 10px #999 ;
-moz-box-shadow: 7px 7px 10px #999 ;
box-shadow: 7px 7px 10px #999 ;
	}
	
	#port a img {
	text-decoration: none;
	border: 0 none;
	-webkit-box-shadow: 7px 7px 10px #999 ;
-moz-box-shadow: 7px 7px 10px #999 ;
box-shadow: 7px 7px 10px #999 ;
margin-top:10px;
margin-bottom:10px;
	}
	
	.link{
	border:1px outset #fff;
	text-decoration:none;
	color:#000;
	
	-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 0px;

-webkit-box-shadow: 5px 0px 10px #000;
-moz-box-shadow: 5px 0px 10px #000;
box-shadow: 5px 0px 10px #000; 


}

#directorytable{margin-top:40px;
}



