/*********************************************************************
	
	Sesame Communications - (c) 2010
	Written by: Damien Komala
	All rights reserved. 
	Any reproduction or intentional misuse is strictly prohibited.
	
*********************************************************************/

/*********************************************************************
	Reset
*********************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}


/* Office Tour */
#slideshow-container ul.slideshow {
	list-style: none; 
	width: 500px; 
	height: 380px;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	}
#slideshow-container {
	background: #00567B; /* Customize me */
	border: solid 1px #007fa1; /* Customize me */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
	width: 502px; 
	padding: 10px;
	line-height: 18px;
	}
#slideshow-container div#caption {
	min-height: 18px;
	clear: both;
	background-color: #fff; /* Customize me */
	color: #333; /* Customize me */
	padding: 10px;
	margin: 10px 0 0 0;
	border: solid 1px #007fa1; /* Customize me */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px;
	}
#slideshow-container ul.slideshow img {
	width: 500px; 
	height: 380px;
	margin: 0;
	border: solid 1px #007fa1; /* Customize me */
	}
.office-tour-nav {
	background-color: #fff; /* Customize me */
	margin: 0 0 10px 0;
	padding: 5px 3px;
	border: solid 1px #007fa1; /* Customize me */
	-moz-border-radius: 5px 5px 0 0; /* Optional - you may customize or remove */
	-webkit-border-top-left-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-top-right-radius: 5px; /* Optional - you may customize or remove */
	}
.office-tour-nav a {
	text-decoration: none; 
	font-size: 12px; 
	padding: 5px; 
	margin: 0 3px; 
	color: #333;}
.office-tour-nav a.activeSlide, .office-tour-nav a:hover {color: #009EC7;}

	
/*********************************************************************
	Common Elements
*********************************************************************/

body {
	line-height:1.5em;
	font-family: Arial, sans-serif;
	margin:0;
	background-size: 100% auto;
	color: #333333;
	font-size: 12px;
	background-color: #150400;
	overflow:auto;
	overflow-x:hidden;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

table, td, th {
	vertical-align:middle;
}

a img {
	border:none;
}

a {
	outline: none;
}

h1 {
	text-indent: -999em;
	height: 36px;
	width:680px;
	margin-bottom:20px;
	font-size: 25px;
	font-weight: normal;
}

h2 {
	color:#666666;
	font-size:16px;
	font-weight:normal;
	line-height:1.1em;
	margin-bottom:10px;
	font-style: italic;
}

h3 {
	color: #331402;
	font-size: 15px;
	font-weight: bold;
	line-height:1.1em;
	margin-bottom: 5px;
}

hr {
	background: #EBE1D0;
	height: 1px;
	border: none;
	clear:both;
	margin: 0 0 15px;
}

.hide {
	display:none;
}

.flash-replaced .alt {
	display:none;
}

.flash-replaced {
	margin-bottom:20px;
}

p.small {
	font-size: 9px;
}

dl dt {
	font-size: 1.5em;
	font-weight: bold;
}

/*********************************************************************
	IE6 upgrade alert
*********************************************************************/

#ie_alert {
	display: none;
	background-color: #fff;
	width: 400px;
	color: #333;
	text-align: left;
	font-size: 11px;
	letter-spacing: normal;
	font-weight: bold;
	padding: 15px 15px 0 15px;
	border: solid 2px #a52003;
	position: absolute;
	z-index: 5000;
	top: 10px;
	left: 10px;
}

#ie_alert ul {
	margin: 0 0 15px 25px;
}

#ie_alert p {
	margin: 0 0 15px 0;
	line-height: 14px;
	padding: 0;
}

a.upgrade {
	float: left;
	margin: 0 10px 0 0;
}

span#ie_alert_reasons {
	color: #a52003;
}

/*********************************************************************
	set bg image for each link
*********************************************************************/

a#patient-login {
	background-image:url(../images/nav/patient-login.jpg);
}

