/* layout */ 
html, body { 
 margin: 0; 
 padding: 0; 
 text-align: center; 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.0em;
 line-height: 1.3;
 background-color:#eeeeee;
}
img { border-width:0px}

/* index page styling */
.index .pagewidth { 
 width: 980px; 
 text-align: left;  
 margin-left: auto; 
 margin-right: auto;  
} 
 
.index .header {
 position: relative; 
 height: 326px; 
 width: 100%;
} 
.index .interiorHeader {
 position: relative; 
 height: 233px; 
 width: 100%;
} 
 
.index .leftcol {
 width: 249px;
 float: left; 
 position: relative; 
}
 
.index .maincol {
 float: left; min-height:300px;
 border-left:solid 1px #ccc;
 display: inline; 
 position: relative; 
 z-index: 1; 
 width: 650px;
 padding-left:10px;
 margin-left: 10px;
 background:transparent
}
/* end index page layout */
/* inner page layout */
 
.pagewidth { 
 width: 980px; 
 text-align: left;  
 margin-left: auto; 
 margin-right: auto;  
} 
 
.header {
 position: relative; 
 height: 326px; 
 width: 100%;
 background: transparent url(../images/head_bg.jpg) center top no-repeat;
} 
.interiorHeader {
 position: relative; 
 height: 233px; 
 width: 100%;
 background: transparent url(../images/headInterior_bg.jpg) center top no-repeat;
} 
.nav {
 width: 980px;
 background: transparent url(../images/body_bg.png) center bottom repeat-y;
 height: 72px;
 margin: 0;
 display: block;
}
.wrapper {
 width: 100%; 
 display: block; 
 overflow: hidden; 
 font-size: 90%;
 background: transparent url(../images/body_bg.png) center center repeat-y;
}
.leftcol {
 width: 249px; 
 float: left; 
 position:relative; 
 margin: 0 0px 0 24px;
}
 
.twocols {
 width: 730px; 
 float: right; 
 position: relative; 
}
 
.rightcol {
 width: 200px; 
 float: right; 
 position: relative; 
 right: 40px;
}
 
.maincolInside {
 float: left;
 display: inline; 
 position: relative; 
 width: 440px;
 padding-top: 15px;
 margin-left: 10px;
}
 
.footer {
 height: 100px; 
 clear: both;
 background: transparent url(../images/footer_bg.png) center top no-repeat;
 padding-top: 20px;
} 
 
.maincol div.contentbox {
 width: 350px !important; 
 height: 220px !important;
 display: table-cell;
 list-style: none;
 position: relative; 
 float: left; 
 clear: none;
 margin: 3px 1px;
 background: transparent url(../images/contentbox_bg.jpg) center top no-repeat;
}

 /* *** Float containers fix *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
 
.clearfix { display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */  

/* end layout */

/* styles */

.interiorHeader .interiorPagePhoto { float: left; clear: none; top: 9px; left: 285px; position: absolute; }
.interiorHeader img.logo { float: left; clear: none; top: 50px; left: 30px; position: absolute; width: 200px; height: 160px;}

.footer p.willkessel { text-align: center; font-size: 10px; position:relative; top:20px; left:20px; width:940px}
/* end styles */

