@charset "utf-8";
/* CSS Document */

body,html{
  font-size:10pt;
  color:#000;
  font-family:'Trebuchet MS', Arial, sans-serif;  
  line-height:19px;
  margin:0px;
  padding:0px;
}

#cAll {
  width:920px;
  margin:auto;
  height:auto;
}

h1{
	font-size:17px;
	color:#900;
	margin:0;
	padding:0;
	display:inline;
}

a img, a {
  border:none;
  text-decoration:none;  
}

#cMenu{
  position:absolute; 
  top:50px;
  left:-99px;
  width:126px; 
}

#cMenu ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
	
#cMenu li a{
    text-transform:uppercase;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	display:block;
	margin-bottom:3px;
    height:20px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding:0px 10px 4px 22px;/*top, right ,bottom, left*/
	line-height:24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration:none;
	background:transparent url(../img/menu.gif) 0 0 repeat-x;
}	
	
#cMenu li a:link, #cMenu li a:visited {
	color:#fff;
}

#cMenu li a:hover{
  background-position: 0px -24px;
  color: white;
}
/* hover prevent*/
#home .home:hover, #contact .contact:hover, #testimonies .testimonies:hover, #prices .prices:hover {
  background-position: 0px -48px;
  border-color: #D2C8AF;   
}

#home .home, #contact .contact, #testimonies .testimonies, #prices .prices{
  background-position: 0px -48px;
  border-color: #D2C8AF; /* color theme*/  
}


#cContent {
  position:relative;
  width:759px;
  min-height:350px;
  border:3px solid black;
  padding:10px 30px;
  float:right;
  background-color:#F5F5F5;
}

#logoLarge {
  position:absolute;
  bottom: -97px;
  left:-100px;
}

#bestOfBedfordLogo {
  position:absolute;
  bottom:-100px;
  left:300px;
}

#keywords {
  text-align:center;
  clear:both;
  position:relative;
  color:#999;
  width:920px;
  margin:auto;
  bottom:-100px; 
}

#designedBy {
  position:relative;
  top: -75px;
  left:70px;
}

.red {
	color:#900;
	font-weight:normal;
}

#form {
	margin:auto;
}

.formlabel {
  vertical-align:top;  
  text-align:right;
  font-weight:bold;
}

#form input, #form textarea {
	border:1px solid #CCC;
}

#form td {
	padding:5px;
}

/* START TESTIMONY */

.testimonyHeader {
  text-align:right;
  background-color:#D80000;
  color:#fff;
  font-weight:bold;
  padding:5px;
  margin-top:10px;
}

.testimonyBody {
  background-color:#fff;
  padding:5px;
  border:1px solid #CCC
}

.button {
  color:#fff;
  padding-left:5px;
  padding-right:5px;
  background-color:#D80000;
  border:1px solid #999;
}
.button a {color:#FFF;}

.button:hover{
	background-color:#620000;
}

/* STOP TESTIMONY */
