/**************************************************************************
------------------------------ GENERAL ------------------------------------
**************************************************************************/
* {
	margin:0;
	padding:0;
	}
html {
	min-height:100%;
	margin-bottom:1px;
	}
body {
	position:relative;
	background:#e1f3b5 url(../_images/bg.gif) repeat-x top;
	font:normal 0.7em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	}
a img {
	border:none;
	}
a {
	text-decoration:none;
	color:#74ba29;
	border-bottom:1px dotted #74ba29;
	}
a:hover {
	color:#73a7b8;
	border-bottom:1px solid #73a7b8;
	}
a.help {
	cursor:help;
	color:#333;
	border-bottom:1px dotted #666;
	}
a.help:hover {
	color:#333;
	border-bottom:1px solid #666;
	}
span.clear {
	display:block;
	height:1px;
	line-height:1px;
	font-size:1px;
	margin-top:-1px;
	clear:both;
	}
address {font-style: normal;}
hr {
	display:none;
	}
p.large {
	font-size:120%;
	}
p.right {
	text-align:right;
	}
img.floatLeft {
	padding:5px;
	background:#fff;
	border:1px solid #999;
	float:left;
	margin:0 12px 12px 0;
	}
img.floatRight {
	padding:5px;
	background:#fff;
	border:1px solid #999;
	float:right;
	margin:0 0 12px 12px;
	}
img.floatCenter {
	padding:5px;
	background:#fff;
	border:1px solid #999;
	float:none;
	margin:0;
	}
a, a:hover, a:active {
	outline:none;
	}
.clear {
	clear:both;
}

/* --
***** Container
-------------------------------------------------------------------------*/
#container {
	position:relative;
	width:804px;
	margin:0 auto;
	background:url(../_images/corner_leaf.gif) no-repeat 455px 0;
	}

/* --
***** Logo
-------------------------------------------------------------------------*/
h1#logo {
	position:absolute;
	width:631px;
	height:62px;
	top:18px;
	left:9px;
	background:url(../_images/logo.gif) no-repeat top left;
	}
h1#logo span {
	position:absolute;
	margin-left:-5000px;
	}
h2#tagline {
	display:none;
	}

/* --
***** Topnav
-------------------------------------------------------------------------*/
ul#topnav {
	position:absolute;
	top:111px;
	left:20px;
	z-index:1;
	}
ul#topnav li {
	display:inline;
	}
ul#topnav a {
	display:block;
	float:left;
	width:95px;
	height:36px;
	background:url(../_images/tab.gif) no-repeat -95px 0;
	border:none;
	}
ul#topnav a span {
	position:absolute;
	margin-left:-5000px;
	}
ul#topnav a#tab_home {
	background:url(../_images/tab_home.gif) no-repeat -190px 0;
	}
ul#topnav a#tab_home.on,
ul#topnav a#tab_home.on:hover {
	background:url(../_images/tab_home.gif) no-repeat 0 0;
	}
ul#topnav a#tab_home:hover {
	background:url(../_images/tab_home.gif) no-repeat -95px 0;
	}
ul#topnav a#tab_about {
	background:url(../_images/tab_about.gif) no-repeat -190px 0;
	}
ul#topnav a#tab_about.on,
ul#topnav a#tab_about.on:hover {
	background:url(../_images/tab_about.gif) no-repeat 0 0;
	}
ul#topnav a#tab_about:hover {
	background:url(../_images/tab_about.gif) no-repeat -95px 0;
	}
ul#topnav a#tab_services {
	background:url(../_images/tab_services.gif) no-repeat -190px 0;
	}
ul#topnav a#tab_services.on,
ul#topnav a#tab_services.on:hover {
	background:url(../_images/tab_services.gif) no-repeat 0 0;
	}
ul#topnav a#tab_services:hover {
	background:url(../_images/tab_services.gif) no-repeat -95px 0;
	}
ul#topnav a#tab_faq {
	background:url(../_images/tab_faq.gif) no-repeat -190px 0;
	}
