/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:16px;
	margin:0 auto;
	
}

a {
	color:#000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:20px; }

h2 { font-size:14px; font-weight: bold;  margin: 20px 0 0px 0; list-style: square; color:#FFFF00; }

h3 { font-size:15px; }

h4 { font-size:14px; }

hr {color:#1D402C;
background-color:#1D402C; }

ul {
list-style: square; color:#FFFF00; 
}


ul.horizontal {
  margin: 0;
  padding: 0;
  list-style-type: circle;
  display: inline;

}
ul.horizontal li {
  float: left;
  padding: 0 15px 0 10px;
  margin: 0;
  background-position: 0px 6px;
  color:#000000;
}



ul.vertical {
  margin: 0;
  padding: 0;
  list-style-type: circle;

}
ul.vertical li {
  padding: 0 15px 0 10px;
  margin: 0;

  color:#000000;
}





/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.pic  { border: 2px solid #f4c91b;
margin:5px;
}

.picbig  { border: 10px solid #f4c91b;
margin:5px;
}

a:hover .pic   { border: 2px solid #fff;
}



/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

.location_container {
	position:relative;
	margin:0 auto;
	width:251px;
	height:210px;
	float:left;
	margin: 0 12px 0 0;
	padding: 10px 10px 5px 10px;
	border: 1px solid #0d301b;
}

.side_list {
	list-style-image: url(images/img_bullet.jpg);
}

.staff-member {
	position:relative;
	width:600px;
	height:150px;
	border-bottom:1px solid #F4C91B;
}

.staff-photo {
	position:relative;
	width:auto;
	height:auto;
	float:left;
}

.staff-details {
	position:relative;
	width:auto;
	height:auto;
	float:left;
}



/* ---- layout settings ----------------------- */





/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:190px;
	height:auto;
	padding: 10px 0 0 0;
}

/* ---- end side bar content settings ---------------- */

#footer_content {
	position:relative;
	top:0;
	left:0;
	width:900px;
	height:40px;
	clear:both;
	padding: 0 20px 0 30px;
}

#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:40px;
	clear:both;
	margin: 0 auto;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 



