
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
	}
	
a {
color: #FAE0A7;
}
a:visited {
color: #DAB765;
}
a:hover {
color: #F7E0B7;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.text_a:link {
color: #FAE0A7;
}
.text_a:visited {
color: #DAB765;
}
.text_a:hover {
color: #F7E0B7;
}
flash {
	height: 326px;
	width: 750px;
}
flash2 {
	height: 611px;
	width: 223px;
}
h3 {
	margin: 0px;
}
body {
	background-color: #000000;
	margin: 0px;
}
.table_main {
	background-color: #0058B2;
	background-image: url(images/comp_05.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.big_table {
	background-image: url(images/BG_07.jpg);
	background-repeat: repeat;
	box-shadow: 0 0 100px rgba(0, 88, 178, 0.71);
}
.intro {
	margin: 50px;
}

/* Common Treatments */
div.box {
  background-color: #FFF; /* Customize me! */
  border: solid 1px #333; /* Customize me! */
  -moz-border-radius: 5px; /* Optional - you may customize or remove */
  -webkit-border-radius: 5px; /* Optional - you may customize or remove */
  float: right;
  clear: right;
  width: 334px;
  padding: 5px 0 5px 5px;
  margin: 0 0 20px 20px;
  color:#000;
}
div.box img {
  border: solid 1px #333; /* Customize me! */
  margin-right: 5px;
  float: left;
}
div.box p {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  color:#000;
}

/* This styled div acts as the hr for most browsers */
div.hr {
  height: 0px;
  background-color: #eee; /* Customize me! */
  border: solid 1px #eee; /* Customize me! */
  border-width: 1px 0 0 0; /* Customize me! */
  margin: 20px 0;
  padding: 0;
  clear: both;
}
h6 {
  height: 0px;
  background-color: #eee; /* Customize me! */
  border: solid 1px #eee; /* Customize me! */
  border-width: 1px 0 0 0; /* Customize me! */
  margin: 20px 0;
  padding: 0;
  clear: both;
}
/* This is the backup for screen readers */
hr {
  display: none;
  height: 0px;
  background-color: #eee;
  border: solid 1px #eee;
  border-width: 1px 0 0 0;
  clear: both;
}

a {margin-top: 0px;}

/* Emergency Care */
ul#toggle-emergency {
  list-style: none;
 margin: 0 0 18px 0;
}
ul#toggle-emergency li {
  border: solid 1px #fff; /* Customize me! */
  border-width: 0 0 1px 0;
  padding: 18px 0;
  margin: 0;
}
ul#toggle-emergency li object {
	margin-top: -12px;
}
.general-soreness {
  background: url(http://sesamehub.com/sesame_media/images/emergency-care/general-soreness.gif) no-repeat;
  width: 80px;
  height: 60px;
}
.headgear {
  background: url(http://sesamehub.com/sesame_media/images/emergency-care/headgear.gif) no-repeat;
  width: 80px;
  height: 60px;
}
.loose-appliance {
  background: url(http://sesamehub.com/sesame_media/images/emergency-care/loose-appliance.gif) no-repeat;
  width: 80px;
  height: 60px;
}
.loose-bracket {
  background: url(http://sesamehub.com/sesame_media/images/emergency-care/loose-bracket.gif) no-repeat;
  width: 80px;
  height: 60px;
}
.loose-wire {
  background: url(http://sesamehub.com/sesame_media/images/emergency-care/loose-wire.gif) no-repeat;
  width: 80px;
  height: 60px;
}
.poking-wire {
  background: url(http://sesamehub.com/sesame_media/images/emergency-care/poking-wire.gif) no-repeat;
  width: 80px;
  height: 60px;
}
#toggle-emergency .img-left {
  margin: 0 20px 10px 0;
  float: left;
  clear: left;
}
.border {
  border: solid 1px #333; /* Customize me! */
  /* Add more nifty stuff in here if you like */
}

/* Clear Fix */
.clear {clear: both;}
.cf:after {content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
.cf {display: inline-block;} /*this trips hasLayout for ie7*/
.cf {display: block;} /*this returns it back to normal*/
* html .cf {height: 1px;}

ul#sesame-games {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
ul#sesame-games li {
  width: 187px;
  height: 79px;
  border: 1px solid #1e3554; /* add hex color to change border color; defaults to BODY Font Color*/
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
  position: relative;
  background: #603329; /*add hex color to match site*/
}
ul#sesame-games li p {
  font-size: 11px;
  color: #fff;
  margin: 10px;
  position: relative;
}
ul#sesame-games li a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 187px;
  height: 79px;
}
ul#sesame-games a img {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 187px;
  display: block;
}
p.flash_notice {
  margin: 18px;
  padding: 9px;
  color: #ff0000;
  border: 1px dotted #ff0000;
  background: #ffffff;
  text-align: center;
}

.img-left {
  margin: 0 20px 20px 0;
  float: left;
  clear: left;
}

.border {
  border: solid 1px #333; /* Customize me! */
  /* Add more nifty stuff in here if you like */
}

dl#brushing-instructions dt, dl#flossing-instructions dt { /* Customize me! */
  font-size: 18px;
  font-weight: bold;
}

dl#brushing-instructions dd ul, 
dl#flossing-instructions dd ul {
  margin: 0;
  list-style-type: none;
}

