/* CSS Document */

/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;  051950
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */
 
 body {
	background: #BDB9BA url(back.jpg) 0 0 repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
}

td {
	line-height: 1.3em;
}

/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	min-width: 760px;
}
	
#AccessibilityNav img{
	border: none;
}

/*  message for users with old Browsers - links to update Browsers  */
p#older_browsers {
	display: none;
}

/*  Company name invisible but to old browsers and Search Engines  */
div#CompanyName {
	display: none;
}


h1 {
	color:#000000;
	font-size: 1.2em;
}

H2 {
	color:#000000;
	font-size: 1em;
	font-weight: bold;
}
H3 {
	color:#000080;
	font-size: 1.2em;
	font-weight: bold;
}

#style1 {
	font-size: .8em;
}
/* ************************************----------- HEADER -----------************************************ */

table#header {
	background: #ffffff url(images/header.jpg) 0 0 no-repeat; 
	width: 760px;
	min-width: 760px;
	height: 204px;
	border-top: solid 1px #BAB9B9;
	border-left: solid 1px #BAB9B9;
	border-right: solid 1px #BAB9B9;
}

/*td#rotate{
	width: 563px;
	background: #ffffff url(file:///Y|/Transfer Folders/Avril Transfer/pending web/parkland denture clinic/images/back2.jpg) 0 0 no-repeat;
}
td#Logo{
	background: #ffffff url(file:///Y|/Transfer Folders/Avril Transfer/pending web/parkland denture clinic/images/logo.jpg) 0 0 no-repeat;
}

/* ****************************----------- TOP  Navigation area -----------************************************* */

table#TopNav{
	background: #000000 url(images/navback.jpg) 0 0 no-repeat; 
	width: 760px;
	height: 33px;
	font-size: 1em;
	line-height: 1.5em;
}


	
html>body #TopNav a{
	font-size: 1em;
	line-height: 1.5em;	
	padding-left: 5px;
}

#navigation a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
}


#navigation a:hover{
	color: #585858;

}


/* ****************************----------- LEFT SIDE Navigation area -----------************************************* */

div#navigation{
	padding: 40px 0 30px 0;}


table#container{
	background-color: #ffffff;
	width: 760px;
	border-left: solid 1px #BAB9B9;
	border-right: solid 1px #BAB9B9;
}

td#LeftNav{
	background-color: #AD0004; 
	width: 150px;
	font-size: .9em;
	line-height: 2em;

}

html>body #LeftNav a{
	font-size: 1em;
	line-height: 2em;	
	padding-left: 5px;
}



#LeftNav a{
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
	
}


#LeftNav a:hover{
	color: #ffffff;
	background-color: #585858;
}

/*body#popup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/*
html>body div#Links{
padding: 0 0 0 20px;

}

/* \
div#Links{
padding: 0 0 0 10px;
}/* 

div#Links{
padding: 0 0 0 10px;
}

/* ************************************----------- CONTENT AREA -----------************************************ */


td#content {
	background-color: #ffffff;
	
}


div#ContentArea {
	padding: 5px 20px 0 30px;
	min-height: 350px;
}

div#ContentArea a{
	color: #081F5A;
	text-decoration: none;
}
div#ContentArea a:hover{
	color: #000000;
	text-decoration: underline;
}



/*************************************----------- FOOTER -----------*************************************/

table#footer {
	width: 760px;
	min-width: 760px;
	background-color: #5D5D5D;
	border-left: solid 1px #BAB9B9;
	border-right: solid 1px #BAB9B9;
	border-bottom: solid 1px #BAB9B9;
}


td#copyright{
	padding: 0 10px 0 0;
	color: #ffffff;
	font-size: 1em;
	line-height: 2em;	
}

p#copyright{
	font-size: 1em;
}


#copyright a{
	color: #ffffff;
	text-decoration: none;
}

#copyright a:hover{
	text-decoration: underline;
}
