/* ahdental.css */

/* central container that holds everything else */
#container {
		width: 800px;
		background-color: white;
		margin: 20px;
		margin-left: auto;
		margin-right: auto;
}

/* top banner container */
#banner {
		width: 800px;
		height: 200px;
		margin-bottom: 0;
		padding-bottom: 0;
}

/* the horizontal container below the main banner which contains the main internal links */
div#navcontainer
{
	background: url(title_bar_background4.jpg);  
/*	background-color: red; */
	height: 46px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
}

/* the main bar containing the links */
div#navcontainer ul
{
	font-family: Arial, Helvetica, sans-serif;
	height: 46px;
	color: white;
	text-align: centre;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-bottom: 17px;	 /* padding on base of navigation bar */
	padding-top: 12px;		 /* padding at top of navigation bar */
}

div#navcontainer ul li
{
	display: inline;
	margin-left: -10px;
}

div#navcontainer ul li a
{
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 14px;			/* these two paddings control the length of the divider lines */
	padding-bottom: 16px;
	color: #1c7f50;		/* text colour */
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
/*	border-right: 1px solid #1c7f50; */
}

div#navcontainer ul li a:hover
{
	background-color: #888c88; 
/*	background-color: #eeeeee; */
	color: white;		/* text colour at mouse over */
}

#active a 
{
	 border-left: 0px solid #fff;
}	

/* Vertical list */
#verticalcontainer { width: 160px; }

#verticalcontainer ul
{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#verticalcontainer a
{
	display: block;
	padding: 3px;
	width: 140px;
	background-color: #d9dddb; 
	border-bottom: 1px solid #fff; 
}

#verticalcontainer a:link, #verticallist a:visited
{
	color: #49473b;
	text-decoration: none;
}

#verticalcontainer a:hover
{
	background-color: #888c88;
	color: #fff;
}

/* right side container */
div#rightcontainer
{
	padding-top: 30px;
	margin-left: 196px;
	width: 720px;
	height: 570px;
	background-color: white;
	border-left: 20px;
}

/* left hand container */
div#leftcontainer
{
	clear: left;
	float: left;
	padding-top: 10px;
	width: 166px;
	height: 600px;
	background-color: #d9dddb;
}

/* title container */
div#titlecontainer
{
	padding-top: 0;
	margin-top: 0;
	width: 800px;
	height: 80px;
	background: url(text_banner2.jpg); 
}

/* center container */
div#centercontainer
{
	margin-top: 20px;
	margin-left: 40px;
	width: 720px;
	height: 500px;
	background-color: white;
}

div#footer
{
	clear: both;
	margin-top: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 800px;
	height: 30px;
	background: url(footer2.jpg);
}

/* paragraph setup */
p.main
{
/*	font-family: tahoma, times, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
/*	color: #369;  */
	color: #49473b;
}

/* list elements */
li.main
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #49473b; 

}

/* h2 elements */
h2.main
{
	margin-left: 40px;
	margin-top: 0px;
	padding-top: 30px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #49473b;
}

/* h4 elements */
h4.main
{
	font-family: georgia, times, sans-serif;
	font-size: 14pt;
/*	color: #49473b; */
	color: #1c7f50;
	margin-top: 10px;
	margin-bottom: 10px;
}