a#doctor-login {
	background-image:url(../images/nav/doctor-login.jpg);
}

a#meet-the-team {
	background-image:url(../images/nav/meet-the-team.jpg);
	text-indent:-999em;
	width:142px;
}

a#for-new-patients {
	background-image:url(../images/nav/for-new-patients.jpg);
	text-indent:-999em;
	width:153px;
}

a#about-orthodontics {
	background-image:url(../images/nav/about-orthodontics.jpg);
	text-indent:-999em;
	width:182px;
}

a#orthodontic-treatments {
	background-image:url(../images/nav/orthodontic-treatments.jpg);
	text-indent:-999em;
	width:204px;
}

a#contact-us {
	background-image:url(../images/nav/contact-us.jpg);
	text-indent:-999em;
	width:157px;
}

a#home {
	background-image:url(../images/nav/home.jpg);
	text-indent:-999em;
	width:122px;
}

/*********************************************************************
	Structure
*********************************************************************/
#container, .container {
	width:1024px;
	margin:0 auto;
	z-index: 5;
}

#container {
	position:relative;
}
#wrap {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
	width: 100%;
}


.clearfix:after, .container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, .container {
	display:inline-block;
}

* html .clearfix, * html .container {
	height:1%;
}

.clearfix, .container {
	display:block;
}

.clear {
	clear:both;
}

p.flash_notice {
	margin: 18px;
	padding: 9px;
	color: #ff0000;
	border: 1px dotted #ff0000;
	background: #ffffff;
	text-align: center;
}

/*********************************************************************
	Header and top piece
*********************************************************************/

#hd {
	height:234px;
	width:1024px;
	margin: 0;
	display: block;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/hd-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#hd h1 {
	margin: 0;
}

#logo, #logo a {
	height:133px;
	width:267px;
}

#logo {
	left:70px;
	position:absolute;
	top:17px;
}

#logo a {
	background: url(../images/logo.gif) top left no-repeat;
	display:block;
	overflow: hidden;
	text-indent: -999em;
}

.social-media {
	height:35px;
	position:absolute;
	right:69px;
	top:118px;
	width:295px;
}

.social-media img {
	float: left;
	margin: 0;
}

/*********************************************************************
	Content
*********************************************************************/
#bd {
	float:left;
	clear:both;
	display:block;
	min-height: 800px;
	width:1024px;
	background-image: url(../images/bd-bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 712px;
}

#content {
	min-height:860px;
	padding-top: 30px;
	padding-left: 60px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 300px;
}

.home #content {
	height:750px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.home #content h1 {
	margin-top: 349px;
}


#content a {
	color:#5e88a2;
	text-decoration: none;
}

#content p {
	margin-bottom: 20px;
}

#content ul, #content ol {
	margin:0 0 20px 30px;
}

/*********************************************************************
	Page Specific Styles
*********************************************************************/

#slideshow-home {
	height:359px;
	left:80px;
	position:absolute;
	top:252px;
	width:868px;
	z-index:1;
}

.site-map #content ul {
	margin:0 0 20px 30px;
	list-style: none;
	font-size:16px;
	line-height: 1.4em;
	font-weight:normal;
}

.site-map #content ul ul {
	list-style: disc;
}

.site-map #content ul li a {
	font-style: normal;
	text-decoration: none;
}

.site-map #content ul ul li a {
	font-style: normal;
	text-decoration: none;
}

.site-map #content ul li a:hover {
	text-decoration: underline;
}

.site-map #content ul li ul li {
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

#content .sub_nav {
	color:#A08247;
	clear:both;
	padding-bottom: 20px;
	border-bottom: #EBE1D0 1px solid;
}

#content .sub_nav a {
	font-style: normal;
	color: #3399CB;
	text-decoration: underline;
	cursor: pointer;
}

