/*fitcorpPrint.css
S. Clason
10-Nov-04*/


body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	color: #000;
	background-color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	}

a {
	text-decoration: underline;
	font-weight: normal;
	}
a:link {
	}
a:visited {
	}
a:hover {
	text-decoration: none;
	}
a:active {
	}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}

strong, b {
	font-weight: bold;
	}
#wrapper{
	margin-left: .5in;
	margin-right: .5in;
	text-align: left;
	border: none;
}
#header{
	height: 69px;
	background-color: #fff;
}
#header img{
	float: left;
}
#logo{
	padding: 0 50px;
}
#tagline{
	display: none;
}
img.right{
	float: right;
}
img.left{
	float: left;
}
#secondaryNav{
	display: none;
}

#content{
	clear: both;
	position: relative;
	background-color: #fff;
	border:none;
	}
/* Hides from IE5-mac \*/	
* html #content {height: 1%;}
/* End hide from IE5-mac */



#redBox{
	display: none;
}
#text{
	margin: 0;
}
#text h1{
	color: #0152A1;
}
#mainNav{
	display: none;
}

#tertNav{
	display: none;
}

.form input{
	padding: 3px 0;
}
table#schedule{
	width: auto;
}
table#schedule td{
	padding: 0 .1in;
}
.form td{
	padding: 2px 0;
}
.services th{
	text-align: center;
	border-bottom: 1px solid blue;
}
.services table{
	width: 500px;
}
table.holidays{
	width: 550px;
}
.holidays td{
	padding: 3px;
}
#footer{
	clear: both;
	background-color: #fff;
	height: 50px;
}
