/**** Begin Basic Framework
 - Be careful making changes to this section *****/

body {
	margin: 0;
	
	background-color: #465573; /*Enter Background Color*/
	color: #161739; /*Enter Text Color*/
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif; /*Enter Text Font*/
	font-size: 12px; /*Enter Text Font Size*/
}


/*** Elements ***/

h1 {
	margin: 25px auto 0 auto;

	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	
	text-align: center;
	
	color: #ffffff;
}

h2 {
	margin: 0 0 30px 0;

	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
}

h3 {
	margin: 0;
	
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	color: #C1B483;
}

p {
	margin: 0 0 18px 0;
	
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/*** Contain ***/

#contain {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: #161739;
	
	border: 1px solid #7B6D4D;
}


/*** Header ***/

#head {
	height: 116px;
}

#headLeft {
	margin: 20px 0 0 20px;
	
	float: left;
	display: inline;
	
	width: 328px;
	height: 94px;
	

}

#headLeft img.logo {
	float: left;
	display: inline;
}

#headRight {
	margin: 20px 20px 0 0;
	
	float: right;
	display: inline;
	
	width: 514px;
	height: 95px;
	
	background-color: #161739;
	
	border: 1px solid #161739;
	border-bottom: none;
}

#headRight p.top {
	margin: 0;
	padding: 7px 10px 3px 10px;
	color: #efefef;
	width: 494px;
	
	font-size: 11px;
	text-align: right;
	
	background-color: #161739;
}

#headRight span.emphasize {
	font-weight: bold;
	color: #FFFFFF;
}

#headRight img {
	margin: 0;
	border-top: 1px solid #161739;
	border-bottom: 1px solid #161739;
}

#headRight p.bottom {
	margin: 0;
	color: #efefef;
	font-size: 11px;
	text-align: center;
}


/*** Menu ***/

#menu {
	margin: 0 auto;
	width: 900px;
}


/*** Content ***/

#content {
	margin: 0;
	padding: 0 20px 0 20px;
}

#contentLeft {
	float: left;
	display: inline;
	width: 344px;
}

#contentRight {
	float: right;
	display: inline;
	width: 500px;
	
	padding: 7px;

	background-image: url(images/contactBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #71819B;
	
	border: 1px solid #7B6D4D;
	border-top: none;
}


/*** Left Content ***/

#largeImage {
	border-left: 1px solid #7B6D4D;
	border-top: 1px solid #7B6D4D;
	border-bottom: 1px solid #7B6D4D;
	
	background-color: #CCCC99;
}

#contentLeft h3 {
	margin: 0 0 3px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: left;
	color: #3D3D25;
}

#sideNav {
	margin: 0 20px 0 20px;
	width: 303px;
	
	position: relative;
	top: -20px;
	background-color:#BCBC94;
	
	
	border: 1px solid #7B6D4D;
	
	text-align: center;
}

#sideNav ul {
	margin: 0;
	padding: 5px;
	
	list-style: none;
	color:#999933;
	font-size: 11px;
}

#sideNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#sideNav a {
color:#161739;
}


/*** Right Content ***/

#phone {
	margin: 0;
	padding: 0;
	height: 11px;
}

#phone p.left {
	margin: 0px;
	float: left;
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

#phone p.right {
	margin: 0px;
	float: right;
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

#phone span.emphasize {
	font-weight: bold;
	color: #FFFFFF;
}


/*** Tag ***/

#tag p.left {
	margin: 5px 20px 5px 20px;
	float: left;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#tag p.right {
	margin: 5px 20px 5px 20px;
	float: right;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}


/*** Footer ***/

#foot {
	margin: 0 auto;
	padding-top: 15px;
	width: 900px;
	
	text-align: center;
}

#foot ul {
	margin: 0 0 10px 0;
	padding: 0px 0px 5px 0px;
	
	list-style: none;
	color:#FFFFFF;
	font-size: 11px;
}

#foot ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#foot ul li a {
	padding: 0px 6px 0px 4px;
	color: #C1B483;
	text-decoration: none;
}

#foot ul li a:hover {
	color: #A5A5A5;
	text-decoration: underline;
}

#foot p {
	margin: 0;
	font-size: 9px;
	font-weight: normal;
	color: #302f2f;
}


/*** Commonly Used Classes ***/

div.clear {
	clear: both;
}

#listPage {
	height: 419px; /*Adjust based on longest page*/
}


/***** Start Specific Pages *****/


/*** Home Page ***/


#largeImage img.homeIMG {
	border-bottom: 1px solid #7B6D4D;
}

/** Contact Form **/

#contactForm {
	padding: 12px;
	
	border-left: 1px solid #7B6D4D;
	border-bottom: 1px solid #7B6D4D;
	
	
}

