/*************************************************/
/* Front Page Banner Tags                        */
/*************************************************/

#front-page-banner
{
	position: absolute;
	top: 182px;
	left: 0px;
	width: 959px;
	height: 378px;
	background-image: url('images/background-worker.jpg');
	display: none;
}

#front-page-banner #front-page-image
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 959px;
	height: 378px;
	display: none;
}
#front-page-banner #headline-block
{
	position: relative;
	background-color: #252525;
	background-color: rgba(37, 37, 37, 0.70);
	width: 390px;
	height: 175px;
	top: 203px;
	left: 569px;
	z-index: 999;
}
#front-page-banner #headlines div
{
	margin: 10px 10px 0px 10px;
	color: white;
	position: absolute;
	top: 0px;
	left: 0px;
}
#front-page-banner #headlines > div
{
	display: none;
}
#front-page-banner #headlines h1
{
	font-size: 20px;
	margin: 0px; 
	padding: 0px;
	color: #37bdb0;
	text-shadow:0px 0px 20px #37bdb0;
	text-transform: uppercase;
}
#front-page-banner #navbuttons
{
	position: absolute;
	top: 140px;
	left: 230px;
}
#front-page-banner #headlines p
{
	margin: 4px 0px 5px 0px;
}
#front-page-banner #navbuttons .circle
{
	width: 17px;
	height: 17px;
	border-radius: 50%;
	display: block;
	background-color: white;
	box-shadow: inset 0 0 5px #000000;
	float: left;
	margin-left: 12px;
	cursor: pointer;
}
#front-page-banner #navbuttons .selected
{
	background-color: #37bdb0;
}
#front-page-banner #headlines p
{
	max-height: 65px;
	overflow: auto;
}
#main 
{ 
	top: 378px; 
	padding-bottom: 378px; 
}

#main #content
{
	width: auto !important;
	margin-top: 0px !important;
	float: none !important;
	margin-right: 10px !important;
}

#main-top
{
	margin-top: 0px !important;
	margin-bottom: 10px;
}

#main-top .box-link
{
	margin-right: 10px;
}
.right-bar
{
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}