/* This styled div acts as the hr for most browsers */
div.hr {
  height: 0px;
  background-color: #eee; /* Customize me! */
  border: solid 1px #eee; /* Customize me! */
  border-width: 1px 0 0 0; /* Customize me! */
  margin: 20px 0;
  padding: 0;
  clear: both;
}
/* This is the backup for screen readers */
hr {
  display: none;
  height: 0px;
  background-color: #eee;
  border: solid 1px #eee;
  border-width: 1px 0 0 0;
  clear: both;
}
/* Clear Fix */
.clear {clear: both;}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cf {display: inline-block;} /*this trips hasLayout for ie7*/
.cf {display: block;} /*this returns it back to normal*/
* html .cf {height: 1px;}

.img-right {float:right;margin:0 0 10px 10px;}

#pt-login {position:absolute;top:14px;left:635px;width:100px}
#pt-login a {font: 14px 'Comic Sans MS', Arial, Helvetica, sans-serif;color:#fff;text-decoration:none;display:block;text-align:center;
background:rgba(0,88,178,.6); border:1px solid rgba(0,0,0,.4);
-webkit-border-radius: 6px;
border-radius: 6px;
padding:3px 0;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .2);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .2);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
text-shadow:1px 0 0 rgba(255,255,255,.23)
}
#pt-login a:hover {color:#FF0;}

#facebook a{position:absolute;top:5px;left:755px;text-indent:-5000px;width:50px; height:50px; background:url(images/facebook.png) #013275;}


.fb-like{ position:absolute; left:25px; top:623px;}



#main-nav {
	width:199px;
	height:627px;
	background:url(images/nav-bg.jpg) no-repeat;
position:relative;
}

#home-logo {width:90px;height:97px;display:block;text-indent:-5000px; background:url(images/home-btn.png); position:absolute;top:10px;left:37px;}


#main-nav ul {
	margin:0;
	list-style:none;
	padding:114px 0 0 8px;
}
#main-nav li a {
	display:block;
	width:148px;
	padding-right:33px;
	height:23px;
	text-decoration:none;
	background:url(images/nav-btns.png) no-repeat;
	color:#000;
	text-align:center;
	font:12px/23px 'Comic Sans MS', 'Comic Sans', Arial, Helvetica, sans-serif;
	text-shadow:1px 0 0 rgba(0,0,0,.23)
}
#main-nav li a:hover {
	background:url(images/nav-btns.png) 0 bottom no-repeat;
}



#main-nav #nav-locations {
	position:absolute;
	left:23px;
	top:495px;
}
#main-nav #nav-locations a{
	width:148px;
	display:block;
	text-decoration:none;
	color:#003c79;
	text-align:center;
	font:12px/18px 'Comic Sans MS', 'Comic Sans', Arial, Helvetica, sans-serif;
	text-shadow:1px 0 0 rgba(0,0,0,.23);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#main-nav #nav-locations .phone {
	font:15px/20px 'Comic Sans MS', 'Comic Sans', Arial, Helvetica, sans-serif;
}
#main-nav #nav-locations a:hover{
	color:#23609e;
}
