@charset "UTF-8";

/*
    Brooklin Dental web site CSS

*/

/**********************************
	Color values:
	#535658 - bkgd dark grey outline/copy
	#6c7072 - bkgd light grey
	#94b8cc - light blue
	#00446b - logo dark blue
	#5b8584 - logo green
	#fff - white

***************************************/



* {
	margin:0;
	padding:0;
}

div { 
	border: solid #000 0px; 
}
a img {
	border: medium none;
}


body  {
	background: #6c7072 url(../images/bkgdRepeat.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #535658;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
}

/* --------------------------------------------------------------------------layout structure */

#wrapper {
    width: 780px;
	position: absolute;
	left: 50%;
	top: 0;
	font-size: 110%;
	margin: 0px 0px 0px -390px;
	background: #fff;
	border: 1px #535658 solid;
}
#header {
	float: left;
	width: 100%;
	height: 130px;
	background: #fff url(../images/BVDC_Logo.gif) no-repeat center;
}

/* --------------------------------------------------------------------------navBar */

#navBar {
	float: left;
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 0;
	background: #94b8cc;
	border-top: 1px #535658 solid;
	border-bottom: 1px #535658 solid;
}
#nav ul {
	list-style: none;
	width: 730px;
	display: block;
	line-height: 36px;
	height: 36px;
	margin: 0 auto;
}
#nav li {
	float: left;
	height: 37px;
	display: inline;
	position: relative;
}
#nav ul li.t-home a {
	border-left: 1px solid #535658;
}
#nav li ul {
	position: absolute;
	top: 37px;
	left: -999em;
}
#nav ul li a {
	float: left;
	display: block;
	height: 36px;
	text-decoration: none;
	color: #fff;
	background: #94b8cc;
	padding: 0 25px;
	border-right: 1px solid #535658;
}
#nav ul li a:hover {
	background: #535658;
}
#nav ul ul{
	width: 150px;
}
#nav ul li ul li a {
	border-left: 1px solid #535658;
	border-bottom: 1px solid #535658;
	width: 175px;
	font-size: 90%; 
	letter-spacing: .5px;
	background: #94b8cc;
}
#nav ul li ul li a:hover {
	background: #535658;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
}
#nav li a.current {
	background: #535658;
}
#nav li a.current:hover {
   cursor: default;
}
/* --------------------------------------------------------------------------mainImage */
	
#mainImage {
	float: left;
	width: 100%;
	height: 300px;
	border-bottom: 1px #535658 solid;
}

/* --------------------------------------------------------------------------contentWrapper */

#contentWrapper {
	float: left;
	width: 100%;
	background: #94b8cc;
	display: inline; /* So IE plays nice */
}

/* --------------------------------------------------------------------------left column */

#leftColumn {
	float: left;
	width: 30%;
	background: #94b8cc;
	color: #fff;
	font-size: 110%;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: .5px;
}
#leftColumn .gutter {
	padding: 30px;
}
p {
	padding: 0 0 5px 0;	
}
p strong {
	font-size: 115%;
	font-weight: bold;
	letter-spacing: 1px;
}

#shareHeader {
	font-size: 10pt;
	font-weight: bold;
}
#shareText {
	font-size: 9pt;
	font-weight: bold;
}
#txtFriendEmail {
	width: 200px;"
}
#cmdSendToFriend {
	width: 42px;
	height: 19px;
	margin-top: 25px;
	border: 1px solid white;
    	background: url('../images/friend_send.gif') no-repeat top left;
	cursor: pointer;
}
#tellDiv {
	margin-top: 20px;
	margin-bottom: 20px;
}
	
/* --------------------------------------------------------------------------right column */

#rightColumn {
	float: right;
	width: 70%;
	background: #fff;
	color: #535658;
	font-size: 90%;	
	line-height: 1.5em;
}
.office #rightColumn {
	height: 600px;
}

