@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #181818;
	letter-spacing: .03em;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(images/bkgd.jpg);
	background-repeat: no-repeat;
	height: 600px;
} 
.twoColFixLtHdr #header {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 75px;
}
.twoColFixLtHdr #container #sidebar1 #sideLinks {
	height: 190px;
}
#address {
	height: 170px;
}
#sidebar1   .currentLink  {
	color: #FCD44E;
	font-size: 16px;
	cursor: default;
}
.twoColFixLtHdr #mainContent {
	padding-top: 50px;
	float: right;
	width: 496px;
	padding-right: 64px;
} 
.twoColFixLtHdr #videoContent {
	padding-top: 48px;
	float: right;
	width: 496px;
	padding-right: 64px;
	text-align: center;
}
#container #videoContent #videoHolder img {
	padding-bottom: 8px;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	line-height: 36px;
}
a:hover {
	font-size: 14px;
}
a:active {
	font-size: 16px;
	color: #FCD44E;
}
.boldCallout     {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FCD44E;
	font-size: 16px;
	text-align: center;
}
.homeText {
	font-size: 12px;
	line-height: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.yellowType {
	color: #FCD44E;
	font-size: 12px;
	line-height: 1.5em;
}
#mainContent #services1 {
	width: 235px;
	padding: 0px;
	float: left;
	line-height: 1.6em;
	font-size: 11px;
}
#mainContent #services2 {
	width: 225px;
	float: right;
	font-size: 11px;
	line-height: 1.6em;
	padding-right: 15px;
}
#services2  li  {
	list-style-type: none;
	list-style-image: url(images/bullet-grey.gif);
	list-style-position: outside;
	margin-left: 0px;
	letter-spacing: 0em;
}
#services2 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#services1 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#services1 li {
	list-style-type: none;
	list-style-image: url(images/bullet-grey.gif);
	list-style-position: outside;
	margin-left: 0px;
	letter-spacing: 0em;
}
#mainContent img {
	padding-top: 25px;
}
#mainContent #textMiddle {
	width: 400px;
	padding-left: 50px;
	padding-top: 50px;
}
#mainContent a:link, #mainContent a:visited{
	font-weight: bold;
	color: #FCD44E;
	font-size: 12px;
	line-height: 20px;
}
#mainContent img {
	border: 0px none;
}
#mainContent a:hover, #mainContent a:active{
	font-size: 12px;
	text-decoration: underline;
	line-height: 20px;
}
#sidebar1 #tonijn {
	font-size: 12px;
	letter-spacing: 0.1em;
	height: 50px;
}
#sidebar1  #tonijn  a:hover, #sidebar1  #tonijn  a:active {
	color: #FCD44E;
	font-size: 12px;
}
.twoColFixLtHdr #wrapper {
	margin: 0 auto;
	width: 450px;
}
#motto {
	font-size: 12px;
	line-height: 27px;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FCD44E;
	border-bottom-color: #FCD44E;
	border-right-color: #181818;
	border-left-color: #181818;
	padding-top: 25px;
	padding-bottom: 25px;
	letter-spacing: .1em;
	margin-top: 15px;
}
#container #mainContent #rally {
	z-index: 500;
	position: relative;
	top: -395px;
}
#container #mainContent #underContent {
	z-index: 10;
}

