/* Smisa Revamp June 2009 */

* { margin:0; 
  	padding:0; }
  
  /* Page Background */
body {
    background:#a0a0a0 url(../img/pattern.png)  0 0;
    font-family: sans-serif;
}

/* header information */
#header {
	background:url(../img/header2.png) no-repeat 0 0;
	width: 639px;
	height:142px;
	text-align: right;
	margin:0 auto 0  auto;
	color: #ffffff;
}

#header h1{
	margin-left:10px;
	font-size: 1em;
}

/* Main Section */
#section_body{
	background: #ffffff url(../img/section-bg.png)  0 0; 
	margin: 0 auto 0 auto;
	width: 639px;
	z-index: -1;
}

#section_body h2{
	background: url(../img/sectionheader.png) no-repeat 0 0;
	width: 217px;
	height: 52px;
	z-index: 1;
	margin-top:10px;
	position: relative;
	right: 20px;
	color: #ffffff;
	text-indent: 20px;
}

#section_text_header{
	background: url(../img/textheader.png) no-repeat 0 0;
	width: 475px;
	height: 19px;
	position:relative;
	left:10px;
}

#section_text{
	background: #ffffff;
	width: 465px;
	border: 5px solid #ffffff;
	font-size:12px;
	position:relative;
	left:10px;
	text-indent:0px;
}

#section_text h3, h4{
	padding-top:5px;
}

#section_text h5{
	padding-top:5px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}

#section_text td {
	padding:5px;
}
#section_text_footer{
	background: url(../img/textfooter.png) no-repeat 0 0;
	width: 475px;
	height: 19px;	
	padding-bottom: 20px;
	position:relative;
	left:10px;
}

/*Sidebar */

.sidebar {
	float:right;
}


/*footer*/

#footer{
	width: 639px;
	background: url(../img/footer.png) no-repeat 0 0;
	margin: 0 auto 0 auto;
	text-align:center;
	font-size: 11px;
	padding-top: 5px;
	height:40px;
	color: #ffffff;
}


#front_img {
	text-align:center;
	background: url(../img/office.JPG) no-repeat 0 0;
	height:300px;
	width:550px;
}

#board_john{
	background: url(../img/board/JohnStevenson.JPG) no-repeat 0 0;
	width:410px;
	height:307px;
}

#board_dean{
	background: url(../img/board/DeanFoss.JPG) no-repeat 0 0;
	width:410px;
	height:307px;
}

#board_jason{
	background: url(../img/board/JasonKidd.JPG) no-repeat 0 0;
	width:410px;
	height:307px;
}

#board_larry{
	background: url(../img/board/LarryErber.JPG) no-repeat 0 0;
	width:410px;
	height:307px;
}

#board_ralph{
	background: url(../img/board/RalphKaay.JPG) no-repeat 0 0;
	width:410px;
	height:307px;
}

#board_geoff{
	background: url(../img/board/GeoffPropp.JPG) no-repeat 0 0;
	width:410px;
	height:307px;
}

#board_sharla{
	background: url(../img/board/SharlaKrystyniak.JPG) no-repeat 0 0;
	width:410px;
	height:307px;
}

#board_angela{
	width:410px;
	height:307px;
	
}

/* Bullet List fix for bullets appearing outside border */
ul
{
  list-style-type: disk;
  list-style-position: inside;
}

