/* Michael Spangler, DDS CSS page */
/* change ../ to / when file transfer is complete */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #322921 url(../images/bkgrnd.png) repeat-x left top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #2b2729;
}
p {
	margin: 15px 15px 0 15px; 
}
h1 {
	margin: 15px 15px -15px 15px;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	margin: -20px 15px 20px 15px;
	font-size: 12px;
	font-weight: normal;
}
img {
	margin-left: 15px;
}
ul {
	margin: 15px 15px 0 30px;
	list-style: none;
}
li {
	list-style-image: url(../images/listBullets.png);
}
a {
	color: #385f6b;
}
strong {
	font-size: inherit;
	font-weight: bold;
}
em {
	font-size: inherit;
	font-style: italic;
}
#content {
	position: relative;
	left: 370px;
	top: 113px;
	width: 500px;
	background-color: #fff;
	margin-bottom: 150px;
	padding-top: 30px;
	padding-bottom: 50px;
	z-index: 100;
}
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 1043px;
	height: 113px;
	background: #ebe9dc url(../images/MSSlogo.png) no-repeat 24px 45px; 
}
#contactInfo {
	font: 11px Arial, Helvetica, sans-serif;
	color: #e6e4d8;
	position: absolute;
	left: 890px;
	top: 380px;
}
#contactInfo h1, #contactInfo h2 {
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 5px;
}
#contactInfo a {
	color: #e6e4d8;
}
#banner {
	background: transparent url(../images/banner.png) no-repeat left top;
	position: absolute;
	height: 250px;
	width: 1043px;
	left: 0;
	top: 113px;
	border-bottom: 1px solid #ebe9dc;
}
#bannerImg {
	background: #9bcad1 url(../images/indexPic.jpg) no-repeat left top;
	position: absolute;
	height: 250px;
	width: 345px;
	left: 25px;
	top: 0;
}
.external {
	background: transparent url(../images/ext.gif) no-repeat right center;
	padding-right: 12px;
}
.popup {
	background: transparent url(../images/pop.gif) no-repeat right center;
	padding-right: 12px;
}
.external#logoLink {
	background: none;
}
* html .external {
	background: none;
	padding-right: 0;
}
* html .popup {
	background: none;
	padding-right: 0;
}
#headerImg {
	margin-bottom: 5px;
}
img.logo {
	border: none;
	margin-top: 15px;
}
/* --------------------- navigation ---------------------------*/
#nav {
	position: absolute;
	left: 370px;
	top: 90px;
	right: 0;
	background: #322921 url(../images/navBrwnCream.png) no-repeat left top;
	height: 23px;
	font-size: 10px;
}
* html #nav {
	width: 99%;
}
#nav ul {
	list-style: none;
	margin: 0;
	height: 23px;
}
#nav li {
	list-style: none;
	height: 23px;
	float: left;
 	text-transform: uppercase;
}
#nav a {
	color: #ebe9dc;
	text-decoration: none;
	height: 17px;
	padding: 6px 12px 0 9px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}
#nav a:link, #nav a:visited {
	background-color: transparent;
	color: #ebe9dc;
}
#nav a:hover, #nav a:active {
/*	background: #ebe9dc url(../images/navCrmBrwn.png) no-repeat left top;
	background-image: url(../images/navBlueCream.png);
	color: #322921; */
}
#nav #navHome a {
	padding-left: 20px;
}
/* #nav #navHome a:hover {
	background-image: url(../images/navCrmCream.png);
} */
body#index #nav #navHome a, body#index #nav #navHome a:hover {
	background-image: url(../images/navBlueCream.png);
	background-color: #9bc5d0;
	color: #ebe9dc;
}
body#meet #nav #navMeet a, body#meet #nav #navMeet a:hover, 
body#services #nav #navServices a, body#services #nav #navServices a:hover, 
body#resources #nav #navResources a, body#resources #nav #navResources a:hover, 
body#forms #nav #navForms a, body#forms #nav #navForms a:hover, 
body#contact #nav #navContact a, body#contact #nav #navContact a:hover { 
	background-image: url(../images/navBlueBrwn.png);
	background-color: #9bc5d0;
	color: #ebe9dc;
}
#nav li#navHome {
	width: 60px;
}
* html #nav li#navHome {
	width: 54px;
}
#nav li#navHome a {
	width: 28px; /* width -32px for padding-left & padding-right */
}
* html #nav li#navHome a { /* * html hack for ie 6; which helps prevent contact bar from going past the white info box */
	padding-left: 15px;
	padding-right: 8px;
	width: 28px;
}
li#navMeet {
	width: 68px;
}
#nav li#navMeet a {
	width: 47px /* adjusted with -21px for padding-left and right */
}
li#navServices {
	width: 70px;
}
* html li#navServices {
	width: 68px;
}
#nav li#navServices a {
	width: 49px;
}
* html #nav li#navServices a {
	width: 47px;
}
li#navResources {
	width: 82px;
}
#nav li#navResources a {
	width: 61px;
}
li#navForms {
	width: 132px;
}
#nav li#navForms a {
	width: 111px;
}
li#navContact {
	width: 88px;
}
#nav li#navContact a {
	width: 67px;
}

/* ------------------------- Meet Us ----------------------------------*/
body#meet #bannerImg {
	background-image: url(../images/meetPic.jpg);
}
#photoCredit {
	position: absolute;
	left: 26px;
	top: 360px;
	width: 334px;
	background-color: transparent;
	color: #fff;
	text-align: right;
	color: #ebe9dc;
}
#photoCredit a {
	color: #ebe9dc;
}
#photoCredit .external {
	background-image: none;
	padding-right: 0;
}
#photoCredit p {
	font-size: 10px;
	margin-right: 0;
	font-style: italic;
}
/*  --------------------- Services --------------------------------*/
body#services #bannerImg {
	background-image: url(../images/servicesPic.jpg);
}
body#services h1 {
	font-weight: normal;
}
body#services #content ul {
	margin-top: 25px;
	margin-left: 45px;
}
/* ----------------------- resources ------------------------------*/
body#resources #bannerImg {
	background-image: url(../images/resourcesPic.jpg);
}

/* ---------------------- Forms ----------------------------------*/
body#forms #bannerImg {
	background-image: url(../images/formsPic.jpg);
}
body#forms #content ul {
	margin-bottom: 30px;
}

/* ---------------------- contact info ----------------------------*/
body#contact #bannerImg {
	background-image: url(../images/contactPic.jpg);
}
body#contact #content h1 {
	margin-bottom: 20px;
}
body#contact #content a {
	color: #322921;
	text-decoration: none;
}
body#contact #content a:hover, body#contact #content a:active {
	text-decoration: underline;
}
body#contact #content em {
	font-size: 10px;
}
img#contactMap {
	border: none;
	margin-top: 15px;
}
#officeHrs {
	float: right;
	margin-right: 65px;
}
h2.contactTimes {
	margin-bottom: 25px;
}
body#popUp {
	margin: 0;
	padding: 0;
	text-align: left;
	background: none;
}
body#popUp img {
	margin: 0;
	padding: 0;
}