body {
	margin: 0;
	text-align: center;
	line-height: 100%;
	background-color: #ffffff;
	background-image:url(../_media/bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	color:#333333;
}
/* for IE */
* html body {
	height: 100%;
	text-align: center;
}


/*  BASIC TEXT FORMATING */

p {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

h1 {
	color: #072877;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background-color: #cccccc;
	padding: 4px 10px;
}

h2 {
	color: #2E5081;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #666;
	margin: 0;
	text-align: left;
}

a {
	color: #2E5081;
}

a:hover {
	color: #072877;
}

ul {
	margin: 2px 10px 5px 40px;
	padding:0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
ul li {
	margin:0;
	padding:0 0 8px 0;
	}
	
ol {
	margin: 2px 10px 5px 40px;
	padding:0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
ol li {
	margin:0;
	padding:0 0 8px 0;
	}
	
a:hover img {
	} 

a:link img {
	}

	
/*  IMAGE PADDING */
	
.image_right {
	float: right;
	border: 1px solid #072877;
	margin: 0 0 5px 10px;
	background-color: #CED9F3;
	padding: 2px;
}
.image_left {
	float: left;
	border: 1px solid #072877;
	margin: 0 10px 5px 0;
	background-color: #CED9F3;
	padding: 2px;
}

.image_center {
	border: 1px solid #072877;
	background-color: #CED9F3;
	padding: 2px;
	margin: 0 auto 10px auto;
}

.class_teeth {
	border: 1px solid #072877;
	background-color: #CED9F3;
	padding: 2px;
	margin: 0 auto 10px auto;
	width: 480px;
	height: 200px;
}

.class_face {
	border: 1px solid #072877;
	background-color: #CED9F3;
	padding: 2px;
	margin: 0 auto 10px auto;
	width: 515px;
	height: 295px;
}

.braces {
	border: 1px solid #072877;
	background-color: #C6D0FF;
	padding: 2px;
	margin: 0 auto 10px auto;
	width: 510px;
	height: 385px;
}

.module_right {
	float: right;
	margin: 0 0 5px 10px;
	background-color: #CED9F3;
	width: 300px;
	height: auto;
	border: 1px solid #072877;
	padding: 5px 10px;
}	
	
.module_left {
	float: left;
	margin: 0 10px 5px 0;
	background-color: #CED9F3;
	width: 280px;
	height: auto;
	border: 1px solid #072877;
	padding: 5px 10px;
}	

.module_center {
	margin: 10px auto 10px auto;
	background-color: #CED9F3;
	width: 80%;
	height: auto;
	border: 1px solid #072877;
	padding: 5px 10px;
}	

.tour_wrap {
	border: 1px solid #072877;
	margin: 20px auto;
	background-color: #CED9F3;
	padding: 2px;
	width: 450px;
	height: 380px;
}
	
/*  TEXT ALIGNMENT */	
.center {
	text-align: center
	}

.left {
	text-align: left
	}

.right {
	text-align: right
	}



/*  CSS IDs   */	

/*------------- home section ----------------- */


#home_wrapper{
	background-image: url(../_media/body_bg.gif);
	height: 100%;
	text-align: center;
	background-repeat: repeat-x;
	line-height: normal;
}

#home{
	text-align: center;
	margin:0px auto 0px auto;
	padding-top: 250px;
	width: 730px;
}

#home .footer{
}

#home .footer p{
	color: #ECF6F8;
	margin: 0;
	padding: 0 0 4px 0;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

#home .footer a {
	color: #ECF6F8;
	font-size: 10px;
	
}


#home .footer a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	background-color: #666;
}


/*------------- interior section ----------------- */

#interior_wrapper{
	background-image: url(../_media/body_bg.gif);
	text-align: center;
	background-repeat: repeat-x;
	line-height: normal;
}

/*------------- header section ----------------- */


#header_wrapper{

}

#header{
	text-align: center;
	margin: 0 auto;
	width: 750px;
	padding: 0;
	line-height: 0px;
}

/*------------- content section ----------------- */

#content_wrapper{
}




/*------------- content main ----------------- */

#content_main{
	width: 730px;
	min-height: 300px;
	text-align: left;
	margin: 0 auto;
}



/*------------- content side ----------------- */


#content_side{
	width: 0px;
	margin: 0;
	background-image: url(../_media/side_bg.gif);
	background-repeat: repeat-x;
	height: 400px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}

#content_side .nav {
	line-height: 14px;
}

#content_side .nav  a {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}	

#content_side .nav  a:hover {
	color: #072877;
	text-decoration: none;
}

#content_side p{
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	color: #333333;
	text-align: right;
    }
	
#content_side h1 {
	color: #FFFFFF;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 28px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	text-align: right;
	text-decoration:underline;
	border: none;
    }
	
#content_side h2 {
	color: #1c82b1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	margin: 0px;
	padding-bottom: 5px;    
	text-align: right;
	}
	
#content_side ul {
	list-style-image: url(../_media/common_assets/dashed_line_sidebar.gif);
	list-style-type: none;
	line-height: 14px;
	}
	
#content_side li a {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	}
	
#content_side li a:hover {

	text-decoration: underline;
	
	}
	
#content_side hr {
    
    height: 1px;
    border-top: 1px solid #ABAFD1;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    margin: 1em 0;
    padding: 0;
}


#content_side .dashed_line{

	background-image: url(../_media/common_assets/dashed_line_sidebar.gif);

	}
	

#column2 {
	width: 390px;
	float: right;
	margin-left: 10px;
}	


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: left;

}

#footer{
	text-align: left;
	margin: 0px auto;
	width: 730px;
	padding: 10px 0 0 0;
}

#footer p{
	color: #000000;
	margin: 0;
	padding: 0 0 4px 0;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

#footer a {
	color: #000000;
	font-size: 11px;
}


#footer a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #072877;
	background-color: #cccccc;
}

/*------------- misc styles ----------------- */

.cl1 {
	width: 50%;
	float: left;
}

.cl2 {
	width: 50%;
	float: right;
}	

.topnav    {
	color: #072877;
	font-weight: bold;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #072877;
	width: 750px;
	margin: 0 auto;
	}
	
.topnav a  { font-weight: bold;
	text-decoration: none;
	padding-right: 15px;
	color: #999999;
	}
	
.topnav a:hover  {
	color: #072877;
	}
	
.address {
	color: white;
	font-weight: bold;
	background-color: #999999;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #072877;
	border-top: 1px solid #072877;
	width: 750px;
	margin: 0 auto;
	}

.line  {
	border-top: 1px solid #072877;
	}