html, html body
{
	font-size: 100%;     /* IE hack */
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	background: #454C4F;
	font-size: 73.0% !important; 	/* establish basefont at ~10px */
}

/* h defaults for moz */
h1 { font-size: 2.4em }  	
h2 { font-size: 1.8em }  	
h3 { font-size: 1.1em }  	
h4 { font-size: 1.0em }  	

/* force inherit, ie win */
input, select, th, td { font-size: 1em }

/* child list same as parent */
li li { font-size: 1em }

div
{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

div#container
{
	background: #ffffff url(images/background.jpg) top left no-repeat;
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	display: block;
	height: 100%;
	border-left: 4px solid #333536;
	border-right: 4px solid #333536;
}

html>body  #container 
{
	height:  auto;
	min-height:100%;
}

/* we need this for IE 5.01 */
#wrapper
{
	float: left;
	float/**/: none;
}

/* easy clearing */
#wrapper:after
	{ 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */

/* footer */

#footer {
	margin: 0;
	padding: 0;
	margin: 20px 250px 20px 250px;
	font-family: Georgia, serif;
	text-transform: uppercase;
	color: #90A073;
	font-size: 1.1em;
	border-top: 1px solid #90A073;
	padding-top: 5px;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	margin-right: 40px;
}
body.home #footer {
	margin: 20px 200px 20px 260px;
}

/* --- 3-column layout --------------------------------------- */

#block_1						/*  content  */
{
	float: left;
	width: 530px;
	margin-left: 260px;
	margin-right: 30px;
}

#block_1_sidebar				/*  content with wide sidebar  */
{
	float: left;
	width: 460px;
	margin-left: 260px;
	margin-right: 30px;
}

#block_1_nosidebar				/*  content with NO sidebar  */
{
	float: left;
	width: 680px;
	margin-left: 260px;
	margin-right: 30px;
}

* html #block_1, #block_1_sidebar, #block_1_nosidebar
{
	display: inline;
}

* html #block_1_sidebar
{
	display: inline;
}

* html #block_1_nosidebar
{
	display: inline;
}


#block_2       					/* left-side navigation */
{
	float: left;
	width: 190px;
	margin-left: -790px;
}

#block_2_sidebar       			/* left-side navigation with wide sidebar */
{
	float: left;
	width: 190px;
	margin-left: -720px;
}

#block_2_nosidebar       			/* left-side navigation, NO sidebar */
{
	float: left;
	width: 190px;
	margin-left: -940px;
}
	
#block_3						/*  right sidebar  */
{
	float: left;
	width: 123px;
	margin-top: 3.5em;
}

#block_3_sidebar				/*  right sidebar - wide  */
{
	float: left;
	width: 193px;
	margin-top: 3.5em;
}

/* */

div#header
{
	width: 960px;
	height: 170px;
	margin: 0;
	padding: 0;
	position: relative;
}

div#logo
{
	position: absolute;
	top: 13px;
	left: 20px;
	width: 142px;
	height: 87px;
	background: transparent url(images/dogood_logo.gif) no-repeat;
}

div#logo a
{
	text-indent: -5000px;
	display: block;
	width: 142px;
	height: 87px;
	border-bottom: none;
}

div#logo img { display: none; }

div#tagline
{
	padding: 40px 0 0 200px;
}


/* --- navigation ------------------------------- */

#nav
{
	font-family: 'Georgia', 'Palatino', 'Times New Roman', serif;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: small-caps;
	color: #464646;
	width: 185px;
	padding: 0px;
	margin-bottom: 30px;
	background: url('images/doing-good-button_tilted.gif') bottom left no-repeat;
	padding-bottom: 75px;
}
	
#nav ul 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#nav ul li 
{
	margin: 0px;
	padding: 0px;
}

#nav ul li a 
{
	display: block;
	border-top: 1px solid #D6E4C6;
	border-bottom: none;
	padding: 4px 0px 4px 7px;
	text-decoration: none;
	color: #464646;
	width: 185px;
}

