/* ---- Clean Code ---- */


.dentisttest 
{
	padding:0px;
	margin-bottom:-25px;
}
.findtourimage 
{
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:#60abeb;
	padding:0;
	margin:0;
}

.announcementimg
{
    float:left;
    margin-bottom:10px;
    
}


h1 
{
	font-size:18px;
	font-weight:bold;
}

.hours
{

	color:#00aeee;
	font-size:14px;
	
}

.findtourhl 
{
	background-image:url("/images/Master_1/FindTourHome.jpg");
	background-repeat:no-repeat;
	height:128px;
	color:#000000;
	margin:0;
	padding:0;
	float:right;
	width:194px;
	margin-bottom:15px;
	margin-top:1px;
}

.findtourtext 
{
	margin:5px;
	font-size:12px;
}

.bottomlinkblock 
{
	width:321px;
	float:left;
	margin:0;
	padding-right:15px;
	border-right-style:solid;
	border-right-width:1px;
	
}

#hoursidebar 
{
	
	float:right;
	width:140px;
	font-size:11px;

	
}


h2
{
	font-size:14px;
	color:#00aeee;

}




/* ---- End of Clean Code ---- */

html,body {
	height: 100%;
}

* html{
	height: 100%;

}
html{
}
body{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	background: white url('images/Master_1/bg.jpg') repeat;
	text-align: center;
}

/* ----- Core layout classes ----- */

#newpatientbox
{width: 198px; float: right; margin: 0px 5px 0px 10px;}
#newpatientbox2
{padding-left: 15px; padding-top: 5px; padding-bottom: 5px; border: 1px solid #d8a412; background: #fff1ca;}

#Informationbox
{width: 160px; float: right; margin: 0px 0px 0px 10px;}
#Informationbox2
{padding-left: 5px; padding-top: 5px; padding-bottom: 0px; border: 1px solid #005b3d; background: #f0fbf6;}


#formContent
{float: right; width: 490px; text-align: left; padding: 10px 0px 0px 0px;}

#FormBoxMain
{padding-left: 3px; padding-right: 3px; padding-top: 3px; padding-bottom: 3px; border: 1px solid #A7C19C; background: #FFFFFF;}

#FormBoxSub
{
	font-size: 10px;
	color: #000000;
	border: 1px solid #d8a412;
	background: #FFFFFF;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	width: 180px;
	padding: 3px;
	margin-bottom: 10px;
}

.bodytxt {
	font-size: 11px;
	color: #000000;
}

#masterContainer{
	margin: 0px auto;
	width: 775px;

}

#container{
	margin: 0px auto;
	padding: 0px;
	width: 730px;
	border-left: 7px solid #ffffff;
	border-right: 7px solid #ffffff;

}
#header {
	background: url('images/Master_1/header.jpg') no-repeat;
	width: 730px;
	height: 127px;
	color: #6F706F;
	padding: 0px;
	margin: 0px;
	text-align: left;

}
#header_left{float: left; width: 400px;}
#header_right{float: right; width: 300px; padding: 5px 0px 0px 0px;}

* html #logo{
	float: left;
	width: 214px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#logo{
	float: left;
	width: 214px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#searchbox{
	float: right;
	width: 220px;
	height: 40px;
	border: solid 0px red;
	text-align: right;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headerContent{
	background: url('images/Master_1/header_content.jpg') no-repeat;
	width: auto;
	height: 49px;
	display: block;
}
#primaryContent{
	color: #6F706F;
	width: 730px;
	float: left;
	background: white url('images/Master_1/content_bg.png') bottom repeat-x;
	margin:0;
	padding:0;
}
#register{clear:right; float:right; padding:0px; margin:0px 10px 0px 0px;}
#navigation
{
	width: 196px;
	float: left;
}

#panelwrapper div 
{
    width:206px !important;
    float:left !important;
    margin:0;
    padding:0;
}
.address {
	float: left;
	width: 350px;
	margin: 0px 0px 0px 10px;
	font-weight: bold;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;

}
.address a:link,
.address a{
	text-decoration:none;
	color: #FFFFFF ! important;
}
.address a:hover{
	text-decoration:none;
	color: #ffffff ! important;
}
/*---- SummaryList Formatting ----*/
/* Use this class in a div wrapping SummaryList and ContentList controls. */
/* Used on OurTeam.aspx, Technology.aspx.

/* p will apply to the text used in the content summary.*/
.summaryList p
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
}
/* h2 tags are used to wrap the SummaryList control itself on the aspx page.
   h2 will thus be applied to the title for each item. */

.summaryList h2
{
margin-bottom:0;

}

/* for removing links from list summary on Meet Our Team page and dynamic form fields */
.hideme {
	display: none;
}

/* styles for bulleted lists on Meet Our Team page
.summaryList h3 ul {
	padding-left: 0;
	margin-left: 15px;
}
.summaryList h3 li {
	font-style: normal;
	font-weight: normal;
}
 */
.summaryList p {

}

.summaryImage 
{
float:left;
padding:5px;

}

.lowerblock{
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

#footer{
	width: auto;
	clear: both;
	padding-top:30px;
	padding-bottom:20px;
	background-color:White;

}

/* ----- CLASSES ----- */

.hide{
	display: none;
}
.show{
}

.search { visibility: hidden; }
.search input { visibility: visible; }

