@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Calibri, Tahoma;
	font-size: 13px;
	color: #000;
}
.formobject {
	background-color: #BCD85D;
	border: 1px solid #FFF;
	font-family: Tahoma;
	font-size: 11px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BCD85D;
}
a:hover {
	text-decoration: none;
	color: #A89166;
}
a:active {
	text-decoration: none;
	color: #BCD85D;
}

a.links:link {
	color: #BCD85D;
	text-decoration: none;
	font-weight: bold;
}
a.links:visited {
	text-decoration: none;
	color: #BCD85D;
	font-weight: bold;
}
a.links:hover {
	text-decoration: none;
	color: #A89166;
	font-weight: bold;
}
a.links:active {
	text-decoration: none;
	color: #BCD85D;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Sanford, Garamond, "Times New Roman";
	margin: 0px;
}
#navTop h1 {
	font-size: 25px;
	color: #594B33;
	margin: 0px;
}

h1 {
	font-size: 18px;
	color: #FFFFFF;
}
.h1-highlight-brown {
	color: #A89166;
}
.h1-highlight-green {
	color: #BCD85D;
}

h2 {
	font-size: 15px;
	color: #65522A;
	font-family: Calibri, Tahoma;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCD85D;
	padding-bottom: 2px;
}
.headerImage {
	float: right;
}

h3 {
	font-size: 30px;
	color: #FBB36B;
}
h4 {
	font-size: 15px;
	color: #88A527;
	font-family: Calibri, Tahoma;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A89166;
	padding-bottom: 2px;
}

/* start of menu items*/
#navsite1 {
	width: 100%;
	padding:0px;
	float: left;
	
}

#menu1
{
	padding:0;
	color:#FFFFFF;
	font-family: Calibri;
	list-style-type:none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 13px;
	font-weight: normal;
	
}
#menu1 li {display:inline;}
#menu1 li a
{
	color:#000;
	text-decoration:none;
	float:left;
	padding-top: 3px;
	padding-left: 9px;
	background-color: #FBB36B;
	margin-left: 1px;
	text-align: center;
	padding-right: 9px;
	border: 1px solid #A89166;
	padding-bottom: 3px;
	}
#menu1 li a:hover
{
	color:#FFF;
	background-color: #A89166;
	border: 1px solid #A89166;
}
/*start of icons*/
.home {
	background-image: url(../images/bishops-stortford-dental_06-08.jpg);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	}
	.find {
	background-image: url(../images/bishops-stortford-dental_09.jpg);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	}
	.contact {
	background-image: url(../images/bishops-stortford-dental_11.jpg);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	}


/*side nav*/
#navsite {
	width: 240px;
	font-size: 13px;
	padding:0;
	background-image: url(../images/sidenav.jpg);
}

#navsite p {display: none;}
#navsite ul {list-style: none; margin: 0; padding:0;}
#navsite ul li {
	margin: 0;
}
#navsite ul li a {
	display:block;
	line-height: 20px;
	text-decoration: none;
	color: #000;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
}
html>body #navsite ul li a {width:auto;}

#navsite a:hover {
	background-color: #fff;
}
.quote {
	border:1px none #9FCFFF;
	padding-top: 10px;
	padding-left: 0px;
	font-style:oblique;
	font-variant:normal;
	font-weight:normal;
	color: #FFF;
	background-image: url(../images/quote1.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 230px;
	font-size: 11px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
}


.quote-div {
	background: transparent url(../images/quote2.png) right bottom no-repeat;
	padding-right: 25px;
	padding-bottom: 5px;
	margin-left: 32px;
	margin-right: 0px;
}
