/*
 * HTML styles.
 */
html { height: 100%; margin-bottom: 1px; } 

body {
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	background: url(../images/bkg_body.gif);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
a, a:link, a:visited  {
	color: #89431E;
	text-decoration: none;
}
a:active, a:hover {
	color: #89431E;
	text-decoration: underline;
}
p {
	padding: 10px 25px 10px 0;
	line-height: 15px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
    color: #0e4021;
	line-height: 20px;
	padding: 15px 25px 10px 0;
	}

#content ul {
    margin: 5px 0px;
	padding-right: 25px;
}
#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: 5px 0px;
	padding-right: 25px;
}
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;
}

td span {
	font-size: 9px
	}

th { 
	font-weight: bold;
	padding: 6px 3px 6px 3px;
}

/*
 * Block definitions.
 */
	#container {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		width: 838px;
		margin-top: 0;
		padding-top: 0;
		}
	#logo_link { 
		position: absolute;
		top: 13px;
		width: 293px;
		height: 143px;
		margin: 0px;
		padding: 0px;
		}
	#print_company { 
		position: absolute;
		width: 333px;
		height: 52px;
		margin: 0;
		margin-top: 25px;
		margin-left: 110px;
		padding: 0; }
	#spacer {
		height: 13px;
		width: 838px;
		}
	#print_header{
		width: 1px;
		height: 1px;
		position: absolute;
		left: -9999px;
		}
	#header_container {
		width: 838px;
		height: 143px;
		background:url(../images/bkg_header.gif) top right no-repeat;
		text-align: left;
		}
		#nav {
		width: 232px;
		height: 20px;
		margin-right: 23px;
		margin-top: 118px; 
		float: right;
		}
		#nav ul {
			padding: 0;
			margin: 0;
			list-style: none;
			position: relative;
			}
			#nav li {
				float: left;
				}	
			#nav a, #nav div {
				display: block;
				height: 20px;
				}
			#nav a.home:link, #nav a.home:visited {
				width: 74px;
				background:url(../images/nav_home.gif) top right no-repeat;
				}
			#nav a.home:hover, #nav a.home:active, div.home {
				width: 74px;
				background:url(../images/nav_home.gif) top left no-repeat;
				}
			#nav a.about:link, #nav a.about:visited {
				width: 74px;
				background:url(../images/nav_about.gif) top right no-repeat;
				}
			#nav a.about:hover, #nav a.about:active, div.about{
				width: 74px;
				background:url(../images/nav_about.gif) top left no-repeat;
				}
			#nav a.contact:link, #nav a.contact:visited {
				width: 84px;
				background:url(../images/nav_contact.gif) top right no-repeat;
				}
			#nav a.contact:hover, #nav a.contact:active, div.contact {
				width: 84px;
				background:url(../images/nav_contact.gif) top left no-repeat;
				}
		h1#header {
			width: 293px;
			height: 143px;
			background:url(../images/logo.gif) top left no-repeat;
			text-indent: -9999px;
			margin: 0;
			padding: 0;
		}
			h1#header a { 
				display: block; 
				width: 293px; 
				height: 125px; 
				padding: 0; 
			}
	#content_wrapper {
		width: 838px;
		background: url(../images/bkg_content.gif) repeat-y;
		min-height:400px;
		height:auto !important;
		height:400px;
		text-align: left;
		}
		#header_inside {
			width: 758px;
			height: 163px;
			padding: 7px 0 10px 0;
			margin-left: 19px;
			}
		#content_index {
			width: 280px;
			padding: 25px 0 10px 55px;
			}
			#content_index p {
			font-size: 14px;
			padding: 10px 20px 10px 0;
			line-height: 20px;
				}	
			#index_images {
				float: right;
				width: 471px;
				padding-right: 26px;
				}
		#inside_images {
				padding-left: 36px;
				}
		#content {
			padding: 0 50px 10px 85px;
			}
			#about_nav {
				text-align: right;
				margin-top: 10px;
				}
		#footer {
			margin: auto;
			width: 838px;
			height: 53px;
			background: url(../images/footer_top.gif) top left repeat-x;
			}
		#print_footer {
			width: 1px;
			height: 1px;
			position: absolute;
			left: -9999px;
			}
		#copyright {
			text-align: left;
			margin: auto;
			height: 85px;
			width: 838px;
			background: url(../images/footer_bottom.gif) top left repeat-x;
			}
			#copyright p {
				padding-top: 0;
				font-size: 10px;
				color: #ebcea8;
				line-height: 13px;
				padding-left:20px;
				}
			#copyright p.indent {
				padding-top: 0;
				padding-left:60px;
				margin-bottom: 7px;
				}
			#copyright p a:link, #copyright p a:visited {
				color: #ebcea8;
				}
			#copyright p a:hover, #copyright p a:active {
				color: #F5F5F5;
				}
			
/*Content Styles*/

.right {
	float: right;
	margin: 0 0 0 20px; 
	}
	
.left {
	float: left;
	margin: 0 15px 0 0; 
	}

.center {
	text-align: center;
	margin: auto;
}

span.red {
	color: #CC0000;
	}
	
/*Contact Form Styles*/

.message {
	width: 500px;
	border: 1px dashed #007F43;
	padding: 5px;
}

.message span {
	color: #007F43;
}

.error {
	width: 500px;
	border: 1px dashed #660000;
	padding: 5px;
}

.error span {
	color: #660000;
}

ul#site_map {
	margin-left: 65px;
}

/*Gallery Styles*/


.gallery {
	text-align: center;
	margin:auto;
	padding-bottom: 10px;
}
.gallery div {
	margin-top: 10px;
	text-align: left;
	
}
.gallery img {
	border: 1px solid #63452a;
	margin-right: 7px;
	margin-bottom: 7px;
}

/*Popup Styles*/

.pop_content {
	text-align: center;
	margin: auto;
}

.pop_image {
	background: #ffffff;
	padding: 10px;
	margin: auto;
	width: 87%;
	}
.pop_image img {
	border: 1px solid #63452a;
	margin: 0;
}
.pop_content p {
	padding-top: 0;
}

.pop_content a:link, .pop_content a:visited {
	color: #DECFB9;
	text-decoration: underline;
	}
.pop_content a:active, .pop_content a:hover {
	color: #F5F5F5;
	text-decoration: underline;
	}

