html, body
{
	margin: 0px;
	width: 100%;
	height: 100%;
}

body
{
	background: #ededed url(../images/imgBackground.jpg) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

img
{
	border: 0px;
}

a
{
	color: #5e265f;
	text-decoration: none;
}

a:hover
{
	color: #5e265f;
	text-decoration: underline;
}

#Wrapper
{
	width: 898px;
	margin-left: auto;
	margin-right: auto;
}

#InnerWrapper
{
	width: 898px;
	background: #ffffff;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}

#Header
{
	position: relative;
	width: 100%;
	height: 154px;
}

#Header .logo
{
	position: relative;
	float: left;
	width: 170px;
	height: 144px;
	margin-left: 29px;
	background: url(../images/imgPlumGroveLogo.jpg) no-repeat;
}

#Header .contact
{
	position: relative;
	float: right;
	width: 242px;
	height: 106px;
	margin-right: 31px;
	background: url(../images/imgHdrContact.jpg) no-repeat;
}

#Header .facebook
{
	position: relative;
	float: right;
	clear: right;
	width: 182px;
	height: 24px;
	margin-top: 8px;
	margin-right: 34px;
	background: url(../images/facebook_logo.png) no-repeat;
}

#Navigation
{
	position: relative;
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	height: 34px;
	z-index: 50;
}

#Navigation .navItem
{
	position: relative;
	float: left;
	height: 34px;
}

#Navigation .navBorder
{
	border-right: 1px solid #dedede;
}

#Navigation .navItem a 
{
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#Navigation .navItem a:hover
{
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
}

#Navigation .navItemHome, #Navigation .navItemHomeOn 
{
	width: 112px;
}

#Navigation .navItemHome a 
{
	background: url(../images/imgNavHome.jpg);
}

#Navigation .navItemHome a:hover, #Navigation .navItemHomeOn a, #Navigation .navItemHomeOn a:hover 
{
	background: url(../images/imgNavHome.jpg);
	background-position: 0px -34px;
}

#Navigation .navItem .navItemAbout
{
	width: 127px;
	background: url(../images/imgNavAbout.jpg);
}

#Navigation .navItem .navItemAbout:hover, #Navigation .navItem .navItemAboutOn, #Navigation .navItem .navItemAboutOn:hover
{
	width: 127px;
	background: url(../images/imgNavAbout.jpg);
	background-position: 0px -34px;
}

#Navigation .navItemAsk, #Navigation .navItemAskOn
{
	width: 177px;
}

#Navigation .navItemAsk a 
{
	background: url(../images/imgNavAskTheDentist.jpg);
}

#Navigation .navItemAsk a:hover, #Navigation .navItemAskOn a, #Navigation .navItemAskOn a:hover
{
	background: url(../images/imgNavAskTheDentist.jpg);
	background-position: 0px -34px;
}

#Navigation .navItem .navItemFirstVisit
{
	width: 199px;
	background: url(../images/imgNavYourFirstVisit.jpg);
}

#Navigation .navItem .navItemFirstVisit:hover, #Navigation .navItem .navItemFirstVisitOn, #Navigation .navItem .navItemFirstVisitOn:hover
{
	width: 199px;
	background: url(../images/imgNavYourFirstVisit.jpg);
	background-position: 0px -34px;
}

#Navigation .navItemEmployment, #Navigation .navItemEmploymentOn
{
	width: 141px;
}

#Navigation .navItemEmployment a 
{
	background: url(../images/imgNavEmployment.jpg);
}

#Navigation .navItemEmployment a:hover, #Navigation .navItemEmploymentOn a, #Navigation .navItemEmploymentOn a:hover
{
	background: url(../images/imgNavEmployment.jpg);
	background-position: 0px -34px;
}

#Navigation .navItem .navItemContact 
{
	width: 137px;
	background: url(../images/imgNavContactUs.jpg);
}

#Navigation .navItem .navItemContact:hover, #Navigation .navItem .navItemContactOn, #Navigation .navItem .navItemContactOn:hover
{
	width: 137px;
	background: url(../images/imgNavContactUs.jpg);
	background-position: 0px -34px;
}

#Navigation .navItem ul
{
	visibility: hidden;
	margin-top: 0px;
	position: absolute;
	background-color: #ffffff;
	background-image: none;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 0px;
	margin-left: 0px;
	list-style-type: none;
	z-index: 502;
	text-align: justify;
	letter-spacing: 0; 
	font-size: 13px;
	line-height: 1.2em;
	width: 100%;
}

#Navigation .navItem ul li
{
	margin-top: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#Navigation .navItem ul li a
{
	font-weight: normal;
	color: #663366;
	text-decoration: none;
}
	
#Navigation .navItem ul li a:hover
{
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

#Announcements
{
	position: relative;
	width: 818px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 26px;
	padding-bottom: 36px;
	z-index: 49;
	color: #cc0000;
	border: 1px solid #cc0000;
	background: #efefef;
	padding: 10px;
}

#Flash
{
	position: relative;
	width: 838px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 26px;
	padding-bottom: 36px;
	z-index: 49;
}

#ContentHome
{
	position: relative;
	width: 810px;
	margin-left: auto;
	margin-right: auto;
}

#ContentHome #LeftCol
{
	position: relative;
	float: left;
	width: 394px;
	margin-right: 35px;
}

#ContentHome #LeftColContent
{
	padding-left: 3px;
	padding-right: 27px;
	font-size: 14px;
	line-height: 20px;
}

#ContentHome #RightCol
{
	position: relative;
	float: left;
	width: 381px;
	margin-top: 31px;
}

#ContentHome .rightColSection
{
	margin-bottom: 29px;
}

#ContentHome .rightColSectionContent
{
	font-size: 13px;
	line-height: 1.2em;
	padding: 18px;
}

#ContentInterior
{
	position: relative;
	width: 846px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 26px;
	padding-bottom: 36px;
}

#ContentInterior #LeftCol
{
	position: relative;
	float: left;
	width: 164px;
	margin-right: 24px;
}

#ContentInterior #RightCol
{
	position: relative;
	float: left;
	width: 658px;
}

#ContentInterior #RightCol #RightColContent
{
	padding-left: 5px;
	padding-right: 5px;
}

#Footer
{
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 30px;
}

#InnerNav
{
	width: 140px;
	background: #f1f2ea;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-left: 11px;
	padding-right: 11px;
}

#InnerNav .header
{
	font-size: 14px;
	color: #476f36;
}

#InnerNav hr
{
	border: 0px;
	border-bottom: 1px solid #cccccc;
}

#InnerNav .menu
{
	font-size: 13px;
}

#InnerNav .menu a
{
	color: #7d7c7c;
	text-decoration: none;
}

#InnerNav .menu a:hover
{
	color: #7d7c7c;
	text-decoration: underline;
}

#InnerNav .menu a.selected
{
	font-weight: bold;
	color: #476f36;
	text-decoration: none;
}

#InnerNav .menu a.selected:hover
{
	font-weight: bold;
	color: #476f36;
	text-decoration: underline;
}

#InnerNav .menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#InnerNav .menu ul li
{
	padding-bottom: 6px;
}

#InnerNav .menu ul.askTheDentist li
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e2e2e2;
}

#InnerNav .subMenu
{
	padding-left: 2px;
	line-height: 18px;
}

#InnerNav .subMenu a
{
	color: #663366;
	text-decoration: none;
}

#InnerNav .subMenu a:hover
{
	color: #663366;
	text-decoration: underline;
}

div.clear
{
	position: relative;
	clear: both;
}

div.floatLeft
{
	position: relative;
	float: left;
}

div.floatRight
{
	position: relative;
	float: right;
}

div.spacer40
{
	display: inline;
	width: 40px;
	background: #ff0000;
}

div.width50per
{
	width: 50%;
}

img.welcome
{
	margin-bottom: 30px; 
}

.green
{
	color: #339900;
}

.darkGray
{
	color: #333333;
}

.text8
{
	font-size: 8px;
}

.text9
{
	font-size: 9px;
}

.text10
{
	font-size: 10px;
}

.text11
{
	font-size: 11px;
}

.text12
{
	font-size: 12px;
}

.text14
{
	font-size: 14px;
}

.darkGray a
{
	text-decoration: none;
	color: #333333;
}

.darkGray a:hover
{
	text-decoration: underline;
	color: #999999;
}

.purple
{
	color: #663366;
}

.interiorHeader
{
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 20px;
}

.bold
{
	font-weight: bold;
}

.infoSource
{
	font-size: 11px;
	font-weight: bold;
	color: #663366;
}

img.alignRight
{
	float: right; 
	margin: 0 0 15px 15px;
}

.rightMargin10
{
	margin-right: 10px;
}

.bottomMargin10
{
	margin-bottom: 10px;
}

.formLabel
{
	font-weight: bold;
}

.formTextarea
{
	width: 500px;
	height: 200px;
	font-family: Arial, sans-serif;
}

.formInput
{
	width: 400px;
	font-family: Arial, sans-serif;
}

.joblisting
{
	margin-bottom: 10px;
}

.jobLine
{
	background: #f7f7f7;
	border: 1px solid #cccccc;
	padding: 5px;
}

.jobTitle
{
	font-size: 14px;
	font-weight: bold;
}

.jobHeader
{
	font-weight: bold;
}

.jobText
{
}

.jobDetails
{
	display: none;
}

.pointer
{
	cursor: pointer;
}

#PalatinePhotos
{
	margin-top: 25px;
}

#PalatinePhotos img
{
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #d7d7d7;
}