#content .sub_nav a.active, #content .sub_nav a:hover {
	color:#A08247;
	text-decoration:none;
	cursor:default;
}

.column {
	width:49%;
	float: left;
}

.column-sitemap {
	width:30%;
	float: left;
}

.logos {
	text-align: center;
	background: #fff;
}

.logos img {
	margin:0 15px;
	vertical-align: middle;
}

.map {
	border:3px solid #999999;
	float: right;
	margin:0 0 15px 15px;
}

/*********************************************************************
	Callouts for the footer of every page
*********************************************************************/

#sidebar {
	color:#634D2B;
	font-family:"Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
	font-size:12px;
	height:414px;
	position:absolute;
	right:50px;
	top:307px;
	width:176px;
}

.home #sidebar {
	top: 645px;
}

#sidebar p {
	margin-bottom: 15px;
}
#sidebar a{color:#5E88A2; font-weight:bold;}

#sidebar strong {
	font-size: 14px;
	font-weight: bold;
	color: #443115;
}

#sidebar span {
	font-weight: bold;
}

/*********************************************************************
	Navigation
*********************************************************************/
#nav a {
	display: block;
	height: 58px;
	outline: none;
	overflow: hidden;
	text-align: left;
	text-indent: -999em;
}

#nav {
	clear:both;
	height:64px;
	position:absolute;
	top:170px;
	width:960px;
	z-index:90;
	left: 0;
	margin-left: 30px;
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav li {
	float:left;
}

#nav a:hover, #nav li:hover a, #nav li.sfhover a {
	background-position: 0 -58px;
}

#nav li.active a {
	background-position: 0 -58px;
}

#nav li.active a:hover, #nav li.active:hover a, #nav li.active.sfhover a {
	background-position: 0 -58px;
}

/*********************************************************************
	Navigation Fly outs
*********************************************************************/

#nav li ul {
	font-family: Verdana, sans-serif;
	padding: 10px 0;
	left: -9999px;
	position: absolute;
	width: 204px;
	z-index: 91;
	background:url(../images/nav/dropdown-bg.png) bottom left no-repeat;
	top:58px;
}

#nav li ul a {
	color: #7CE4FA;
	background-image: none;
	text-decoration: none;
	text-indent:18px;
	height: 18px;
	width: 200px;
	padding:4px 0;
	font-size: 12px;
}

#nav li ul a:hover {
	color: #fff;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin:0;
}

#nav ul ul ul {
	display:none;
}

#nav li:hover li:hover ul, #nav li.sfhover li.sfhover ul {
	display: block;
	margin-left: 200px;
}

/*********************************************************************
	Utility Navigation
*********************************************************************/
#util a {
	display: block;
	height: 95px;
	outline: none;
	overflow: hidden;
	text-indent: -999em;
	width:105px;
}

#util {
	height:95px;
	position:absolute;
	right:78px;
	top:13px;
	width:210px;
	z-index:112;
}

#util ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:210px;
}

#util li {
	float:left;
	margin: 0;
	background: none;
	padding: 0;
}

#util a:hover, #util li:hover a, #util li.sfhover a {
	background-position: 0 -95px;
}

#util li.active a {
	background-position: 0 -95px;
}

#util li.active a:hover, #util li.active:hover a, #util li.active.sfhover a {
	background-position: 0 -95px;
}

/*********************************************************************
	Footer
*********************************************************************/

#ft {
	background: url(../images/footer/footer-background.jpg) top center repeat-x;
	color:#fff;
	font-size: 12px;
	float: left;
	margin:0;
	padding:0;
	width:100%;
}

#ft p {
	margin-bottom: 10px;
}

.footer-content {
	color:#D3F87E;
	height: 250px;
	margin:0 auto;
	padding:16px 0 10px;
	position: relative;
	width:855px;
}

.footer-logos {
	text-align: center;
	margin: 20px 0 10px;
}

.footer-content img {
	margin: 0 10px;
}

