body {
	margin: 0px;
	padding: 0px;
	background: #FEFF99 url("../images/bodyBg.jpg") repeat-x top left;
	font-family: verdana, arial, helvetica, sans-serif;
}

.page {
	width: 865px;
}

/*********** Header *************/

#header {
	background: #FF8E01 url('../images/headerBg.jpg') no-repeat top left;
	height: 54px;
	padding: 37px 0px 0px 39px;
}

#header h1 {
	color: #606;
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	font-size: 30px;
	margin: 0px;
}


/*********** Menu *************/

.menuBar {
	height: 27px;
	background-image: url('../images/menuBg.jpg');
	width: 865px;
}

.menu {
	display: block;
	padding: 0px;
	margin: 0px;
	float: right;
}

.menu li {
	display: block;
	float: left;
	list-style-type: none;
}

.menu a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	background: url("../images/menuSeparatorBg.jpg") no-repeat top left;
	display: block;
	float: left;
	width-min: 10px;
	height: 15px;
	padding: 6px 14px;
	white-space: nowrap;
}

.menu a:hover {
	background-color: #BDD973;
	color: #006060;
}

.submenu {
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;

	list-style-position: outside;
	background: #BDD973;
	border: 1px solid #006060;
	/*-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	opacity: 0.8;*/
}

.submenu li {
	float: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #DEF2A8;
}

.submenu a {
	padding: 3px 8px;
	margin: 0px;
	display: block;
	text-transform: none;
	font-weight: normal;
	float: none;
	background-image: none;
	color: #006060;
}

.submenu a:hover {
	background-color: #DEF2A8;
}


/*********** Page body *************/

.contentHeader h1 {
	color: #FFFFFF;
	font-family: georgia, "times new roman", serif;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: normal;
	/*margin: 41px 0px 0px 38px;*/
	margin: 0px;
	margin-left: 38px;
	padding-top: 41px;
	padding-bottom: 0px;
}

#mainColumn {
	width: 677px;
	float: left;
}

#rightColumn {
	float: left;
	width: 187px;
	margin: 0px;
	padding: 0px;
	margin-right: -1px; /* This seems to fix a glitch in IE 6, and it does no harm */
}

#mainContentTop {
	background: #FFFFCB url('../images/contentTopBg.gif') no-repeat top left;
	width: 639px;
	margin: 14px 10px 0px 24px;
}

#mainContent {
	background: url('../images/contentBottomBg.gif') no-repeat bottom left;
	margin: 0px;
	padding: 16px 18px 16px 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	
	height: 700px;
}

#mainContent a {	
	color: #606;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.alternatingList .odd {
	background-color: #DCE7A4;
}

.alternatingList .even {
	background-color: #FFE48E;
}

.alternatingList {
	list-style-position: outside;
	list-style-type: none;
	margin: 8px 0px;
	padding: 0px;
}

.alternatingList li {
	background: url("../images/listImage.gif") no-repeat 10px 14px;
	margin: 1px 0px 0px 0px;
	padding: 8px;
	padding-left: 24px;
	/*display: block;*/
}

.alternatingList td {
	padding: 8px;
}

.alternatingList .year {
	font-family: "times new roman", serif;
	font-size: 20px;
	color: #606;
}

div[class] #mainContent {
	height: auto;
	min-height: 700px;
}


#mainContent h1 {
	color: #006666;
	font-family: "Times New Roman", serif;
	font-size: 26px;
	font-weight: normal;
	margin: 2px 0px;
	padding: 0px;
}

#mainContent h2 {
	color: #006666;
	font-family: "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin: 4px 0px 8px 0px;
}

#mainContent h3 {
	color: #606;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px;
}
	

#rightColumn .boxTop {
	background: #FFFFCB url('../images/sideboxTopBg.gif') no-repeat top left;
	width: 187px;
	margin: 16px 0px;
}

#rightColumn .box {
	padding: 12px 10px 16px 12px;
	background: url('../images/sideboxBottomBg.gif') no-repeat bottom left;
	font-size: 10px;
}

#rightColumn .box a {
	color: #606;
	font-weight: bold;
	font-size: 12px;
}

