/****** colors ******/
/* #sassie dark purple = 333366 */
/* #sassie orange = ff9933 */

/* #655322; /* brown */
/* #473609; /* darker brown */
/* #3462ae; /* blue */
/* #0045e0; /* darker blue */

/* #ff9933 = strong yellow */
/* #fbde97 = pale yellow */
/* #333367 = dark mspa purple */
/****** colors ******/


/***** page *****/

* {
	margin:0;
	padding:0;
	border:none;
	z-index:0;
}

html, body body#home{
	height:100%;
}

body {
	color: #333;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #655322 url('../i/mainBG.gif') repeat-y;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/***** begin Type *****/

p {
	line-height: 1.5em;
	padding-top: 9px;
}

a	{
	color: #0045e0; /* darker blue */
	border-bottom: 1px dotted;
	text-decoration: none;
}

a:link ,a:visited {
	color: #0045e0; /* darker blue */
}

a:hover {
	color: #000;  /* black */
}

h1  {  /* hidden at very top */
	color: #000;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #655322; /* brown */
	font-size: 1.5em;
	margin-top: 20px;
}
	
h3 {
	color: #3462ae; /* blue */
	font-size: 1.2em;
	margin-top: 12px;
}

h4 { /* sub indented */
	color: #655322; /* brown */
	font-size: 1.15em;
	margin: 20px 0 0 20px;
}

h5 { /* sub indented Black */
	color: #000;
	font-size: 1em;
	margin: 10px 0 2px 10px;
}

h6 { /* small */
	color: #3462ae; /* blue */
	font-size: 0.9em;
	font-weight: normal;
	margin: 3px 0 15px 0;
}

ul {
	list-style: disc outside url('../i/bullet.gif');
	margin-left: 35px;
	padding: 0 0 2px 0;
}

ul ul, ul ol {
	list-style: circle outside url('../i/bullet2.gif');
	color: #000;
	margin-left: 18px;
	padding-bottom: 2px;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
	color: #333;
	margin-left: 10px;
	padding: 5px 0 2px 0;
	line-height: 1.5em;
}

ol ol {
	list-style-type: lower-alpha;
	list-style-position: inside;
	color: #000;
	margin-left: 10px;
	padding-bottom: 2px;
}

li {
	color: #000;
	padding-bottom: 2px;
}

/***** end Type *****/

/***** begin Header *****/

#header{
	position:absolute;
	top:0;
	left:0;
	width:784px;
	height:136px;
	line-height:15px;
	background: #fff;
	color: #fff;
	font-size: medium;
	margin:0;
	padding:0;
}

#header h1 span { /*  hidden text title  */
	display: none;
}

#search { /*  this is the background for the search box area  */
	background: transparent url('../i/topSearch.gif') no-repeat;
	width: 784px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#search p{
	padding-left: 580px;
	padding-top: 11px;
	color: #333366; /* purple */
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	font-weight: bold;
}

input, textarea, select {
	/*width: 115px;*/
	border: 1px solid #999;
	background: #fbf5df;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	font-weight: normal;
	margin: 3px 0 0 2px;
	padding: 3px;
}

/* Jim Table styles */

table {
	border-collapse: collapse;
}


table p{
	color: #655322; /* brown */
	font-size: 0.85em;
}

table h3{
	color: #0045e0; /* darker blue */
	font-size: 0.95em;
}

/* tables factoids */

#factTable {
	font-size: 1em;
	padding: 0;
	margin: 10px 0 0 0;
}
#factTable td{
	vertical-align: top;
	padding: 5px 20px 0 0;
}

#factTable tr{
	border-bottom: 1px solid #ccb984; /* cream */
}

#factTable .title{
	font-weight: bold;
	color: #0045e0; /* darker blue */
}

#factTable pre{
	color: #0045e0; /* darker blue */
	background: #fdefcc; /* pale pale yellow */
	padding: 5px 10px;
}

/* tables for staff */

#directoryTable {
	font-size: 1em;
	padding: 0;
}
#directoryTable td{
	vertical-align: top;
	padding: 5px 7px;
}

#directoryTable tr{
	border-bottom: 1px solid #ccb984; /* cream */
}

