/**** Begin Basic Framework

 - Be careful making changes to this section *****/



/*Only Change Marked Elements*/

body {

	margin: 0;
	border: 0;
	padding: 0;	

	height: 100%;
	max-height: 100%;	

	background-color: #E6DBC8; /*Enter Background Color*/
	

	font-family: Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 15px; /*Enter Text Font Size*/	

	overflow: hidden; 
	background-attachment: fixed;
	background-image: url(images/bckgrnd.jpg);
}

/*** Elements ***/

h1 {
	margin: 0px 0px 0px 0px;	

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;	

	color: #264066;
}

h2 {
	margin: 0px 0px 10px 0px;	

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	

	color: #000;
}

p {
	margin: 0px 0px 10px 0px;	

	font-family: Arial, Helvetica, sans-serif; /*Same as in body*/
	font-size: 15px; /*Same as in body*/
	font-weight: normal;

	text-align: left;
}

a {
	color: #223552;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active {
	color: #fff;
}



/*** Header ***/

/*Only Change Marked Elements*/
#header {
	position: absolute;
	top: 0;
	left: 0;	

	width: 100%;
	height: 155px; /*Enter Header Height*/	

	overflow: hidden;	

	background-image: url(images/headerBG.jpg); /*Extend Header Graphic*/
	background-repeat: repeat-x;
	background-color: #FFFFFF; /*Same as Body*/	

	z-index: 4;
}

/** If Using Flash Header - Wrap this DIV around Flash **/

#flashHeader {
}

.youtubeVideo	{
	width: 560px;
	margin: 0px auto;
	margin-bottom: 10px;
	display: inline-block;
	clear: both;
	position: relative;
	z-index: 100;	
}

/** If Using Static Header - Only need to add IMG **/

/*Only Change Marked Elements*/

#header .headerIMG {

	height: 152px; /*Change Header IMG height: Note Image Height 3px less than DIV height*/

}


/*** Footer ***/

/*Only Change Marked Elements*/
#footer {
	position: absolute;
	bottom: 0;
	left: 0;	

	width: 100%;
	height: 75px; /*Enter Footer Height*/	

	overflow: hidden;	

	background-image: url(images/footer.jpg);	

	z-index: 2;
}

/*Only Change Marked Elements*/
#footBlock {
	/*margin-left: 213px;*/
	background-color: #; /*Enter Footer Color*/
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

/*Only Change Marked Elements*/
div.footBar {
	line-height: 7px; /*Enter Bar Height*/
	font-size: 1px;
	height: 3px; /*Enter Bar Height*/
	background-color: #444477;/*Enter Bar Color*/
}



#footBlock .slogan {
	margin: 0 auto;
	padding: 5px 0px 5px 0px;	

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	

	text-align: center;	

	color: #213758; /*Enter Slogan Color*/
}

#footBlock .info {
	margin: 40px 0px 0px 0px;	

	font-size: 11px;
	font-weight: bold;	

	text-align: center;
}

#footBlock .info img {
	vertical-align: middle;
}

div.bbb {
	float: right;
	display: inline;
	padding: 6px 20px 0 0;
}


/*** Contain ***/

/*Only Change Marked Elements*/
#contain {
	position: fixed;
	top: 155px; /*Enter Header Height*/
	left: 0;
	bottom: 75px; /*Enter Footer Height*/
	right: 0;	

	overflow: auto;	

	z-index: 1;
}


/** for internet explorer **/

/*Only Change Marked Elements*/
* html body {
	padding: 155px 0 75px 0; /*Enter Header and Footer Height*/
}

* html #contain {
	height: 100%;
	width: 100%;
}

/*** Menu ***/


/*Only Change Marked Elements*/
#navigation {
	position: absolute;
	left: 0;
	top: 155px; /*Enter Header Height*/

	width: 205px;

	z-index: 3;
}

#navigation .address {
	margin: 0;	

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	

	color: #213758; /*Enter Address Color*/	

	text-align: center;
}

