/* 
TABLE OF CONTENTS

HTML Elements
Page Structure
Navigation
Headings
Content Area
Forms
Clear
Footer



/* ---------- @ HTML Elements -----------*/


body, html {
	color:#000;
	min-height:101%;
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #555571 url(/images/bg.jpg) center top repeat-x;
}

#home {
	background: #555571 url(/images/bg_home.jpg) repeat-x;
}

* { 
	margin: 0;
	padding: 0;
	border: none
} 

p {
	line-height: 18px;
	letter-spacing: 0.10ex;
	margin: 15px 0;
}

li {
	line-height: 18px;
	letter-spacing: 0.10ex;
	margin: 0 0 5px 35px;
}

a:link, a:visited {	
	text-decoration: none;
	color: #E89B4F; 
}

a:hover, a:active {
	color:#FFFFFF;
	text-decoration: underline;
}

input, textarea, select {	
	border: 1px solid #333;
	padding: 3px;
}

a.nohover:hover {	
	border:none;
	text-decoration: none;
}

*:focus { 
	outline: none; 
}

blockquote {
padding: 0px;
margin: 0px 40px 0px 0px;

}

#red {
background-color: red;
}




/* ---------- @ Page Structure -----------*/


#wrapper {
	width: 761px;
	margin: 0 auto;
	font-size: 0.8em;
	text-align: left;
background-color: #8B8B8B;
	border: 1px solid #000;
	border-top: none;
}

#masthead {
	height: 217px;
	background: url(/images/masthead_home.jpg) no-repeat;
	text-align: center;
}

#mastheadabout, #mastheadwhy, #mastheadoptions, #mastheadtestimonials, #mastheadexpect, #mastheadcontact {
	height: 161px;
	background-repeat: no-repeat;
	text-align: center;
}

#mastheadabout {
	background-image: url(/images/masthead_about.jpg);
}

#mastheadwhy {
	background-image: url(/images/masthead_why.jpg);
}

#mastheadoptions {
	background-image: url(/images/masthead_options.jpg);
}


#mastheadtestimonials {
	background-image: url(/images/masthead_testimonials.jpg);
}

#mastheadexpect{
	background-image: url(/images/masthead_expect.jpg);
}

#mastheadcontact{
	background-image: url(/images/masthead_contact.jpg);
}

   
h1#logo {
	text-indent:-9000px;
}

a#logo {
	display: block;
	width: 100%;
	height: 161px;
	text-indent:-9000px;
}

.left {
	float: left;
	background-color: #8B8B8B;
}

.right {
	float: right;
	background-color: #8B8B8B;
}


/* ---------- @ Navigation -----------*/

#nav {
	background-color: #333333;
	height: 40px;
	text-indent: -9000px;
}

#nav li {
	display: inline;
	list-style-type: none;
}

#nav a {
	height: 40px;
	float: left;
	border: none;
	margin: 0px 20px 0px 14px;
}

a.about {
	background: url(/images/nav_about.gif) no-repeat;
	width: 76px;
}
a.about:hover {
	background: url(/images/nav_about_on.gif)
}

a.why {
	background: url(/images/nav_why.gif) no-repeat;
	width: 127px;
}
a.why:hover {
	background: url(/images/nav_why_on.gif)
}


a.options {
	background: url(/images/nav_options.gif) no-repeat;
	width: 61px;
}	
a.options:hover {
	background: url(/images/nav_options_on.gif)
}	

a.testimonials {
	background: url(/images/nav_testimonials.gif) no-repeat;
	width: 93px;
}
a.testimonials:hover {
	background: url(/images/nav_testimonials_on.gif)
}

a.expect {
	background: url(/images/nav_expect.gif) no-repeat;
	width: 111px;
}
a.expect:hover {
	background: url(/images/nav_expect_on.gif)
}

a.contact {
	background: url(/images/nav_contact.gif) no-repeat;
	width: 82px;
}
a.contact:hover {
	background: url(/images/nav_contact_on.gif)
}


	
/* ---------- @ Headings -----------*/

h2 {
	font: normal 1.8em Arial, Helvetica, sans-serif;
	margin-top: 4px;
	color: #fff;
}

#home h2 {
	font: normal 1.8em Arial, Helvetica, sans-serif;
	margin-top: 6px;
	color: #fff;
	display: inline;
}

h3 {
	margin: 15px 0 -8px 0;
	color: #50507C;
	letter-spacing: 0.4ex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

#home h3 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	display: inline;
	margin-left: 15px;
	letter-spacing: normal;
}

