/**** Begin Basic Framework
 - Be careful making changes to this section *****/

/*Only Change Marked Elements*/
body {
	margin: 20px 0 20px 0;
	padding: 0;
	
	background-color: #000; /*Enter Background Color*/
	background-image: url(images/background.jpg);
	color: #000000; /*Enter Text Color*/
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 13px; /*Enter Text Font Size*/
}


/*** Elements ***/

h1 {
	margin: 0;
	color: #fff;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 28px;
}

h2 {
	margin: 0px 0px 10px 0px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 18px;
	font-weight: bold;
	
	color: #fff;
}

h3{
	margin: 12px auto;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

p {
	margin: 0 0 10px 0;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 14px; /*Enter Text Font Size*/
	font-weight: normal;
	
	text-align: left;
	color: #fff; /*Enter Text Color*/
}

ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 14px; /*Enter Text Font Size*/
	font-weight: normal;
	color: #fff; /*Enter Text Color*/
}


a {
	text-decoration: underline;
	color: #fff; /*Enter Link Color*/
	font-weight: bold;
}

a:hover, a:active {
	color: #F8FFAF; /*Enter Link Hover Color*/
}


/*** Contain ***/

#contain {
	margin: 0 auto;
	width: 900px;
	
	background-color: #000;
	
	border-left: 15px solid #C8C8C8;
	border-right: 15px solid #C8C8C8;
}


/*** Header ***/

#header {
	padding: 8px 30px 8px 30px;
}

#header h1 {
	width: 350px;
	
	line-height: 36px;
	
	text-align: center;
}

#header img {
	margin: 0px;
}

#address {
	float: right;
	display: inline;
	width: 400px;
	
	position: relative;
	bottom: -18px;
}

#address p {
	margin: 0;
	
	font-size: 14px;
	font-weight: normal;
	color: #fff; /*Enter Highlight Color*/
	
	text-align: center;
	
	line-height: 21px;
}


/*** Navigation Block ***/

#navigation {
	padding: 5px 0 5px 0;
	border-top: 3px solid #fff; /*Enter Highlight Color*/
	background-color: #5A5A5A;
	/*border-bottom: 1px solid #4169E1;*/ /*Enter Highlight Color*/
}

#flashHeader {
	/*background-color: Gray;*/ /*Temporary for Positioning*/
	height: 192px;
	
	float: right;
	display: inline;
	width: 715px;
}

/** If Using Dynamic Menu - Wrap this DIV around it**/
#menu {
	float: left;
	display: inline;
	width: 185px;
}

/** If Using Non-Dynamic Menu - Only use UL**/
#plainMenu {
	margin: 0;
	padding: 10px 10px 2px 10px;
}

#plainMenu li {
	display: inline;
	font-size: 11px;
}

#plainMenu li a {
	margin: 0 5px 0 0px;
}


/*** Page Titles ***/

#pageTitle {
	height: 80px;
}


/*** Content ***/

/* Use without contact form
#content {
	padding: 10px 30px 30px 30px;
	
}
*/

#content {
	padding: 10px 30px 30px 30px;
	background-color: #000;
	background-image: url(images/contentBG.jpg);
	background-repeat: repeat-y;
}

#contentLeft {
	float: left;
	display: inline;
	width: 640px;
	background-color: #000;
}

#contentRight {
	float: right;
	display: inline;
	width: 200px;
	border-top: 3px solid #000;
	position: relative;
	top: -75px;
}

#home p {
	margin: 0 0 10px 0;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 15px; /*Enter Text Font Size*/
	font-weight: normal;
	
	text-align: left;
	color: #fff; /*Enter Text Color*/
}


/** Contact Form **/

#contactForm {
	margin: 0px 0px 0px 20px;
	padding: 20px 0px 20px 0px;
	
	width: 180px;
	
	background-color: #C8C8C8;
	
	/*border: 1px solid #26376b;*/
}

#contactForm p {
	margin: 0 0 10px 6px;
	
	font-size: 11px;
	font-weight: bold;
	
	color: #000;
}

