/* CSS Document */


/*-------------------------- link styles -----------------------------*/

a:link {
	text-decoration:none;
	color:#999999;
	}
a:hover {
	text-decoration: underline;
	color:#497900;
	}
a:visited {
	text-decoration:none;
	color:#999999;
	}

a.imgbrdr:link {display:block; width:50px;height:50px;border: 0px; border-style:solid; border-color:#999999;}
a.imgbrdr:visited {display:block; width:50px;height:50px;border: 0px; border-style:solid; border-color:#999999;}
a.imgbrdr:hover {border: 1px; border-style:solid; border-color:#497900;}

.imageBorder {border: 1px; border-style:solid; border-color:#497900;}


/*-------------------------- type styles -----------------------------*/

.h1 {}
.h2 {
	font-family:Helvetica, sans-serif;
	font-size:11px;
	color:#497900;
	margin-bottom:0px;
}
.h3 {
	font-family:Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	margin:0px 0px 10px 0px;
	
	}
.h4 {
	font-family:Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	margin:0px 0px 10px 0px;
	}
.h5 {
	font-family:Helvetica, sans-serif;
	font-size:10px;
	line-height:1.6em;
	color:#999999;
	margin:0px 0px 10px 0px;
	}
.h6 {
	font-family:Helvetica, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-shadow:1px 1px 0px #000;
	font-size:10px;
	color:#999999;
	margin:0px;
}
.h7 {
	font-family:Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	margin:0px;
}
p {
	letter-spacing:;
}
.footer {
	font-family:Helvetica, sans-serif;
	font-size:10px;
	color:#19211C;
}


.menuLine {
	position:relative;
	border-bottom: 1px dotted #555555;
	border-bottom-color:#555555;
	border-right: 1px #555555 dotted;
	width: 28px;
	height:100px;
	outline-style:none;
	outline:none;
	}
.menuBtn {
	float: right;
	outline-style:none;
	outline:none;
	}




/*-------------------------- structure -----------------------------*/

body {
	margin:0px;
	}
	
.hidden {
display:none;
}
#bartop {
	width:100%;
	height:40px;
	background-image:url(p-images/BG/barSwatch-lt.jpg);
	margin-bottom:20px;
	}
#barbottom {
	width:100%;
	height:100%;
	margin-top:20px;
	padding-top:10px;
	background-image:url(p-images/BG/barSwatch-lt.jpg)
	}
#footer {
	width:100%;
	margin-top:10px;
	}
#wrapper {
	background-color:;
	background-image:url(p-images/BG/barSwatch-dk.jpg);
	background-repeat:repeat;
	z-index:50;
	}
	
#mainNav {
	width:902px;
	height:100px;
	margin: 0 auto;
	}

#topline {
	border-bottom: 1px dotted #555555;
	width: 902px;
	height:10px;
	margin:10px auto 20px auto;
	}
#menuLeft {
	padding:0px 0px 0px 10px;
	width:;
	height:;
	float:;
	} 
#menuLeft ul {
	list-style:square;
	margin: 0;
	padding: 0;
}
#menuLeft li {
	font-family:Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	margin:10px 0px 0px 10px;
	padding: 0;
}
#menuLeft li a:hover {
	color:#497900;
	text-decoration: underline;
}
#menuLeft li a.active {
	color:#497900;
	text-decoration: underline;
}
#content {
	width:500px;
	height:300px;
	float:left;
	}
#descRight {
	padding:0px 10px 0px 0px;
	width:;
	} 
#bottomline {
	border-top: 1px #555555 dotted;
	width: 902px;
	height:10px;
	margin:20px auto 10px auto;
	}
#bottomleftline {
	height:100px; 
	border-right: 1px #555555 dotted; 
	border-top: 1px #555555 dotted;
	}
#bottommiddleline {
	border-left: 1px dotted #555555;
	height:100px;
	padding-left:10px;
	}
#bottomrightline {
	height:100px;
	border-left: 1px #555555 dotted;
	border-top: 1px #555555 dotted;
	}
#linkBar {
	width:902px;
	height:100px;
	margin: 0 auto;
	}
#bioCopy {
	width: 251px;
	height: 350px;
	float: right;
}
#bioCopy h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:20px;
	margin: 20px 0 0 -20px;
	color: #C62617;
	}
#bioCopy p {
	margin-left:20px;
	font-family:Helvetica, arial, sans-serif;
	font-size: 11px;
	margin: 10px 10px 0 0;
	line-height: 15px;
	}
	

/*-------------------------- menu  -----------------------------*/

img.a1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b1 {
	position: absolute;
	left: 0;
	top: 0;
	}
	
#shadow-top {
	height: 20px;
	width: 100%;
	position: absolute;
	top: 40px;
	background-image:url(p-images/BG/shadow-top.png);
	background-repeat:repeat-x;
	z-index:99;
}
#shadow-bottom {
	height: 20px;
	width: 100%;
	position: absolute;
	top: 692px;
	background-image:url(p-images/BG/shadow-bottom.png);
	background-repeat:repeat-x;
	z-index:99;
}