ul#topnav a#tab_faq.on,
ul#topnav a#tab_faq.on:hover {
	background:url(../_images/tab_faq.gif) no-repeat 0 0;
	}
ul#topnav a#tab_faq:hover {
	background:url(../_images/tab_faq.gif) no-repeat -95px 0;
	}
ul#topnav a#tab_contact {
	background:url(../_images/tab_contact.gif) no-repeat -190px 0;
	}
ul#topnav a#tab_contact.on,
ul#topnav a#tab_contact.on:hover {
	background:url(../_images/tab_contact.gif) no-repeat 0 0;
	}
ul#topnav a#tab_contact:hover {
	background:url(../_images/tab_contact.gif) no-repeat -95px 0;
	}
	
/* --
***** Content Container
-------------------------------------------------------------------------*/
#content {
	position:relative;
	width:706px;
	margin:0 94px 0 0;
	padding-top:137px;
	}
#inner_content {
	width:666px;
	padding:20px 0 0 40px;
	background:url(../_images/content_center.gif) repeat-y left;
	overflow:auto !important;
	overflow:inherit;
	padding-bottom:12px;
	}
body#bd_faq #inner_content {
	min-height:52em;
	overflow:visible;
	height:auto !important;
	height:36em;
	}
body#bd_services #inner_content {
	min-height:52em;
	overflow:visible;
	height:auto !important;
	height:10em;
	}

/* --
***** Main Column
-------------------------------------------------------------------------*/
#maincol {
	width:397px;
	float:left;
	padding-left:33px;
	z-index:2;
	}
#maincol p {
	margin:1em 0;
	}
#maincol p.first {
	margin-top:-4px;
	}
#maincol ul {
	margin-left:20px;
	}
#maincol ul.split {
	margin-left:0;
}
#maincol ul.col {
	width:44%;
	float:left;
	padding-bottom:12px;
}
#maincol ul.col li {
	list-style-type:disc;
}
#maincol li {
	margin:0.2em 0;
	list-style-type:none;
	}
body#bd_faq #maincol ul.split,
body#bd_services #maincol ul.split{
	list-style-image:none;
	margin-top:-12px;
	margin-left:0;
	overflow:auto !important;
	overflow:hidden;
	height:auto !important;
	height:1%;
	padding-bottom:1em;
	}
body#bd_faq #maincol ul.split li a,
body#bd_faq #maincol ul.split li a.on,
body#bd_services #maincol ul.split li a,
body#bd_services #maincol ul.split li a.on{
	display:inline;
	}
body#bd_faq #maincol ul.split li,
body#bd_services #maincol ul.split li {
	margin:0;
}
#maincol ul.split li {
	width:44%;
	float:left;
	height:1%;
	padding-left:18px;
	background:url(../_images/arrow_right.gif) no-repeat top left;
	line-height:18px;
	}
#maincol ul.split li a {
	margin-right:12px;
	}
#maincol ul.split li a:hover {
	background:#fff;
	}
#maincol ul.split li.on a {
	display:block;
	background:#fff;
	}
#maincol h2 {
	font-size:100%;
	font-weight:bold;
	margin-bottom:12px;
	color:#73a7b8;
	}
#maincol h2.divide {
	font-size:110%;
	font-weight:bold;
	margin-bottom:18px;
	color:#73a7b8;
	border-bottom:1px solid #73a7b8;
	}
#maincol h2.clear {
	clear:both;
	padding-top:12px;
}
#maincol h2.category {
	font-size:130%;
	font-weight:normal;
	color:#777;
	}
#maincol .left {
	width:49%;
	float:left;
	}
#maincol .right {
	width:49%;
	float:right;
	}
#maincol .left ul,
#maincol .right ul {
	color:#666;
	margin-left:20px;
	font-weight:bold;
	list-style-image:url(../_images/bullet.gif);
	}
#maincol .left ul ul,
#maincol .right ul ul {
	margin-left:20px;
	color:#666;
	font-weight:normal;
	list-style-image:url(../_images/bullet2.gif) !important;
	margin:-4px 0 12px 12px;
	}
