@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}
.oneColFixCtr #container {
	width: 560px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 900px;
	background: #FFFFFF;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 1px solid #ffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.staffpic  {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.pic  {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
	width:auto;

}
.name  {
	padding-left: 10px;
	padding-bottom: 15px;
	float:left;
	width:250px;
	height: auto;
	font-size:20px;
	font-weight:bold;
	
}

.title  {
	padding-left: 10px;
	padding-bottom: 15px;
	float:left;
	width:250px;
	height: auto;
	font-size:16px;
	font-style:italic;
}

.age  {
	padding-left: 10px;
	padding-bottom: 15px;
	float:left;
	width:250px;
	height: auto;
	font-size:16px;
	font-style:italic;
}
.years  {
	padding-left: 10px;
	padding-bottom: 15px;
	float:left;
	width:250px;
	height: auto;
	font-size:16px;
	font-style:italic;
}

.motto  {
	padding-left: 10px;
	padding-bottom: 15px;
	float:left;
	width:250px;
	height: auto;
	font-size:16px;
	font-style:italic;
}

.quote{
font-size:12px;
font:Arial, Helvetica, sans-serif;
padding: 0px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 5px;}

.quotefrom 
{font-size:12px;
font:Arial, Helvetica, sans-serif;
padding: 0px;
margin-top: 5px;
margin-bottom: 5px;

font-weight:bold;}

.space { height: 40px;}

.top5 { 
	padding-top:10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float:right;
	width:550px;
	height: auto;
	font-size:16px;
	font-style:italic;
	font-weight:bold;}
	
.googlemap { 
    padding-left: 65px;
	padding-bottom: 10px;
	padding-right: 65px;
	padding-top: 5px;
	float:right;
	width:425px;
	height: auto;
	font-size:14px;
	font-weight:bold;}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #1893D0;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 9px;
color: #ffffff;
text-decoration: none;
float: left;
border-right: 3px solid #000;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}
.style1 {font-size: 12px}
