/*
 * HTML styles.
 */
body {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #6b3507;
	background: #ffffff;
	height: 100.01%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
a, a:link, a:visited  {
	color: #8c5c2a;
	text-decoration: none;
	font-weight: bold;
}
a:active, a:hover {
	color: #bd611f;
	text-decoration: underline;
	font-weight: bold;
}
p {
	padding: 0px 25px 25px 25px;
}

h1 {
    font-size: 16px;
    font-weight: bold;
	width: 95%;
    text-align: right;
    color: #ffffff;
	background-color: #6b3507;
	line-height: 20px;
	padding-right: 30px;
	margin-bottom: 25px;
}

h2 {
	padding: 0 25px 25px 25px;
	font-weight: bold;
	color: #6b3507;
	background-color: #ffffff;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #eb322d;
    margin-top: 15px;
}
#content ul {
    margin: 5px 0px;
}
#content ul li {
    margin-left: 50px;
	margin-bottom: 10px;
    list-style-type: square;
}

#content ul li ul {
	margin-bottom: 20px;
	margin-left: -30px;
}

#content ul li ul li {
	list-style-type: circle;
}



ol {
	margin: 15px 0px;
}
ol li {
	margin-left: 30px;
	list-style-type: decimal;
	padding: 3px 0 4px 0;
}

strong {
	font-weight: bold;
}

sup {
	font-size: 8px;
	vertical-align: top;
	color:#000000;
}

em {
	font-style:italic;
}

table {
	font-size: 11px;
}

td {
	padding: 6px 3px 6px 3px;
}

th { 
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

img.frame {
	border: 1px solid #63452a;
}


/*
 * Block definitions.
 */
#container {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
	#header {
	height: 35px;
	text-align: right;
	word-spacing: 1em;
	margin-right: 5px;
	font-weight: bold;
	}
		#header span {
			word-spacing: normal;
			}
	#contentContainer {
		clear: both;
		background: #d4b88d;
		border: 1px solid #6b3507;
		min-height:600px;
  		height:auto !important;
  		height:600px;
	}
	
		#index_photos {
			margin-top: 60px;
			margin-left: 35px;
			margin-right: auto;
			text-align: left;
			height: 381px;
			width: 850px;
			clear: both;
		}
			#king_title {
				position: absolute;
				top: 46px;
				margin-left: 418px;
			}
			
			body #nav {
				float: left;
				background: #EFD294 url(../images/slogan.gif) no-repeat right bottom;
				border: 1px solid #6b3507;
				height: 381px;
				width:189px;
				text-align: right;	
				margin-right: 7px;				
			}
			html>body #nav {
				margin-right: 10px;				
			}
				#nav ul {
					font-size: 16px;
				}
					#nav ul li{
					list-style-type: none;
					margin-top: 6px;
					display: block;
					height: 50px;
					width: 189px;					
					}
						#nav ul li a:link, #nav ul li a:visited{
						position: relative;
						display: block;
						height: 50px;
						width: 189px;
						}
							#nav ul li a#about_us {
							background: url(../images/about_us.gif) no-repeat 0 0;
							}
							#nav ul li a#about_us:hover,#nav ul li#about_us_on {
							background: url(../images/about_us.gif) no-repeat -189px 0;
							}
							#nav ul li a#services {
							background: url(../images/services.gif) no-repeat 0 0;
							}
							#nav ul li a#services:hover,#nav ul li#services_on {
							background: url(../images/services.gif) no-repeat -189px 0;
							}
							#nav ul li a#gallery {
							background: url(../images/gallery.gif) no-repeat 0 0;
							}
							#nav ul li a#gallery:hover,#nav ul li#gallery_on {
							background: url(../images/gallery.gif) no-repeat -189px 0;
							}
							#nav ul li a#index {
							background: url(../images/index.gif) no-repeat 0 0;
							}
							#nav ul li a#index:hover,#nav ul li#index_on {
							background: url(../images/index.gif) no-repeat -189px 0;
							}
			#photo_01 img {
				border: 1px solid #6b3507;
				}
			#photo_02_03 {
				position: absolute;
				margin-left: 413px;
				width: 184px;
				top: 106px;
				}
				#photo_02_03 img {
				border: 1px solid #6b3507;
				}
				#photo_02_03 img.bottom_img {
				margin-top: 11px;
				}
			#photo_04 {
				position: absolute;
				width: 184px;
				top: 106px;
				margin-left: 635px;
			}
				#photo_04 img {
				border: 1px solid #6b3507;
				}
		#katahdin {
			width: 188px;
			float: left;
			}
		#index_content {
			text-align: left;
			margin-top: 20px;
			margin-left: 35px;
			margin-right: auto;
			width: 820px; 
			word-spacing: .1em;
		}
			#index_content p{
			font-weight: bold;
			text-align:justify;
			padding: 0 0 15px 0;
			line-height: 18px;
		}
		
	#footer {
		margin-top: 5px;
		height: 50px;
		text-align: right;
		position: relative;
		font-size: 11px;
	}
		#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
			font-weight: normal;
		}
/*Styles for inside pages*/
	#left_column {
		float: left;
		margin-top: 60px;
		padding-left: 35px;
		text-align: left;
		width: 189px;
		clear: both;
	}
		#katahdin {
			padding-top: 20px;
		}
		#katahdin img {
			height: 110px;
		}
	#wrapper {
		margin-left: 255px;
		margin-right: auto;
		width: 604px;
	}	
		#inside_title_and_photos {
		text-align: left;
		}
		#content {
			background: #ffffff;
			border: 1px solid #6b3507;
			text-align: left;
			min-height:595px;
			height:auto !important;
			height:595px;
			margin-bottom: 25px;
		}
/*Content Styles*/

.right {
	float: right;
	padding: 0 30px 5px 12px; 
	vertical-align: bottom;
	}
	
.left {
	float: left;
	margin: 0 15px 0 0; 
	}

.center {
	text-align: center;
	margin: auto;
}

.highlight {
	width: 175px;
	background: #EFD294;
	border: 1px solid #63452a;
}

.highlight p {
	font-size: 11px;
	padding: 5px 3px 5px 10px;
}

.highlight p.center {
	font-weight: bold;
	text-align:center;
}

.contact {
	width: 265px;
	background: #EFD294;
	border: 1px solid #63452a;
}

.contact p {
	font-size: 11px;
	padding: 5px 3px 5px 10px;
}

.contact div {
	font-size: 11px;
	padding: 5px 25px 5px 0;
	text-align: right;
}

/*Gallery Styles*/


.gallery {
	text-align: center;
	width: 520px;
	margin:auto;
	padding-bottom: 25px;
}
.gallery div {
	text-align: left;
	
}
.gallery p{
	text-align: right;
	font-size: 10px;
	margin: 0;
	padding: 0;
}


.gallery img {
	border: 1px solid #63452a;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*Popup Styles*/

#pop_content {
	background: #ffffff;
	text-align: center;
	width: 95%;
	height: 93%;
	margin: auto;
}
.pop_image img {
	border: 1px solid #63452a;
	margin: 20px 0 0 0;
}
.pop_image p {
	text-align: right;
	font-size: 10px;
	padding: 0;
	margin: 0;
	margin-right: 40px;
}