/*----- global -----*/

html, body {
font-family: Arial, sans-serif;
margin: 0px;
padding: 0px;
font-size: 12px;
background: #FFFFFF;
text-align: center;
background: #CCCCCC url(images/background.gif) repeat-y top center;
}

.clearing {
clear: both;
height: 100%;
overflow: hidden;
}

h1 {
}

h2 {
color: #FFFFFF;
letter-spacing: .1em;
background: #1568B3 url(images/h2bkg.gif) top center repeat-x;
border: 1px solid #AAAAAA;
padding: 5px;
text-align: center;
}

h3 {
font-style: italic;
color: #1568B3;
}


/*----- container -----*/

#container {
background: #3B7CF4 url(images/menubottombkg.jpg) repeat-x bottom left;
width: 774px;
margin: auto;
text-align: left;
border-top: 3px solid #1568B3;
border-bottom: 1px solid #1568B3;
}

/*----- header -----*/

#header {
border-bottom: 4px solid #1568B3;
height: 101px;
background: url(images/headerbkg.jpg) no-repeat top left scroll;
padding-left: 181px;
}

#header h1 {
display: none;
}

/*----- menu -----*/

#menu {
background: #D9D9D9;
width: 178px;
float: left;
letter-spacing: .1em;
font-size: 13px;
font-family: Verdana, Arial, sans-serif;
clear: none;
}

#menu ul {
padding: 0px;
margin: 0px;
list-style-type: none;
}

#menu ul li {
border-bottom: 1px solid #FFFFFF;
}

#menu ul li:hover {
background: #ACACAC url(images/menuhoverbkg.gif) repeat-x top center;
text-decoration: underline;
}

#menu ul li a {
color: #3F3D3C;
text-decoration: none;
font-weight: bold;
padding: 10px 14px;
display: block;
}

#menu ul li a:hover {
text-decoration: underline;
}

/*current page*/
#menu ul .active {
background: #1568B3 url(images/menuactivebkg.gif) top center repeat-x;
font-weight: bold;
color: #FFFFFF;
padding: 10px 14px;
}

#menu ul .active:hover {
background: #1568B3 url(images/menuactivebkg.gif) top center repeat-x;
}


/*menu title header*/
#menu ul .title {
background: url(images/menutitlebkg.gif) no-repeat top center;
text-align: center;
height: 39px;
padding: 0px;
}

#menu ul .title:hover {
background: url(images/menutitlebkg.gif) no-repeat top center;
}

#menu ul .title span {
display: none;
}

/*menu patient care header*/
#menu ul .pctitle {
background: url(images/menupatientcarebkg.gif) no-repeat top center;
text-align: center;
height: 39px;
padding: 0px;
}

#menu ul .pctitle:hover {
background: url(images/menupatientcarebkg.gif) no-repeat top center;
}

#menu ul .pctitle span {
display: none;
}


/*----- content -----*/

#content {
background: #FFFFFF url(images/subheader.gif) no-repeat top left scroll;
margin-left: 178px;
padding-left: 10px;
padding-right: 10px;
padding-top: 80px;
padding-bottom: 50px;
border-left: 2px solid #1568B3;
min-height: 500px;
line-height: 1.4em;
}

.statement {
font-size: 12px;
font-weight: bold;
color: #004A77;
}

#gumdiseasediagnosis {
vertical-align: top;
width: 450px;
}

#gumdiseasediagnosis tr td img {
margin-right: 15px;
}

#contactform {
background: #EEEEEE;
padding: 10px;
border: 1px solid #1568B3;
}

#mapquestform {
background: #EEEEEE;
padding: 10px;
border: 1px solid #1568B3;
width: 445px;
}

.implantsimg {
margin: 0px 10px;
float: right;
clear: both;
}

#copyright {
font-size: 10px;
color: #1568B3;
margin: 3px;
}

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