body{
	margin:0;
	height:0;
	text-align:center;
	background: #3b5533 url(../images/backs/forest.jpg) top center no-repeat fixed;
}
body, input{
	font: 13px/17px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

div#wrapper{
	margin:0 auto;
	text-align:left;
	width:960px;
	overflow:hidden;
}

h2,h3,h4{
	margin:0 0 1em 0;
	padding:0;
}
p, address{
	margin:0 0 1em 0;
	padding:0;
}
p a, li a{
	color:#095b00;
}
h2{
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:0.2em;
	font-weight:normal;
	line-height:1.5em;
}
h3{
	
	font-weight:normal;
	line-height:1.5em;
}
h4{
	color:#003366;
}

.r{
	margin:0;
	padding:0;
	position:relative;
	display:block;
}
.r span{
	display:block;
	position:absolute;
	left:0; top:0; z-index:1;
	background-position:top left;
	background-repeat:no-repeat;
}

/* GRID */

.span1 { width:58px; }
.span2 { width:136px; }
.span3 { width:214px; }
.span4 { width:292px; }
.span5 { width:370px; }
.span6 { width:448px; }
.span7 { width:526px; }
.span8 { width:604px; }
.span9 { width:682px; }
.span10 { width:760px; }
.span11 { width:838px; }
.span12 { width:916px; }

.col {
	margin: 0 10px;
	overflow:hidden;
	float: left;
	display: inline;
}
.row {
	width: 936px;
	padding:0 12px;
	overflow:hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

.col p{
	color:#414141;
}
.col img{
	float:right;
	margin: 0 0 20px 20px;
}
.col li img{
	float:none;
	margin:0;
}
.col .item{
	padding-bottom:1em;
}
.col.right{
	text-align:right;
}

div.bt{
	padding-top:25px;
	background: url(../images/backs/block_backtop.gif) top left no-repeat;
}
div.bm{
	background: #FFFFFF url(../images/backs/block_backmid.gif) top left repeat-y;
}
div.bb{
	padding-bottom:15px;
	background: url(../images/backs/block_backbottom.gif) bottom left no-repeat;
}
div.gaptop{
	margin-top:20px;
}
div.row.gaptop{
	margin-top:30px;
}

/* FRONT PAGE */

.padtop{
	padding-top:30px;
}
#tour p{
	margin:0 25px;
}

#tour a.r, #tour a.r span{
	width:242px; height:289px;
	cursor:pointer;
}
#tour a.r span{
	background-image: url(/images/assets/taketour.jpg);
}

#smile{
	margin-right:0;
}

#smile p{
	margin:28px 0 0 0;
}

#smile a.r, #smile a.r span{
	width:292px; height:288px;
	cursor:pointer;
}
#smile a.r span{
	background-image: url(/images/assets/realsmiles.jpg);
}


/* FOOTER */

#footer{
	margin-top:30px;
	color:#FFF;
	font-weight:bold;
}
#footer address{
	font-style:normal;
}
#footer h3.r{
	margin-bottom:2em;
}
#footer h3.r, #footer h3.r span{
	width:960px; height:61px;
	cursor:pointer;
}
#footer h3.r span{
	background-image: url(/images/assets/flwfoot.gif);
}

p#aacd a.r, p#aacd a.r span{
	width:292px; height:80px;
	cursor:pointer;
}
p#aacd a.r span{
	background-image: url(/images/assets/aacd_badge.png);
}

div.copy{
	margin-right:0;
}
#footer .col p{
	color:#FFF;
}

/* BEFORE & AFTER */

div.patientpic a img{
	float:none;
	margin:0 0 20px 0;
	padding:0;
}
div.patientpic img{
	border:1px solid #3b5533;
}
div.before, div.after{
	clear:both;
}
	

/* CINEMA */

div.cinema{
	border:1px solid black;
	background-color:#111;
	background-image: url(../images/backs/mb_el.jpg), url(../images/backs/mb_er.jpg), url(../images/backs/mb_b.jpg);
	background-position:top left, top right, top right;
	background-repeat: no-repeat, no-repeat, repeat-x;
	height:362px;
	margin:0 1px;
}
div.screensides{
	width:480px;
	padding:0 93px;
	margin: 0 auto;
	background-image:url(../images/backs/mb_nl.jpg), url(../images/backs/mb_nr.jpg);
	background-position:top left, top right;
	background-repeat: no-repeat;
}
div.screen{
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-color:#CCC;
	margin:1px 0;
	height:360px;
}

/* SERVICES */

ul.services{
	list-style:none;
	margin:0;
	padding:0;
}
ul.services li{
	margin:0 0 1em 0;
	padding:0;
	display:block;
}
div.col.span4 ul.services li a, div.col.span6 ul.services li a{
	text-decoration:none;
	height:29px;
	background:url(../images/backs/option_bar.gif) top left no-repeat;
	padding:12px 0 0 10px;
	display:block;
}

/* APPOINTMENTS */

iframe div img{
	display:none;
}


/* FORMS */

form{
	width:400px;
}

form h3, #member_form h3{
	margin-bottom:0;
	padding-bottom:0;
}
form fieldset, div.fields{
	border:0;
	border-top:1px solid #ccc;
	padding:10px 0;
	margin-bottom:2em;
}
div.field{
	padding:0 0 5px 0;
	overflow:hidden;
	_height:1%;
}
div.field label{
	width:180px;
	float:left;
	display:block;
}
div.fields div.field label{
	color:#666;
}
div.field input, div.field select, div.field textarea, div.field span{
	float:left;
	display:block;
}
div.field input, div.field span{
	width:180px;
	padding:1px 3px;
}
div.field.extended span{
	margin-left:18px;
}
div.field textarea{
	clear:both;
	width:95%;
	height:50px;
	margin-bottom:13px;
}
div.field.long label{
	width:300px;
	padding-bottom:10px;
}
fieldset div.field p{
	clear:both;
	padding-top:1em;
	font-size:80%;
	color:#333;
	line-height:1.4em;
}
div.submit input{
	text-decoration:none;
	height:41px;
	background:url(../images/backs/option_bar.gif) top left no-repeat;
	margin:0;
	vertical-align:top;
	width:400px;
	padding:0 0 0 10px;
	font-weight:bold;
	display:block;
	border:0;
	text-align:left;
}

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}