#maincol .left ul ul li,
#maincol .right ul ul li  {
	line-height:0.8em;
	margin-top:-6px;
	}
#maincol blockquote {
	border-top:1px solid #c8e4a9;
	}
#maincol blockquote.first {
	border:none;
	}
#maincol blockquote cite {
	display:block;
	text-align:right;
	margin:12px 0;
	}

/* --
***** Header
-------------------------------------------------------------------------*/
#header {
	width:666px;
	height:37px;
	background:url(../_images/content_top.gif) no-repeat top left;
	padding:40px 0 0 40px;
	}
#header h1 {
	height:35px;
	margin:0;
	}
#header h1 span {
	position:absolute;
	margin-left:-5000px;
	}
#header h1#h1_welcome {
	width:123px;
	background:url(../_images/h1_welcome.gif) no-repeat top left;
	}
#header h1#h1_about {
	width:93px;
	background:url(../_images/h1_about.gif) no-repeat top left;
	}
#header h1#h1_services {
	width:108px;
	background:url(../_images/h1_services.gif) no-repeat top left;
	}
#header h1#h1_faq {
	width:307px;
	height:39px;
	background:url(../_images/h1_faq.gif) no-repeat top left;
	margin-bottom:-2px;
	}
#header h1#h1_contact {
	width:109px;
	background:url(../_images/h1_contact.gif) no-repeat top left;
	}
#header h1#h1_testimonials {
	width:150px;
	background:url(../_images/h1_testimonials.gif) no-repeat top left;
	}
#header h1#h1_conditions {
	width:226px;
	background:url(../_images/h1_conditions.gif) no-repeat top left;
	}

/* --
***** Side Columns
-------------------------------------------------------------------------*/
#sidecol {
	position:absolute;
	top:170px;
	right:32px;
	width:159px !important;
	overflow:hidden;
	z-index:1;
	}
#sidecol h2 {
	font-size:100%;
	font-weight:bold;
	margin-bottom:-6px;
	color:#73a7b8;
	}
#sidecol h2.testimonial {
	color:#555;
	font-weight:normal;
	font-size:12px;
	line-height:1;
	background:url(../_images/quote.gif) no-repeat top left;
	padding-top:20px;
	margin-bottom:12px;
}
#sidecol h2.questions {
	color:#555;
	font-weight:normal;
	font-size:12px;
	line-height:1;
	background:url(../_images/qmark.gif) no-repeat center left;
	padding:4px 0 4px 20px;
	margin-bottom:12px;
}
#sidecol p {
	margin:8px 0;
	color:#555;
	font-size:90%;
	}
#sidecol blockquote cite {
	margin:8px 0;
	color:#888;
	font-size:90%;
	text-align:right;
	display:block;
	}
#sidecol .headshot {
	margin:0 0 1em 0;
	}
#sidecol blockquote.first {
	background:url(../_images/quote.gif) no-repeat top left;
	padding-top:12px;
	border:none;
	}
#sidecol blockquote {
	border-top:1px solid #e4e8d8;
	background:#e9f5cc;
	padding:0 8px 1px 8px;
	border-bottom:1px solid #e4e8d8;
	margin:12px 0;
	}
#sidecol img {	
	padding:5px;
	background:#fff;
	border:1px solid #d6dfc1;
	}
#sidecol img {	
	padding:5px;
	background:#fff;
	border:1px solid #d6dfc1;
	}
#sidecol img#scheduler_tile_s {
	padding:0;
	background:none;
	border:none;
	margin-top:30px;
}
#sidecol ul {
	list-style-type:none;
	font-size:90%;
	margin:0 -4px;
	}
#sidecol li {
	margin:0;
	color:#bbb;
	border-bottom:1px solid #e4e8d8;
	}
#sidecol li.last {
	border-bottom:none;
	}
#sidecol li a:hover ,
#sidecol li.on a {
	background:#fff;
	}
#sidecol li a {
	display:block;
	border:none;
	padding:0.5em 4px;
	line-height:1.2em;
	}

/* -- Testimonial button -- */
#sidecol .testimonial {
	margin-top:20px;
	margin-bottom:-10px;
	}
