body {
    background-image: url('../images/swirlBG.jpg');
	background-repeat: no-repeat;
	background-color: #5ba447;
    font-family: Arial;
    font-size: 13px;
    height: 0;
	text-align: justify;
}

#head {
    background-image: url('../images/header.jpg');
    height: 175px;
	border-bottom: 3px solid #14545e;
}

#wrapper { 
	background-image: url('../images/bg.jpg');
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: auto;
	margin-bottom: 15px;
}

#content {
    position: relative;
    float: left;
    color: #272727;
    width: 600px;
    padding-right: 0px;
    padding-left: 140px;
    padding-top: 0px;
}

#content a:link, #footer a:link {
    text-decoration: none;
    color: #3a7629;
}

#content a:visited, #footer a:visited {
    text-decoration: none;
    color: #3a7629;
}

#content a:hover, #footer a:hover {
    text-decoration: underline;
    color: #0B96A6;
}

#nav {
    float:left;
    width: 900px;
	height: 80px;
	    margin-top: -14px;
    position: relative;
}

#nav ul {
	clear:left;
	float:left;
    font-size: 14px;
    font-weight:bold;
    color: #021e3d;
    list-style-type: none;
	display: inline;
	margin-left: 30px;
}

#nav ul div{
	display: inline;
}

#nav ul li {
	display: inline;
}

a.navHolistic, a.navHolistic_a {
	display:block;
	float:left;
	width:153px;
	height:38px;
	background: url("../images/button1.gif");
}
 
a.navHolistic:hover {
	background: url("../images/button1.gif") 0 86px;
}
 
a.navHolistic_a {
	background: url("../images/button1.gif") 0 38px;
}

a.navDoctor, a.navDoctor_a {
	display:block;
	float:left;
	width:153px;
	height:38px;
	background: url("../images/button2.gif");
}
 
a.navDoctor:hover {
	background: url("../images/button2.gif") 0 86px;
}
 
a.navDoctor_a {
	background: url("../images/button2.gif") 0 38px;
}

a.navEducation, a.navEducation_a {
	display:block;
	float:left;
	width:153px;
	height:38px;
	background: url("../images/button3.gif");
}
 
a.navEducation:hover {
	background: url("../images/button3.gif") 0 86px;
}
 
a.navEducation_a {
	background: url("../images/button3.gif") 0 38px;
}

a.navServices, a.navServices_a {
	display:block;
	float:left;
	width:153px;
	height:38px;
	background: url("../images/button4.gif");
}
 
a.navServices:hover {
	background: url("../images/button4.gif") 0 86px;
}
 
a.navServices_a {
	background: url("../images/button4.gif") 0 38px;
}

a.navContact, a.navContact_a {
	display:block;
	float:left;
	width:153px;
	height:38px;
	background: url("../images/button5.gif");
}
 
a.navContact:hover {
	background: url("../images/button5.gif") 0 86px;
}
 
a.navContact_a {
	background: url("../images/button5.gif") 0 38px;
}

#footer { 
	background-image: url('../images/footer.jpg');
    font-size: 10px;
    width: 900px;
    position:relative;
    clear: both;
    text-align:center;
    height: 72px;
    padding-top:20px;
    padding-bottom: 5px;
	margin:bottom: 10px;
}

p.info {
    font-weight: bold;
}

h2 {
	font-size: 18px;
}

img#slogan {
	float:right;
	padding-right: 85px;
	padding-top: 34px;
	border: none;
	height: 115px;
}

#infoBox {
	padding-top: 50px;
	padding-left: 160px;
	width: 550px;
	font-size: 14px;
}

div#toothChart{
	margin-top: 20px;
	margin-left: -30px;
	margin-right: -56px;
	border: 3px solid #9ECD4B;
}

div#oralHealth ul li {
	padding-bottom: 10px;
	font-weight: bold;
}

div#oralHealth ul ul li {
	padding-bottom: 5px;
	font-weight: normal;
}

div#articles ul {
	list-style-image: url("../images/PDF_iconS.gif");	
}

div#articles ul li {
	padding-bottom: 15px;	
}

div#articles a {
	font-size: 16px;
	font-weight: bold;
}

div#infoBox > .left > .right {
	padding-left: 20px;
}

div#linkBG {
	background-color: #5ba447;
	color: white;
	border: 1px dotted black;
}

img#wright {
	padding-right: 10px
}

img#map {
	margin-left: 50px;	
	margin-top: 30px;
	border: 1px solid #5ba447;
}

.right { margin: 0.5em 0pt 0.5em 0.8em; float:right;}

.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 