body,div,dl,dt,dd,ul, ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	color: #ec3ca3;
	text-decoration: none;
	text-transform: none;
	
	font: 100% Georgia, "Times New Roman", Times, serif;
}

h1.welcome {
	color: #ec3ca3;
	text-decoration: none;
	text-transform: none;
	
	font: 24pt Georgia, "Times New Roman", Times, serif;
}

.welcomespan {
	color: #ec3ca3;
	text-decoration: none;
	text-transform: none;
	
	font: 14pt Georgia, "Times New Roman", Times, serif;
}

h1{
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1em;
}

h2{
	font-size: 15px;
	line-height: 1em;
	margin-bottom: 7px;
}

h3{
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 3px;
}

h3.why{
	font-size: 12px;
	line-height: 1.3em;
	margin-botom: 3px;
	color: #666;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
}

abbr,acronym { 
	border:0;
}

strong{
	font-weight: bold;
}

body {
	background: #ededed url(../images/main-bg.png) repeat-x 0 0;
	color: #666; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em;
	text-align: justify;
	_behavior:url("js/csshover3.htc");
}

img, object, embed{
	vertical-align: bottom;
}

.floatLeft{
	float: left;
	margin: 0 10px 5px 0;
}

.floatRight{
	float: right;
	margin: 0 0 5px 10px;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.clear{
	position: relative;
	overflow: hidden;
	clear: both;
}

.niceBorder{
	padding: 5px;
	background: #F9F9F9;
	border: 1px solid #eee;
	margin: 0 10px 5px 0px;
}
.niceBorderLeft{
	padding: 5px;
	background: #F9F9F9;
	border: 1px solid #eee;
	float:left;
	margin: 0 10px 5px 0px;
}

.niceBorderRight{
	padding: 5px;
	background: #F9F9F9;
	border: 1px solid #eee;
	float:right;
	margin: 0 10px 5px 0px;
}

.niceBorderHours{
	padding: 5px;
	float: right;
	margin-right: 30px;
}

ul.main{
padding: 2px 0 8px 15px;
list-style-position: inside;

}

ol.main{
padding: 2px 0 8px 20px;
list-style-position: inside;

}

hr{
	background: none;
	border: 0;
	border-top: 1px dashed #999;
	margin: 10px 0 12px;
}


p{
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

a{
	color: #333;
	text-decoration: none;

}

a:hover{
	text-decoration: underline;
}



#wrapper{
	position: relative;
	width: 960px;
	padding-top: 185px;
	margin: 0 auto;
	text-align: justify;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
}

#logo{
	position: absolute;
	top: 19px;
	left: 0;
	width: 276px;
	height: 153px;
	background: url(../images/logo.png) no-repeat;
	overflow: hidden;
}

#callUs{
	position: absolute;
	right: 0;
	top: 45px;
	width: 236px;
	height: 50px;
	background: url(../images/call-us.png) no-repeat;
}

#topMenu{
	position: absolute;
	top: 153px;
	left: 290px;
	list-style: none;
}

#topMenu li{
	float: left;
	margin-right: 10px;
	padding-bottom:10px;
	position:relative;
}

#topMenu li a{
	display: block;
	float: left;
	color: #fff;
	background: #a9a9a9 url(../images/menu-left.png) no-repeat 0 0;
}

#topMenu li a span{
	float: left;
	height: 18px;
	line-height: 18px;
	padding: 0 10px;
	cursor: pointer;
	background: url(../images/menu-right.png) no-repeat 100% 0;
}

#topMenu li a:hover {
	text-decoration: none;
	background-color: #ec3ca3;
	background-position: 0 -18px;
}

#topMenu li a:hover span{
	background-position: 100% -18px;
}

/* JU Dropdown */

#topMenu li ul{
	display: none;
	background: #a8aaad;
	position: absolute;
	top: 20px;
	left:0px;
	margin: 0;
	padding:0;
	list-style:none;
	width:125px;
	}

#topMenu li:hover ul{
	display: block;
}

#topMenu li ul li, #topMenu li ul li a, #topMenu li ul li a span {
	float: none;
	background: none;
	margin:0;
	padding:0;
	_height:15px;
	}

#topMenu li ul li a{
	text-align: left;
	display: block;
	padding: 3px;
	text-transform: none;
	margin:0;
}