#contactForm form {
	margin: 0;
}

#contactForm input, #contactForm textarea {
	color: #000000;
	/*background: #ffffa0;*/
	border: 1px solid #fff;
}

#contactForm textarea {
	margin-top: 3px;
}

#contactForm .submit input {
	margin: 3px 6px 0 0;
	font-size: 11px;
	font-weight: bold;
	
	color: #ffffff;
	background-color: #000;
	border: 1px outset #fff;
}

#contactForm .alignRight {
	padding-right: 1px;
	text-align: right;
}


/*** Footer ***/

#footer {
	margin-top: 0px;
	padding-top: 15px;
	border-top: 2px solid #fff; /*Enter Highlight Color*/
	text-align: center;
	clear: both;
}

#footer ul {
	margin: 0;
	padding: 0px 0px 5px 0px;
	
	list-style: none;
	color: #fff;
	font-size: 11px;
}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer ul li a {
	padding: 0px 6px 0px 4px;
}

#footer p {
	margin: 0px 0px 0px 0px;
	font-size: 9px;
	text-align: center;
	color: #fff; /*Enter Tag Color*/
}

#footer .info {
	margin: 7px 0px 0px 10px;
	
	font-size: 11px;
	font-weight: bold;
	
	text-align: center;
	
	color: #fff; /*Enter Copyright Color*/
}

#footer p.info img {
	vertical-align: middle;
}

/***** End Basic Frame Work *****/



/***** Start General Elements *****/

.clear {
	clear: both;
}


/***** End General Elements *****/



/*** Page with list of subpages ***/

#listPage ul {
	list-style: square;
}

.TechEd {
	
}

.TechEd img {
   float: left;
	display: inline;
	margin: 5px 10px 5px 0px;
	border: 1px solid #C8C8C8;
}



#Announcement {
	margin-top: 20px;
}

#Announcement p {
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	margin: 5px 3px 0px 3px;
}
/***** End Page Layouts *****/



/***** Start Code for Specific Pages *****/


/*** Home ***/

#home .signature {
	font-family: Academy,Times New Roman,Times,serif;
	font-size: 18px;
	text-align: right;
}


/*** About Our Practice ***/

#about img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	border: 1px solid #fff;
}


/*** Meet Our Dental Team ***/

#Billerica	{
	
}
#Billerica img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #fff;
}


/*** Services Provided ***/

#services .procImages {
	float: left;
	display: inline;
}

#services .procImages img {
	margin-right: 10px;
	border: 1px solid #FFF;
}


/*** Dental Implants ***/

#implants .procImages {
	margin-bottom: 10px;
}

#implants .procImages img {
	margin-right: 10px;
	border: 1px solid #09008B;
}

#implants .implantVid {
	width: 200px;
	text-align: center;
}


/*** Invisalign ***/

#invisalign img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #09008B;
}


/*** Smile Gallery ***/

#gallery {
	text-align: center;
}

#gallery table {
	margin: 0 auto;
}

#gallery td {
	width: 275px;
	text-align: center;
}

#gallery td p {
	font-weight: bold;
	text-align: center;
}

#gallery img {
	margin: 10px 0px 10px 0px;
}


/*** Patient Forms ****/

#formTable {
	width: 500px;
}

#formTable th {
	text-align: left;
}

#formTable td {
	width: 250px;
	padding-left: 8px;
}

#forms img {
	margin-left: 250px;
}


/*** Contact Us ***/

#contact img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #09008B;
}

#contact p {
	margin-bottom: 20px;
}

#GoogleMap {
	width: 280px;
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
}

/*** Site Map ***/

#sitemapLeft {
	float: left;
	display: inline;
	/*width: 350px;*/
	width: 320px;
}

#sitemap ul {
	list-style: none;
}

#sitemapRight {
	float: right;
	display: inline;
	/*width: 490px;*/
	width: 320px;
}


/***** End Code for Specific Pages *****/

#slideshow {
    position:relative;
    height:309px;
    width:550px;
	margin: 12px auto;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}
