body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.style1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#aboutus
{
  display: block;
  width: 160px;
  height: 58px;
  background: url("../images/aboutus.gif") no-repeat 0 0;
  float:left;

}

#aboutus:hover
{ 
  background-position: 0 -58px;
}

#aboutus span
{
  display: none;
}

#services
{
  display: block;
  width: 160px;
  height: 58px;
  background: url("../images/services.gif") no-repeat 0 0;
  float:left;

}

#services:hover
{ 
  background-position: 0 -58px;
}

#services span
{
  display: none;
}

#gallery
{
  display: block;
  width: 160px;
  height: 58px;
  background: url("../images/gallery.gif") no-repeat 0 0;
  float:left;

}

#gallery:hover
{ 
  background-position: 0 -58px;
}

#gallery span
{
  display: none;
}

#guidelines
{
  display: block;
  width: 160px;
  height: 58px;
  background: url("../images/guidelines.gif") no-repeat 0 0;
  float:left;

}

#guidelines:hover
{ 
  background-position: 0 -58px;
}

#guidelines span
{
  display: none;
}

#contact
{
  display: block;
  width: 160px;
  height: 58px;
  background: url("../images/contactus.gif") no-repeat 0 0;
  float:left;

}

#contact:hover
{ 
  background-position: 0 -58px;
}

#contact span
{
  display: none;
}

a {
	color: #EE1D25;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #3681C0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.quoteHead {	color: #3681C0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.quoteText {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.smallHead {	color: #3681C0;
	font-weight: bold;
}
.smallQuote {font-size: 10px}

#quoteTable {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.smallNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style4 {
	font-size: 24px;
	font-weight: bold;
}
.style7 {font-size: 24px; font-weight: bold; color: #EE1D25; }
