/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;
}

body{
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	color: #5A4A42;
	border-top:#716558 solid 6px;
	margin: 0px;
	padding: 0px;
	font-size:100.01%;
	background-image:url(../images/bkgd.gif);
	background-repeat:repeat-x;
}

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
fieldset, img { 
	border:0;
}
/* overrides decoration from previous rule for hovered links */

p {
	font-size: 0.85em;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #5A4A42;
	margin-left:25px;
	margin-right:20px;
	margin-bottom:15px;
}
ul {
	margin-left:25px;
	list-style-type:square;
	list-style-position:inside;
	font-size: 0.85em;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #5A4A42;
	margin-left:25px;
	margin-bottom:15px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 	font-size: 1.4em;
	line-height: 100%;
	color: #669933;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-left:25px;
	margin-bottom:15px;
	margin-top:15px;

}

h2{
	font-size: 1.3em;
	color: #7DA42E;
	font-weight:normal;
	line-height: 130%;
	margin-left:25px;
	margin-bottom:5px;
	margin-top:10px;
}

h3{
	font-size: 1em;
	color: #90101C;
	font-weight: bold;
	margin-left:25px;
	margin-bottom:10px;
}

h4 {
	font-size: 1.1em;
	color: #547e2a;
	line-height:140%;
	font-weight:normal;
	margin-top:10px;
	margin-left:25px;
	margin-bottom:5px;

}

h5 {
	font-size: .9em;
	color: #5A4A42;
	font-weight:normal;
}

a:link {
	color: #90101C;
	text-decoration: none;
}

a:visited {
	color: #90101C;
	text-decoration: none;
}

a:hover {
	color:#90101C;
	text-decoration:underline;
}
	

/********** Layout Divs *********/

#container {
	width:940px;
	margin:0 auto;
}
#container a:link, a:visited {
	color: #90101C;
	text-decoration: none;
}

#container a:hover {
	color:#90101C;
	text-decoration:underline;
}	
	
#masthead{
	width:940px;
	margin-top:3px;
	
}

#content_container {
	width: 940px;
	background-color: E8E7DC;
	float: left;
}

#left_col {
	width: 340px;
	margin-top: 25px;
	background-color: E8E7DC;
	font-size: 0.85em;
	color: #5A4A42;
	line-height: 140%;
	float: left;
}

#left_col_home{
	width: 340px;
	margin-top: 25px;
	background-color: E8E7DC;
	font-size: 0.85em;
	color: #5A4A42;
	line-height: 140%;
	float: left;
}
#left_col_home p, #left_col_home h3, #left_col_home h4{
	margin-left: 0px;
}

.left_col_home_image{
	margin-right:10px;
}

.left_col_home_image{
	margin-right:10px;
	margin-bottom:20px;
}

#right_col_home {
	width: 521px;
	float:right;
}

#right_col {
	width: 527px;
	margin-right: 40px;
	line-height: 140%;
	float:right;
	background-color:#FFFFFF;
	font-size: 0.85em;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #5A4A42;
}

/********** Navigation *********/

#mainnav_container {
	width: 940px;
	font-size: 0.8em;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

#mainnav_container ul {
	padding: 0;
	white-space: nowrap;
	letter-spacing: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 374px;
}

#mainnav_container ul li {
	display: inline;
	list-style-type: none;
	padding: 0;
	float: left;
	display: block;
	position: relative;
	background-color: #90101C;
}

#mainnav a:link{
	text-decoration: none;
	padding: 3px 23px 3px 23px;
	display:block;
	color: #FFFFFF;
}
#mainnav a:visited{
	text-decoration: none;
	padding: 3px 23px 3px 23px;
	display:block;
	color: #FFFFFF;
}
#mainnav a:hover {
	text-decoration: none;
	padding: 3px 23px 3px 23px;
	color: #000000;
	display:block;
	background-color: #99cc33;
}

.mainnav_selected {
	text-decoration: none;
	color: #000000;
	background-color: #7DA42E;
	display:block;
	padding: 3px 23px 3px 23px;
	
}
	
/************* footer styles ***************/

#footer_hills {
	position:relative;
	clear: both;
	background:#FFFFFF;
}

#footer {
	background-color:#716558;
	width:100%;
	font-size: 0.75em;
} 

#footer p {
	font-size: 0.75em;
	line-height:160%;
	color: #ffffff;
	margin-left: 25px;
}

#footer a:link {
	color: #ffffff;
	text-decoration: none;
	}

#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	}


/************** picture styles **************/

.image {
	border:thin solid;
	border-color:#a69287;
}

.alttags {
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: .7em;
	color: #CCCCCC;
}


/****** home map gallery *******/

#photos {
	width: 435px;
	float:left;
}
.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

#photos p { font-size: 11px; text-align: left; color: #000; }
/* GALLERY CONTAINER */
.gallery { background: #fff; border: 1px solid #666; padding: 5px;}

/* LOADING BOX */
.loader { background: url(../../tukman.com/js/loader.gif) center center no-repeat #fff; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 40px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #ffffff; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #333; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #ffffff; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}