.text_nav {
	color: #D3F87E;
}

.text_nav a {
	color: #D3F87E;
}

#ft a {
	color: #D3F87E;
	text-decoration: none;
}

#ft a:hover, #ft .sesame-link a:hover {
	text-decoration: underline;
}

#ft a#sesame-link {
	color: #375D05;
	text-decoration: none;
}

/*********************************************************************
	Sesame CSS
*********************************************************************/

img.right {
	margin: 0 0 15px 15px;
	border: solid 3px #999999;
	float: right;
	clear: right;
}

img.left {
	margin: 0 15px 15px 0;
	border: solid 3px #999999;
	float: left;
	clear: left;
}

img.left-border {
	float: left;
	clear: left;
	margin: 5px 15px 15px 0;
	border: solid 3px #999999;
}

img.right-border {
	float: right;
	clear: right;
	margin: 5px 0 15px 15px;
	border: solid 3px #999999;
}

p.flash_notice {
	margin: 18px;
	padding: 9px;
	color: #ff0000;
	border: 1px dotted #ff0000;
	background: #ffffff;
	text-align: center;
}

.clear {
	clear: both;
}

/* This styled div acts as the hr for most browsers */
div.hr {
	height: 0px;
	background-color: #EBE1D0; /* Customize me! */
	border: solid 1px #EBE1D0; /* 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: #EBE1D0;
	border: solid 1px #EBE1D0;
	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;
}

div.box {
	float: right;
	clear: right;
	width: 334px;
	padding: 5px 0 5px 5px;
	margin: 0 0 20px 20px;
}

div.box img {
	float: left;
	border: solid 1px #333; /* Customize me! */
	margin-right: 5px;
}

#content div.box p {
	float: left;
	width: 50%;
	margin-bottom: 0;
	padding: 0;
}

/* Brushing and Flossing */
dl dt {
	font-size: 1.5em;
	font-weight: bold;
}

dl dd ul {
	margin: 0;
	list-style-type: none;
}

/* invisalign teen */
img.right {
	border: solid 3px #999999;
	margin: 0 0 15px 15px;
	float: right;
	clear: right;
}

img.left {
	border: solid 3px #999999;
	margin: 0 15px 20px 0;
	float: left;
}

span.indent {
	padding-left: 40px;
}

#invisalign-sidebar {
	background: #fff;
	width: 275px;
	margin: 0 0 15px 15px;
	padding: 0;
	border: solid 1px #000;
	float: right;
	clear: right;
}

#invisalign-sidebar a {
	color: #036;
}

#invisalign-sidebar h3 {
	background: #97AFC2;
	margin: 0;
	padding: 15px;
	color: #fff;
}

#invisalign-sidebar p {
	padding: 0 15px;
	margin: 15px 0;
}

.thumb {
	border: solid 1px #000;
	margin: 0 10px 10px 0;
	float: left;
	clear: left;
}

.clear {
	clear: both;
}

/* Emergency Care */
ul#toggle-emergency {
	list-style: none;
	margin: 0 0 1em 0;
}

ul#toggle-emergency li {
	border: solid 1px #fff;
	border-width: 0 0 1px 0;
	padding: 1em 0;
	margin: 0;
}