#directoryTable .title{
	font-weight: bold;
	color: #0045e0; /* darker blue */
}

/* image tables for bios */

#imageTable {
	padding-top: 10px;
	background-color: #fff;
}

#imageTable table {
	border-collapse: collapse;
	width: 100%;
}

#imageTable td {
	vertical-align: top;
	text-align: left;
	padding: 0;	
}

#imageTable td.imageIcon {
	width: 30px;
}

#imageTable td img {
	display: block;
	float: right;
	text-align: right;
	border: 1px solid #655322;
	margin: 12px 0 0 10px;
}

#imageTable p{
	font-size: 1em;
	color: #000;
	font-weight: normal;
}

#imageTable h3{
	color: #3462ae; /* blue */
	font-size: 1.2em;
}

#imageTable h4{
	color: #3462ae; /* blue */
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	margin: 5px 0 0 0;
}

#imageTable a:link, #imageTable a:visited, #imageTable a:active {
	border-bottom: none;
	text-decoration: underline;
	color: #0045e0; /* darker blue */
}
#imageTable a:hover {
	border-bottom: none;
	text-decoration: underline;
	color: #000;  /* black */
}

/* thumb lists */

#thumbTable {
	padding-top: 10px;
	background-color: #fff;
}

#thumbTable table {
	border-collapse: collapse;
	width: 100%;
}

#thumbTable td {
	vertical-align: middle;
	text-align: left;
	padding: 0;
	font-weight: normal;
}

#thumbTable td img {
	display: block;
	float: left;
	text-align: left;
	border: 1px solid #655322;
	margin: 10px 10px 0 0;
}

#thumbTable p{
	font-size: 1em;
	font-weight: normal;
	color: #000;
	margin: 0 20px 0 0;
}

#thumbTable a:link, #thumbTable a:visited, #thumbTable a:active {
	border-bottom: none;
	text-decoration: none;
	color: #0045e0; /* darker blue */
}
#thumbTable a:hover {
	border-bottom: none;
	text-decoration: underline;
	color: #000; /* black */
}

/* other */

hr {
	border: 0;
	width: 100%;
	color: #996600; /* burnt */
	background-color: #996600; /* burnt */
	height: 1px;
	margin: 10px 0;
}

#title {
	color: #fff;
	font-weight: normal;
	background: #fff url('../i/headerImage.jpg') no-repeat;
	width: 784px;
	height: 150px;
}

/***** begin top h menu *****/

#menuBar {
	height: 17px;
	padding: 0px;
	margin: 30px 0 0 0;
	background: #fff;
	color:#000;
	font-size: 12px;
	text-align:center;
	width: 784px;
}

#menuBar ul#topnav {
	margin: 0;
	padding: 1px 0 0 0;
	display: block;
}

#menuBar ul#topnav li { /* makes it horizontal */
	display: inline;
	list-style-type: none;
	margin: 0;
	padding:3px;
	border-bottom: none;
}
	
#menuBar ul#topnav a:link, #menuBar ul#topnav a:visited {
	padding: 0 8px 0 8px;
	margin: 0;
	color: #000;
	text-decoration:none;
	border-bottom: none;
	background: none;
}
	
#menuBar ul#topnav a:hover {
	color: #3462ae;
	text-decoration: none;
	background: none;
}

#topnav li { /* dividing lines */
	border-right: 1px solid #000;
}
	
#topnav li.last { /* no dividing line */
	border-right: none;
}

/***** end top h menu *****/


#clearheader { /* total height of each div in header */
	height:197px;
}

/***** end Header *****/

#outer{
	min-height:100%;
	margin-left:255px;
	margin-right:200px;
	margin-bottom:-35px;
	background:#fff;
	width:525px;
}

/***** begin Left v menu *****/

#left {
	float:left;
	z-index:100;
	margin-left:-244px;
	left:-1px;
	width: 225px;
	position:relative;
	background: #ffdf99 url('../i/sideImage.jpg') no-repeat; /* cream -- was f8e7b8 */
	border-left: 1px solid #655322; /* brown */
	border-right: 1px solid #655322; /* brown */
	border-bottom: 1px solid #655322; /* brown */
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#left h2 { /* header */
	color: #fff;
	background-color: #655322; /* brown */
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0 0 7px 20px;
}

