﻿/**************************************************

	Init

**************************************************/

* 
{
	margin:0;
	padding:0;
	/*border: 0;*/
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

address,caption,cite,code,dfn,th,var
{
	font-style:normal;
	font-weight:normal;
}
	
caption,th 
{
	text-align:left;
}

h1,h2,h3,h4,h5,h6
{
	font-size:100%;
}

q:before,q:after
{
	content:'';
}

li { margin-bottom: 10px; }

/**************************************************

	Body

**************************************************/

body 
{		
	font-family: Helvetica, Arial, Verdana, Sans-Serif; 
	font-size: 90%;
	background-color: #ffffff;
	behavior: url("../../../_assets/csshover2.htc");
}

a
{
	color: Gray;
}

/**************************************************

	Container

**************************************************/

#Container 
{
	width: 960px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background: url("images/bg_container.gif") repeat-y;
}

/**************************************************

	LeftPanel

**************************************************/

#LeftPanel 
{
	float: left;
	width: 205px;
}

	#LeftPanel .siteLogo
	{
		width: 205px;
		height: 190px;
		background-color: #ffffff;
		text-align: center;
	}
	
	#LeftPanel .siteLogo img
	{
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/*#BottomLeftPanel 
	{
		*** Commented out to avoid validation errors. ***	
	}*/
	
	#BottomLeftPanel h2
	{
		background-color: #bcbdc0;
		margin-top: 0;
		font-size: 80%;
		font-weight: bold;
		border-bottom: solid 2px #ffffff;		
		padding: 5px;		
		color: #444444;
	}
	
	#BottomLeftPanel h3
	{
		font-weight: bold;
	}
	
	#BottomLeftPanel p.Date
	{
		margin-bottom: 0px;
	}

/**************************************************

	RightPanel

**************************************************/

#RightPanelContainer
{
	float: left;
	width: 755px;
}

#RightPanel
{
	margin-left: 8px;
	background-color: #ffffff;
}

/**************************************************

	Header

**************************************************/

#Header
{	
	background-color: #bcbdc0;
	padding: 10px 15px;
	position: relative;
}

	#Header h1, #Header .h1 
	{	
		color: #ffffff;
		font-size: 2em;
		font-weight: normal;
		line-height: 100%;
		margin: 1px 0 0 0;
	}
	
	#Strapline
	{
		margin: 6px 0 0 4px;
		font-size: 1.05em;
		color: #444444;
	}


/**************************************************

	ContentTop

**************************************************/

#ContentTop
{
	margin-top: 6px;
	height: 265px;
}

#ContentTop ul
{
	list-style: none;
}

#ContentTop ul li 
{
	float: left;
	display: inline;
	padding-left: 9px;
}

#ContentTop ul li.first
{
	padding-left: 0;
}

#ContentTop ul li .catImage
{
	height: 206px;
	width: 180px;
	overflow: hidden;
}

#ContentTop ul li .catImage a
{
	height: auto;
	width: auto;
	padding: 0;
}

#ContentTop a
{
	display: block;
	background: url(images/bg_prodcattop.gif) no-repeat;
	width: 156px;
	height: 37px;
	padding: 20px 24px 0px 0px;
	color: #444444;
	font-size: 1.00em;
	text-decoration: none;
	text-align: center;
	margin-top: 2px;
}

/**************************************************

	ContentMain

**************************************************/
#ContentMain, #ContentContact
{
	padding: 15px 0 0 15px;		/*  May need to change this. currently top spacing is coming from #ContentMain p so that bottom sits flush with the footer */
	color: #333333;
	position: relative;
	min-height: 190px;
	font-size: 85%;
}

#ContentContact 
{
	padding: 20px 0 0 20px;
}

#ContentMain h1 
{
	color: #BCBDC0;
	font-size: 150%;
	margin: 0 0 10px 0;
}

#ContentMain h3 
{
	font-size: 130%;
	font-weight: bold;
	color: #57585a;
	margin-bottom: 10px;
}

#ContentContact h3
{
	color: #57585a;
	font-size: 1.65em;
}

#ContentContact h3 
{
	margin-bottom: 0;
}

/** For IE6 **/
* html #ContentMain
{
	height: 195px;
}

#ContentMain p 
{
	margin-top: 10px;
	line-height: 150%;	
}

	#ContentMain table p
	{
		margin-top: 0px;
	}

#ContentMain ul
{
	margin-left: 20px;
}

#ContentLeft
{
	margin-right: 185px;
}

#ContentMain #HomepageImage
{
	height: 190px;
	width: 165px;
	position: absolute;
	top: 10px;
	right: 0;
}


/**************************************************

	Utility classes

**************************************************/
.clear
{
	clear: both;
}

p.clear, div.clear
{
	height: 1px;
	overflow: hidden;
}

.hidden 
{
	display: none;
}

img.left 
{
	float: left;
}

img.right 
{
	float: right;
}

img
{
	behavior: url("../../../_assets/iepngfix.htc");
}


/**************************************************

	Tor Partners

**************************************************/
.tor_partners_home #ContentMain table {
	margin-bottom: 20px;
}

.tor_partners_home #ContentMain ul {
	list-style-type: square;
}

.tor_partners_home #ContentMain td li a {
	color: #fff;
}



.partner_left_column {
	float: left;
	width: 320px;
	overflow: hidden;
	padding-right: 10px;
}

.partner_right_column {
	float: left;
	width: 401px;
	overflow: hidden;
}

.partner_projects {
	clear: both;
	margin-top: 5px;
}

.tor_partners #ContentMain h3 {
	background-color: #BCBDC0 !important;
	color: #fff;
	padding: 4px;
}

.tor_partners dl dt {
	font-weight: bold;
}

.tor_partners dl dd {
	margin-bottom: 6px;
	line-height: 150%;
}