/**** Begin Basic Framework
 - Be careful making changes to this section *****/

body {
	margin: 0;
	
	background-image: url(images/bkground.jpg);
	background-repeat: repeat;
	background-color: #473b46; /*Enter Background Color*/
	color: #d3dde5; /*Enter Text Color*/
	
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif; /*Enter Text Font*/
	font-size: 12px; /*Enter Text Font Size*/
}


/*** Elements ***/

h1 {
	margin: 20px auto 0 auto;

	font-family: "Palatino Linotype", "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;
	
	color: #ffffff;
}

h3 {
	margin: 0;
	
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	color: #ffffff;
}

p {
	margin: 0 0 18px 0;
	
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

a {
	color: #8CAEC7;
	text-decoration: none;
}

a:hover {
	color: #8CAEC7;
	text-decoration: underline;
}


/*** Contain ***/

#contain {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: #8CAEC7;
	
	border: 1px solid #675c78;
}


/*** Header ***/

#head {
	height: 116px;
}

#headLeft {
	margin: 20px 0 0 20px;
	
	float: left;
	display: inline;
	
	width: 328px;
	height: 94px;
	
	background-color: #473B46;
	
	border: 1px solid #302F2F;
}

#headLeft img.logo {
	float: left;
	display: inline;
}

#headRight {
	margin: 20px 20px 0 0;
	
	float: right;
	display: inline;
	
	width: 514px;
	height: 95px;
	
	background-color: #113f60;
	
	border: 1px solid #675c78;
	border-bottom: none;
}

#headRight p.top {
	margin: 0;
	padding: 7px 10px 3px 10px;
	
	width: 494px;
	
	font-size: 11px;
	text-align: right;
	
	background-color: #302F2F;
}

#headRight span.emphasize {
	font-weight: bold;
	color: #FFFFFF;
}

#headRight img {
	margin: 0;
	border-top: 1px solid #675c78;
	border-bottom: 1px solid #675c78;
}

#headRight p.bottom {
	margin: 0;
	
	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: #113f60;
	
	border: 1px solid #675c78;
	border-top: none;
}


/*** Left Content ***/

#largeImage {
	border-left: 1px solid #675c78;
	border-top: 1px solid #675c78;
	border-bottom: 1px solid #675c78;
	
	background-color: #113f60;
}

#contentLeft h3 {
	margin: 0 0 3px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: left;
	color: #ffffff;
}

#sideNav {
	margin: 0 20px 0 20px;
	width: 303px;
	
	position: relative;
	top: -20px;
	
	background-color: #302F2F;
	border: 1px solid #675c78;
	
	text-align: center;
}

#sideNav ul {
	margin: 0;
	padding: 5px;
	
	list-style: none;
	
	font-size: 11px;
}

#sideNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}


/*** 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 {
	color: #113F60;
}

#tag p.left {
	margin: 5px 20px 5px 20px;
	float: left;
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

#tag p.right {
	margin: 5px 20px 5px 20px;
	float: right;
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

#tag a {
	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;
	
	font-size: 11px;
}

#foot ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#foot ul li a {
	padding: 0px 6px 0px 4px;
	color: #8CAEC7;
	text-decoration: none;
}

#foot ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#foot p {
	margin: 0;
	font-size: 9px;
	font-weight: normal;
	color: #675C78;
}


/*** Commonly Used Classes ***/

div.clear {
	clear: both;
}

#listPage {
	height: 439px; /*Adjust based on longest page*/
}

#listPage img		{
	float: right;
	padding: 0 10px 10px 10px;
}


/***** Start Specific Pages *****/


/*** Home Page ***/


#largeImage img.homeIMG {
	border-bottom: 1px solid #675c78;
}

/** Contact Form **/

#contactForm {
	padding: 12px;
	
	border-left: 1px solid #675c78;
	border-bottom: 1px solid #675c78;
	
	background-color: #113f60;
}

#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: #8CAEC7;
	border: 1px solid #8CAEC7;
}

#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: #675C78;
	border: 1px solid #ffffff;
}

/** Services **/

#homeServices {
	margin: 15px 15px 0 0;
	padding: 12px;
	border: 1px solid #675c78;
	
	font-size: 13px;
	font-weight: bold;
	
	background-color: #113f60;
}

#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 #ffffff;
}

/** 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 #473B46;
}

#homeLinks ul li a {
	color: #ffffff;
}

/** 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: #675c78;
	border: 1px solid #8CAEC7;
}

#home div.categories h3 {
	height: 16px;
}

#home div.categories img {
	float: left;
	display: inline;
	
	border: 1px solid #8CAEC7;
}

#home div.categories p {
	float: right;
	display: inline;
	
	padding: 0;
	
	width: 415px;
}

#home div.categories a {
	color: #ffffff;
}

#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;
}


/*** About Our Practice ***/

#about {
	height: 459px; /*Adjust based on longest page*/
}

#tour {
	height: 500px;
}

/*#tour p {
	text-align: center;
}

#tour img {
	border: 1px solid #d3dde5;
}*/


/*** Mission Statement ***/

#mission {
	padding-bottom: 250px; /*Adjust  text length*/
}


/*** Cosmetic Dentistry ***/

#services {
	padding-bottom: 150px; /*Adjust with text length*/
}

#services .procImages img {
	margin: 0 20px 20px 0;
	border: 1px solid #d3dde5;
}


/*** Orthodontics ***/

#ortho {
	height: 419px; /*Adjust based on longest page*/
}


/*** Dental Implants ***/

#implants {
	padding-bottom: 200px;
}

#implants .procImages img {
	margin: 0 20px 20px 0;
	border: 1px solid #d3dde5;
}

#implants .implantVid {
	width: 200px;
	text-align: center;
}


/*** Lumineers ***/

#lumineers h3 {
	margin-bottom: 15px;
}

#lumineers .procImages img {
	margin: 0 20px 20px 0;
	border: 1px solid #d3dde5;
}


/*** Gallery ***/

#gallery {
	padding-bottom: 100px; /*Adjust based on image height*/
}


/*** Contact ***/

#contact {
	height: 319px; /*Adjust based on text length */
}


/*** Links ***/

#links {
	padding-bottom: 300px; /*Adjust  text length*/
}

#links h3 {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}

#links img {
	margin: 40px 0 0 0;
}


/*** Site Map ***/

#sitemap {
	padding-left: 20px;
}




/*** Slide Show ***/

/* default link style - needed to make the :active work correctly in IE */
tour.a, tour.a:visited, tour.a:hover, tour.a:active {
color:#000;
}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
width:416px; 
height:464px; 
background:#eee url(images/about/show/IMG_1546.jpg) 8px 40px no-repeat;
border:1px solid #aaa;
margin:0 auto;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.show {
padding:0; 
margin:400px 0 0 0; 
list-style-type:none; 
position:relative; 
width:416px;
}
/* remove the default image border */
.show img {
border:0;
}
/* make the list horizontal */
.show li {
float:left;
}
/* style the link text to be central in a surrounding box */
.show li a, .show li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:26px; 
height:26px; 
line-height:24px; 
border:1px solid #444;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.show li a img {
position:absolute; 
top:-400px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.show li a img.landscape {
top:-360px;
border-left:8px solid #eee;
border-right:8px solid #eee;
}
/* fix the left position for the portrait images */
.show li a img.portrait {
left:0;
border-left:58px solid #eee;
border-right:58px solid #eee;
}
/* style the hover background color for the text boxes */
.show li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.show li a:active, .show li a:focus {
background:#444; 
color:#fff;
}
/* make the images visible on active/focus */
.show li a:active img, .show li a:focus img {
visibility:visible;
}

