@charset "utf-8";
body {
	font:.75em Verdana, Arial, Helvetica, sans-serif;
	background:white;
	margin:0;
	padding:0;
	text-align:center;
}
/****************** Layout *****************/
#insideheader {
	text-align:right;
	margin:10px;
	padding-right:10px;
}
#container {
	margin:0 auto;
	text-align:left;
}
#footer {
	font:.8em Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	color:#CCCCCC;
	text-align:center;
	padding:10px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
/*Inside Pages*/
#sectionheading {
	float:none;
	margin:10px 10px 0 30px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:5px 0;
}
#sectionheading h2 {
	padding-left:35px;
	margin-bottom:0;
	border:none;
}
#breadcrumb {
	font:1em Georgia, "Times New Roman", Times, serif;
	margin:0 10px 0 30px;
	padding:7px 0;
	border-bottom:1px dotted #999;
}
#breadcrumb ul {
	margin:0;
	padding-left:30px;
	display:inline;
}
#breadcrumb ul li {
	margin:0;
	padding:5px;
	border:none;
	display:inline;
}
#rightcontent {
	float:none;
	padding:10px 35px;
	margin:0 10px 0 30px;
}
/****************** General Styles *****************/
/* Headings */
h1 {
	font:normal 1.5em Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px;
}
h2 {
	font:normal 2.5em Georgia, "Times New Roman", Times, serif;
	border-bottom:solid 1px #000;
	margin:0 0 10px;
}
h3 {
	font:normal 1.7em Georgia, "Times New Roman", Times, serif;
	border-bottom:solid 1px #000;
}
h4 {
	font:bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}
h5 {
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
}
/* Paragraphs,Links,Images,and Lists */
a {
	color:#d26328;
}
ul ul {
	list-style-type:square;
}
ul ul ul {
	list-style-type:circle;
}
ol ul {
	list-style:square;
}
ul.expanded li, ol.expanded li {
	margin:1em auto;
}
/* Form Styles */
form fieldset {
	border:solid 1px #000;
	padding:10px;
	margin:0;
}
form fieldset legend {
	font:normal 1.7em Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:0;
}
form fieldset p {
	margin:10px 0;
}
form input, textarea {
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #999;
}
form select {
	font-weight:bold;
	border:1px solid #999;
}
form input.radio {
	background:none;
	border:none;
}
/* Vertical Form Styles */
form.vert label {
	display:inline-block;
	vertical-align:bottom;
	width:10em;
	padding-left:.5em;
}
form.vert fieldset ol {
	list-style:none;
	margin:10px 0;
	padding:0;
}
form.vert fieldset li {
	list-style:none;
	vertical-align:middle;
	padding:5px 0;
	margin:0;
	border-bottom:1px dotted #333;
}
form.vert fieldset fieldset {
	margin:3px 0 0;
	padding:0;
	border:none;
}
/* Standard Tables */
.table {
	width:100%;
	margin-bottom:1em;
	border:1px solid #999;
}
.table td {
	padding:3px 5px 3px;
	border-right:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px dotted #999;
}
.table th {
	padding:5px;
	text-align:left;
	border-right:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px dotted #999;
}
/* Mileage Chart Table */
.mileagetable td, .mileagetable th {
	border-right:none;
	border-left:none;
}
/****************** Calendar *****************/
.caltable, .caltable td, .caltable th {
	border-color:#999;
}
.caltable p {
	font-size:.8em;
	line-height:1.2em;
	margin:10px 0;
}
.caltable td {
	text-align:left;
}
.caltable th {
	padding:5px;
}
.caltitle {
	font:normal 1.7em Georgia, "Times New Roman", Times, serif;
	margin:0;
}
.caltitle td {
	padding:5px;
	text-align:center;
}
.caltitle a {
	font:normal .6em Verdana, Arial, Helvetica, sans-serif;
}
.caldayheader {
	border-style:dotted;
}
.calday {
	border:1px dotted;
	padding:3px 5px 3px;
	height:5em;
	width:10em;
}
/* Calendar Details Table */
.caldetailstable th {
	padding:5px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #999;
}
.caldetailstable caption {
	padding:5px;
	font:normal 1.7em Georgia, "Times New Roman", Times, serif;
	text-align:left;
	vertical-align:top;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.caldetailstable col.headers {
	width:80px;
}
/***************** Navigation *****************/
/* Styles for the 4 Main Categories */
/* Top Navigation */
/****************** Miscellaneous Styles for Inside Pages *****************/
/* Staff List Tables */
.stafflist col.phone {
	width:70px;
}
.stafflist col.name {
	width:120px;
}
.stafflist th {
	padding:5px;
	border-bottom:1px dotted #999;
}
/* Image Classes */
.leftimage {
	float:left;
	margin:0 5px 5px 0;
}
.floatleft{
	float:left;
	margin: 0 10px 0 0;
}
.floatright{
	float:right;
	margin: 0 0 0 10px;
}
/****************** Footer Styles *****************/
/* Footer Text */
#footer p {
	margin:0;
}
#breadcrumb li a, h4 a {
	color:#000;
}
img, .mileagetable {
	border:none;
}
.calweekend, .calselected {
	border:1px dotted;
	padding:3px 5px 3px;
}
.caldetailstable td, .stafflist td {
	padding:3px 5px 3px;
	border-bottom:1px dotted #999;
}
.stafflist, .caltable, .caldetailstable {
	width:100%;
}
#insideheader img, #leftcolumn, #categories, #topnav {
	display:none;
}

