@charset "utf-8";
*{margin:0px; padding:0px;}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/smilesbodybottombg.png);
	background-repeat:repeat-x;
	background-position:center bottom;
	background-attachment:fixed;
}
.floatOnly{
	float:left;
	left: 0px;
}
.clearFlt{clear:both;}
h1,h2,h3,h4,h5{ text-indent:0;}
#menucontainer ul{ list-style:none; text-indent:0;}
#menucontainer ul li {float:left;display:block;}
#contactusform .radio,
#contactusform .checkbox{
	vertical-align:middle;
}
#contactusform input,#contactusform textarea{
	border:none;
	background-color:transparent;
	padding:2px;
}
#online_dentalreg_form input,#online_dentalreg_form input textarea{padding:2px;}
#online_dentalreg_form select{padding:1px;}
#submit_form {
	height:29px;
	width:113px;
	background-image:url(../images/contactussubmit_normal.png);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
}
#submit_form.hover{
	background-image:url(../images/contactussubmit_over.png);
	background-repeat:no-repeat;
	background-position:left top;
}
#form_button{
background-image:url(../images/form_button_bg.png);
background-repeat:no-repeat;
background-position:left top;
border:0;
width:129px;
height:29px;
font-weight:bold;
}
#form_button.hover{
background-image:url(../images/form_button_bg.png);
background-repeat:no-repeat;
background-position:right top;}
.blueText {
	color:#155e81;
}
.blueItalicText {
	color:#155e81;
	font-style:italic;
}
#content {
	padding:10px 27px;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif
}
#content ul{text-indent:0}
#content p{margin:5px 0;}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5{
	margin:10px 0;
}
#content li{
	margin:5px 0;
}
.justifiedText {
	text-align:justify;
}
