img { behavior: url(/scripts/iepngfix.htc) }  /* requires this line, the script, and also the /images/blank.gif */ 

body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #fff;
	}
#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
	}

.topBar{
	background:url(../images/top_bar.jpg);
	height:19px;
	padding-top:1px;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	color:#595959;
}
.wrapper {
	margin:0 auto;
	background-color: #fff;
	width:857px;
	position:relative;
	border:1px solid #000;
	border-top:none;
	border-bottom:none;
}

img.cover{
float:left; clear:both; border-bottom:solid #000 1px;
}

.buttons{
background:url(../images/special_bg.jpg); 
line-height:29px; 
border:7px solid #eee; 
width:189px; 
margin:10px 4px; 
background-repeat: repeat-x; 
text-align:center; 
font-size:1.4em; 
color:#fff; 
font-weight:bold; 
float:left;
position:relative;
left:6px;
}

.buttons2{
background:url(../images/special_bg.jpg); 
line-height:29px; 
border:7px solid #eee; 
width:189px; 
margin:10px 4px; 
background-repeat: repeat-x; 
text-align:center; 
font-size:1.4em; 
color:#fff; 
font-weight:bold; 
float:left;
position:relative;
left:6px;
}

.buttons2{
background:url(../images/special_bg.jpg); 
line-height:29px; 
border:7px solid #eee; 
width:189px; 
margin:10px 4px; 
background-repeat: repeat-x; 
text-align:center; 
font-size:1.4em; 
color:#fff; 
font-weight:bold; 
float:left;
position:relative;
left:6px;
height:150px;
}


.buttons img{
border:1px solid #000; float:left;
width:187px;
height:119px;
}

.search_home td{
	padding:5px 0;
}

.browse{
clear:both;
height:240px;
background:url(../images/browse_bg.jpg) repeat-x;
background-color:#C2C2C2;
border-bottom:1px solid #595959;
}

div.spacer{
height:20px; border-bottom:1px solid #000; display:block; clear:both;
}
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}

	/*OurTeam Styles*/
.ourTeamDiv{
	padding:10px;
	margin:10px;
	width: 98%;
	border-bottom: 1px solid #999999;
}

.ourTeamImg{
	margin: auto 5px 20px 0;
	float: left;
	border:1px solid;
}

.required{
	color:#f00;
}


.testimonial{
	border-bottom:1px solid #ccc;
	padding:10px;
	margin:10px;
	font-style:italic;
}

.testimonial strong{
	font-style:normal;
}

.formheaders{
	font-weight:bold;
	color:#fff;
	background:#0043AE;
	padding:5px;
}

.coupon{
border:dashed 3px #000; padding:3px; width:500px; margin:8px auto;
}
.coupon div{
background:#333; padding:10px; color:#fff;
}
.coupon .t1{
font-weight:bold; border-bottom:1px solid #fff; color:#fff; font-size:1.8em; text-align:center;
}
.coupon .t1 .p1{
font-size:1.3em;
}
.coupon .t2{
text-align:center; font-size:1.2em; padding:3px;
}
.coupon .f1{
border-top:1px dashed #fff; margin-top:15px; padding:5px; font-size:.9em;
}

/*typography*/
a {
	text-decoration: none;
	color: #0043AE;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}

.footer{
height:65px; text-align:center; background:#fff; border:#595959 solid; border-width:1px 0;
}

.footer a{
	color:#000;
}

h1{
	font-size:1em;
	font-weight:bold;
	display:inline;
	color:#000;
}

h2 {
	margin:0 0 5px 0;
	font-size: 1.2em;
	display:block;
	clear:both;
	font-weight: bold;
	background:#595959;
	color:#fff;
	padding:5px 10px;
	border-bottom:1px solid #000;
	}
h3 {
	font-size: 1.7em;
	text-align:center;
	margin:25px 0 0 0em;
	font-weight: bold;
	}
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;
	padding:0px 10px;
	line-height: 1.3em;
	margin: 1.1em 0em 1.1em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
	
table.hours {
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  border-collapse: collapse;
  width: 99%;
	margin:0 auto;
}


table.hours tr td {
  border: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: verdana;
  font-size: 8pt;
  text-align: left;
  clear: both;
  color: #000;
}

table.hours tr th.hours {
  border-bottom: 1px solid #000;
  background-color: #000;
	color:#fff;
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  font-family: verdana;
  font-size: 8pt;
  text-align: left;
}


pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
	
input, select{
	font-size:.9em;
}
	