/* ----- HEADINGS ----- */



/* ----- PARAGRAPHS ----- */

p{
}


/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */


strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
	color: #6f706f;
	font-weight:bold;
	
}
a:link:hover{
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}

a:visited{
	color: #6f706f;
	font-weight:bold;
}
a:visited:hover{
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

.globallinks {
	text-align: center;
	padding: 22px 0 0 0;
	color: #6f706f;

}
.globallinks a{
	text-decoration: none;
}

.globallinks a:hover{
	text-decoration: underline;
	color: #000000;

}

.globallinks a:visited{
	text-decoration: none;
	color: #6f706f;

}

.globallinks a:visited:hover{
	text-decoration: underline;
	color: #000000;

}

a:active{
}
a:focus{
}

a:visited
{

}
a:active{
}
a:focus{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}


#captionBox {
	padding: 0px 0px 0px 10px;
	float: right;
	width: 300px;
	color: #36613a;
	font-style: italic;
	font-size: 10px;

}
#captionBox img {
	display: block;

}
.q1{
	padding: 0px 0px 0px 0px;
	width: 142px;
	height: 180px;
	float: left;

}
.q2{
	padding: 0px 0px 0px 0px;
	width: 142px;
	height: 180px;
	float: right;

}
.q3{
	padding: 10px 0px 0px 0px;
	width: 142px;
	height: 180px;
	float: left;

}
.q4{
	padding: 10px 0px 0px 0px;
	width: 142px;
	height: 180px;
	float: right;

}
.treatmentBody {
	text-align: left;
}

.brand{
	font-size: 16px;
	line-height: 30px;
	padding-top: 0px;
	margin: 0px;
	color: #36613A;
	clear: both;
}

h3 
{
	font-size:12px;
	font-weight:bold;
	color: #00aeee;
}


/* Appointment Request */

#appointmentbox 
{
    width:480px;
    margin:0;
    padding:0;

    
}


#leftcolumn 
{
    width:100%;
    float:left;
    margin-left:15px;
    _margin-left:10px;
    

}

#rightcolumn 
{
    width:266px;
    float:left;
    margin-left:23px;
    _margin-left:0;

    margin-top:20px;
    font-size:11px;
    color:#000000;
    
}

.notebox 
{
 width:90%;
 height:80px;
}

.apptfield 
{   
    width:150px;
    margin-bottom:5px;
}

.leftfield 
{
    font-size:11px;
    color:#000000;
    margin-bottom:4px;
    
}

.leftcolumntext 
{
    font-size:11px;
    color:#000000;

}


.apptcheck 
{
margin-left:-4px;
    
}

.apptsubmit 
{
    margin-top:10px;
}

#apptadimg
{
    margin:15px 0 0 0;
    padding:0;
    float:right;

    
}

.apptdate 
{
vertical-align:text-top;
margin-top:-10px;
}

#apptcheckbox 
{
    margin-top:10px;    
}

#contactheader 
{
    color:#00aeef;
    font-size:11px;
    font-weight:bold;
    margin-bottom:2px;
    padding:4px;
    
}

#ppi 
{
    float:right;
    
}

.ppiinfo 
{
    color:#000000;
    font-size:10px;
    margin-left:5px;
    
}

.formtext 
{
    font-size:10px;
    color:#000000;
}

.forminput
{
    padding:0;
    margin:0 0 10px 0;
}

#ppicontainer 
{
    margin-top:25px;
}

.apptdescription 
{
    margin-top:10px;
}

/* financial options */

#financeoptions 
{
    height:500px;

}

.financeoptionlist 
{
    margin:0;
    padding:0;
    vertical-align:middle;
}
#financeoptions ul li 
{


}
.financeoptionlist img
{
    float:left;
    vertical-align:middle;
    padding-right:10px;
}


.learnmore 
{
    float:right;
    margin-right:30px;

}

a img 
{
    border:0;
}

.floatright 
{
    float:right;
}

.floatleft 
{
    float:left;
}

.clear 
{
    clear:both;
}

#mysmilepage 
{
    width:475px;
    margin:0;
    padding:0;
}
#mysmileheader 
{
    height:81px;
}

#mysmileheader p 
{
    position:relative;
    top:43px;
}

#bottomboxes 
{
    width:475px;
    height:318px;
    background-image:url(/images/financialoptions/mysmile/bottomboxbg.gif);
    
}

#bottombox1 
{
    width:231px;

}

#bottombox1 ul 
{
    width:180px;
    padding-left:20px;
    margin:0;
}

#bottombox2 
{

    width:244px;

}

.bottombutton1 
{
    margin-top:20px;
    padding-left:35px;
    width:196px;
    float:left;
}

.bottombutton2 
{
    margin-top:20px;
    padding-left:55px;
    width:187px;
    float:left;
}

#mysmilelogo 
{
    width:149px;
    float:left;
}

#mysmilephone 
{
    float:right;
    position:relative;
    top:40px;
    font-weight:bold;
    text-align:right;
}

#financialoptionslist 
{
    margin-top:40px;
}

.heavy 
{
    font-weight:bold;
}

#financialoptionslist hr 
{
    margin-bottom:20px;
}

#insurancelist 
{
    display:inline;
    list-style-type:none;
}

#insurancelist li
{
    float:left;
    margin:5px;
    width:225px;
}