#largeImage table {
	margin: 12px;
	width: 310px;
}

#largeImage table th {
	text-align: left;
}

#largeImage table td {
	padding: 1px;
	vertical-align: bottom;
}

#largeImage input, #largeImage textarea {
	color: #A5A5A5;
	border: 1px solid #A5A5A5;
}

#largeImage .submit input {
	margin: 0 0 1px 10px;
	padding: 3px 0 3px 0;
	
	width: 60px;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	
	color: #ffffff;
	background-color: #d19139;
	border: 1px solid #ffffff;
}

/** Services **/

#homeServices {
	margin: 15px 15px 0 0;
	padding: 12px;
	border: 1px solid #7B6D4D;
	
	font-size: 13px;
	font-weight: bold;
	
	background-color: #696941;
}

#homeServices ul {
	margin: 0;
	padding: 0;
	
	list-style: none;
}

#homeServices ul li {
	margin: 7px 0 0 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #C1B483;
}

/** Links **/

#homeLinks {
	margin: 15px 15px 0 0;
	padding: 12px;
	
	font-size: 13px;
	font-weight: bold;
}

#homeLinks ul {
	margin: 0;
	padding: 0;
	
	list-style: none;
}

#homeLinks ul li {
	margin: 3px 0 0 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #C1B483;
}

/** Home Content **/

h2.homeTitle {
	color: #ffffff;
}

#home p {
	padding: 0 3px 0 3px;
	text-align: justify;
}

#home h3 {
	margin: 0 0 10px 0;
	color: #ffffff;
}

#home div.categories {
	margin: 0 0 18px 0;
	padding: 7px;
	width: 484px;
	
	background-color: #CCCC99;
	border: 1px solid #696941;
}

#home div.categories h3 {
	height: 16px;
	color: #696941;
}

#home div.categories img {
	float: left;
	display: inline;
	
	border: 1px solid #A5A5A5;
}

#home div.categories p {
	float: right;
	display: inline;
	
	padding: 0;
	
	width: 415px;
}

#home div.categories p.read {
	text-align: right;
}

#home p.homeLogo {
	margin:  100px auto 18px auto;
	text-align: center;
}

#home p.signature {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	text-align: right;
	padding-bottom: 300px;
}


/*** About Our Practice ***/

#about {
	padding-bottom: 150px; /*Adjust  text length*/
}


/*** Meet Our Team ***/

#staff {
	height: 419px; /*Adjust based on longest page*/
}


/*** Services Provided ***/

#services {
	padding-bottom: 150px; /*Adjust with text length*/
}

#services .procImages img {
	margin: 0 20px 20px 0;
	border: 1px solid #C1B483;
}

#staff .procImages img {
	margin: 0 20px 20px 0;
	border: 1px solid #C1B483;
	
}



/*** Dental Implants ***/

#implants {
	padding-bottom: 150px;
}

#implants .procImages img {
	margin: 0 20px 20px 0;
	border: 1px solid #C1B483;
}

#implants .implantVid {
	width: 200px;
	text-align: center;
}


/*** Invisalign ***/

#invisalign {
	
}


/*** Smile Gallery ***/

#gallery {
	padding-bottom: 100px; /*Adjust based on image height*/
}

#gallery td {
	width: 50%;
}

#gallery table p {
	margin: 0;
}

#gallery table img {
	border: 1px solid #C1B483;
}


/*** Forms ***/

#forms h3 {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}

#forms img {
	margin: 40px 0 0 0;
}


/*** Contact ***/

#contact {
	height: 319px; /*Adjust based on text length */
}


/*** Site Map ***/

#sitemap {
	padding-left: 20px;
}


/*** Tour Our Office ***/

#tour {
	height: 419px;
}

#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:45px;
	height:45px;
	float:left;
	margin:4px;
	z-index:50;
}

a.slidea {background:url(images/tour/thumb/Pic1.jpg);}
a.slideb {background:url(images/tour/thumb/Pic2.jpg);}
a.slidec {background:url(images/tour/thumb/Pic3.jpg);}
a.slided {background:url(images/tour/thumb/Pic4.jpg);}
a.slidee {background:url(images/tour/thumb/Pic5.jpg);}
a.slidef {background:url(images/tour/thumb/Pic6.jpg);}
a.slideg {background:url(images/tour/thumb/Pic7.jpg);}
a.slideh {background:url(images/tour/thumb/Pic8.jpg);}
a.slidei {background:url(images/tour/thumb/Pic9.jpg);}
a.slidej {background:url(images/tour/thumb/Pic10.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:250px; height:250px;
	top:5px; left:180px;
	padding:5px;
	color:#000;
	border:1px solid #0a3b77; z-index:50;
}
#container_left h1 {
	clear:both;
	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;
}