/*
*********************************************************************
Language:    CSS 2.1
Web site:    http://www.typeculture.com/
File Path:   /css/
Copyright:   ©2004, Jamie Peloquin
Created:     5/10/04 3:35 PM 
Created by:  Jamie Peloquin (www.dockingbay-94.com)
*********************************************************************
*********************************************************************
NOTES:
This dicument contains styles which are compatible with CSS-1,
CSS-2 and higher compliant web browsers.
*********************************************************************
*/
/*
*********************************************************************
SPECIAL PROPERTIES 
*********************************************************************
*/

#home-foundry, #home-academic {
	margin-top: 24px;
	width: 224px;
	float: left;
}

#home-foundry {
	margin-right: 20px;
}

div.home-content {
	padding: 0 15px 30px 0;
}

div.home-content p, div.news p{
	font-size: 10px;
}

#home-foundry div.home-content, #home-foundry div.news{
	border-width: 0 1px 0 0;
	border-color: #DDD;
	border-style: none solid none none;
}

#home-academic div.home-content,
#home-academic div.news{ 
	margin-left: -21px;
	padding-left: 21px;
	border-left: 1px #DDD solid;
}

div.news div.news {
	border-style: none !important;
}

h2 {
	font-size: 11px;
	border-style: none !important;
	line-height: 1em;
	margin-bottom: -.5em;
}

h2.foundry {color: #B00;}

h2.academic {color: #039;}

div.news h3 {
	font-size: 11px;
	margin-top: 1em;
	margin-bottom: auto;
}