﻿#homePage fieldset 
{
    margin-top:5px;
    padding:5px;
}

h1 , sub
{
    margin-left:140px;
    color:#1A679B;
}

h2
{
    color:#1A679B;
    padding-top:10px;
    font-size:medium;
}

#homePage h2 , #homePage p , #homePage ul , #homePage blockquote , #homePage cite
{
    margin-top:5px;
    margin-left:10px;
    float:none;
    margin-right:280px;
}

#homePage blockquote
{
    font-style:italic;
    color:Gray;
}

#homePage cite
{
    font-weight:bold;
    font-style:italic;
    font-size:x-small;
    margin-bottom:15px;
    margin-top:0px;
    display:block;
    text-align:right;
}

h3
{
    color:#1A679B;
    margin-top:5px;
    font-size:small;
    font-weight:bold;
    text-transform:uppercase;
}

img
{
	border:none;
}


BODY {
  background-color:#eeeeee;
  font-family: Verdana , Arial , Sans-Serif;
  font-size:small;
  color: #000000;
  text-align:center;
}

.clear 
 {
    clear: both; 
    /* the display:inline is required by IE to stop it increasing the gaps between lines */

    
 }
 
/* This ensures the clear works for firefox too */ 
.clear:after 
{
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
} 


#page 
{
	margin: 5px auto 10px auto;
	background-color:#ffffff;
	color:inherit;
	text-align:left;
	width:775px;
	padding-bottom:10px;
}

#companyLogo
{
    display:none;
    float:left;
    margin:0px 15px 5px 10px;
}

#homePage #companyLogo
{
    display:block;
}

#companyName
{
    text-align:center;
    padding-top:10px;
    font-size:large;
    margin-bottom:-60px;
}

#spacer
{
    margin-bottom:70px;
}

#companyContact 
{
    width:250px;
    float:right;
    margin:0px 10px 10px 0px;
}

#companyContact p
{
    float:none;
    margin-left:0px;   
    margin-right:0px; 
}

#phone
{
    background-color:#dddddd;
    padding:10px 0px 10px 0px;
    font-size:medium;
    text-align:center;
    float:right;
    margin:10px 10px;
    width:250px;
}

#phone strong
{
    width:5em;
}

#openingHours
{
    width:240px;
    margin-top:5px;
    background-color:#cccccc;
    padding:5px;
    font-size:small;
    white-space:nowrap;
}

#openingHours strong
{
    float:left;
    width:5em;
    clear:both;
}

address
{
    clear:both;
    background-color:#cccccc;
    padding:5px;
    margin-top:5px;
    width:240px;
}

#map
{
    height:250px;
    width:250px;
    margin-top:5px;
    border:solid 1px black;
}


#homePage label
{
    float:left;
    clear:left;
    width:5em;
    line-height:1.5em;
}

#homePage input , #homePage label
{
    margin-top:5px;
}

#submit
{
    float:right;
}

#getDirections
{
    float:right;
    font-size:x-small;
    text-transform:none;
}

li
{
    background-image:url(images/branding/nut.gif);
    padding-left:25px;
    list-style-type:none;
    background-position:top left;
    background-repeat:no-repeat;
    margin-top:5px;
   
}

#servicesImage
{
    border:solid 2px black;
    float:right;
    margin:20px 20px 5px 10px;
}

#testimonialsImage
{
    float:left;
    margin:0px 10px 5px 10px;
}

.linkButton sub , .linkButton span
{
    margin:0px;
    padding:0em;
    display:block;
    text-align:center;
    color:Red;
    font-weight:bold;
}

.linkButton a
{
    text-decoration:none;   
}

.linkButton a:hover span
{
    text-decoration:underline;
}

.infoBox {
    float:right;
	color:Black;
	margin:.5em;
	background-color:#CBEEFF;
	background-image:url(images/topLeft.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.infoBox h3
{
	padding-top:.5em;
	font-weight:bold;
	font-size:small;
	margin-left:5px;
	background-image:url(images/topRight.gif);
	background-position:top right;
	background-repeat:no-repeat;	
	text-align:center;
}

.infoBox .infoBorder
{
	background-image:url(images/bottomRight.gif);
	background-position:bottom right;
	background-repeat:no-repeat;	
}

.infoBox .infoContent
{
	display:block;
	padding:0em 1em 1em 1em;
	background-image:url(images/bottomLeft.gif);
	background-position:bottom left;
	background-repeat:no-repeat;	
}


.infoBox fieldset 
{
	padding-top:.5em;
}

.infoBox fieldset .inputLine 
{
	margin:5px 0px;
}

#homePage .infoBox fieldset label
{
	margin-top:2px;
	width:8em;
	text-align:left;
	font-size:small;
}

.infoBox fieldset input , fieldset select , fieldset textarea , fieldset div
{
	margin-left:10px;
}
