/* CSS Document */

.swf_braces {
	margin: 0px auto 8px auto;
	width: 510px;
	height: 385px;
	}

.swf_retainers {
	margin: 0px auto 8px auto;
	width: 510px;
	height: 204px;
	}

.swf_oralhygiene {
	margin: 0px auto 8px auto;
	width: 510px;
	height: 385px;
	}

.swf_classteeth {
	margin: 0px auto 8px auto;
	width: 515px;
	height: 295px;
	}
.swf_ortho {
	margin: 0px auto 8px auto;
	border: solid #D6D1BE 1px;
	width: auto;
	background-color: #666666;
	text-align: center;
	}
.ortho_disorder_bg {
	background-color: #FFFFFF;
	border: 1px solid #666666;

}
.ortho_disorder_bg img {
	border: none;
}
.ortho_disorder_bg p {
		text-align: center;
	color: #333333;
}
.case_study {
	padding: 0px;
	width:366px;
	border-width: 1px;
	border-style: solid;
	margin: 0px;
	position: relative;
	background-color: #CCCCCC;
	border-bottom-color: #999999;

}
.gray_bg {
	padding: 0px;
	width:500px;
	border-width: 1px;
	border-style: solid;
	margin: 0px;
	position: relative;
	background-color: #CCCCCC;
	border-bottom-color: #999999;
	}

.case_study p, .gray_bg p {
	color: #333333;
}
.case_study img, .gray_bg img {
	margin: 0px auto 8px auto;

}
.case_study .float_left {
	margin: 0px auto 0px auto;
	float: left;
	width: 182px;
	text-align: center;
	
}

.case_study .float_right {
	margin: 0px auto 0px auto;
	float: right;
	width: 182px;
	
}

/*  CSS Classes   */
	
.image_left, .image_center, .image_right, .module_left, .module_center, .module_right {
	background-color: #F1EAD4;
	border: solid #000000 1px;
	margin-bottom: 5px;
	padding: 4px;
	}
	
.module_right {
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-left:10px
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #666666;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-right:10px
	}	

.module_center {
	margin: 0px auto 10px auto;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}		

.module_center p, .module_right p, .module_left p {
	color:#333333;
}

.module_center p a {
	color: #2A3245;
}


/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center;
	}

.text_left {
	text-align: left;
	}

.text_right {
	text-align: right;
	}
	
.image_right {
	float: right;
	margin-left:10px;
	}
	
.image_left {
	float: left;
	margin-right:10px;
	}

.image_center {
	margin: 0px auto 5px auto;
	}	
	
.dashed_line{
	background-image: url(_media/common_assets/dashed_line_white.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}	
	