#topMenu li:hover ul li a, #topMenu li ul li a:hover{
	color: #fff;
}

#topMenu li ul li a:hover{
	text-decoration: none;
	background-color: #ec3ca3;
	background-image:none;
	background-position:center;
}

#topMenu li ul li a:hover span{
	background-position:center;
	background-image:none;
}



/* end JU Dropdown */

/* Content */
#content{
	overflow: hidden;
}

#sideColumn{
	width: 202px;
	float: right;
	text-align:left;
}

#sideColumn h2, #sideColumn h3, #sideColumn h4{
	color: #111;
	text-align: center;
}

.sideSection{
	background: #f9f9f9 url(../images/side-bg.png) repeat-y;
	margin-bottom: 10px;
}

.sideSectionTop{
	background: url(../images/side-top.png) no-repeat 0 0;
}

.sideSectionBottom{
	background: url(../images/side-bottom.png) no-repeat 0 100%;
	padding: 10px;
	overflow: hidden;
}

.sideLink{
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}

#sideInvisalign{
	height: 68px;
	padding: 45px 0 0 105px;
	color: #0c469a;
	background: url(../images/side-invisalign.jpg) no-repeat;
}

#sideInman{
	height: 55px;
	padding: 58px 5px 0 83px;
	color: #825c71;
	background: url(../images/side-inman.jpg) no-repeat;
}

#sideSixmonth{
	height: 71px;
	background: url(../images/side-sixmonth.png) no-repeat;
}

#sideDamon{
	height: 71px;
	background: url(../images/side-damon.png) no-repeat;
}

#sideBlog{
	color: #888;
	height: 62px;
	padding: 9px 10px 0 70px;
	font-size: 16px;
	line-height: 1.1em;
	background: url(../images/side-blog.png) no-repeat;
}

#mainColumn{
	width: 744px;
	float: left;
	background: #f9f9f9 url(../images/content-bg.png) repeat-y;
	margin-bottom: 10px;
}

#mainColumnTop{
	background: url(../images/content-top.png) no-repeat 0 0;
}

#mainColumnBottom{
	background: url(../images/content-bottom.png) no-repeat 0 100%;
	padding: 14px;
}

#innerMainColumn{
	width: 744px;
	float: left;
	background: #f9f9f9 url(../images/content-inner-bg.png) repeat-y;
}

#innerMainColumnTop{
	background: url(../images/content-inner-top.png) no-repeat;
}

#innerMainColumnBottom{
	background: url(../images/content-inner-bottom.png) no-repeat 0 100%;
	padding: 14px;
}

#mainColumnBottom a{
	color: #333;
	text-decoration: underline;

}

#mainColumnBottom h2 a{
	color: #ec3ca3;
	text-decoration: none;
}

#mainColumnBottom h2 a:hover{
	text-decoration: underline;
}

#mainColumn ul{
	padding: 0 0 1em 3em;
}

#innerMainColumnText{
	width: 558px;
	float: left;
}

#innerMainColumnText a{
	color: #333;
	text-decoration: underline;

}

#innerMainColumnText h2 a{
	color: #ec3ca3;
	text-decoration: none;
}

#innerMainColumnText h2 a:hover{
	text-decoration: underline;
}

#rightcolumn{
	position: relative;
	width: 130px;
	float: right;
}


#subMenu{
	
	list-style-type: none;
	width: 130px;
	float: right;
}

#subMenu li{
	padding: 3px 0;
}

#subMenu li a{
	display: block;
	color: #999;
	background: #fff url(../images/inner-menu-bg.png);
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
}


#subMenu li a:hover{
	color: #ec3ca3;
	text-decoration: none;
}

#subMenu p{
	display: block;
	color: #fff;
	background: #fff url(../images/inner-menu-bg.jpg);
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	font-size:12px;
	text-decoration: none;
	text-transform: none;
}

#headMenu{
	
	list-style-type: none;
	width: 130px;
	float: right;
}

#headMenu li{
	padding: 3px 0;
}

#headMenu li a{
	display: block;
	color: #fff;
	background: #fff url(../images/inner-menu-pink.jpg);
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	text-align:center;
}


#headMenu li a:hover{
	color: #fff;
	text-decoration: none;
}


