/* Dentist Page Layout CSS Document */


/* Main Layout Handles */
.body_bg {
	background:top left url(images/tile_bg.jpg) repeat-x #F1F1F1;
	}

.main_table {
	align: center;
	padding: 0;
	margin: 0; 
	}

.home_icon {
	vertical-align: bottom;
	}

.content_area_table {
	background: #FFFFFF;
	width: 783px;
	
	padding: 0;
	margin: 0; 
	}

h1 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:20px; 
	font-weight:normal; 
	color:#15499D; 
	
	border-bottom:1px dashed #666666;
	
	margin:5px 0 5px 0; 
	padding:0;
	
	text-align: left;
	text-transform:uppercase;
	}

h2 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold; 
	color:#15499D; 
	
	border-bottom:1px dashed #666666;
	
	margin:5px 0 5px 0; 
	padding:0;
	
	text-align: left;
	text-transform:uppercase;
	}

h3 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color: #15499D;
	
	margin:5px 0 5px 0; 
	padding:0;
	
	text-align: left;
	text-transform:uppercase;
	}

hr {
	border-bottom:1px dashed #666666;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal; 
	
	color:#000; 
	margin:0; 
	padding:0;
	}

.text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:13px; 
	font-weight:normal; 
	
	color:#000; 
	margin:0; 
	padding:0;
	}

.bold1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	
	color:#15499D; 
	margin:0; 
	padding:0;
	}

ol {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;  
	color:#000; 
	}

ul {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000; 
	}

.left_table {
	width: 550px;
	margin:0; 
	padding:0;
}

.right_table {
	width: 215px;
	text-align: center;
	margin:0; 
	padding:0;
}

.tile_left {
	background: transparent url(images/tile_left.gif) repeat-y;
	width: 16px;
	}

.tile_right {
	background: transparent url(images/tile_right.gif) repeat-y;
	width: 16px;
	}	

/* BENEFITS BOXES */
.box_header{
	background:transparent url(images/box_header_bg.jpg) repeat-x;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px dashed #666666;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;	
	}

.box_text {
	border-bottom: 1px dashed #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.box_text_bold {
	border-bottom: 1px dashed #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.box_text_no_dash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.box_text_bold_no_dash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.box_bg1 {
	background: #F7FAFD;
	}

.box_bg2 {
	background: #E8F0F9;
	}
	


/* MEMBER LOGIN STYLES */

.login_box {
	width: 445px;
	vertical-align: bottom;
 	margin:0; padding:0;
	}

.login_box_position {
	width: 445px;
	position:absolute;
	top: 15px;
	vertical-align: bottom;
 	margin:0; padding:0;	
	}

.login_text {
	vertical-align: bottom;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#000;	
	text-align: center;
	
 	margin:0; padding:0;
	}
/* LINKS */
a:link {
	color:#15499D; 
	text-decoration: none;
	font-weight:bold; 
	}

a:visited {
	color:#15499D; 
	text-decoration: none;
	font-weight:bold; 
	}

a:hover {
	color:#4086B9; 
	text-decoration: none;
	font-weight:bold; 
	}
	
a:active {
	color:#15499D; 
	text-decoration: none;
	font-weight:bold; 
	}

/* FOOTER */
.copyright {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:normal; 
	color:#000;	
	text-align: center;
	
 	margin:0; padding:0;
	}
	
a:link.copyright {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:normal; 
	color:#000; 
	text-align: center; 
	
	margin:0; 
	padding:0;
	}

a:visited.copyright {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:normal; 
	color:#000; 
	text-align: center; 
	
	margin:0; 
	padding:0;
	}

a:hover.copyright {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:normal; 
	color:#4086B9; 
	text-align: center; 
	
	margin:0; 
	padding:0;
	}
	
a:active.copyright {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:normal; 
	color:#000; 
	text-align: center; 
	
	margin:0; 
	padding:0;
	}


/* FAG Number Section */
div.faq1 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/1.gif) bottom left no-repeat #FFF;}
div.faq2 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/2.gif) bottom left no-repeat #FFF;}
div.faq3 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/3.gif) bottom left no-repeat #FFF;}
div.faq4 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px;border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/4.gif) bottom left no-repeat #FFF;}
div.faq5 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/5.gif) bottom left no-repeat #FFF;}
div.faq6 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/6.gif) bottom left no-repeat #FFF;}
div.faq7 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/7.gif) bottom left no-repeat #FFF;}
div.faq8 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/8.gif) bottom left no-repeat #FFF;}
div.faq9 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/9.gif) bottom left no-repeat #FFF;}
div.faq10 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/10.gif) bottom left no-repeat #FFF;}
div.faq11 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/11.gif) bottom left no-repeat #FFF;}
div.faq12 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/12.gif) bottom left no-repeat #FFF;}
div.faq13 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/13.gif) bottom left no-repeat #FFF;}
div.faq14 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/14.gif) bottom left no-repeat #FFF;}
div.faq15 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/15.gif) bottom left no-repeat #FFF;}
div.faq16 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/16.gif) bottom left no-repeat #FFF;}
div.faq17 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/17.gif) bottom left no-repeat #FFF;}
div.faq18 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/18.gif) bottom left no-repeat #FFF;}
div.faq19 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/19.gif) bottom left no-repeat #FFF;}
div.faq20 {margin:10px; padding:10px 10px 10px 100px; display:block; width:400px; border-bottom:2px dotted #15499D; 
		background: url(file://///Ftserver/ft%20server/FT%20Sub%20Companies/WIRED%20Websites/Wired%20Websites/Wired%20Dentists/www/images/20.gif) bottom left no-repeat #FFF;}
		
		