@charset "UTF-8";
/* CSS Document */

html, body, p, h1, h2, h3, h4, h5, h6, form, a, div, img, blockquote {
border:0 none;
margin:0;
padding:0;
}

body
{
	background-color: #009ad5;	
	background-image: url(../images/bg-repeat.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}



#container
{
	width: 851px;
	margin: auto;
}

#innercontainer
{
	float:left;
	display: inline;
	margin-left: 13px;
	width: 850px;
	background-color:#FFF;
}

#header
{
	float: left;	
}

#headertop
{
	height: 49px;
	background-repeat: repeat-x;
	background-image:url(../images/headertop.gif);
	float:left;
	width: 851px;
}

/* header items */

#tel
{
	width: 	407px;
	height: 40px;
	float:left;
	display: inline;
	background-image:url(../images/telnumber.gif);
	background-repeat: no-repeat;
}

#headerdiv
{
	float:left;
	display: inline;
}

#email
{
	
	width: 398px;
	height: 40px;
	float:left;
	display: inline;
	background-image:url(../images/email.gif);
	background-repeat: no-repeat;
}

#nav
{
		float:left;
}
#middleimageHome
{
	height: 273px;
	width: 850px;
	background-image: url(../images/headerimgHome.jpg);
	background-repeat: no-repeat;
	clear:left;
	z-index: 99;
}

#middleimageSub
{
	height: 135px;
	width: 850px;
	background-image:url(../images/headerimgOther.jpg);
	background-repeat: no-repeat;
	clear:left;
	z-index: 99;
}
/* main body */
#mainbody
{
	background-color:#FFF;
	background-image:url(../images/circlebg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	clear: both;
}

#krisHead
{
	float:left;
height:356px;
margin:-295px 0 0 -60px;
width:295px;
background-image:url(../images/krisHead.gif);
background-repeat:no-repeat;
z-index: 999;
}

#SmallkrisHead
{
	background-image:url(../images/krisheadSmall.png);
background-repeat:no-repeat;
float:left;
height:191px;
margin:-160px 0 0 10px;
width:158px;
z-index:999;
}

#pagetitle
{
	display:inline;
float:left;
margin:-40px 0 0 250px;
}

#pagetitleSub {
display:inline;
float:left;
margin:0;
}

#contentbg
{
	background-image:url(../images/footerbg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	clear:left;
	width: 850px;
	min-height: 400px;
}

#content
{
	clear:left;	
	overflow: hidden;
	padding: 0 20px 0 20px;
}


/* footer */
#footer
{
	clear: both;
	background-color:#000;	
	padding-left: 15px;
}

/* page images */

.imgleft
{
	float:left;
	margin: 0 5px 5px 5px;
}

.clearboth
{
	clear:both;	
}

/* set images with big borders */
.imgBigleft
{
	float:left;
	border:  10px solid #FFF;
	margin: 0 10px 10px 0;
}

.imgBigright
{
	float:right;
	border:  10px solid #FFF;
	margin: 0 0 10px 10px;
}