@charset "utf-8";
/* CSS Document */

html, body{
	margin:0px;
	padding:0px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:13px;
	background-image:url(/assets/fishersdentalcare/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	}


/*----------------- TEXT STYLES --------------------*/

a:link, a:visited { 
color: White;

}
a:hover 
{ 
color: #664902; 
}

a.menu:link, a.menu:visited{
	color:#666666;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin-top:5px;
	margin-left:5px;
padding-top: 5px;
padding-bottom: 5px;
	}

a.menu:hover{
	color:#999999;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin-top:5px;
	margin-left:5px;
padding-top: 5px;
padding-bottom: 5px;
	}

a.topNavText:link, a.topNavText:visited{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}

a.topNavText:hover{
	color:#664902;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}

a.footlink:link, a.footlink:visited{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}

a.footlink:hover{
	color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
	

.headlinetxt{
	position:absolute;
	margin-top:5px;
	margin-left:8px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}



/*----------------- DIV STYLES --------------------*/
#container_outter{
	width:800px;;
	margin:auto;
	text-align:center;
	}

#header{
	width:800px;
	height:289px;
	background-image:url(/assets/fishersdentalcare/header.jpg);
	background-repeat:no-repeat;
	}

#top_nav_left{
	margin-top:254px;
	margin-left:10px;
	float:left;
}

#top_nav{
	margin-top:254px;
	margin-right:10px;
	float:right;
}
	
#main_cont{
	width:800px;
	}

#left_cont{
	width:187px;
	float:left;
	text-align:left;
	}

#left_head{
	width:187px;
	height:23px;
	background-image:url(/assets/fishersdentalcare/side_hl_bg.jpg);
	background-repeat:no-repeat;
}

#left_main{
	width:187px;
	min-height:194px;
	background-image:url(/assets/fishersdentalcare/side_bg.jpg);
	background-repeat:repeat-x;
	background-color:#bbbbbb;
padding-top: 10px;
padding-bottom: 10px;

}

#left_foot{
	width:187px;
	height:15px;
	background-image:url(/assets/fishersdentalcare/side_foot.jpg);
	background-repeat:no-repeat;
}

#right_left_cont{
	width:500px;
	float:left;
}

#right_cont{
	width:593px;
	float:right;
	text-align:left;
	}

#footer{
	width:800px;
	height:34px;
	margin-top:8px;
	margin-bottom:8px;
	background-image:url(/assets/fishersdentalcare/footer.jpg);
	}
	
#footnav{
	width:800px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	}
	
/*-----------CLASSES----------*/

.spaceIt{
	line-height:2px;
	height:0px;
	font-size:1px;
}

.menuSep2{
	margin-top:5px;
	margin-bottom:3px;
padding-top: 5px;
padding-bottom: 5px;
}


.menuHR{
	color:#dedede;
	background-color:#eeeeee;
	margin-top:1px;
	margin-bottom:1px;
}

.clearfloat{
	line-height:0px;
	font-size:0px;
	clear:both;
	}

h1 { font-size: 16pt; 
font-weight: bold;
color: #baa935;
}

h2 {
font-size: 14pt;
font-weight: bold;
color: #baa935;

}
h3 {
font-size: 12pt;
font-weight: bold;
color: #baa935;

}