#rightColumn .box h2 {
	margin: 2px 0px 6px 0px;
	padding: 0px;
	color: #606;
	font-size: 16px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

#rightColumn .box h3 {
	margin: 8px 0px;
	padding: 0px;
	color: #606;
	font-size: 11px;
	font-weight: bold;
}

#rightColumn .box h4 {
	margin: 8px 0px;
	padding: 0px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
#rightColumn .box h5 {
	margin: 8px 0px;
	padding: 0px;
	color: #066;
	font-size: 11px;
	font-weight: bold;
}


.quickLinks {
	background: #FFFFCB url('../images/quickLinksTopBg.gif') no-repeat top left;
	width: 187px;
	margin: 16px 0px;
	padding-top: 29px;
}

.partner {
	background: #FFFFCB url('../images/partnersbgimg.gif') no-repeat top left;
	width: 187px;
	margin: 16px 0px;
	padding-top: 29px;
}
.quickLinks img {
	margin-right: 4px;
	margin-bottom: 4px;
	margin-top: 3px;
	margin-left: -3px;
}

#rightColumn form {
	margin: 8px 0px;
	padding: 0px;
	white-space: nowrap;
	font-size: 8px;
}

.search .searchInput {
	width: 137px;
	height: 18px;
	font-size: 13px;
	padding: 2px;
	margin: 0px;
	border: 0px;
	color: #066;
	background: url("../images/searchInputBg.gif") no-repeat top left;
}

.search .searchButton {
	margin-top: 1px;
}

.sideBox h2 {
	color: #636;
	margin: 0px;
	font-size: 16px;
	padding-bottom: 4px;
}

.box {
	font-size: 12px;
}

p {
	margin: 4px 0px 16px 0px;
	padding: 0px;
}

.langMenu {
	margin: -7px -10px 10px 0px;
	text-align: right;
}

#contactUsPage #mainContent .langMenu a, #mainContent .langMenu a  {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #066;
	padding-right: 8px;
	text-decoration: none;
}

.langMenu .selectedOption {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding-right: 8px;
}

/*********** Page Footer *************/

#footer {
	margin: 13px 11px 0px 24px;
	padding: 8px 0px;
	border-top: 1px solid #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.designBy, .designBy a {
	padding-top: 8px;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}


/*********** Home Page *************/

#homeHeader {
	background: url('../images/homeContentHeaderBg.jpg') no-repeat top left;
	height: /*351px*/ 339px;
	padding: 12px 0px 0px 34px;
/*	padding: 44px 0px 0px 36px;*/
}

#homeHeader #headerLeftPanel {
	float: left;
	width: 430px;
	height: 331px;
}

#homeHeader #homeQuotes {
	height: 65px;
	margin-top: 4px;
	background: url("../images/homeQuotes.gif") no-repeat 4px 4px;
}

#homeHeader #slideshow {
	width: 430px;
	height: 258px;
	background: no-repeat top left;
}

#homeHeader #headerInfo {
	float: left;
	width: 174px;
	height: 240px;
	padding: 58px 8px 10px 8px;
	font-family: georgia, "Times New Roman", serif;
	font-weight: normal;
	color: #F5F7F0;
	font-size: 17px;
}

#homeHeader .learnMoreLink {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: black;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	padding: 8px 8px 8px 70px;
}

.emSection {
	background-color: #FFF9B9;
	border-top: 1px solid #FFCC66;
	border-bottom: 1px solid #FFCC66;
	margin: 24px -18px 16px -13px;
	padding: 8px 18px 8px 13px;
}

#ourSites .infoBoxTop {
	background: #D6D792 url("../images/boxTopBg.gif") no-repeat top left;
	padding-top: 8px;
	float: left;
	margin-right: 11px;
}

#ourSites .infoBox {
	background: #D6D792 url("../images/boxBottomBg.gif") no-repeat bottom left;
	padding: 0px 7px 8px 7px;
	width: 182px;
	height: 222px;
}

#ourSites .infoBox img {
	border: 1px solid white;
}

#ourSites .infoBox h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 6px 0px;
}

