/* WorkBuddy Solutions Base Content Styles
 * Derived from mozilla.org Base Content Styles http://www.mozilla.org/ with permission
 */

/* Random HTML Styles */

	dt {
		/*font-weight: bold;*/
	}
	
	dd {
		margin: 0 0 1em 1em;
	}
	
	li {
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}
	
	sup {
		font-size: 70%;
	}

	form {
		margin: 0;
		display: inline;
	}

	label {
		font-weight: bold;
	}

/* General Structure */

	div.section {
		display: block;
		/*padding-left: 3%;*/
		margin-bottom: 2em;
	}
	
	.first {
		margin-top: 0; /* For IE not understanding first:child */
	}

/* Navigation */
	:link img,
	:visited img {
		border: 0;
	}

/* Specific tables */
	.newslist, .resourceslist , .featurelist {
		padding: 0;
		margin: 0;
	}
	.serviceslist {
		padding: 0;
		margin: 0 0 10px 0;
	}

	.newslist li, .serviceslist li, .resourceslist li, .featurelist li {
		clear: left;
		list-style: none;
		padding: 15px 0 20px 0;
		margin: 0;
		line-height: 14px;
	}

	.newslist li.last, .serviceslist li.last, .resourceslist li.last {
		background: none;
	}
	
	.resourceslist li {
		padding: 15px 0 0 0;
	}

	.newslist h3, .serviceslist h3, .resourceslist h3 {
		margin: 0 0 0.2em 0;
	}
	.newslist h3 span {
		padding-bottom: 2px;
		font-weight: bold;
	}
/*	.serviceslist h3 span, .resourceslist h3 span  {
		padding-bottom: 2px;
		border-bottom: 1px solid #666;
	}*/
	.resourceslist h3 a  {
		padding-bottom: 2px;
		color: #f93;
		text-decoration: underline;
	}
	.newslist h3 a {
		text-decoration: none;
		padding-bottom: 2px;
		font-weight: bold;
		/*border-bottom: 1px solid #666;*/
	}
	.newslist h3 a:visited, .newslist h3 a:hover {
		color: #666;
	}
	
/*	.resourceslist h3 span {
		color: #f93;
		border-bottom: 1px solid #f93;
	}*/
	.resourceslist h3 a {
		text-decoration: none;
		padding-bottom: 2px;
		color: #f93;
		border-bottom: 1px solid #f93;
	}
	.resourceslist h3 a:visited, .resourceslist h3 a:hover {
		color: #f93;
	}

	.newslist .image img, .resourceslist img {
		float: left;
		margin: 0 1.2em 0 0;
		border: 1px solid #ccc;
	}
/*	
	.resourceslist img {
		border: 0;
		margin-bottom: 1em;
	}
*/
	.newslist .image {
		float: left;
		width: 120px;
		margin-right: 7px;
	}
	
	.newslist .text {
		float: left;
		width: 300px;
	}
	
	.newslist .readmore, .featurelist .readmore {
		display: block;
		width: 100%;
	}
	
	.newslist .readmore img, .featurelist .readmore img {
		margin: 1.6em 1.2em 0.2em 0;
		border: 0;
	}

/* Headers */

	#mainContent > h1:first-child,
	#mainContent > h2:first-child,
	#mainContent > h3:first-child,
	#mainContent > h4:first-child,
	#mainContent > h5:first-child,
	#mainContent > h6:first-child,
	.frontcolumn > h1:first-child,
	.frontcolumn > h2:first-child,
	.frontcolumn > h3:first-child,
	.frontcolumn > h4:first-child,
	.frontcolumn > h5:first-child,
	.frontcolumn > h6:first-child,
	.frontcolumnlast > h1:first-child,
	.frontcolumnlast > h2:first-child,
	.frontcolumnlast > h3:first-child,
	.frontcolumnlast > h4:first-child,
	.frontcolumnlast > h5:first-child,
	.frontcolumnlast > h6:first-child,
	#side > h1:first-child,
	#side > h2:first-child,
	#side > h3:first-child,
	#side > h4:first-child,
	#side > h5:first-child,
	#side > h6:first-child {
		margin-top: 0;
	}