#sidecol .testimonial a {
	display:block;
	width:159px;
	height:33px;
	text-indent:-9999em;
	background:url(../_images/btn-testimonial.jpg) no-repeat 0 0;
	border:none;
	text-decoration:none;
	}
#sidecol .testimonial a:hover {
	background:url(../_images/btn-testimonial.jpg) no-repeat -159px 0;
	}

/* -- Newsletter Signup -- */
#sidecol .newsletter {
	margin-top:20px;
	}
#sidecol .newsletter a {
	display:block;
	width:159px;
	height:33px;
	text-indent:-9999em;
	background:url(../_images/btn-nwsltr2.jpg) no-repeat 0 0;
	border:none;
	text-decoration:none;
	}
#sidecol .newsletter a:hover {
	background:url(../_images/btn-nwsltr2.jpg) no-repeat -159px 0;
	}
	
/* -- Facebook -- */	
#sidecol .fb {
	line-height:30px;
	padding:10px 0 0 0;
	border-top:1px solid #BBDA90;
	margin:20px 0 0 0;"
}
#sidecol .fb a {
	background:transparent url(http://www.davidandmani.com/_images/facebook_button.png) no-repeat 2px 2px;
}
#sidecol .fb a:hover {
	background:#fff url(http://www.davidandmani.com/_images/facebook_button.png) no-repeat 2px 2px;
}

/* -- Yelp -- */	
#sidecol .yelp {
	width:auto;
	margin:12px auto 0 auto;
}
#sidecol .yelp a {
	text-decoration:none;
	border:none;
}


/* --
***** Footer
-------------------------------------------------------------------------*/
#footer {
	width:706px;
	height:65px;
	background:url(../_images/footer_bg.gif) no-repeat top left;
	padding-top:36px;
	font-size:110%;
	letter-spacing:0.1em;
	}
#footer .details {text-align: center;}
#footer address {display: inline !important; color:#f2f8e3; text-align:center; font-style: normal;}
#footer p.post-address{display: inline;}
#footer p {
	text-align:center;
	color:#f2f8e3;
	}
#footer span {
	margin:0 4px;
	}
#footer a {
	color:#f2f8e3;
	border-bottom:1px dotted #f2f8e3;
	}
#footer a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
	}

/* --
***** copyright
-------------------------------------------------------------------------*/
#copyright {
	width:706px;
	}
#copyright p {
	text-align:center;
	font-size:90%;
	color:#9BBF6B;
	margin:-12px 0 18px 0;
	}
#copyright a {
	color:#9BBF6B;
	border-bottom:1px dotted #9BBF6B;
	}
#copyright a:hover {
	color:#708F47;
	border-bottom:1px solid #708F47;
	}


/**************************************************************************
---------------------- FAQ AND SERVICES PAGES -----------------------------
**************************************************************************/
#maincol h2#intro {
	padding-left:12px;
	background:url(../_images/arrow_right.gif) no-repeat 0 -3px;
	}
#q1.on,
#q2.on,
#q3.on,
#q4.on,
#q5.on,
#q6.on,
#q7.on,
#q8.on,
#q9.on,
#q10.on {
	background:#fff;
	}
body#bd_faq #maincol h3,
body#bd_services #maincol h3{
	font-size:100%;
	font-weight:bold;
	margin-bottom:12px;
	color:#73a7b8;
	}
#maincol p.close {
	text-align:right;
	margin-bottom:-6px !important;
	margin-bottom:0;
	}
#maincol p.top {
	text-align:right;
	margin:-6px 0 18px 0;
	}
body#bd_faq #maincol ul,
body#bd_services #maincol ul {
	list-style-image:url(../_images/bullet.gif);
	}
body#bd_faq #maincol li,
body#bd_services #maincol li {
	margin:0.5em 0;
	}
body#bd_faq #maincol li.on a,
body#bd_services #maincol li.on a{
	border:none;
	}




/* --
***** Level Two
-------------------------------------------------------------------------*/

/** -- Third Level  -- **/

/* fourth level */


