/*---------- site map rules ----------*/

BODY {
	
	background-color: #d9c4a3;
	padding: 0px;
	margin: 0px;
}


/*---------- text rules ----------*/
p { font: 9pt Arial, sans-serif;	
	color: #000;
	margin: 0px;
	padding: 0px;
}
li {
	font: 9pt Arial, sans-serif;	
	color: #5d5e5e;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
a {
	color: #0f6974;
}

h1 { font: 24pt Hamptons BF, Century Gothic, Arial;	
	color: #1594a2;
	text-align: center;
}

.home-page h1{
	display: none;
}
h2 { font: 16pt Hamptons BF, Century Gothic, Arial;	
	font-weight: bold;
	color: #0B4D55;
}
h3 { font: 12pt Arial, sans-serif;	
	color: #6a4239;
	font-weight: bold;
}





#pagewrap {
	
	width: 909px;
	height: 638px;
	margin: 0px auto 0px auto;
	padding: 25px 0px 0px 0px;
	
}

#web_page {
	background-image: url("/images/ksbod.jpg");
	background-repeat: repeat-y;
	float: left;
	width: 909px;
	margin: 0px 0px 0px 0px;	
}

#header {
	background-image: url("/images/kshead.jpg");
	background-repeat: no-reapeat;
	padding: 0px;
	font: 30px arial;
	height: 121px;
	width: 909px;
    
}



#footer {
	background-image: url("/images/ksfoot.jpg");
	background-repeat: no-reapeat;
	clear: both;
	width: 909px;
	height: 121px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font: 8pt arial, sans-serif;
}

#footer p {
	margin-left: 40px;
}

#copyright {
	margin-top: 10px;
	text-align: center;
	color: #C3C3C3;
}
#copyright A {
	color: #C3C3C3;
	text-decoration: none;
}

#gemside {
	position: absolute;
	
	width: 209px;
	height: 500px;
	margin: 0px;
	margin-top: 90px;
	left: 12px;
	
}





/*---------- navigation rules ----------*/
#main_nav {
	width: 750px;
	border-top: 1px solid #611300;
	border-bottom: 1px solid #611300;
	padding: 0px 25px 0px 25px;
	margin-left: 50px;
}


#main_nav UL {
	margin: 0px;
	padding: 0px;
	text-align: center !IMPORTANT;
	
}
#main_nav UL LI {
	display: inline;
}




#main_nav A {
	
	font: 14pt Hamptons BF, Century Gothic, Arial;
	text-decoration: none !IMPORTANT;	
	font-weight: bold !IMPORTANT;
	color: #59b4bf;
	padding: 0px 15px 0px 16px;
}



#main_nav UL LI A:hover {
	color:  #611300;

}


/*----subnav rules -----*/




#sub_nav {
	width: 800px;
	padding: 0px 25px 0px 0px;
	margin-left: 50px;
	clear: both;
}


#sub_nav UL {
	margin: 0px;
	padding: 0px;
	text-align: center !IMPORTANT;
}

#sub_nav LI {
	display: inline;
}




#sub_nav A {
	float: left;
	background-image: url("/images/bullet07.gif");
	background-repeat: no-repeat;
	font: 18pt Hamptons BF, Century Gothic, Arial;
	text-decoration: underline !IMPORTANT;	
	color: #611300;
	padding: 0px 15px 0px 16px;
}


#sub_nav UL LI A:hover {
	color: #0B4D55;

}

#sub_nav-1 A {
	background-image: none !IMPORTANT;
	padding: 0px 9px 0px 0px!IMPORTANT;
}


/*---------- content rules ----------*/

#content {

	clear: left;
	width: 915px;
	float: left;
} 

/*---------- spacer rules: nested under content - this ensures a minimum height for the screen size ----------*/

#spacer {
	float: left;
	height: 500px;
	width: 1px;
}


	
/*---------- center rules: nested under content -----*/

#center {
	float: left;
	width: 550px;
	margin: 0px 0px 0px 150px;
	padding-bottom: 10px;
	
	}
	
/*---------- centerhome rules: nested under content -----*/

#centerHome {
	float: left;
	width: 390px;
	margin-left: 50px;
	margin-right: 10px;
	}
	
/*---------- righthome rules: nested under content -----*/

#rightHome {
	float: left;
	width: 400px;
	}
	
#right1 {
	background-image: url("/images/right1.jpg");
	background-repeat: repeat-x;
	border: 1px solid #bca98c;
	background-color: #ded0bb;	
	padding: 5px;
	margin-bottom: 10px;
}

#right1 a {
	background-image: url("/images/homnav.jpg");
	background-repeat: no-repeat;
	width: 185px;
	background-color: #59b4bf;	
	color: #fff;
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
}

#right1 a:hover {
	background-image: none !IMPORTANT;
	background-color: #bca98c !IMPORTANT;
}

	
/*---------- homeGallery rules: nested under content -----*/

#homeGallery {
	width: 700px;
	margin: 10px 0px 0px 140px;
	padding: 10px 0px 0px 0px;
	}
	
#gallery {
	width: 600px;
}	

#gallery img {
	width: 130px;
	clear: left;	
}
	
.gallery_entry {
	width: 200px !IMPORTANT;
	float: left !IMPORTANT;
	height: 200px;
}

.gallery_photo  {
	width: 160px;
	
}


gallery_caption {
	width: 150px;	
}
	