/**** Begin Basic Framework
 - Be careful making changes to this section *****/

/*Only Change Marked Elements*/
body {
	margin: 0;
	padding: 0;
	
	background-color: Black; /*Enter Background Color*/
	color: White; /*Enter Text Color*/
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 13px; /*Enter Text Font Size*/
}


/*** Elements ***/

h1 {
	margin: 0;
	
	font-family: "Copperplate Gothic Bold", "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 32px;
}

h2 {
	margin: 0px 0px 10px 0px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 18px;
	font-weight: bold;
	
	color: White;
}

p {
	margin: 0 0 10px 0;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 13px; /*Enter Text Font Size*/
	font-weight: normal;
	
	text-align: left;
	color: White; /*Enter Text Color*/
}

a {
	text-decoration: none;
	color: #4169E1; /*Enter Link Color*/
	font-weight: bold;
}

a:hover, a:active {
	color: #40BBE1; /*Enter Link Hover Color*/
}


/*** Contain ***/

#contain {
	margin: 0 auto;
	width: 900px;
}


/*** Header ***/

#header {
	padding: 30px 30px 20px 30px;
}

#header p {
	margin: 0;
	font-size: 18px;
	color: #4169E1; /*Enter Highlight Color*/
}

#call {
	float: right;
	display: inline;
	width: 200px;
}

#call p {
	position: relative;
	bottom: -11px;
	
	text-align: right;
}

#call span {
	color: White; /*Enter Text Color*/
}


/*** Navigation Block ***/

#navigation {
	border-top: 1px solid #4169E1; /*Enter Highlight Color*/
	border-bottom: 1px solid #4169E1; /*Enter Highlight Color*/
}

#flashHeader {
	/*background-color: Gray;*/ /*Temporary for Positioning*/
	/*height: 276px;*/
	height: 185px;
}

#flashHeader img {
	margin: 0;
	padding: 0;
}

/** If Using Dynamic Menu - Wrap this DIV around it**/
#menu {
	
}

/** 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-image: url(images/contentBG.jpg);
	background-repeat: repeat-y;
}

#contentLeft {
	float: left;
	display: inline;
	width: 640px;
}

#contentRight {
	float: right;
	display: inline;
	width: 200px;
	
	position: relative;
	top: -75px;
}


/** Contact Form **/

#contactForm {
	margin: 0px 0px 0px 20px;
	padding: 20px 0px 20px 0px;
	
	width: 180px;
	
	background-color: #26376b;
}

#contactForm p {
	margin: 0 0 10px 6px;
	
	font-size: 11px;
	font-weight: bold;
	
	color: #40BBE1;
}

#contactForm form {
	margin: 0;
}

#contactForm input, #contactForm textarea {
	color: #000000;
	border: 1px solid #40BBE1;
}

#contactForm textarea {
	margin-top: 3px;
}

#contactForm .submit input {
	margin: 3px 6px 0 0;
	font-size: 11px;
	font-weight: bold;
	
	color: #ffffff;
	background-color: #40BBE1;
	border: 1px outset #4169E1;
}

#contactForm .alignRight {
	padding-right: 1px;
	text-align: right;
}

#slogans {
	margin: 0 8px 25px 8px;
	padding: 10px 5px 0 5px;
	background-color: #ffffff;
	border: 3px solid #40BBE1;
}

#slogans p {
	font-size: 12px;
	/*font-style: italic;*/
	color: #000000;
}


/*** Footer ***/

#footer {
	margin-top: 0px;
	padding-top: 15px;
	border-top: 1px solid #4169E1; /*Enter Highlight Color*/
	text-align: center;
	clear: both;
}

#footer ul {
	margin: 0;
	padding: 0px 0px 5px 0px;
	
	list-style: none;
	
	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: #696969; /*Enter Tag Color*/
}

#footer .info {
	margin: 7px 0px 0px 10px;
	
	font-size: 11px;
	font-weight: bold;
	
	text-align: center;
	
	color: White; /*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;
}


/***** 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: 0px 15px 10px 0px;
	border: 1px solid #4169E1;
}


#aboutFlash {
	float: left;
	display: inline;
	margin: 0px 15px 10px 0px;
	border: 1px solid #4169E1;
}

/*** Meet Our Dental Team ***/

