/*********************************************************************
	
	Sesame Communications - Scott P. Taylor Family Dentistry  (c) 2009
	Written by: Damien Komala
	All rights reserved. 
	Any reproduction or intentional misuse is strickly prohibited
	
*********************************************************************/


/* Reset CSS */
@import url("reset.css");

/* Graphic Headers */
@import url("headings.css");

/* Form Styles */
@import url("form-styles.css");

/*********************************************************************
	Colors Used
	
	Grey: #9F9E9B
	Blue Link: #01688C
	Common Copy: #FFF
	Background Blue: #003A4F
	
*********************************************************************/

/*********************************************************************
	Common Elements
*********************************************************************/

body {
	background:#003A4F url(../images/background-image.jpg) top center no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
	line-height:1.3em;
}

.wrapper {
	margin:0 auto;
	width:899px;
	padding:0;
	text-align:left;
	min-height:600px !important;
}

.main_content {
	background:#00455D url(../images/content-background.gif) top left repeat-y;
	float:left;
	margin:0;
	padding:0;
}

h1 {
	margin-bottom:24px;
}

h2 {
	color:#9F9E9B;
	font-weight:bold;
	font-size:16px;
	margin-bottom:24px;
	line-height:1.5em;
}

p {
	margin-bottom:20px;
}

a {
	color:#FFF;
}

label {
	color:#FFF;
}

img.inteior_image, img.right {
	float:right;
	margin:0 0 20px 20px;
}

.breadcrumbs {
	float:left;
	clear:both;
	width:99%;
	border-top:1px solid #01688C;
	margin:50px 0 0 0;
	padding-top:10px;
	font-size:10px;
}

.breadcrumbs .active {
	color:#FFF;
	font-weight:bold;
}

/*********************************************************************
	Header
*********************************************************************/

a.logo {
	float:left;
	background:url(../images/scott-taylor-logo.gif) top left no-repeat;
	height:68px;
	width:296px;
	margin:31px 0 10px;
	text-indent:-999em;
}

h1.logo_wrap {
	margin:0;
	float:left;
	padding:0;
}

.address {
	background:url(../images/address.gif) top right no-repeat;
	height:39px;
	width:248px;
	float:right;
	margin:19px 30px 0 0;
	text-indent:-999em;
}

.address p {
	margin:0;
	text-indent:-999em;
}

.top_nav {
	background:#014545;
	border-top:#087262 1px solid;
	border-left:#087262 1px solid;
	border-right:#087262 1px solid;
	width:580px;
	height:34px;
	float:right;
	text-align:right;
	margin:22px 0 0;
}

.top_nav p {
	margin-right:20px;
}

.top_nav a {
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Arial, Helvetica, sans-serif;
	margin:10px;
	display:block;
	float:right;
}

.top_nav a:hover {
	text-decoration:underline;
}

/*********************************************************************
	Left Sidebar
*********************************************************************/

.left_sidebar {
	float:left;
	width:317px;
	margin:0;
	padding:0;
}

a.schedule {
	background:url(../images/schedule-your-next-dental-appointment.jpg) top left no-repeat;
	height:74px;
	width:317px;
	float:left;
	display:block;
	text-indent:-999em;
}

.banner {
	float:left;
	margin:30px 0 50px 50px;
	_margin:30px 0 50px 25px;
}

/*********************************************************************
	Navigation
*********************************************************************/

.sidebarmenu {
	height:273px;
	width:317px;
	background:#440000 url(../images/nav_background.jpg) top left repeat-x;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Arial, Helvetica, sans-serif;
	font-size:14px;
}

.sidebarmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:220px; /* Main Menu Item widths */
	position:absolute;
}

.sidebarmenu ul li{
	position: relative;
	display:block;
}

/* Top level menu links style */
.sidebarmenu ul li a {
	display: block;
	overflow: hidden; /*force hasLayout in IE7 */
	text-decoration: none;
	text-transform:uppercase;
	color:#FFF;
	cursor:pointer;
	padding:5px 10px 5px 50px;
	margin:11px 0;
	_margin:6px 0;
}

