/* CSS Styles - Silver Spur  */
/* created: 11-27-06 ---- last modified: 11-27-06  ---- modified by: Tom  */


/* ---( BASE Styles )------------------------------------ */

body {
	background-color: #e4dbcc;
	margin: 0;
	padding: 0;
	}

td, p, div{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	}
	


/* ---( TEXT Styles )------------------------------------ */

	.brownText01 {
	color: #956534;
	}
	
	.brownText02 {
	color: #8b4622;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
		}
		
	.brownText03 {
	color: #802400;
	}
	
	.blueText01 {
	color: #0e6392;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
	
	.blueText02 {
	color: #0e6392;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
		}
		
	.blueText03 {
	color: #0e6392;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
		}
	
		.yellowText01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f6c86a;
	font-weight: bold;
	text-decoration: none;
		}
		
		.whiteText01 {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
		}
		
		
		.creamText01 {
	color: #96847b;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
		}
		

/* ---( LAYOUT Styles )------------------------------------ */

	.nav01 {
	background: url(images/nav-bg-01.jpg) no-repeat;
	}

	.nav02 {
	background: url(images/nav-bg-02.jpg) no-repeat;
	}
	
	.nav04 {
	background: url(images/nav-bg-05.jpg) no-repeat;
	}
	
	.bookLeft01 {
	background: url(images/book-left-01.jpg) repeat-y;
	}
	
	.bookRight01 {
	background: url(images/book-right-01.jpg) repeat-y;
	}
	
	.footer01 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #f6c86a;
	font-weight: bold;
	}
	
		.footer02 {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
		font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #f6c86a;
	font-weight: bold;
	}
	
	input.btn{
   color:#ffffff;
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:bold;
   background-color:#660000;
   border:1px solid;
   border-top-color:#ffffff;
   border-left-color:#ffffff;
   border-right-color:#ffffff;
   border-bottom-color:#ffffff;
	}
	
	input.btnhov{
	  color:#ffffff;
   background-color:#9554a1;
	}
	

/* ---( LINK Styles )------------------------------------ */

a:link {
	color: #0e6392;
	}
	
a:hover {
	color: #8a2700;
	}

a.blueText01:link {
	color: #0e6392;
	}
	
	a.blueText01:hover {
	color: #d75b05;
	}
	
	a.blueText03:link {
	color: #0e6392;
	font-size: 11px;
	text-decoration: none;
	}
	
	a.blueText03:hover {
	color: #d75b05;
	}
	
	a.yellowText01:link {
	color: #f6c86a;
	}
	
	a.yellowText01:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
	a.brownText02:link {
	color: #8b4622;
	}
	
	a.brownText02:hover {
	color: #ff4a00;
	text-decoration: none;
	}
	


/* ~Calendar
----------------------------------------------------------------------------- */

.calendar {
  empty-cells: show;
  font: inherit;
  border-collapse: collapse;
  width: 100%;
  background: white;
  border-left: 1px solid #ddd;
}
.calendar th {
  line-height: 1em;
}
.calendar thead th {
	color: white;
	padding: 10px;
	text-align: center;
	border-left: 1px solid #004c8b;
	background-color: #4572A3;
}
.calendar tbody th {
  background: #eee;
  color: black;
  font-weight: normal;
  text-align: right;
  padding: 3px 5px;
  border-right: 1px solid #ddd;
}
.calendar tbody th.other {
  color: #ccc;
}
.calendar tbody td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 14%;
  padding: 10px;
  color: black;
  height: 90px;
}

.calendar2 {
  empty-cells: show;
  border-collapse: collapse;
  font: inherit;
  border-top: 1px solid #ccbd9a;
}
.calendar2 th {
  white-space: nowrap;
  border-bottom: 1px solid #ccbd9a;
  vertical-align: top;
  text-align: left;
  padding: 10px 20px 10px 5px;
}
.calendar2 td {
  border-bottom: 1px solid #ccbd9a;
  vertical-align: top;
  text-align: left;
  padding: 10px 5px 10px 0;
}
.calendar2 h4 {
  margin-bottom: 1em;
}

/*contact page */
	
#contact {
 margin-top: 0px;
 margin-bottom: 0px;
 }
 
 .form_box {
	border: 1px solid #660000;
	background: #f0d7c3;	
	line-height: 0.5em;
	vertical-align: bottom;
	color: white;		
	font-style: italic;			
}