.general-soreness {
	background: url(http://media.sesamehost.com/images/emergency-care/general-soreness.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.headgear {
	background: url(http://media.sesamehost.com/images/emergency-care/headgear.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.loose-appliance {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-appliance.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.loose-bracket {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-bracket.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.loose-wire {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-wire.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.poking-wire {
	background: url(http://media.sesamehost.com/images/emergency-care/poking-wire.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.left-border {
	border: solid 3px #999999;
	margin: 5px 15px 15px 0;
	float: left;
	clear: left;
}

/*-----------------------------------------------
	Forms
	*/
	/* Global form styles */
	div.referral-form, div.appointment-form, div.comments {
	width: 100%;
	margin-top: 18px;
	letter-spacing: normal;
}

fieldset {
	border: 0;
	padding: 9px 0;
	margin: 0 18px;
}

fieldset h2 {
	margin: 0 0 9px;
}

fieldset p {
	margin: 0 0 18px;
}

fieldset p.disclaimer {
	font-size: 90%;
	font-style: italic;
	margin: 0;
}

fieldset dl {
}

fieldset dl dt {
	font-size: 16px;
	clear: both;
	margin: 9px 0 0;
}

fieldset dd ul {
	margin: 9px 0;
}

fieldset dd ul li, fieldset dd ol li {
	list-style: none;
}

fieldset dd li {
	clear: both;
	margin: 3px 0;
	padding: 5px 0 4px 10%;
	overflow: auto;
	height: auto;
	position: relative;
}

fieldset dd li input:hover, fieldset dd li input:focus,  fieldset dd li select:hover, fieldset dd li select:focus,  fieldset dd li textarea:hover, fieldset dd li textarea:focus {
	background: #f1f1f1;/* customize me - this is the hover color change of form fields*/
	outline-color: #3399cc;/* customize me */
}

fieldset li h3 {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

fieldset li div {
	float: left;
	display: inline-block;
	width: 40%;
	position: relative;
	padding-right: 5%;
}

fieldset li div.input-street {
	width: 85%;
}

fieldset li div.input-city {
	width: 60%;
}

fieldset li div.input-full-name {
	width: 85%;
}

fieldset li div.input-phone-full {
	width: 85%;
}

fieldset li div.input-email {
	width: 85%;
}

fieldset li div.input-zip {
	width: 20%;
}

fieldset li div.content-switch, fieldset li div.radio, fieldset li div.checkbox {
	width: 85%;
}

fieldset li div.radio input {
	border: none;
}

fieldset li div.radio label {
	padding-right: 9px;
	font-size: 90%;
}

/*fieldset li div.hidden-content, fieldset li.hidden-content {display: none;}*/
						fieldset li div.input-select-full {
	width: 85%;
}

fieldset li div.input-comments {
	width: 85%;
}

li div.input-comments textarea {
	height: 63px;
	overflow: auto;
}

fieldset li div.input-captcha {
	width: 50%;
}

fieldset li div.verification {
	width: 35%;
}

li div.verification img {
	border: 1px solid;
	margin-top: 9px;
	-moz-border-radius: 4px; /*for Moz, optional*/
	-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
}

fieldset li div label {
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 9px;
	font-size: 80%;
	color: #3399cc;/*override to match site*/
}

fieldset li div input, fieldset li div textarea, fieldset li div select {
	display: block;
	line-height: 18px;
	width: 100%;
	border: 1px solid;
	padding: 4px 0 3px;
	text-indent: 4px;
	margin-top: 9px;
	-moz-border-radius: 4px; /*for Moz, optional*/
	-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
}

fieldset li div select {
	height: 25px;
}

fieldset li div.radio input {
	display: inline;
	width: auto;
	margin-right: 4px;
}

fieldset li div div {
	width: 100%;
}

fieldset dl dd.form-footer button {/*these styles control the look of the button, change as necessary*/
	clear:both;/*do not change, forces button to sit below floated elements*/
	display: block;
	width: 125px;
	height: 34px;
	text-align: center;
	margin: 0;
	background:#01568f;/* customize me! */
	border: 1px solid #fff;
	line-height: 34px;
	color:#fff;/* customize me! */
	font-family:"Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	-moz-border-radius: 4px; /*for Moz, optional*/
	-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
}

/* appointment form
	* Styles only for the appointment request form
	*/


	/* comment form
	* Styles only for the comments form
	*/
	/*numbering added by jQuery*/
	fieldset ol li span.comment-number {
	font-size: 150%;
	color: #3399cc;/* customize me*/
	position: absolute;
	left: 9px;
	top: 9px;
}

/* referral form
	* Styles only for the referral form
	*/
	.referral-form fieldset li div.radio {
	width: 40%;
}

/* JQuery */
	input.error, select.error, textarea.error {
	border-color: #a52003;
	background: #fefda1;
}

div.error {
	background: url(../images/validate_error.gif) 0 0 no-repeat;
	color: #a52003;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	display: block;
	margin: 12px -2% 0 0;
	text-indent: -999em;
}

div.success {
	background: url(../images/validate_ok.gif) 0 0 no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	display: block;
	margin: 12px -2% 0 0;
	text-indent: -999em;
}

.contact-form div.error, .contact-form div.success {
	margin-left: 0;
}

/* Before and After - Static */
ul.before-after-static {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.before-after-static li {
	width: 488px;
	margin: 0 0 18px 0;
	padding: 10px 0 10px 10px;
}

ul.before-after-static li img {
	width: 232px;
	height: 177px;
	float: left;
	margin-right: 10px;
	border: solid 1px #333; /* Customize me */
}

ul.before-after-static li p {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
}

ul.before-after-static li div.detail {
	clear: both;
	background-color: #fff; /* Customize me */
	padding: 10px;
	margin: 0 10px 0 0;
	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 */
}

#damon-bracket {
	display: block;
	margin: 0 auto 10px auto;
	}
#damon-wrap {
	width: 400px;
	margin: 0 auto;
	}
#damon-left {
	float: left;
	width: 175px;
 	margin-right: 20px;
	}
#damon-right {
	float: left;
	width: 170px;
	}
#flash-damon-system-comparison {
	margin: 10px auto;
	width: 250px;
	display: block;
	}
