*
{
	font-family: verdana;
	font-size: 10px;
}
#container
{
	position: absolute;
	left: 50%;
	margin-left: -362px;
	top: 20%;
	width: 725px;
}
#redContainer
{
	width: 724px;
	height: 210px;
}
#leftSide
{
	width: 543px;
	height: 204px;
	float: left;
	background-color: ed1c24;
}
#rightSide
{
	float: right;
	width: 180px;
	height: 210px;
}
#topSide
{
	height: 163px;
	width: 723px;
	margin: 0px;
	margin-bottom: 1px;
	padding: 0px;
	background-color: #ed1c24;
}
#bottomSide
{
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 724px;
}
.redBar
{
	width: 180px;
	height: 40px;
	background-color: #ed1c24;
	float: left;
	margin-bottom: 1px;
	margin-right: 1px;
	text-align: center;
}
.redBarContact
{
	text-align: right;
	width: 180px;
	height: 122px;
	background-color: #ed1c24;
	float: right;
	margin-bottom: 1px;
	margin-right: 1px;
	color: white;
}
.redBarContact p
{
	padding: 0px;
	margin: 0px;
	padding-right: 5px;
	padding-top: 3px;
	font-size: 10px;
}
#verbruggenLogo
{
	width: 180px;
	height: 40px;
	background-color: #ed1c24;
	float: left;
}
#bottomMenu
{
	width: 724px;
}
#bottomMenu a
{
	color: #858585;
	text-decoration: none;
}
#topMenu
{
	margin:1px;
}
#topMenu a
{
	color: black;
	text-decoration: none;
	color: #858585;
}
.specialRed
{
	color: #ed1c24;
	font-weight: bold;
}
#content
{

}
#content a
{
	color: #858585;
	text-decoration: none;
}
#buttonsSlide
{
	color: white;
	font-size: 15px;
	font-weight: bold;
}

#buttonsSlide a
{
	color: white;
	text-decoration: none;
	font-size: 20px; 
}
.TextColumn
{
	float: left;
	width: 230px;
	margin-right: 10px;
}
.TextColumn p 
{
	padding:4px;
	color: white;
	font-size: 10px;
	color: black;
	text-align: justify;
}
.stepcarousel
{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 543px; /*Width of Carousel Viewer itself*/
height: 204px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/ 
padding: 0px;
width: 272px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 210px;
} 