/* CSS Document */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	}
	
a, a:visited {
	color: #D29800;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover, a:active {
	color: #333;
	}

h1 {font-size: 17px;
	color: #747C2E;
	line-height: 100%;
	margin-top: 0px;
	padding-top: 0px;
	text-transform:uppercase;
	}
	
h2 {font-size: 14px;
	color: #D29800;
	}
	
hr {
	width:75%;
	height:1px;
	text-align:center;
	margin-top:0px;
	padding-top:0px;
}
	
.grey {font-size: 12px;
	color: #666;
	}	
	
.left {
	background-image:url(images/shadow_left.jpg);
	background-position:right;
	background-repeat:repeat-y;
	}
	
.right {
	background-image:url(images/shadow_right.jpg);
	background-position:left;
	background-repeat:repeat-y;
	}

.bottom {
	background-image:url(images/shadow_bottom.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
	
.nav {
	background-color: #FEFDFC;
	}
	
.logo {
	padding: 18px 10px 12px 10px;
	}
	
.sub_logo {
	padding: 0px 10px 3px 10px;
	}

.hm_venture {
	background-color: #F2ECDB;
	background-image:url(images/hm_venture.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 33px 12px 0px 15px;
	line-height:15px;
	font-size:11px;
	}
	
.hm_bottom_left {
	background-image:url(images/hm_bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 9px 4px 7px;
	color: #FFF;
	font-size:9px;
	}
	
#news {
	background-color: #E6EAF1;
	color: #666;
	font-size:10px;
	line-height:13px;
	padding: 23px 12px 13px 15px;
	}
	
#news a, #news a:visited {
	color: #666;
	text-decoration:none;
	font-weight:normal;
	}
	
#news a:hover, #news a:active {
	color: #333;
	text-decoration:underline;
	}
	
#footer {
	background-color: #E8E7E5;
	color: #666;
	font-size:10px;
	padding: 23px 12px 13px 15px;
	line-height:13px;
	}
	
#footer a, #footer a:visited {
	color: #666;
	text-decoration:none;
	font-weight:normal;
	}
	
#footer a:hover, #footer a:active {
	color: #333;
	text-decoration:underline;
	}
	
#snav {
	background-color: #F9F0DC;
	color: #000;
	font-weight: bold;
	padding: 18px 2px 10px 3px;
	line-height: 100%;
	height:203px;
	}
	
#snav td {
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#snav a, #snav a:visited {
	text-decoration:none;
	font-weight:normal;
	color: #333;
	}
	
#snav a:active, #snav a:hover {
	text-decoration:underline;
	}
	
.sub_left {
	background-image:url(images/sub_left_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #A3AA69;
	height:70%;
	}

.content {
	padding: 20px 20px 35px 19px;
	}
	
.people_outer {
	padding: 44px 12px 33px 12px;
	}
	
#people {
	background-color:#ECECEC;
	border: #CCC 1px solid;
	color: #666;
	line-height: 16px;
	padding: 13px 15px;
	min-height: 500px;
	}
	
#gibson {
	background-color:#ECECEC;
	border: #CCC 1px solid;
	color: #666;
	line-height: 16px;
	padding: 13px 15px;
	height: 500px;
	display: none;
}

#jones {
	background-color:#ECECEC;
	border: #CCC 1px solid;
	color: #666;
	line-height: 16px;
	padding: 13px 15px;
	height: 500px;
	display: none;
}

#mcmartin {
	background-color:#ECECEC;
	border: #CCC 1px solid;
	color: #666;
	line-height: 16px;
	padding: 13px 15px;
	height: 500px;
	display: none;
}

#paluck {
	background-color:#ECECEC;
	border: #CCC 1px solid;
	color: #666;
	line-height: 16px;
	padding: 13px 15px;
	height: 500px;
	display: none;
}

#rock {
	background-color:#ECECEC;
	border: #CCC 1px solid;
	color: #666;
	line-height: 16px;
	padding: 13px 15px;
	height: 500px;
	display: none;
}

#schaller {
	background-color:#ECECEC;
	border: #CCC 1px solid;
	color: #666;
	line-height: 16px;
	padding: 13px 15px;
	height: 500px;
	display: none;
}
	
#people h1 {
	font-size:20px;
	color: #333;
	text-transform:none;
	}
	
#people h2 {
	color: #D29800;
	font-size:14px;
}

#people a, #people a:visited {
	font-weight:bold;
	color:#3477A7;
	text-decoration: none;
	text-align:right;
	}
	
#people a:hover, #people a:active {
	font-weight:bold;
	color:#D29800;
	text-decoration: underline;
	}
	