@charset "UTF-8";
html {
	height: 100%;
}
body  {
	/* behavior: url("csshover.htc"); */
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/body_bg.gif) repeat-x left top;
	height: 100%;
}
p {
	line-height: 1.5em;
}

.twoColFixLtHdr #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/00_bg.gif) no-repeat center top;
	position: relative;
	height:100%;
	/* height: 769px; */
} 
.twoColFixLtHdr #header {
	text-align: left;
	background: url(../images/header_bg.gif) no-repeat left bottom;
	margin: 0px;
	width: 1024px;
	height: 85px;
} 
.twoColFixLtHdr #header h1 {
	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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 330px;
	margin: 0px 0px 0px 60px;
	padding: 15px 35px 25px 30px;
}

.twoColFixLtHdr #mainContent {
	float: none;
	margin: 0px 0px 0px 455px;
	padding: 0px 100px 0px 110px;
	width: 365px;
} 
.twoColFixLtHdr #mainContent h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -0.5em;
} 

.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;
}
.twoColFixLtHdr #imgplaceholder {
	margin-top: 25px;
	margin-bottom: 40px;
	margin-left: -16px;
	height: 350px;
	width: 376px;
	vertical-align: bottom;
}
.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;
}

/* toolbar */

.twoColFixLtHdr #header #toolbar {
	margin: 0px auto;
	height: 85px;
	width: 1024px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 60px;
}

/* navbar images */

#imgplaceholder #navimg {
	display: block;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	height: auto;
	width: 8px;
	float: left;
	position: relative;
	overflow: hidden;
	bottom: 0px;
}
#navimg a {
	color: #000;
	
}

/*
#navimg a:hover, #navimg a.selected {
	background-position: 0px -24px;
}
*/

#navimg li {
	padding: 0px;
	height: 8px;
	width: 8px;
	overflow: hidden;
	display: block;
	margin-bottom: 8px;
	background-image: url(../images/img_but.gif);
	background-repeat: no-repeat;
	}

#imgplaceholder #slideshow {
	position: relative;
	bottom: 0px;
}
.link {
	margin: 0.3em 0px 0px;
	padding: 0px;
}
.link a, .link a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.link a:hover {
	color: #666;
	text-decoration: none;
}
.projectimg {
	padding: 0px;
	float: left;
	width: 250px;
	margin: 0px 30px 30px 0px;
	clear: none;
	height: 188px;
	background-color: #999;
}
.projectimg img {
	margin-bottom: 5px;
}

.projectimg a, .projectimg a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.projectimg a:hover {
	color: #666;
	text-decoration: none;
}

.twoColFixLtHdr #tekening {
	clear: none;
	float: left;
}
#sidebar1 span.vet {
	font-weight: bold;
}
.twoColFixLtHdr .bureauimg {
	margin: 10px 0px 0px 73px;
}

img#slideshow{
	cursor: hand;
	cursor: pointer;
}
/*
#sidebar1 li {
	list-style: outside;
	margin-left: 25px;
}
*/
.twoColFixLtHdr #cham li {
	list-style: disc inside;
	line-height: 1.5em;
}
