@charset "utf-8";
/* CSS Document */

@import "nav.css";
@import "holiday.css";
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif;
}
.container {
	width:1000px;
	margin:0 auto;
	position:relative;
}
#flashcontent {
	height: 100%;
}
img {
	border:0;
}
#header {
	background:#000;
	height:125px;
	padding-top:10px;
	position:relative;
}
#header_logo {
	position:absolute;
	left:35px;
	top:10px;
}
#email_signup {
	position:absolute;
	left:703px;
	top:10px;
	width:290px;
	height:60px;
	color:#fff;
	text-align:right;
}
#email_signup .inputs {
	padding-top:4px;
}
#email_signup .input {
	display:inline;
	margin-bottom:0;
}
#email_signup .input input {
	width:118px;
	margin-left:10px;
	color:#919090;
	font-size:12px;
}
#weymouthComing {
	position:absolute;
	background:url(../images/misc/weymouthComing.gif) no-repeat;
	width:240px;
	height:11px;
	left:252px;
	top:10px;
}
#weymouthComing span {
	display:none;
}
#headerTwitter {
	position:absolute;
	left:349px;
	top:32px;
	z-index:5;
}
#headerFacebook {
	position:absolute;
	left:252px;
	top:32px;
}
#headerScheduleAppointment{
	position:absolute;
	left:243px;
	top:56px;	
	width:183px;
}
#navSchedule{
	background:url(../images/misc/navMenu.png) no-repeat 0 0;	
	height:31px;
	width:183px;
}
#navSchedule:hover, #headerScheduleAppointment:hover #navSchedule{
	background-position:0 -32px !important;
}
#headerScheduleHingham{
	background:url(../images/misc/navMenu.png) no-repeat 0 -64px;	
	height:33px;
	width:183px;
}
#headerScheduleNorwell{
	background:url(../images/misc/navMenu.png) no-repeat 0 -97px;	
	height:50px;
	width:183px;
}

#headerReviewHingham{
	background:url(../images/misc/navMenu.png) no-repeat -183px -64px;	
	height:33px;
	width:161px;
}
#headerReviewNorwell{
	background:url(../images/misc/navMenu.png) no-repeat -183px -97px;	
	height:50px;
	width:161px;
}
#headerReviews{
	position:absolute;
	left:431px;
	top:56px;	
	width:161px;
}
#navReviews{
	background:url(../images/misc/navMenu.png) no-repeat -183px 0;	
	height:32px;
	width:161px;
}
#navReviews:hover, #headerReviews:hover #navReviews{
	background:url(../images/misc/navMenu.png) no-repeat -183px -32px !important; 	
}

.dropDownMenu, .dropDownMenu ul {
	padding:0;
	list-style:none;
	margin:0;
	clear:both;
	float:left;
	width:inherit;
}
.dropDownMenu ul.drop {
	padding:0 0 11px;
	margin:30px 0 0;
	width:161px;
	clear:both;
	float:left;
}
.dropDownMenu ul.drop li {
	width:161px;
	clear:both;
}
.dropDownMenu ul.drop a {
	padding:0;
	margin:0;
	color:#fff;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
}
.dropDownMenu a {
	display: block;
	/*width: 10em;*/

	float:left;
	clear:both;
	width:100px;
}
.dropDownMenu li {
	float: left;/*width: 10em;*/
}
.dropDownMenu li ul {
	position: absolute;
	z-index:99;
	width: 10em;
	left: -999em;
}
.dropDownMenu li:hover ul {
	left: auto;
}
.dropDownMenu li:hover ul, .dropDownMenu li.sfhover ul {
	left: auto;
	z-index:200;
}
.dropDownMenu span{ display:none; }
/* END HEADER */

#main {
	background:#ffffff;/*min-height:300px;	*/
}
#footer {
	background:#000;
	margin:0 auto;
	width:940px;
	padding:15px 30px;
	font-size:11px;
	color:#959595;
}
#footer a {
	color:#bf2e1a;
}
#footer .footer_call {
	margin-bottom:10px;
}
#flash_text {
	color:#000000;
	font-size:13px;
	line-height:19px;
	display:none;
}
.hours {
	width:240px;
	color:#fff;
}
.hours .title {
	font-size:19px;
}
.hours .times {
	font-size:14px;
}
.hours a {
	color:#fff;
}
.clear_fix {
	clear:both;
}
.body_content .title {
	font-size:15px;
	font-weight:bold;
}
.body_content .article_copy {
	color:#939292;
	font-size:11px;
	line-height:15px;
}
.body_content .article .break {
	height:1px;
	width:410px;
	background-color:#e5e5e5;
	margin:25px 0 15px;
}
#d3container{
	padding:20px 20px 100px;
}
#d3ScheduleContainer{
	padding:20px 20px 0;
}
#d3ScheduleContainer .title, #d3container .title{
	font-size: 20px;
	color: #bf2e1a;
	padding-bottom:20px;
}
.d3cp_form_title {
	color: #bf2e1a !important;
	font-weight:normal !important;
}
#D3cpWidget {
	/*width:1000px !important;	*/
}

