body{
	/*background: url(images/bg.png);
	height: 100%;
	opacity: .5;*/
}

.career{
	min-height: 700px;
}
	
.allcontentwrap{
	margin-left: auto;
	margin-right: auto;
}

.navigation{
	list-style: none;
	float: right;
	margin-right: .5em;
	margin-top: 23px;
	margin-bottom: -25px;
	line-height: 78px;
}

.navigation li {
	display: inline-block;
	float: left;
	margin-right: 1px;
}
	.navigation li  a{
		padding: 10px 15px;
		border-top: 1px solid silver;
		border-right: 1px solid silver;
		border-left: 1px solid silver;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		background-color: #000000;
		vertical-align: middle;
		text-decoration: none;
		color: #f4f4f4;
	}
	.navigation li  a:hover{
		/*background-color: #263F50;*/
		background-color: #0090c5;
	}
	
#active a,
#active a:hover,
#active a:focus,
#active a:active{
	font-weight: bold;
    color: silver;
	background-color: white;
}
#content{
	width: 800px;
	display: block;
	float: left;
}

#myCarousel{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#leftcontrol,
#rightcontrol{
	background-image: none;
	background-color: none;
}

.item img{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	max-height: 280px;
}


.panel{
	border: 1px solid silver;
	background-color: #f4f4f4;
	padding: 10px;
}
#tabsection{
	height: 20px;
	margin-bottom: .47em;
}

.selected{
	/*text-shadow: -1px -1px 30px #000;*/
	color: green;
	font-weight: bold;
}

.contentTab{
	list-style: none;
	z-index: -1;
}
	.contentTab li {
		display: inline-block;
		float: left;
		margin-right: 1px;
		padding: 5px 30px;
	}
	.contentTab li a{
		text-decoration: none;
	}
	.contentTab li a:hover{
		color: green;
		/*text-shadow: -1px -1px 30px #000;*/
	}
	.contentTab li a:active{
		background-color: white;
	}
	/*.contentTab li a{
		padding: 5px 10px;
		border-top: 1px solid silver;
		border-right: 1px solid silver;
		border-left: 1px solid silver;
		border-bottom: 1px solid silver;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		background-color: #f4f4f4;
		vertical-align: middle;
		text-decoration: none;
		color: #006699;
	}*/

.contentWrap{
	border: 1px solid silver;
	padding: 10px;
	height: 500px;
	width: 800px;
	overflow: auto;
}

/*#currenttab a,
#currenttab a:hover,
#currenttab a:focus,
#currenttab a:active{
	font-weight: bold;
    color: silver;
	background-color: white;
	border-bottom: 0;
	box-shadow:         1px 20px 0px 0px rgba(255, 255, 255, 1);
}*/