#staff img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #4169E1;
}

#staff .centerImage {
	text-align: center;
}

#staff .centerImage img {
	float: none;
	display: inline;
	margin: 0 auto 10px auto;
	border: 1px solid #4169E1;
}


/*** Services Provided ***/

#services .procImages {
	float: left;
	display: inline;
}

#services .procImages img {
	margin-right: 10px;
	border: 1px solid #4169E1;
}


/*** Dental Implants ***/

#implants .procImages {
	margin-bottom: 10px;
}

#implants .procImages img {
	margin-right: 10px;
	border: 1px solid #4169E1;
}

#implants .implantVid {
	width: 200px;
	text-align: center;
}


/*** Invisalign ***/

#invisalign img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid #4169E1;
}

/*** six Month Smiles ***/

#sixMonth img {
	float: left;
	margin: 0px 10px 10px 0px;	
}


/*** 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 #4169E1;
}

#contact p {
	margin-bottom: 20px;
}


/*** 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;
}
/** Subpage Navigation **/

ul.subNav {
	
	padding: 0px 0px 5px 0px;
	list-style: none;
	font-size: 12px;
	text-align: center;
}

ul.subNav li {
	display: inline;
	margin: 0;
	padding: 0;
}

/***** End Code for Specific Pages *****/
/*** Tour Our Office ***/

#tour img {
	margin: 0;
}

/* common styling for all galleries */
a.show, a.show:visited {
	display:block;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	border:1px solid #0a3b77;
	width:45px;
	height:45px;
	float:left;
	margin:4px;
	z-index:50;
}

a.slidea {background:url(images/tour/thumbs/Pic1.jpg);}
a.slideb {background:url(images/tour/thumbs/Pic2.jpg);}
a.slidec {background:url(images/tour/thumbs/Pic3.jpg);}
a.slided {background:url(images/tour/thumbs/Pic4.jpg);}
a.slidee {background:url(images/tour/thumbs/Pic5.jpg);}
a.slidef {background:url(images/tour/thumbs/Pic6.jpg);}
a.slideg {background:url(images/tour/thumbs/Pic7.jpg);}
a.slideh {background:url(images/tour/thumbs/Pic8.jpg);}
a.slidei {background:url(images/tour/thumbs/Pic9.jpg);}
a.slidej {background:url(images/tour/thumbs/Pic10.jpg);}
a.slidek {background:url(images/tour/thumbs/Pic11.jpg);}
a.slidel{background:url(images/tour/thumbs/Pic12.jpg);}

a.show em, a.show span {display:none;}
a.show:hover {border:1px solid #0088ce;}

/* styling for LEFT gallery */
#container_left {
	position:relative;
	width:448px; height:405px;
	background:#000000;
	border:1px solid #000000;
	margin:1em auto;
}
#container_left img {
	border:0;
}
#container_left .thumbs {
	width:112px;
	position:absolute;
	left:0; top:0;
}
#container_left a.show:hover span {
	display:block;
	position:absolute;
	width:250px; height:50px;
	top:315px; left:175px;
	padding:5px;
	font-style:italic;
	color:#fff;
	z-index:100;
}
#container_left a.show:hover span:first-line {
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
	color:#ffffff;
}
#container_left a.show:active, #container_left a.show:focus {
	border:1px solid #6982C9;
}
#container_left a.show:active em, #container_left a.show:focus em {
	display:block;
	position:absolute;
	width:242px; height:242px;
	top:50px; left:180px;
	padding:5px;
	color:#000;
	border:1px solid #0a3b77; z-index:50;
}
#container_left h1 {
	clear:both;
	/*margin:0;
	padding-top:80px;
	padding-left:200px;*/
	padding-top:80px;
	margin-left:100px;
	width:300px;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:3em;
	font-weight:normal;
	color:#0a3b77;
}
#container_left h1 em {
	font-size:0.6em;
	color:#0a3b77;
}


/***** End Code for Specific Pages *****/