/** If Using Dynamic Menu - Wrap this DIV around it**/
#menu {
	margin: 20px 0px 20px 10px;
}

/** If Using Non-Dynamic Menu - Only use UL**/
#plainMenu {
	margin: 20px 10px 20px 10px;
	padding: 10px;	

	list-style: none;	

	background-color: #D58026; /*Enter Menu Color*/	

	border: 1px solid White; /*Enter Menu Border Color*/
}

#plainMenu a {
	font-size: 12px;
	font-weight: bold;	

	line-height: 21px;	

	color: White; /*Enter Menu Link Color*/	

	text-decoration: none;
}

#plainMenu a:hover, #plainMenu a:active {
	color: #7A0001; /*Enter Menu Link Hover Color*/
}

/*** Page Title ***/

#pageTitle {
	display: block;
	padding: 18px 10px 10px 223px;
}

/*** Content ***/

#content {
	display: block;
	padding: 0px 10px 0px 223px;
}

#services {
}

/*** Bottom Navigation & Taglines ***/

#tag {
	display: block;
	padding: 30px 10px 5px 223px;

	text-align: center;
	clear: both;
}

#tag ul {
	margin: 0;
	padding: 0px 0px 5px 0px;	

	list-style: none;

	font-size: 11px;
}

#tag ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tag ul li a {
	padding: 0px 6px 0px 4px;
}

#tag p {
	margin: 0px 0px 0px 0px;
	font-size: 9px;
	text-align: center;
	color: #223552;
}

/***** End Basic Frame Work *****/


/***** Start General Elements *****/

.clear {
	clear: both;
}

/***** End General Elements *****/

/***** Start Page Layouts *****/

/*** Home ***/

#home {
	width: 700px;
	padding-top: 18px;
	text-align: left;
}

#extravaganza {
	width: 700px;
	padding-top: 18px;
	text-align: left;
}

#iextravanganza {
   border: 1px solid #0A3B77;
	}
	
#homeImages img {
	margin-bottom: 20px;
	border: 5px solid #03006D; /*Enter Border Color*/
}

#homeImages {
	text-align: center;
}

#homeImages .leftIMG {
	float:left;
	display: inline;
	margin: 0;
}

#homeImages .rightIMG {
	float: right;
	display: inline;
	margin: 0;
}

#homeImages .centerIMG {
	margin-left: 5px;
	margin-right: 5px;
}

#homeText .signature {
	font-family: Academy,Times New Roman,Times,serif;
	font-size: 18px;
	text-align: right;
}


/*** Page with list of subpages ***/

#listPage ul {
	list-style: square;
}

/***** End Page Layouts *****/

/***** Start Code for Specific Pages *****/

/*** About Our Practice ***/

#about img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid Black;
}

/*** Meet the Doctor ***/

#doctor img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid Black;
}


/*** Meet Our Dental Team ***/

#staff {

}

.staffIntro {
	padding-bottom: 56px;/*Add only for short content, adjust depending on length*/
	width: 700px;
}

#staff img {
	border: 1px solid Black;
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}

#leftstaff	{
	width: 409px;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

#trip {
	width: 250px;
	float: left;
	display: inline;
	margin: 0 0 0 10px;
}

div.clear	{
	clear: both;
}

/*** Services Provided ***/

#services .procImages {
	float: left;
	display: inline;
}

#services .procImages img {
	margin-right: 10px;
	border: 1px solid Black;
}


/*** Dental Implants ***/

#implants .procImages {
	margin-bottom: 10px;
}

#implants .procImages img {
	margin-right: 10px;
	border: 1px solid Black;
}

#implants .implantVid {
	width: 200px;
	text-align: center;
}


/*** Invisalign ***/

#invisalign img {
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
	border: 1px solid Black;
}

/*** 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: 100%;
}

#formTable th {
	text-align: left;
}

#formTable td {
	width: 250px;
	padding-left: 8px;
}

#forms {
	width: 750px;
	height: 220px;
}

#forms img {
	margin-left: 250px;
}

/*** Directions ***/