#video-the-damon-system {
	margin: 0 15px 15px 0;
	width: 240px;
	height: 206px;
	float: left;
	clear: left;
	}
#video-the-damon-system-2 {
	margin: 0 15px 15px 0;
	width: 400px;
	height: 330px;
	float: left;
	clear: left;
	}
	
	#video-testimonials {
	width: 500px;
	height:405px;
	z-index:25;
	}
	
	#video-bethany {
	width: 400px;
	height:245px;
	}
	#video-damon {
	width: 400px;
	height:245px;
	}
	
#homelinks {
	margin-top:25px;
}
#homelinks a {
	color:#5E88A2;
}

p.flash_notice {
  margin: 18px;
  padding: 9px;
  color: #ff0000;
  border: 1px dotted #ff0000;
  background: #ffffff;
  text-align: center;
}

#hub-card {
	position:absolute;
	left:610px;
	top:15px;
	z-index:5450;
}

#summer-14-contest {
	position:absolute;
	left:679px;
	top:250px;
	width: 310px;
	z-index:25;
}
#donate-box {
	position:absolute;
	top:481px;
	left:657px;
	width:284px;
	height:98px;
	background: url('../images/donate-bg.jpg') no-repeat;
	z-index:20;
}
#donate {
	width:123px;
	height:38px;
	display:block;
	position: absolute;
	top: 52px;
	left: 10px;
	text-indent: -9999px;
}
#register {
	width:130px;
	height:38px;
	display:block;
	position: absolute;
	top: 52px;
	left: 143px;
	text-indent: -9999px;
}

#facebook-events {
	position:absolute;
	left:655px;
	top:586px;
	width: 280px;
	height:240px;
	z-index:25;
}

.repx {
  left:400px;
  position:absolute;
  top:4px;
}
.repx a {
  color:#f7781b;
  display:block;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
}
.repx img {
  margin:25px 10px -20px;
}

#top-dentist {
	position: absolute;
	top: 250px;
	left: 684px;
	z-index: 1;
	width:270px;
}

.awards-ft {
	width: 100%;
	display: table;
	text-align: center;
}

.awards-ft img {
	display: inline-block;
	margin: 0 15px;
}