/*
	How to size text using ems
	http://clagnut.com/blog/348/

	Explorer Exposed!
	http://www.positioniseverything.net/explorer.html
*/

#page
{
	background: none;
}

#header
{
	padding-top: 0px;
}

#header-space
{
	float:left;
	display: inline;
	margin-left: 35px;
	background-color: #fff;
	height: 35px;
	width: 595px;
}

#header-info
{
	width: 265px;
}

#nav
{
	width: 580px;
}

#nav-filler
{
	float: right;
	display: inline;
	background-color: #3391AD; /* teal */ 
	width: 255px;
	margin-right: 30px;
	padding: 8px 10px;
	font: bold 8pt arial;
}

#search
{
	background-image: url('../images/search_bg_home.jpg');
}

#search-field
{
	width: 210px;
}

#primary-content
{
	clear: both;
	height: 340px;
	background-color: #eee;
}

#secondary-content
{
	background-color: #ccc;
	width: 610px;
	margin-top: 5px;
	margin-left: 20px;
	height: 240px;
	color: #74373C; 
}

.content
{
	overflow: hidden; /* prevent streching */
	height: 240px;
	background: #fff url('../images/secondary_content_bg.gif') no-repeat center left;
}

.content a
{
	text-decoration: none;
	color: #069; /* blue */
}

.content a:hover
{
	text-decoration: underline;
	color: #00f;
}


.content table
{
	border-collapse: collapse;
	height: 240px;
	margin-left: 50px;
}

.content td
{
	padding: 5px;
	padding-left: 15px;
	border-bottom: 1px dotted black;
	font: normal 8pt arial;
	background-color: #ffc;
}

.small,
.small table
{
	height: 80px;
}

.medium,
.medium table
{
	height: 120px;
}

.large,
.large table
{
	height: 160px;
}

.content-headline
{
	font-size: 13pt;
	font-weight: bold;
	color: #600;
}

#boiler
{
	background-color: #eee;
	width: 555px;
	margin-top: 5px;
	margin-left: 35px;
	height:60px;
	padding: 10px 20px;
}

#boiler-inner
{
	overflow: hidden;
	height:58px;
	font: normal 8pt arial;
	color: #74373C; /* dark-red */
}

#header-container
{
	background-color: #6A6470;
}

#header-outer
{
	background-color: #5c5a6a;
	padding: 8px;
	padding-bottom: 0px;
	width: 219px;
	margin-left: 20px;
}

#header-inner
{
	border: 1px solid #fff;
	border-bottom: 0px;
	padding: 8px;
	text-align: center;
	text-transform: uppercase;
	color: #cc9; /* light-brown */
	font-size: 10pt;
	font-weight: bold;
}

#content-outer
{
	background-color: #378daf;
	padding: 8px;
	padding-top: 0px;
	width: 219px;
	margin: 0px;
	margin-left: 20px;
}

#content-inner
{
	border: 1px solid #fff;
	border-top: 0px;
	padding: 15px 10px;
	padding-bottom: 0px;
	font-size: 8pt;
	color: #fff;
	height: 360px;
	overflow: hidden;
}

#news
{
	background-color: #3391AD; /* teal */ 
	/*background-color: #77A5BC; /* blue */ */
	display: inline; /* IE doubled-margin bug */
	float: right;
	margin-right: 30px;
	height: 320px;
	width: 275px;
	padding-bottom: 10px;
}
#news_yt
{
	background-color: #3391AD; /* teal */ 
	/*background-color: #77A5BC; /* blue */ */
	display: inline; /* IE doubled-margin bug */
	float: right;
	margin-right: 30px;
	height: 568px;
	width: 275px;
	padding-bottom: 10px;
}
#news a
{
	text-decoration: none;
	color: #fff;
}

#news a:hover
{
	color: #600;
}

#news p
{
	margin: 0px;
	margin-bottom: 15px;
	display: block;
}

.news-date
{
	font-size: 9pt; 
	font-weight: bold; 
	display: block; 
	color: #000;
}

#clients
{
	width: 575px;
	margin-right: 0;
	margin-top: 5px;
}