#ourSites .infoBox h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #636;
	margin: 12px 0px 0px 0px;
}

#ourSites .infoBox a {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #066;
	text-decoration: none;
}

#ourSites .infoBoxContainer {
	height: 240px;
	padding: 0px;
	margin-right: -24px;
}

.certifications {
	color: #006;
	font-size: 14px;
	padding: 8px 0px 0px 0px;
}

.certifications img {
	margin-right: 12px;
}

#homePage #mainContent {
	height: auto;
	min-height: 100px;
}

/*************** FRAMINGHAM SERVICES ******************/


#servicesFraminghamHeader {
	background: url('../images/servicesFraminghamHeaderBg.jpg') no-repeat top left;
	width: 664px;
	height: 72px;
}

.services {
	margin: 16px -18px 0px -13px;
	border-top: 1px solid #FFAB00;
	border-bottom: 1px solid #FFAB00;
	background-color: #DCE7A4;
	height: 650px;	
}

.serviceIndex {
	float: left;
	width: 220px;
	height: 630px;
	padding: 20px 0px 0px 00px;
	margin: 0px;
}

.serviceIndex li {
	margin: 0px;
	padding: 0px;
	display: block;
	border: 1px solid #DCE7A4;
}

.serviceIndex a {
	margin: 0px;
	padding: 2px 10px 2px 15px;
	display: block;
	font: verdana, arial, sans-serif;
	color: #606;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

.currentServiceName {
	background: url("../images/selectedService.gif") no-repeat right center;
	background-color: #BDD973;
}

.serviceIndex ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}

.serviceDescriptionBox {
	float: left;
	background-color: #FFE58F;
	height: 606px;
	width: 389px;
	padding: 22px 17px 22px 13px;
	margin: 0px;
}

.serviceDescription {
	display: none;
	font-size: 12px;
}

/************* Great Brook Services *****************/

#greatBrookServicesHeader {
	background: url('../images/servicesGreatBrookHeaderBg.jpg') no-repeat top left;
	width: 664px;
	height: 72px;
}

/************* Dental Services *****************/

#dentalServicesHeader {
	background: url('../images/servicesDentalHeaderBg.jpg') no-repeat top left;
	width: 664px;
	height: 72px;
}

/************* Board of Directors *****************/

#boardOfDirectorsHeader {
	background: url('../images/aboutUsHeaderBg.jpg') no-repeat top left;
	width: 663px;
	height: 72px;
}

/************* Our Staff *****************/

#ourStaffHeader {
	background: url('../images/ourStaffHeaderBg.jpg') no-repeat top left;
	width: 664px;
	height: 251px;
}

#ourStaffHeader #staffStats {
	margin: 52px 60px 5px 210px;
	color: #606;
	font-family: georgia, serif;
	font-size: 18px;
}

#ourStaffHeader #staffDiversity {
	margin: 5px 60px 0px 245px;
	color: #FFFFFF;
	font-family: georgia, serif;
	font-size: 18px;
}

/************* Executive Team *****************/

#executiveTeamHeader {
	background: url('../images/aboutUsHeaderBg.jpg') no-repeat top left;
	width: 663px;
	height: 72px;
}

#executiveTeamPage #mainContent a {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #006666;
	text-decoration: none;
}

/************* Achievements *****************/

#achievementsHeader {
	background: url('../images/aboutUsHeaderBg.jpg') no-repeat top left;
	width: 663px;
	height: 72px;
}

/************* People We Serve *****************/

#peopleWeServeHeader {
	background: url('../images/peopleWeServeHeaderBg.jpg') no-repeat top left;
	width: 664px;
	height: 251px;
}

#peopleWeServeHeader #peopleWeServeInfo {
	color: #FFFFFF;
	font-family: georgia, serif;
	font-size: 20px;
	margin: 80px 15px 0px 435px;
}


/************* Partners Supporters *****************/

#partnersSupportersHeader {
	background: url('../images/partnersSupportersHeaderBg.jpg') no-repeat top left;
	width: 664px;
	height: 252px;
}