.sidebarmenu ul li ul a {
	padding:4px 10px;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active {
	color: #FFF;
	cursor:pointer;
}

.sidebarmenu ul li a:hover, .sidebarmenu ul li a.active, .sidebarmenu ul li:hover {
	color:#FFF;
	background:url(../images/nav_hover_tree.gif) 20px 1px no-repeat;
}

/* Sub level menu items */
.sidebarmenu ul li ul {
	background:#034339;
	position: absolute;
	width: 187px;
	top: 0;
	visibility: hidden;
	z-index:100;
	padding:7px 0;
}

.sidebarmenu ul li ul a {
	background:none;
	text-transform:none;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-decoration:none;
	margin:0;
	padding:5px 10px;
}

.sidebarmenu ul li ul a:hover, .sidebarmenu ul li ul li:hover {
	background:#015777;
}

/* Holly Hack for IE \*/
* html .sidebarmenu ul li {
	float: left;
	height: 1%;
}

* html .sidebarmenu ul li a {
	height: 1%;
}

/* End */



/*********************************************************************
	In Page Navigation
*********************************************************************/
.in_page_nav {
	padding:20px 42px;
	background:#003A4F;
	margin:0;
}

.in_page_nav p {
	margin:0;
}

.in_page_nav a {
	text-decoration:none;
}

.in_page_nav a.active_main {
	color:#FFF;
	text-decoration:none;
}

.in_page_nav a.active, .in_page_nav a:hover {
	color:#FFF;
	text-decoration:underline;
}

/*********************************************************************
	Home Page Content
*********************************************************************/

.flash_box {
	float:left;
	height:347px;
	margin:0;
	padding:0;
	width:580px;
}

/*********************************************************************
	Right Center Content
*********************************************************************/

.right_content {
	background:#00455D;
	width:581px;
	float:right;
	margin:0;
	padding:0;
}

.page_copy {
	float:left;
	padding:30px 42px!important;
	_padding:30px 35px 30px 42px;
	margin:0;
}

.page_copy p {
	font-family:Verdana, Geneva, sans-serif;
}

.page_copy p a {
	color:#FFF;
}

.page_copy p em {
	color:#9F9E9B;
	font-weight:bold;
	font-style:italic;
}

.page_copy ul {
	margin:0 0 20px 20px;
	list-style:outside;
}

.page_copy ol {
	list-style-type:decimal;
}

#video-invisalign {
	width: 320px;
	height: 239px;
}

.flash-replaced .alt {
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	overflow: hidden;
}

/* The Game Room */
div#sesame-game {
	background: #000;
	line-height: 0;
	margin: 10px auto 30px auto;
	text-align: center;
	width: 400px
}

ul#sesame-games {
	list-style: none;
	margin: 0 18px 0 0;
	padding: 0
}

ul#sesame-games li {
	clear: both;
	display: block
}

ul#sesame-games img {
	border: 0;
	float: right;
	margin: 0 0 10px 10px
}

ul#sesame-games a.button {
	float:right;
	height:85px;
	width:200px
}

ul#sesame-games p {
	padding-bottom: 1em
}

/* Anatomy of a Tooth */

#anatomy-of-a-tooth {
	background:url(../images/anatomy-of-a-tooth/anatomy-of-a-tooth-bg.gif) top left no-repeat;
	height:525px;
	width:300px;
	position:relative;
}

#anatomy-of-a-tooth a {
	cursor: help;
	display: block;
	position: absolute
}

#anatomy-of-a-tooth a:hover {
	background: transparent
}

a#bone {
	height: 20px;
	left: 30px;
	top: 380px;
	width: 40px
}

a#cementum {
	height: 20px;
	left: 100px;
	top: 460px;
	width: 90px
}

a#dentin {
	height: 20px;
	left: 80px;
	top: 165px;
	width: 60px
}

a#enamel {
	height: 20px;
	left: 165px;
	top: 135px;
	width: 60px
}

a#gingiva {
	height: 30px;
	left: 20px;
	top: 275px;
	width: 60px
}

a#periodontal {
	height: 30px;
	left: 205px;
	top: 440px;
	width: 70px
}

a#pulp {
	height: 30px;
	left: 125px;
	top: 220px;
	width: 50px
}

a#print {
	cursor: pointer;
	height: 23px;
	left: 240px;
	top: 502px;
	width: 60px
}

#anatomy-of-a-tooth a img {
	border: none;
	display: block;
	height: 0;
	position: absolute;
	width: 0
}

#anatomy-of-a-tooth a:hover img {
	height: 98px;
	width: 300px
}

a#bone:hover img {
	left: -30px;
	top: -380px
}

a#cementum:hover img {
	left: -100px;
	top: -460px
}

a#dentin:hover img {
	left: -80px;
	top: -165px
}

a#enamel:hover img {
	left: -165px;
	top: -135px
}

a#gingiva:hover img {
	left: -20px;
	top: -275px
}

a#periodontal:hover img {
	left: -205px;
	top: -440px
}

a#pulp:hover img {
	left: -125px;
	top: -220px
}

.page_copy p.sitemap {
	float:left;
	width:230px;
}

.page_copy p.sitemap a {
	color:#73888D;
}

.page_copy p.sitemap a:hover {
	color:#FFFFFF;
}

/*********************************************************************
	Footer
*********************************************************************/

.footer {
	float:left;
	padding:0;
	text-align:center;
	margin:10px 0;
}

.footer p.footer_nav, .footer p.footer_nav a {
	color:#9F9E9B;
	text-decoration:none;
	font-size:11px;
}

.footer p.footer_nav a:hover {
	color:#FFF;
	text-decoration:underline;
}

.sesame_link a {
	color:#01688C;
	text-decoration:none;
	font-size:11px;
}

.sesame_link a:hover {
	color:#FFF;
}
