body {
	font-family: arial, helvetica, serif;
	background-color:black;
	margin:0px;
	padding:0px;
}

a{
	cursor:pointer;
}

.wrapper
{
	background-image:url(../images/Backgroundweb.jpg);
	width:1000px;
	height:665px;
	position:absolute;
	margin-left:-500px;
	margin-top:0px;
	padding:0px;
	left:50%;
}

.sidebar
{
	float:left;
	height:500px;
	width:300px;
}

.header
{
	padding:20px;
	width:263px;
	
}
.navigation
{
	float:left;
	margin-left:77px;
	margin-top:117px;
}
.contentwrapper
{
	float:left;
	height:479px;
	margin-left:78px;
	margin-top:17px;
	width:444px;
	color:MidnightBlue;
}
.contentwrapper h1
{
	margin:0px;
	padding:0px;
}
#content
{
	float:left;
	height:459px;
	overflow:hidden;
	width:444px;
	color:MidnightBlue;
}
#textinside
{
	color:MidnightBlue;	
	background-color:none;
}
.button
{
	height:22px;
	text-align:right;
}
.picswrapper
{
	color:MidnightBlue;
	float:left;
	height:520px;
	margin-left:40px;
	margin-top:40px;
	padding:10px;
	width:420px;
	text-align:center;
}
.slideboxwrapper
{
	float:left;
	height:595px;
	margin-top:6px;
	text-align:center;
	margin-left:71px;
}
.slidebox
{
	border:1px solid white;
	height:594px;
	overflow:hidden;
	padding:0 5px;
	width:100px;
}
.slide
{
	border: 1px solid white;
	text-align: center;
	padding: 5px;
	margin-top:5px;
	margin-bottom:5px;
	height:77px;
}
.slide img
{
	padding: 0px;
	margin: 0px;
}
.slidehover
{
	border: 1px solid teal;
	text-align: center;
	padding: 5px;
	margin-top:5px;
	margin-bottom:5px;
}
.contact
{
	margin-top:19px;
	color:midnightblue;
}
.address 
{
	margin-top:30px;
}
.address p
{
	margin: 2px 0px;
}
.contactelementsl
{
	clear:left;
	width:115px;
}
.contactelementsr
{
	float:left;
}
.contact form
{
	margin:0px;
}
.contact label
{
	margin-right:5px;
	vertical-align:top;
}
.contact input
{
	color: white;
	background-color:midnightblue;
	border:teal 1px solid;
	padding:2px;
}
.contact textarea
{
	font-family: arial, helvetica, serif;	
	color: white;
	background-color:midnightblue;
	border:teal 1px solid;
	height:200px;
	width:330px;
	padding:2px;
	
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 6em;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 5em;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 4.05em;
	margin-top : -1.25em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	color:white;
	display:block;
	font-weight:bold;
	padding:0 0.5em;
	text-decoration:none;
	width:3.1em;
}

#navx li a:hover {
	color : teal;
}

#navx li:hover ul ul, #navX li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#navX li:hover ul, #navX li li:hover ul, #navX li li li:hover ul, #nav li.sfhover ul, #nav li li.shover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