#partnersSupportersHeader #headerQuote {
	color: #FFFFFF;
	font-family: georgia, serif;
	font-size: 23px;
	margin: 91px 10px 3px 50px;
}

#partnersSupportersHeader #quoteAuthor {
	margin: 3px 57px 5px 50px;
	text-align: right;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.columnHeader {
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #636;
	background-color: #FFF9B9;
	border-top: 1px solid #FC6;
	padding: 8px 18px 8px 13px;
	margin: 12px -18px 12px -13px;
}

.partnersSupportersList {
	font-size: 10px;
}

/************* Support Us *****************/

#supportUsHeader {
	background: url('../images/supportUsHeaderBg.jpg') no-repeat top left;
	width: 664px;
	height: 72px;
}

#supportAreas {
	margin: 10px -18px 10px 0px;
	height: 150px;
}

#supportAreas .infoBoxTop {
	background: #FFE896 url("../images/orangeBoxTopBg.gif") no-repeat top left;
	padding-top: 8px;
	float: left;
	margin-right: 11px;
}

#supportAreas .infoBox {
	background: #FFE896 url("../images/orangeBoxBottomBg.gif") no-repeat bottom left;
	padding: 0px 7px 8px 7px;
	width: 180px;
	height: 134px;
}

#supportAreas .infoBox h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #606;
	margin: 6px 0px;
	padding-bottom: 4px;
	background: url("../images/orangeBoxHR.gif") repeat-x bottom left;
}

#supportDetails {
	padding: 20px 18px 30px 13px;
}

/************* Contact Us *****************/

#contactUsHeader {
	background: url('../images/contactUsHeaderBg.jpg') no-repeat top left;
	width: 664px;
	height: 72px;
}
#directionsheader {
	background-image: url(../images/directionsHeaderBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 72px;
	width: 664px;
}


.directions {
	background-color: #FFE999;
	margin: 10px -18px 10px -13px;
	padding: 10px 18px 10px 13px;
	display: none;
}

#contactUsPage #mainContent h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 16px 0px 8px 0px;
	color: #606;
}

#contactUsPage #mainContent a {	
	text-decoration: underline;
	color: #606;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#contactUsPage h3 {
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/************* Join Our Team  *****************/

#joinOurTeamHeader {
	background: url('../images/joinOurTeamHeaderBg.jpg') no-repeat top left;
	width: 664px;
	height: 72px;
}

#jobsPage .hr {
	height: 0px;
	border-top: 1px solid #FC6;
	padding: 0px;
	margin: 16px -18px 4px -13px;
}

.mailLink {
	/*text-align: center;*/
	padding: 0x 0px;
}

#mainContent .mailLink a {
	font-weight: bold;
	font-size: 14px;
	/*font-size: 18px;
	color: #066;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;*/
}

.jobDisclaimer {
	/*text-align: center;*/
}

/************* Login  *****************/

#loginHeader, #jobAdminHeader {
	background: url('../images/aboutUsHeaderBg.jpg') no-repeat top left;
	width: 663px;
	height: 72px;
}

.errorMsg {
	color: #F00;
	font-size: 14px;
	background-color: #FFF9B9;
	border: 1px solid #FFCC66;	
	padding: 16px;
}

/************* Search *****************/

#searchHeader {
	background: url('../images/aboutUsHeaderBg.jpg') no-repeat top left;
	width: 663px;
	height: 72px;
}
.directiontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #606;
	text-decoration: none;
}
#pageBody #rightColumn .partner .box a:link {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #066;
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#pageBody #rightColumn .partner .box a:hover {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #066;
	text-decoration: none;
}

#pageBody #rightColumn .partner .box a:active {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #066;
	text-decoration: none;
}

#pageBody #rightColumn .partner .box a:visited {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #066;
	text-decoration: none;
}

#pageBody #rightColumn .quickLinks .box a:link {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #066;
	text-decoration: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#pageBody #rightColumn .quickLinks .box a:hover {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #066;
	text-decoration: none;
}

#pageBody #rightColumn .quickLinks .box a:active {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #066;
	text-decoration: none;
}

#pageBody #rightColumn .quickLinks .box a:visited {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #066;
	text-decoration: none;
}