#rightColumn .gutter {
	padding: 10px 25px 25px 25px;
}
#rightColumn p {
	padding: 5px 0;
}
#rightColumn h2 {
	font-size: 130%;
	padding: 10px 0 0 0;
	color: #00446b;
	line-height: 1.3em;
}
#rightColumn h3 {
	font-size: 110%;
	padding: 0 0 5px 0;
	color: #94b8cc;
}
#rightColumn a {
	text-decoration: none;
	color: #535658;
}
#rightColumn a:hover {
	text-decoration: none;
	color: #94b8cc;
}
.contact #rightColumn a {
	text-decoration: none;
	color: #5b8584;
}
.contact #rightColumn a:hover {
	text-decoration: none;
	color: #94b8cc;
}
#rightColumn a.currentOne {
	color: #94b8cc;
}
#rightColumn a.currentOne:hover {
   cursor: default;
}
#rightColumn p.lines {
 	padding: 5px 0;
 	margin: 10px 0;
	border-bottom: 1px #535658 solid;
	font-size: 90%;
}
 #rightColumn b{
	color: #00446b;
	font-size: 110%;
}
#rightColumn dl, #rightColumn ul {
	padding: 5px 30px;
}
#rightColumn dl dt{
	color: #00446b;
	font-size: 110%;
	padding: 3px 0 0 0;
}
#rightColumn dl dd{
	padding: 0 0 3px 0;
}
#rightColumn ul li{
	padding: 0 0 5px 0;
}
.hours {
	float: right;
	margin: -4px 70px 5px 0;
}
.hours tr.openFridays {
	padding: 15px 0;
}

#questions p{
padding: 5px 20px;
}


/* --------------------------------------------------------------------------headlines */

#rightColumn h1 {
	width: 476px;
	height: 56px;
	background: #fff url(../images/WelcomeBVDC.gif) no-repeat;
	padding: 0 0 8px 0;
	text-indent: -9999px;
}
.office #rightColumn h1 {
	background: #fff url(../images/headline_Office.gif) no-repeat;
}
.team #rightColumn h1 {
	background: #fff url(../images/headline_Team.gif) no-repeat;
}
.services #rightColumn h1 {
	background: #fff url(../images/headline_services.gif) no-repeat;
}
.faqs #rightColumn h1 {
	background: #fff url(../images/headline_faqs.gif) no-repeat;
}
.contact #rightColumn h1 {
	background: #fff url(../images/headline_contact.gif) no-repeat;
}
.genDentistry #rightColumn h1 {
	background: #fff url(../images/headline_genDentistry.gif) no-repeat;
}
.cosmDentistry #rightColumn h1 {
	background: #fff url(../images/headline_cosmDentistry.gif) no-repeat;
}
.periodontics #rightColumn h1 {
	background: #fff url(../images/headline_periodontics.gif) no-repeat;
}
.orthodontics #rightColumn h1 {
	background: #fff url(../images/headline_orthodontics.gif) no-repeat;
}
.dentists #rightColumn h1 {
	background: #fff url(../images/headline_Dentists.gif) no-repeat;
}
.oralSurgery #rightColumn h1 {
	background: #fff url(../images/Headlines_OralSurgery.gif) no-repeat;
}
.oralSurgeon #rightColumn h1 {
	background: #fff url(../images/Headlines_OralSurgery.gif) no-repeat;
}

.orthodontist #rightColumn h1 {
	background: #fff url(../images/Headlines_Orthodontist.gif) no-repeat;
}
.periodontist #rightColumn h1 {
	background: #fff url(../images/headline_Periodontist.gif) no-repeat;
}

/* -------------------------------------------------------------------------- footer */


#footer {
	clear: both;
    width: 780px;
    background: #535658;
	color: #FFF;
	font-size: 85%;
	text-align: center;
	padding: 5px 0 0 0;
}

#footer a {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #94b8cc;
	text-decoration: none;
}







