
body {
	font: small/1.5em Arial, Helvetica, "Trebuchet MS", sans-serif;
	background: url(../images/bg-body.jpg) 0 0 repeat-x;
	color: #2b3644;
}
	
#shadowContainer {
	margin: 65px auto 0 auto;
	width: 740px;
	background: url(../images/bg-shadow.png) 0 0 repeat-y;
	background: url(../images/bg-shadow.gif) 0 0 repeat-y;
}

#wrapper {
	text-align: left;
	width: 700px;
	margin: 0 auto;
	position: relative;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

#pageContainer {
	text-align: left;
	position: relative;
	left: 2px;
	top : -1px;
}

#leftColumn {
	width: 340px;
	float:left;
	margin: 2em 0 2em 20px;
	background: #fff;
	color: #555;
	padding-right: 28px;
}

#rightColumn {
	width: 272px;
	float: right;
	margin: 2em 34px 2em 0;
	background: #fff;
}

#pageContainer h1 {
	color: #d22300;
	font-weight: normal;
	font-size: 175%;
	padding: 0;
	margin: 0;
}

#pageContainer h2 {
	color: #2b5183;
	font-weight: normal;
	font-size: 140%;
	margin-bottom: -0.6em;
	margin-top: 1.2em;
}

#pageContainer h3 {
	color: #2b5183;
	font-weight: normal;
	font-size: 120%;
	margin-bottom: -0.6em;
	margin-top: 1.2em;
}

#pageContainer p {
	color: #777777;
	line-height: 1.5em;
	
}

#pageContainer p.intro {
	font-size: 120%;
	line-height: 1.5em;
}

#pageContainer p.indented {
	font-size: 90%;
	line-height: 2em;
	margin-left: 2em;
}


#bluetab {
	margin: 0 auto;
	height: 226px;
	background: url(../images/bluetab.jpg) 0 0 no-repeat;
	border-bottom: solid 1px #AFAFAF;
}

#dentalcarecenter 
{
	position: absolute;
    left: -1em;
	top: -2.1em;
	font-size: 155%;
}
	

p.phone {
	position: absolute;
	right: 0;
	top: -2.1em;
	font-size: 155%;
	color: #616B63;
}

h1.bluetab
{
	font-weight: normal;
	font-size: 200%;
	line-height: 1.2em;
	position: relative;
	color: #ffffff;
	top: 3.6em;
	left: 2em;
}




ul#menu {
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	font-size: 110%;
	position: relative;
	color: #ffffff;
	top: 9.8em;
	left: 2em;
}

ul#menu li {
	display: block;
	float: left;
}

ul#menu li a {
	display: block;
	float: left;
	padding: 10px 12px 0 12px;
	color: #3d4f59;
	text-decoration: none;
}

ul#menu li a:hover,
ul#menu li.current a {
	color: #d22300;
}


#footer {
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 740px;
	height: 100px;
	overflow: hidden;
	background: url(../images/bg-footer.png) 0 0 no-repeat;
	background: url(../images/bg-footer.gif) 0 0 no-repeat;
	z-index: 2;
	font-size: 85%;
	line-height: 1.2em;
}
	
	#footer p {
	margin-left: 34px;
}

#footer p#copyright {
	float: left;
	width: 50%;
	text-align: left;
	color: #6d7f93;
	margin-top: 1.3em;
}

#footer p#credits {
	float: right;
	text-align: right;
	color: #6d7f93;
	margin-right: 34px;
	margin-top: 1.3em;
}

#footer p#credits a {
	color: #6d7f93;
}

#footer p#credits a:hover {
	text-decoration: none;
}


dl#locationInfo {
	margin: 0 0 0 2em;
	padding: 0;
}


dl#locationInfo dd {
	margin: 0 0 0 1.5em;
	padding: 0;	
}

dl#locationInfo dd span {
	display: block;
	width: 7em;
	float: left;
}

a.externallink {
	color: red;
	font-style: italic;
}

a.map {
	text-decoration: none;
}




