/* TEXT */
body {
	font-size: 72%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#333333;
	margin:15px 0 10px 0;
	background-repeat: repeat-x;
	background-color:#99FFFF;
	background-image: url(images/main_bg_rep_int.jpg);
}
h2 {
	color:#41A9A4;
	font-size:1.2em;
}
.contentBg {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	display:block;
}
.bodyContent {
	padding:5px 20px 10px 25px;
	line-height:1.5em;
}
.bodyContent H1 {
	font-size:1.8em;
}
#footerContent {
	background-color:#D4ADFE;
	color:#000000;
}
.homeBg {
	background-image: url(images/cosmetic_dental_practice.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.homePad {
	padding:29px 0px 0px 57px;
}
#topBarLinks {
	text-align:center;
	padding:0px 0px 0px 0px;
	color:#FFFFFF;
}
.navBg1 {
	background-image: url(images/banner_main_1.jpg);
	background-position: right top;
	background-color: #CC99FF;
	background-repeat: no-repeat;
}
.navBg2 {
	background-image: url(images/banner_main_2.jpg);
	background-position: right top;
	background-color: #CC99FF;
	background-repeat: no-repeat;
}
.navBg3 {
	background-image: url(images/banner_main_3.jpg);
	background-position: right top;
	background-color: #CC99FF;
	background-repeat: no-repeat;
}
.navBg4 {
	background-image: url(images/banner_main_4.jpg);
	background-position: right top;
	background-color: #CC99FF;
	background-repeat: no-repeat;
}
.back {
	background-image: url(images/back_arrows.gif);
	background-repeat: no-repeat;
}
.back a {
	display:block;
	padding: 0px 0px 0px 50px;
	color:#FFFFFF;
}
.panel {
	width:172px;
	height:240px;
	background-image: url(images/panels/panel_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.panelNoMore {
	width:172px;
	height:240px;
	background-image: url(images/panels/panel_bg_no_more.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.panel .text, .panelNoMore .text {
	padding:5px 10px 25px 10px;
	text-decoration:none;
}
.panel a, .panelNoMore a {  
	display:block;  
	width:100%;  
	height:100%;  
	text-decoration:none;
}
.panel a:hover, .panel a:visited, .panelNoMore a:hover, .panelNoMore a:visited {  
	text-decoration:none;
}
/* LINKS */
a,a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	font-weight: none;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	font-weight: none;
	text-decoration: none;
}
/* END LINKS */
.form {
	width: 300px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	border:1px solid #7BCCC8;
}
ul {margin: 0;padding: 0;padding-left: 1.4em;}
ul li {list-style-image: url(images/bullet.gif);font-size: 1em; line-height:1.5em;}

/* NAVIGATION STYLES----------------------------------------------------------------------------------------*/
body#home #nHome a, body#cosmetic #nCosmetic a, body#oral #nOral a, body#nervous #nNervous a, body#team #nTeam a, body#nhs #nNhs a, body#tips #nTips a, body#contact #nContact a { 
background-position:0 -35px;
}
#navIndex {
	padding:20px 20px 0px 20px;
	width:172px;
	float:left;
}
#nav {
	margin:0;
	padding:0;
	height: 280px;
	overflow:hidden;
	list-style:none;
	display: block;
	width:172px;
}
#nav li {
	margin:0;
	padding:0;
	list-style:none;
	display: block;
	float:left;	
}
#nav a {
	float:left;
	padding: 35px 0 0 0;
	overflow:hidden;
	height: 0px !important;
	height: /**:55px; ?* for IE5/Win only*/
}
#nav a:hover {background-position:0 -35px;}
#nav a:active, #nav a.selected {background-position:0 -35px;}
#nHome a {width:172px;height:35px;background:url(images/nav/n_home.gif) top left no-repeat;}
#nCosmetic a {width:172px;height:35px;background:url(images/nav/n_cosmetic_dentistry.gif) top left no-repeat;}
#nOral a {width:172px;height:35px;background:url(images/nav/n_oral_hygiene.gif) top left no-repeat;}
#nNervous a {width:172px;height:35px;background:url(images/nav/n_nervous.gif) top left no-repeat;}
#nTeam a {width:172px;height:35px;background:url(images/nav/n_team.gif) top left no-repeat;}
#nTips a {width:172px;height:35px;background:url(images/nav/n_tips.gif) top left no-repeat;}
#nNhs a {width:172px;height:35px;background:url(images/nav/n_nhs.gif) top left no-repeat;}
#nContact a {width:172px;height:35px;background:url(images/nav/n_contact.gif) top left no-repeat;}

#dropNav  {
	margin:0;
	padding:0;
	list-style-image: none;
	list-style-type: none;
}
#dropNav li a:link, #dropNav li a:visited {
	padding:7px 5px 4px 15px;
	background-color:#330199;
	color:#FFFFFF;
	text-decoration: none;
	display:block;
	list-style-image: none;
	list-style-type: none;
}
#dropNav li a:hover {
	background-color:#7BCCC8;
	color:#333333;
	text-decoration: none;
	display:block;
	list-style-image: none;
	list-style-type: none;
}

