﻿/*
 Global 
 ------------------------------------------------------------------------
 */

html { 
   overflow-y: scroll;
}

body   {
   font-family: Arial;
   background: #ffffff url(../images/layout/header_bg.jpg) top center repeat-x;
   font-size: 12px;
   line-height: 15px;
   margin: 0px;
   padding: 0px;
   color: #666666;
}

h1, h2, h3, h4   {
   color: #000000;
}

h1   {
   font-size: 27px;
   line-height: 30px;
   margin-bottom: 30px;
}

h2   {
   font-size: 19px;
   line-height: 22px;
   margin-top: 30px;
}

h3   {
   font-size: 15px;
   line-height: 18px;
}

h4   {
   font-size: 12px;
   line-height: 15px;
}

p   {
   margin-bottom: 15px;
}

a   {
   color: #1E329D;
}

a:hover   {
   color: #E56C1A;
}

a img   {
   border: none;
}

.clear   {
   clear: both;
   line-height: 0px;
   height: 0px;
}

.clearLeft   {
   clear: left;
   line-height: 0px;
   height: 0px;
}

.clearRight   {
   clear: right;
   line-height: 0px;
   height: 0px;
}

/*
 Layout 
 ------------------------------------------------------------------------
 */
 
.page  {
   width: 960px;
   margin-left: auto;
   margin-right: auto;
}

.header   {
   height: 258px;
   text-align: center;
}

.navigation   {
   display: none;
   background: url(../images/layout/navigation.jpg) top center no-repeat;
   height: 25px;
   padding: 5px;
   
   border-width: 2px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}

.mainContent   {
	padding: 0px 10px 10px 10px;
	background-color: #FFFFFF;
}

.content   {
   margin-right: 290px;
   padding: 5px;
}

.sideBar   {
   float: right;
   width: 270px;
   padding: 5px;
   

   border-width: 2px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}

.sidebarSection   {
   background: url(../images/layout/sidebar.jpg) top center no-repeat;
   margin-bottom: 40px;
   padding-left: 15px;
   padding-right: 15px;
   padding-bottom: 15px;
}

.sidebarSection h3   {
   padding-top: 7px;
   padding-left: 2px;
   margin-bottom: 20px;
}


.footer   {
   border-top: 2px solid silver;
   text-align: center;
   margin-top: 50px;
   margin-left: auto;
   margin-right: auto;
   padding-top: 10px;
   padding-bottom: 40px;
   
   font-size: x-small;
   color: #666666;
}

.footer a   {
   color: #666666;
}

.footer a:hover   {
   color: #000000;
}

/*
 Content
 --------------------------------
*/

.photo   {
   background: #ffffff;
   border: 1px solid #999999;
   padding: 2px;
   text-align: center;
}

.map   {
   text-align: center;
}

.quote   {
   height: 200px;
   border-top: 2px solid #666666;
   border-bottom: 2px solid #666666;
   margin-top: 16px;
   margin-bottom: 10px;
   padding: 10px;
   background: #efefef;
}

.quote .photo   {
   width: 150px;
   float: left;
}

.quote .details   {
   margin-left: 170px;
  
   font-size: 18px;
   line-height: 21px;
   padding: 5px;
}

.quotePerson   {
   text-align: left;
}

.services   {
   margin-bottom: 10px;
   border-bottom: 2px solid #666666;
}

.service   {
   width: 140px;
   
   float: left;
   margin: 5px;
   margin-left: 10px;
   margin-right: 10px;
}



.service .photo   {
   
}

.service ul   {
   padding-left: 20px;
}

.businessLocation   {

   margin-bottom: 10px;
   border-bottom: 2px solid #666666;

}

.clientTestimonials   {

   margin-bottom: 10px;
   border-bottom: 2px solid #666666;

}

.clientQuote   {
   font-size: 14px;
   line-height: 17px;
   font-style: italic;
}

.clientPerson   {
   
}



.staffProfile   {
   
}

.staffProfile .photo   {
   width: 50px;
   height: 50px;
   float: left;
}

.staffProfile .details   {
   margin-left: 60px;
}

.staffProfile .details p  {
   font-size: 10px;
   line-height: 12px;
}

.phoneNumber   {
   font-size: 24px;
   font-weight: bold;
   padding: 5px;
   padding-left: 15px;
}

.email   {
   font-size: 16px;
   padding: 5px;
   padding-left: 15px;
}
.navbar {
		  position:relative;
		  margin: 0 auto;
	  }
	  
  
.navbar a {
	font-size: 10pt;
	color: #515151;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-image:url('../images/button.gif');
	padding: 3px;
}
.navbar a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-image:url('../images/buttonhover.gif');
}