h4 {
	color: #50507A;
	margin: 20px 0 -8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
}

h4.phone {
	font-size: 1.1em;
	color: #fff;
	background: url(/images/icon_phone.gif) left 2px no-repeat;
	padding-left: 18px;
	margin: 0 0 5px 0;
}

#home h4 {	
	font-size: 1.25em;
	margin: 15px 0 -8px 0;
}

.aboutcontent h4, .optionitem h4, h3.testimonial {
	color: #000;
	border-bottom: 1px solid #000;
}



/* ---------- @ Content Area -----------*/

#content {
	background-color: #8B8B8B;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 36px;
}

.aboutcontent {
	width: 450px;
	padding-right: 20px;
	background-color: #8B8B8B;
}

.staffbios p{
line-height: 16px;

}

.sidebar {
	background: #77779f url(/images/sidebar_bg.gif) no-repeat;
	color: #fff;
	font-size: 1.1em;
	padding: 0 10px 10px 0;
	margin-left: 15px;
}

.sidebaritem {
	padding: 10px 0 0 10px;
	width: 247px;
}

#home .sidebaritem h4 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(/images/sidebaritem_header.gif) no-repeat;
	padding: 8px 0 0 10px;
	margin: 0;
}

.sidebarcontent {
	margin: 0;
	padding: 10px 5px 5px 10px;
	background: ##8B8B8B url(/images/sidebaritem_footer.gif) bottom no-repeat;
}

.sidebaritem p {
	margin: 0 0 10px 0;
	padding-left: 24px;
}

.sidebaritem p.phone {background: url(/images/icon_phone.gif) left 4px no-repeat;}
.sidebaritem p.info {background: url(/images/icon_info.gif) left 3px no-repeat;}
.sidebaritem p.ribbon {background: url(/images/icon_ribbon.gif) left 3px no-repeat;}

.sidebar#about {
	width: 190px;
	padding: 329px 0 25px 25px;
	font-size: .9em;
	background-color: #8B8B8B;
	background-image: url(/images/SuzanneDennisRt.jpg);
	background-repeat: no-repeat;
}

.sidebar#about a:link {
color: #FFFFFF;
}

.sidebar#about .sidebarcontent {
	margin: 0;
	padding: 0;
	background: none;
	width: 170px;
	line-height: 16px;
}

.photoleft {
	float: left;
	margin-right: 15px;
	border: 3px solid #77779f;
}

.photoleftbios {
	float: left;
	margin: 0px 15px 0px 0px;

	border: 3px solid #77779f;
}

.photoright{
	float: right;
	margin-left: 15px;
	border: 3px solid #77779f;
}

img.dennis {
	border: none;
}

.picbar {
	margin-top: 35px;
}

.picbar img {
	display: block;
	border: 3px solid #77779f;
	margin: 0 0 27px 15px;
}

.picbar-long img {
	display: block;
	float: left;
	border: 3px solid #77779f;
	margin: 15px 28px 15px 0;
}

.note-closing {
	font: bold 1.15em Arial, Helvetica, sans-serif;
		color: #50507C;
	letter-spacing: normal;
	margin-top: 35px;
}

.optionitem {
	width: 302px;
	margin-right: 35px;
}


.optionitem h4 {
width: 295px;
}

#map {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px solid #333;
}


#testimonials p {
padding: 2px 0px 15px 0px;
}

#testimonials h3 {
	font-size: 16px;
		color: #50507C;
	font-weight: bold;
		letter-spacing: 0.4ex;
}

/* ---------- @ Forms -----------*/

.button {	
	background: #D25710 ! important;
	border:#F7ECD4 1px solid;
	padding: 2px;
	margin: 0px 2px 0px 0px;
	color:#FFF;
}

.button:focus {	
	padding:2px;
	background: #BA4519 ! important;
}
	
.button:hover {	
	background: #BA4519 ! important;
}


/*Clear*/

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */




/* ---------- @ Footer -----------*/

#footer {
	clear:both;
	text-align: center;
	background-color: #4A4A64;
	padding: 10px 15px 25px 15px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;

}

#footer p {
	text-align: left;
	margin: 0;
	line-height: 16px;
	color: #F0F0F0;
}


a#cat4 {
	display:block;
	width:36px;
	height:38px;
	float:right;
	background: url(/images/c4_footer.gif) no-repeat;
	text-indent:-9000px;
	margin-top: 8px;
}
