@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#outerContainer {
	width: 1024px;
	margin:0 auto;
	background-color: #809677;
}
#container {
	width: 1007px;
	margin:0 auto;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DAD7DF;
}
#innerContainer {
	width:986px;
	background-color:#DAD7DF;
	margin: 0 auto;
	padding-bottom:8px;
}
#header {
	background: #DDDDDD;
	background-image:url(../Images/subpage_header_img.jpg);
	background-repeat:no-repeat;
	height:167px; 
}
#header a img.link {
	float:left;
	margin-top:25px;
	margin-left:33px;
	width:262px;
	height:124px;
	display:inline;
}


/* ----------------------------------- */
/*Navigation Styles 
/* ----------------------------------- */
#nav {
	padding-top:106px;
	padding-left:520px;
}
#nav ul {
	list-style-type:none;
	display:inline;
}
#nav ul li{
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}
#nav ul li img {
	display:inline;
	float:left;	
	padding-right:1px;		
}
a {
	text-decoration:none;
}
a img {
	border:none;
}

#GoldRule {
	/*margin-top: 135px;*/
	width:1024px;
	height:25px;
	background-image:url(../Images/Home/GoldRule_img.jpg);
	background-repeat:repeat-x;
}
#GoldRule p {
	margin:0 auto;
	text-align:left;
	padding-top:3px;
	padding-left:180px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	
}

/* ----------------------------------- */
 /*Home Content Styles
/* ----------------------------------- */
#mainContent {
	background: #ffffff;
	margin-bottom:5px;
	width:987px;
	height:auto;

}
#mainContent p.slope {
	margin:0;
	text-align:center;
	border:none;
	background-image:url(../Images/About/about_subhead_img.jpg);
	background-repeat:no-repeat;
	height:155px;
}
#mainContent div.slopeServices {
	margin:0;
	text-align:center;
	border:none;
	background-image:url(../Images/Services/services_mainbkgd.jpg);
	background-repeat:no-repeat;
	height:617px;
}



/* Dropshadow styles -- leave in until a-okay from lisa to go without --
img.flashLeft {
	margin:0;
	float:left;
	height:210px;
}
img.flashRight {
	margin:0;
	float:right;
	height:210px;
} */

#mainContent p.contact {
	margin:0;
	text-align:center;
	padding:0;
	/*background-image:url(../Images/Home/contact-bg.jpg);
	background-repeat:no-repeat;*/
	width:986px;
}
#mainContent p.contact img {
	padding:0;
	margin:0;
}
#mainContent div.bottom {
	width:986px;
	margin:0 auto;
}
#mainContent div.bottom h3 {
	font-family:"Trebuchet MS";
	color:#666666;
	font-size:26px;
	margin:0 auto;
	text-align:left;
	padding-top:25px;
	padding-left:190px;
	width:290px;
	text-transform:lowercase;
}
#mainContent p.bottom  {
	font-family:"Trebuchet MS";
	color:#666666;
	font-size:15px;
	font-weight:bold;
	float:left;
	line-height:23px;
	margin:0 auto;
	text-align:left;
	padding-top:6px;
	padding-left:15px;
	width:205px;
}
#mainContent div.bottom  p {
	font-family:"Trebuchet MS";
	color:#666666;
	font-size:15px;
	font-weight:bold;
	float:left;
	line-height:23px;
	margin:0 auto;
	text-align:left;
	padding-top:6px;
	padding-left:15px;
	width:205px;
}

div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
div.green {
	background-color: #809677;
	height:10px;
}

/* ----------------------------------- */
/*about.html specific Styles
/* ----------------------------------- */
#about {
	margin-left: 35px;
	margin-top:-45px;
}
#about td {
	padding-left:5px;
}
#about td.red img {
	padding-left:3px;	
}
#about td.text1, #about td.text2, #about td.text3{
	padding-left:20px;
	font-family:"Trebuchet MS";
	color:#666666;
	text-align:left;
	font-size:12px;
	line-height:20px;
	padding-right:15px;
}
#about td.text1 a, #about td.text2 a, #about td.text3 a {
	font-weight:bold;
	color:#660000;
}
#about td.text1 a:hover, #about td.text2 a:hover, #about td.text3 a:hover {
	color:#660000;
}
#about td.text3 {
	padding-right:10px;
}
#about td.img1, #about td.img2, #about td.img3 {
	padding-left:10px;
	padding-bottom:10px;
}
span.charity {
	padding-left:45px;
}
/* ----------------------------------- */
/*  services.html specific Styles
/* ----------------------------------- */
#services {
	float:right;
	margin-top:103px;
	margin-left:10px;
	margin-right:10px;
}
#services td {
	padding:2px;
}
#services td.red img {
	padding-left:3px;	
}
#services td.text1, #services td.text2, #services td.text3{
	padding-left:20px;
	font-family:"Trebuchet MS";
	color:#666666;
	text-align:left;
	font-size:12px;
	line-height:20px;
	padding-right:15px;
}
#services td.img1, #services td.img2, #services td.img3 {
	padding-left:10px;
}
#services td.text1 a, #services td.text2 a, #services td.text3 a {
	font-weight:bold;
	color:#660000;
}
#services td.text1 a:hover, #services td.text2 a:hover, #services td.text3 a:hover {
	color:#660000;
}