#homeFlash{
	margin-bottom: 20px;
}

/* Footer */
#footer{
	background: url(../images/footer-bg1.png) no-repeat;
	color: #666;
	height: 51px;
	padding: 19px 15px 0;
	margin: 5px 0 15px;
}

#footerLeft{
	width: 45%;
	float: left;
}

#footerRight{
	width: 45%;
	text-align: right;
	float: right;
}

#footerLinks{
	text-align:center;
	padding-bottom:15px;
}

#footerLinks a{
	color:#666;
}

/* Contact Form */
#contactForm{
	text-align: right;
}

#contactForm  input, #contactForm textarea, #contactForm select{
	display: block;
	margin: 0 auto 8px;
	background: #fff;
	border-top: 1px solid #aaa;
	border-left: 1px solid #bbb;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #e5e5e5;
	color: #666;
	width: 180px;
	padding:2px;
	text-align: left;
	font-size:11px;
}

#contactForm input{
	height: 16px;
	line-height: 19px;
}

#contactForm textarea{
	height: 60px;
}

#contactForm select{
	height: 18px;
	width: 183px;
	border: 1px solid black;
}

#contactForm .button{
	display: inline;
	margin: 0;
	text-align: center;
	width: 48px;
	height: 18px;
	border: 0;
	color: #FFF;
	
	cursor: pointer;
	background: url(../images/contact-but.gif) no-repeat;
	font: 12px Georgia, "Times New Roman", Times, serif;
}


/***********************************************/
/* Highslide                                   */
/***********************************************/


.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
	display: block;
	float: left;
    outline: none;
    margin: 0 5px 5px 5px;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;	
}
.highslide:hover img {
	border: 1px solid #666;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
	text-align:justify;
    font-size: 14px;
    font-weight: lighter;
    padding: 8px 0 10px 0;
	color: #17627b;
    background-color: #fff;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;    
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
	display: none;
}
a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	display: block;
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(../highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../highslide/graphics/close.png', sizingMethod='scale');
}

#frame .closebutton {
	display: none;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* Homepage Slider */

.container {
	cursor:pointer;
	height:294px;
	overflow:hidden;
	position:relative;
	width:714px;
	}
	
.slides {
	left:0;
	position:absolute;
	top:0;
	}
	
/* Testimonials */

#testimonials {
	position:absolute;
	top:30px;
	left:290px;
	}
	
#testimonials .testiContainer { width:400px; height:70px; overflow:hidden; position:relative; cursor:pointer; }
#testimonials .testis { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
#testimonials .testis li { position:absolute; top:0; width:400px; display:none; padding:0; margin:0; font-style:italic; font-size:14px; }


/* Appointment Form */

#appointmentForm {
	margin:20px;
	}

#appointmentForm ul, #appointmentForm li {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#appointmentForm li  {
	margin-bottom:20px;
	width:300px;
	}
	
#appointmentForm input[type=text] {
	border:1px solid #A9A9A9;
	width:300px;
	height:15px;
	padding:2px;
	}
	
#appointmentForm textarea {
	border:1px solid #A9A9A9;
	width:300px;
	height:150px;
	padding:2px;
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size:12px;
	}
	
#appointmentForm .button{
	display: inline;
	margin: 0;
	text-align: center;
	width: 48px;
	height: 18px;
	border: 0;
	color: #555;
	cursor: pointer;
	text-transform: uppercase;
	background: url(../images/button-bg.png) no-repeat;
	font: 12px Georgia, "Times New Roman", Times, serif;
	float:right;
	}

#appointmentForm select {
	margin:4px 0;
	border:1px solid #A9A9A9;
	width:150px;
	}
	
#appointmentForm ul ul li {
	margin:6px 0;
	clear:both;
	}
	
#appointmentForm .errorField{
	color: #c00;
	background: #fde8e2;
	}
.video-left{
	background: url(../images/back-left.gif) no-repeat;
	padding:10px 0px 0px 10px;
	width:192px;
	height:110px;
	display:block;
	font-size:12px;
	margin-bottom:10px;
}
.video-link{
	background: url(../images/video-overlay.png) no-repeat;
	position:absolute;
	z-index:10;
	width:192px;
	height:110px;
	cursor:pointer;
}
.video-object{
		position:absolute;
		z-index:1;
}