#nav ul li.subnav a
{
	font-family: 'Georgia', 'Palatino', 'Times New Roman', serif;
	font-size: 80%;
	line-height: 1.0em;
	font-variant: normal;
	background-color: #F6FAEF;
	padding: 6px 0px 5px 12px;
	width: 180px;
}
	
#nav ul li.last a 
{
	border-bottom: 1px solid #D6E4C6;
}

#nav ul li.active a
{
	background-color: #E7F1D6;
}
	
#nav ul li a:hover, #nav ul li a:focus 
{
	background-color: #E7F1D6;
}

#nav ul li.subnav a:hover, #nav ul li.subnav a:focus 
{
	background-color: #E7F1D6;
}

/* solution spotlight components */

div#solution
{
	width: 530px;
	margin-top: 30px;
	background: #F4F1E7 url(images/solution_spotlight_bg.gif) repeat-y;
}

div#solution .top
{
	background: #fff url(images/solution_spotlight_top.gif) no-repeat;
	width: 530px;
	height: 33px;
	text-indent: -5000px;
	margin-bottom: 10px;
}

div#solution .bottom
{
	background: #fff url(images/solution_spotlight_bottom.gif) no-repeat;
	width: 530px;
	height: 8px;
}

div#solution p
{
	font-size: 0.9em;
	line-height: 1.4em;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0.8em;
}

div#solution p.title { font-weight: bold; }


/* sidebar components */

div#sidebar
{
	width: 193px;
	background: #F4F1E7 url(images/sidebar_bg.gif) repeat-y;
}

div#sidebar .top
{
	background: #fff url(images/sidebar_top.gif) bottom left no-repeat;
	width: 193px;
	height: 3px;
}

div#sidebar .top_clientlist
{
	background: #fff url(images/clientlist_top.gif) no-repeat;
	width: 193px;
	height: 33px;
	text-indent: -5000px;
	margin-bottom: 10px;
}

div#sidebar .bottom
{
	background: #fff url(images/sidebar_bottom.gif) top left no-repeat;
	width: 193px;
	height: 3px;
}

div#sidebar p
{
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0.8em;
}

div#sidebar p.title
{
	font: small-caps bold 1.3em/1.3em 'Georgia', 'Palatino', 'Times New Roman', serif;
	color: #9D2F08;
	margin-top: 8px;
}
 
div#sidebar ul
{
	list-style: none;
	font: 0.9em/1.4em 'Lucida Grande', Verdana, 'Trebuchet MS', sans-serif;
	color: #464646;
	margin-left: -25px;
	margin-right: 10px;
}

div#block_1_sidebar ul
{
	font: 0.9em/1.4em 'Lucida Grande', Verdana, 'Trebuchet MS', sans-serif;
	color: #464646;
	margin-right: 10px;
}

div#sidebar li { padding: 0.3em 0; }

/* laura's photo on home page */

div#photo
{
	width: 123px;
}

div#photo p.caption
{
	font-size: 0.9em;
	line-height: 1.2em;
	color: #464646;
	border-bottom: solid 1px #D6E4C6;
	margin: 3px 0;
	padding-bottom: 3px;
}

/* service illustrations */

#block_3_sidebar img { margin-bottom: 30px; }

#block_3_sidebar p
{
	font-size: 1.4em;
	line-height: 1.1em;
	font-family: 'Georgia','Palatino','Times New Roman',serif;
	font-style: italic;
	color: #636e4f;
}


div#tagline
{
	font: small-caps normal 1.4em/1.8em 'Georgia', 'Palatino', 'Times New Roman', serif;
	color: #000000;
}

p, form
{
	font-family: 'Lucida Grande', Verdana, 'Trebuchet MS', sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: normal;
	color: #464646;
	margin-top: 0;
	margin-bottom: 1.5em;
}

p.breadcrumb
{
	font-size: 0.9em;
	line-height: 0.9em;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 5px !important;
	border-top: solid 1px #D6E4C6;
}

p.lead				/* larger spaced lead-in text */
{
	font-size: 1.1em;
	line-height: 1.7em;
	margin-bottom: 20px;
	
}

p.leftborder 
{
	border-left: 1px solid #D6E4C6;
	padding-left: 5px;
}

