@charset "utf-8";
/* -- Site-wide Style Sheet -- */
/* Links */

A 			{
	color: #000000;
	text-decoration: none;
} 
A:link		{
	color: #541070;
	text-decoration: none;
} 
A:visited	{
	color: #000000;
	text-decoration: none;
} 
A:active	{
	color: #000000;
	text-decoration: none;
} 
A:hover		{
	color: #999999;
	text-decoration: none;
}

body 	{
	background-position:top center;
	background-repeat:repeat;
	background-color:#544360;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0; 
	height: 100%;
	}


h1 {
	font-size: 1em;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.4em;
	}

p, table, fieldset {
	margin: 1em 0;
	}

.contact {
	font-size: 1.3em;
	}
	
.subheader {
	font-size: .9em;
	color:#666666;
	}

/* -- Site Structure -- */
#wrapper {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	width: 806px;
	background-color: #FFFFFF;

	}

#horiz-bar {
	background-color:#d0b94b;
	height: 5px;
	width: 806px;
	}
	
/* -- Header -- */
#header {
	height: 74px;
	overflow: hidden;
	background-image: url(images/header3.jpg); 
	background-repeat:no-repeat;
	border-bottom: solid;
	border-bottom-color: #FFFFFF;
	}

	
#photo-banner {
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(images/banner4.jpg);
	background-repeat: no-repeat;
	background-position:center;
	border-top: solid;
	border-top: #FFFFFF;
	}
	
/* -- Navigation -- */

#nav {
	background-color: #EBE9ED;
	height: 38px;
	width: 100%;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	}

#nav ul {
	padding-top: 10px;
	margin: 0 auto;
	width: 800px;
	}
	
#nav li {
	display: inline;
	}
	
#nav a {
	color: #333333;
	margin-right: 55px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;
}
#nav a.endcap {
	margin-right: 0;
}
#nav a:hover {
	color:#fff;
	background-color:#CCCCCC;
	border-color:#CCCCCC;
}
#nav a:visited  {
	color: #333333;
	margin-right: 55px;
	margin-left: 10px;
	} 
#nav a.current {
	color:#fff;
	background-color:#CCCCCC;
	border-color:#CCCCCC;
}

#contact {
	top: 10px;
	float: right;
	padding: 5px;
	overflow: hidden;
	font-size: 0.7em;
	line-height: 1;
	color: #6b6b69;
	text-align: center;
	width: 25%;
	border-left-style: dotted;
	border-left-color: #EBE9ED;
	}

/* -- Page Content -- */
#content {
	position: relative;
	width: 806px;
	padding: 0px;
	min-height: 600px;
	line-height: 1.5;
	font-size: 1em;
	}


	
#main-text {
	position: relative;
	width: 70%;
	overflow: hidden;
	padding: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}

	
#photo-elder {
	float: right;
	width: 170px;
	padding: 15px;
	}

#photo-bio {
	float: right;
	width: 150px;
	margin-left: 10px;
	padding: 5px;
	border: solid #ececec;
	}


#outer_bio {
	padding: 10px;
	}
	
#dots-div {
    border-bottom:1px dotted #edbb0b;
}

#big-dots {
	padding-top: 20px;
	bottom: 0px;
	}

	
/* -- Footer -- */

#footer {
	clear: both;
	bottom: 0px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background-color: #eef3ee;
	color: #6b6b69;
	font-size: .8em;

	}

	