#directions	{
}



#directions img {
	border: 1px solid Black;
	margin: 0px 10px 10px 0px;
	float: left;
	display: inline;
}

#directions p {
	margin-bottom: 20px;
}

#map	{
	width: 480px;
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}

#streetSign	{
	width: 250px;
	float: left;
	display: inline;
}

#streetSign	img	{
	border: 1px solid Black;
	margin: 0 0 5px 0;
}

div.clear	{
	clear: both;
}

/***This was created by Anderson for the Links Page***/
#linksDiv	{
	width: 705px;
}

#rightLinks	{
	float: right;
	display: inline;
	width: 235px;
}

#middleLinks	{
	float: left;
	display: inline;
	width: 235px;
}

#leftLinks	{
	float:left;
	display: inline;
	width: 235px;
}

#leftLinks	p	{
	padding-left: 5px;
}

#middleLinks	p	{
	padding-left: 5px;
}

#rightLinks	p	{
	padding-left: 5px;
}


/*** Site Map ***/

#sitemapLeft {
	float: left;
	display: inline;
	width: 350px;
}

#sitemap ul {
	list-style: none;
}

#sitemapRight .pushBullets {
	text-indent: 40px;
}

/*** Tour Our Office ***/

#tour img {
	margin: 0;
}

/* common styling for all galleries */

a.show, a.show:visited {
	display:block;
	display:inline-block;
	color:#000;
	text-decoration:none;
	border:1px solid #0a3b77;
	width:40px;
	height:40px;
	float:left;
	margin:4px;
	z-index:50;
}

a.slidea {background:url(images/cavities/thumbs/cavities1.jpg);}

a.slideb {background:url(images/cavities/thumbs/cavities2.jpg);}

a.slidec {background:url(images/cavities/thumbs/cavities3.jpg);}

a.slided {background:url(images/cavities/thumbs/cavities4.jpg);}

a.slidee {background:url(images/cavities/thumbs/cavities5.jpg);}

a.slidef {background:url(images/cavities/thumbs/cavities6.jpg);}

a.slideg {background:url(images/cavities/thumbs/cavities7.jpg);}

a.slideh {background:url(images/cavities/thumbs/cavities8.jpg);}

a.slidei {background:url(images/cavities/thumbs/cavities9.jpg);}

a.slidej {background:url(images/cavities/thumbs/cavities10.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:305px;
	background:#fff;
	border:1px solid #0a3b77;
	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:265px; 
	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:#000;
}

#container_left a.show:active, #container_left a.show:focus {
	border:1px solid #000;
}

#container_left a.show:active em, #container_left a.show:focus em {
	display:block;
	position:absolute;
	width:240px; height:240px;
	top:5px; left:180px;
	padding:0px;
	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: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	font-weight:normal;
	color: #0A3B77;
}

#container_left h1 em {
	font-size:0.6em;
	color:#0a3b77;
}

.cavities {
	font-family: "Times New Roman", Times, serif;
	color: Navy;
	font-size: 14px;
}

/***** End Code for Specific Pages *****/

.winner {
	position:relative;
	width:448px; 
	background:#fff;
	border:1px solid #0a3b77;
   margin:1em auto;	
}

.winner h5 {
	font-size: 20px;
	text-align: center;
	color: Navy;
	padding-top: 10px;
}

.winner h6 {
	font-size: 15px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #223552;
}

.winner p {
	padding: 0 20px 10px 20px;
}

#landing img	{
	float: right;
	border: 1px solid #000;
}

.subcatmenu {
	margin: 0 auto 24px;
	padding: 0;
	text-align: center;
	width: 425px;
}

.subcatmenu li	{
	margin: 12px 0;
	display: inline;
}

.subcatmenu li a {
	font-size: 12px;
}

.right	{
	float: right;
}

a#badge		{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 892px;
	z-index: 1000;
	border: none;
}

a#badge img		{
	border: none;
}