p.question
{
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.3em;
	text-indent: 20px;
}

div.faq
{
	background: transparent url(images/faq_bg.gif) no-repeat;
}

/* services */

div.service_cat
{
	font-family: 'Lucida Grande', Verdana, 'Trebuchet MS', sans-serif;
	font-size: 100%;
	line-height: 1.8em;
	font-weight: normal;
	color: #464646;
	margin-top: 0;
	margin-bottom: 1.5em;
	border-top: 1px solid #D6E4C6;
	padding-top: 5px;
}

div.service_head
{
	width: 350px;
	margin-top: 30px;
	margin-left: 330px;
	margin-bottom: 0;
}

div.service_head p
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	margin-left: 20px;
}

div.service_questions
{
	float: right;
	clear: right;
	width: 350px;
	margin-top: 5px;
}

div.service_questions p
{
	line-height: 1.15em;
	margin-bottom: 1.0em;
	margin-left: 20px;
	padding: 0;
}

p.service_cat_name
{
	font-size: 1.3em;
	line-height: 1.5em;
	color: #9D2F08;
	margin: 0;
	padding: 0;
}

p.service_cat_name a {  }

div.service_cat ul, ul.resources
{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 0;
	margin-left: 0;
	margin-top: 5px;
}
div.service_cat li, ul.resources li
{
	line-height: 1.5em;
	font-size: 1.1em;
}
ul.resources {
	font-family: 'Lucida Grande', Verdana, 'Trebuchet MS', sans-serif;
	font-size: 100%;
	line-height: 1.8em;
	font-weight: normal;
	color: #464646;
}

#block_1_sidebar li { padding-bottom: 0.8em; }

/* address on left column */

div#address
{
	margin-left: 0px;
}

div#address p 
{
	font-family: 'Georgia', 'Palatino', 'Times New Roman', serif;
	font-size: 1.0em;
	line-height: 1.4em;
	font-weight: normal;
}

div#address p.namephone
{
	font-size: 1.2em;
	margin: 1em 0;
}

h1#pagetitle
{
	font-family: 'Georgia', 'Palatino', 'Times New Roman', serif;
	font-size: 1.7em;
	line-height: 1.0em;
	font-weight: bold;
	color: #DFA615;
	margin: 0 0 20px 0;
	padding: 0;
}

h2.subtitle
{
	font-family: 'Lucida Grande', Verdana, 'Trebuchet MS', sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	color: #9D2F08;
	margin-bottom: 0.3em;
	padding: 0;
}

h2.consultant
{
	margin-top: 2.0em;
}

h2.question
{
	font-size: 1.2em;
	line-height: 1.2em;
}

h2.answer
{
	font-size: 1.6em;
	line-height: 1.4em;
	color: #9D2F08;
}

div.resources p
{
	margin-top: 0;
	padding-top: 0;
}
div.resources h3
{
	font-family: 'Lucida Grande', Verdana, 'Trebuchet MS', sans-serif;
	line-height: 1.4em;
	font-weight: normal;
	color: #464646;
	margin: 0;
	padding: 0;
	font-style: italic;
}

img.leftalign
{
	float: left;
	margin: 0 15px 15px 0;
	border: 0;
}

img.rightalign
{
	float: right;
	margin: 0 0 15px 15px;
	border: 0;
}

form.unsub { margin-left: 15px; }
form.unsub input { margin-bottom: 5px; }


/* --- Default Links --------------------------------------- */

a:link, a:visited
{
	color: #9D2F08;
	text-decoration: none;
	border-bottom: dotted 1px #9D2F08;
}

a:hover, a:active
{
	color: #DFA615;
	text-decoration: none;
	border-bottom: dotted 1px #DFA615;
}

/* --- Other Links --------------------------------------- */

div.add-this
{
	margin-top: 30px;
}
div.add-this a
{
	text-decoration: none;
	border-bottom: none;
}
div.add-this img
{
	border-bottom: none;
}

/*  --- clearing hack ---------------------------------------- */

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

.clearfix {display: inline-block;}

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