@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	background-color:#f4f2ed;
}
/*MainLayoutElements*/
#shell {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	min-height:850px;
	_height:850px;
}
#shellbg {
	margin:0 auto;
	position:relative;
	width:900px;
}
#wrapper {
	position:relative;
	margin:0 auto;
	width:900px;
	background-image:url(images/wrapper.jpg);
	background-repeat:repeat-y;
}
#container {
	background-image:url(images/container.jpg);
	background-repeat:no-repeat;
}
#containerhome {
	background-image:url(images/containerhome.jpg);
	background-repeat:no-repeat;
}
/*PictAni*/
#pictAni {
	width:357px;
	height:411px;
	position:absolute;
	top:180px;
	left:543px;
}
/*Navigation*/
#menuarea {
	width:900px;
	height:30px;
	padding-top:143px;
	padding-left:9px;
	position:relative;
	z-index:100;
}
.patientLogin {
	width:117px;
	height:30px;
	position:absolute;
	left:760px;
	top:143px;
	z-index:99999;
}
/*Footer*/
#footerHome {
	background-image:url(images/footerhome.jpg);
	background-repeat:no-repeat;
	height:75px;
	margin:0 auto;
	width:900px;
	background-repeat:no-repeat;
}
/*ContentArea*/
.contenthome {
	width:430px;
	min-height:303px;
	_height:303px;
	padding:115px 0px 5px 36px;
}
/***** basic page content elements *****/
	.content hr {
	height:1px;
	color:#000000;
}
.content p, .content ol, .content ul, .content form, .content a:link, .content a:visited, .content ol li a, .content p a, .content a:active, .content h2, .content h3, .content h4, .content h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000000;
	font-weight:normal;
}
.content p, .content ol, .content ul, .content form, .content div {
	font-size:12px;
	margin-top:5px;
	margin-bottom:15px;
}
.content ol {
	margin-left:30px;
}
.content ul {
	margin-left:30px;
	list-style:square;
}
/*****links*****/
	.content a:link, .content a:visited, .content ol li a, .content p a, .content a:active, .content a:active {
	text-decoration:underline;
}
.content a:hover {
	color:#0000FF;
}
/*****headings*****/ 
/*****-styles shared by all headings on the site*****/
	.content h2, .content h3, .content h4, .content h5 {
	margin:7px 0px;
	font-weight:bold;
}
/***** specific styles for each level*****/
	.content h2 {
	font-size:17px;
}
.content h3 {
	font-size:15px;
}
.content h4 {
	font-size:13px;
}
.content h5 {
	font-size:11px;
}
/*links*/
.invisalignElite {
	position:absolute;
	width:54px;
	height:128px;
	top:7px;
	left:837px;
}
.invisalign {
	position:absolute;
	width:238px;
	height:69px;
	left:20px;
	top:187px;
}
.invisalign_teen {
	position:absolute;
	width:252px;
	height:69px;
	left:273px;
	top:187px;
}
/*Footeraddress*/
.footeraddressHome {
	width:880px;
	height:66px;
	padding-left:11px;
}
.footertext {
	width:900px;
	text-align:center;
	padding-top:7px;
}
/*Secondary page */
.contentInner {
	width:470px;
	min-height:502px;
	_height:502px;
	padding:115px 0px 5px 36px;
}
#footer {
	margin:0 auto;
	width:900px;
	background-image:url(images/footernew.jpg);
	background-repeat:no-repeat;
	height:103px;
}
.footeraddress {
	width:880px;
	height:66px;
	padding-left:11px;
	padding-top:5px;
}
.footertextInner {
	width:900px;
	text-align:center;
}
.footertext a:link, .footertextInner a:link, .footertextInner a:visited, .footertext a:visited, .footertext a:active, .footertextInner a:active, .footertext, .footertextInner, #admin a {
	color:#464646;
}
.footertext, .footertextInner, .footertextInner a, .footertext a, #admin a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}
#admin a {
	font-weight:bold;
}
.footertextInner a:hover, .footertext a:hover, #admin a:hover {
	text-decoration:underline;
}
/*Snapsis Menu */
#navigation {
	text-align:left;
	margin:0px;
	padding:0px;
}

#navigation ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	/*position:relative;*/
}
#navigation ul li a, #navigation ul li a:hover {
	cursor:pointer;
}
#navigation ul li ul {
	position: absolute;
	top:173px;
	width:160px;
	/*left:0px;*/

}
#navigation ul li ul li {
	float:left;
	display: block;
	height:24px;
	width:160px;
}
#navigation ul li ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	display:block;
	padding:4px 0px 2px 11px;
	text-align:left;
	height:20px;
	text-decoration: none;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	background-color:#544a37;
}
#navigation ul li ul li a:hover {
	background-color:#ffffff;
	color:#000000;
}
/*****  DNN Overrides to make dnn match the design ******/
.formlabel, .formLabel, .errMsg, .errmsg, .textBox, .Normal, .formTable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:2;
	color:#000000;
}
.formTable {
	width:auto !important;
}
#shell .content strong, #shell .content strong * {
	font-weight:bold !important;
}
#shell .content em, #shell .content em * {
	font-style:italic !important;
}
a.CommandButton, a.CommandButton:link, a.CommandButton:visited, select, textarea, input, option, optgroup, button, fieldset, legend, .Head, .SubHead, .DataGrid_Item, .DataGrid_Header, .ModuleTitle_MenuItem, .ModuleTitle_MenuItem * {
	color:#000000 !important;
}
a.CommandButton, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:hover, a.CommandButton:focus {
	text-decoration: underline;
}
.ModuleTitle_MenuBar {
	margin-right:10px;
	position: relative;
}
.eipbackimg {
	display: none;
}
.ControlPanel, .PagingTable {
	background: #BFE2F5;
	border:1px solid #000000;
}
#optionsarea {
	background: #F0EDE8 !important;
}
.ModuleTitle_SubMenu {
	left:0!important;
	top:15px!important;
	width:150px;
}
.errMsg, .errmsg {
	color:#ff0000;
}
 
/*****  SIFR 3.0 b.436 *****/
@media screen {
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
	width:500px;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 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;
}
}
@media screen {
.sIFR-active h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	visibility: hidden;
	padding: 0;
	font-weight:normal;
	color:#860120;
	text-align:Left;
}
}

