body {
	margin:0px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	color: #666;
	}

p, td {
	font:11px verdana, arial, helvetica, sans-serif;
	line-height:16px;
	}
	
ul {
	line-height:20px;
	font-size:11px;
	font-family: verdana, arial, helvetica, sans-serif;
	list-style-image: url(images/bullet.gif);
	padding-left:10px;
	margin-left:10px;
	}

a.body {
	color:#cc3333;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	text-decoration:underline;
	}
a.body:link {color:#0000FF;}
a.body:visited {color:#0000FF;}
a.body:hover {text-decoration:underline;}


/* .leftcolumn {
  width: 160px;
  margin: 0 10px;
  font-size:11px;
} */

.leftcolumn div {
	overflow: hidden;
}
.leftcolumn div.expanded span {
	color: #0000FF;
}
.leftcolumn div.collapsed {
	height: 25px;
}
.leftcolumn div span {
	font-size:11px;
	display: block;
	padding: 5px 5px 5px 25px;
	color: #0000FF;
	background: #eee url(images/bullet_toggle_minus.gif) left center no-repeat;
	cursor: pointer;
	text-transform: uppercase;
}

span.single {
	display: block;
	font-size:11px;
	padding: 5px 5px 5px 25px;
	/*color: #999; */
	color: #0000FF;
	background: #eee url(images/bullet_toggle_plus.gif) left center no-repeat;
	cursor: pointer;
	text-transform: uppercase;
}

span.single a {
	font-size:11px;
	/*color: #999; */
	color: #0000FF;
	display: block;
	padding: 0;
	background: #eee;
}

span.collapsed a {
	font-size:11px;
	display: block;
	padding: 0;
	background: #eee;
}

a.menu {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}



.leftcolumn div span:hover {
	/*color: #e02f03; */
	color: #0000FF;
}

.leftcolumn div.collapsed span {
	background-image: url(images/bullet_toggle_plus.gif);
}

.leftcolumn div.expanded span {
	/*color: #e02f03; */
	color: #0000FF;
}

.leftcolumn div a {
	padding: 5px 5px 5px 25px;
	display: block;
}
a.current {
	background : #f7f7f7;
	/*color: #e02f03; */
	color:#666666
}
.leftcolumn div a:hover {
	background : #f7f7f7 url(linkarrow.gif) no-repeat right center;
	text-decoration: none;
}

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

a:focus, 
a:hover     { color: #0000FF; }
a           { color: #0000FF; text-decoration: none; }


blockquote {
  font-size:11px;
  background-image: url(images/quote.jpg);
  background-repeat: no-repeat;
  background-position: left 5px;
  text-indent: 30px;
  padding-top: 12px;
  width: 198px;
  padding-left:0px;
  padding-right:0px;
  margin:0px;
  }
  
p.cite {
  margin-left:40px;
  margin-right:10px;
  font-size:10px;
  font-style:italic;
  line-height:14px;
  }


/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

h1,h2,h3,
h4,h5,h6    { color: #c33; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold; }
h1          { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2          { font-size: 2em; margin-bottom: 0.75em; }
h3          { font-size: 1.5em; line-height: 1; margin-bottom: 1em; letter-spacing: 1px; }
h4          { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; letter-spacing: 1px; }
h5          { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6          { font-size: 1em; font-weight: bold; }

h3 { font-size:16px; }
h4 { font-size:14px; }

/*-----------------------------------------------------------------------------
Forms
-----------------------------------------------------------------------------*/
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 1em 0;
	border: none;
	float: left;
	padding-left: 10px;
}

legend {
	margin: 1em 0;
	padding: 1em 0.5em 1em 0;
	background: transparent;
	font-weight: bold;
}

label {
	float: left;
	width: 115px;
	padding: 0 1em;
	text-align: center;
}

labeltext {
	float: left;
	width: 115px;
	height: 200px;
	padding: 0 1em;
	text-align: center;
}
input {
	border: 1px solid #ddd; 
	font-family: "lucida grande", verdana, arial, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin: 0 0 5px 0;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 250px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 1em;
	text-align: left;
}

#fm-submit {
	padding: 1em 0 1em 0;
	
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
}

input:focus, textarea:focus, iframe:focus {
	background: #efefef;
	color: #000;
}

	
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: bold;
	
}

#whatwedo {
	margin-top:27px;
	margin-bottom:27px;
	margin-left:15px;
	margin-right:10px;
} 

#latestclient {
	margin-top:40px;
	margin-bottom:27px;
	margin-left:16px;
	margin-right:17px;
} 

#goalcoverage {
	margin-top:40px;
	margin-bottom:0px;
	margin-left:16px;
	margin-right:17px;
} 

img.imageleft { 
	float: left 
}

img.imageright { 
	float: right;
	margin-top:15px;
	margin-right:5px; 
}

img.imagegoal { 
	float: right;
	margin-top:15px;
	margin-right:25px; 
}
 