#left h3 { /* titles */
	color: #473609; /* darker brown */
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
}

#left p { /* text */
	color: #473609; /* darker brown */
	font-size: 1em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 2px 0;
	padding: 0;
}

#left img {
	border: none;
}

#left ul {
	font-size: 0.95em;
	font-weight: normal;
	margin: 0 20px;
	padding: 5px 0;
	list-style: none;
	list-style-type:none;
	list-style-image:none;
}

#left ul li{
	padding: 5px 0;
	border-bottom: 1px solid #c1b188; /* light brown */
}

#left li a {
	margin: 0;
	padding: 0;
	display: block;
	color: #473609; /* darker brown */	
	text-decoration: none;
	border-bottom: none;
}

#left li a:hover {
	color:#0045e0; /* darker blue */
	text-decoration: none;
}



/***** end Left v menu *****/

/***** begin main content *****/

#main {
	font-size: 12px;
	font-weight: normal;
	width:500px;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;
	padding: 0px 0px 35px 0px;
}

#main .quote{
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	font-style: italic;
	color: #996600; /* burnt */
}

#main .testimonial{
	font-size: 12px;
	line-height: 1.6em;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
}

#main img {
	border: none;
	float: left;
	clear: both;
	padding-right: 0px;
	margin: 0 0 0 0;
}

#main .imageList {
	margin: 0;
	padding: 0;
	width: 550px;
	float: left;
}

#main .imageList p {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 10px 10px;
	padding: 0;
}

#main .imageList img {
	border: none;
	margin: 0 0 30px 0;
	padding: 0;
	clear: both;
}

#main .pre {
	width: 550px;
}

.inlineimage {
	margin: 5px 0px;
	padding: 0;
	border: 1px solid #655322;
	float: left;
}

.inlinelistimage {
	margin: 5px 0px 5px 35px;
	padding: 0;
	border: 1px solid #655322;
	float: left;
}

.inlinecaption {
	clear: both;
	font-size: 11px;
	font-weight: normal;
	color: #655322;
	margin: 0 0 10px 0;
	padding: 0;
}

.inlinelistcaption {
	clear: both;
	font-size: 11px;
	font-weight: normal;
	color: #655322;
	margin: 0 0 10px 35px;
	padding: 0;
}

/***** begin footer *****/

#clearfooter {
	clear:both;
	height:35px;
}
#footer {
	width: 784px;
	clear:both;
	height:35px;
	line-height:35px;
	background-color:#3462ae;
	color: #fff;
	font-size: 10px;
	font-weight:normal;
	text-align:center;
	position:relative;
}

/***** end footer *****/

/***** begin homepage content *****/

body#home{
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #655322 url('../i/mainBG.gif') repeat-y;
	margin: 0;
	padding: 0;
}

#titleHome {
	color: #fff;
	font-weight: normal;
	background: #fff url('../i/headerHomeImage.jpg') no-repeat;
	width: 784px;
	height: 150px;
}

#outerHome{
	min-height:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:-35px;
	background:#fff;
	width:784px;
	background: transparent url('../i/homepageImage.jpg') no-repeat;
}

#outer403{
	min-height:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:-35px;
	background:#fff;
	width:784px;
	background: transparent url('../i/sb403.jpg') no-repeat;
	background-position:0 70px;
}



#homepageContent {
	margin: 0 0 0 350px;
	padding: 0;
}

#homepageContent p{
	color: #000; /* black */
	font-size: 12px;
	font-weight: normal;
	line-height: 1.65em;
	margin: 0;
	padding: 0 0 5px 0;
	width: 400px;
}

#homepageContent h2{
	color: #655322; /* brown */
	font-size: 1.5em;
	margin: 0;
	padding: 30px 0 5px 0;
	width: 400px;
}

#homepageContent h3{
	color: #0045e0; /* darker blue */
	font-size: 1.3em;
	margin: 5px 0 10px 0;
}

/***** end homepage content *****/