/* ----------------------------------- */
/*staff.html specific Styles
/* ----------------------------------- */
#mainContent div.slopeStaff {
	margin:0;
	text-align:center;
	border:none;
	background-image:url(../Images/StaffBios/STAFF_bkgd_img_june16.jpg);
	background-repeat:no-repeat;
	height:577px;
}

#staff {
	float:right;
	margin-top:103px;
	margin-right:15px;
}
#staff td {
	padding-left:5px;
}
#staff td.red img {
	padding-left:3px;	
}
#staff td.text1, #staff td.text2, #staff td.text3{
	padding-left:20px;
	font-family:"Trebuchet MS";
	color:#666666;
	text-align:left;
	font-size:12px;
	line-height:20px;
	padding-right:15px;
}
#staff td.text3 {

}
#staff td.img1  {
	padding-left:10px;
	padding-bottom:10px;
}

/* ----------------------------------- */
/*contact.html specific Styles
/* ----------------------------------- */
#mainContent div.slopeContact {
	margin:0;
	border:none;
	width:987px;
	background-image:url(../Images/Contact/contact_header_987width_img.jpg);
	background-repeat:no-repeat;
	min-height:575px;
}

#contact {
	float:left;
	margin-left: 35px;
	height:260px;
	width:474px;
	background-image: url(../Images/Contact/contactgraybox_img.jpg);
	background-repeat: no-repeat;
	margin-top:200px;
	display:inline;
}
#contact td {
	padding-left:5px;
}
p.office img {
	float:left;
	margin-left:35px;
	display:inline;
	margin-top:200px;
}
td.hoursHead {
	font-family:"Trebuchet MS";
	color:#660000;
	font-size: 25px;
	font-weight:bold;
	padding-bottom:10px;
	text-indent: 10px;
}
td.month {
	font-family:"Trebuchet MS";
	color:#660000;
	font-size: 17px;
}
td.day {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size: 15px;
	text-indent: 10px;
}
td.hours {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size: 15px;
}
img.tel_address {
	margin-left:15px;
}

/* ----------------------------------- */
/*appt.html specific Styles
/* ----------------------------------- */
#columnLeft {
float: left;
width: 235px;
margin-top:9px;
padding-left:10px;
display:inline;
}
div.intro-text {
	margin-top: -65px;
	margin-left:285px;
	width: 300px;
	font-family:"Trebuchet MS";
	font-size:13px;
	position:relative;
	border-right:2px solid #660000;
	padding-right:10px;
}
div.appt-hours {
	margin-top: -145px;
	margin-left:610px;
	width: 350px;
	font-family:"Trebuchet MS";
	font-size:13px;
	position:relative;
}
.appt-hours-odd {
	padding-left:5px;
	position:relative;
}
.appt-hours-even {
	padding-left:5px;
	background-color:#dad7e0;
	position:relative;
}
.tab-hours {
	padding-left:5px;
}
#columnRight {
	width: 666px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding-bottom:10px;
	margin-left: 295px;
	padding-right:15px;
}
#form {
	background-image:url(../Images/Appointment/grayformbox_img.jpg);
	background-repeat:no-repeat;
	width:666px;
	height:325px;
	margin-top:0;
	padding-top:0;
}
#form form {
	margin-left:10px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;	
}

.apptText {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#660000;
	font-weight:bold;
	text-align:left;
	padding-bottom:0;
}
p.apptText span {
	font-family:"Trebuchet MS";
	font-size:17px;
	color:#660000;
	font-weight:bold;
	text-align:left;
	padding-left:15px;
	padding-bottom:0;
}


/* ----------------------------------- */
/*sitemap.html page Styles
/* ----------------------------------- */
#mainContent div.slopeSitemap {
	margin:0;
	border:none;
	width:987px;
	background-image:url(../Images/sitemap_subhead_img.gif);
	background-repeat:no-repeat;
	height:335px;
}

ul.sitemap {
	margin-top:0;
	padding-top:0;
	float:right;
	display:inline;
	margin-right: 560px;
}
ul.sitemap_sub {
	margin-top:0;
	padding-top:0;
	float:right;
	display:inline;
	margin-right: 560px;
}
ul.sitemap li.home {
	padding-top: 135px;
	list-style-type:none;
}
ul.sitemap_sub li {
	list-style-type:none;
	margin-top:5px;
	margin-left:5px;
	list-style-position: outside;
	list-style-image: url(../Images/list_bullet_sitemap.gif);
}
ul.sitemap li a, ul.sitemap_sub li a {
	text-decoration: none;
	color:#666666;
}

ul.sitemap li a:hover, ul.sitemap_sub li a:hover {
	text-decoration: none;
	color:#660000;
}
/* ----------------------------------- */
/*Footer Styles
/* ----------------------------------- */
ul.footer {
	font-family:"Trebuchet MS";
	color:#6D6868;
	font-size:12px;
	display:inline;
	text-align:left;
	margin:0;
	padding-left:20px;
}
ul.footer li {
	display:inline;
	list-style-type:none;
	padding-right:4px;
}
ul.footer li a {
	text-decoration:none;
	color:#666666;
}
ul.footer li a:hover {
	color:#660000;
}
