/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ TEMPLATE ]-------------------------------------------------------------------------- */

/*
		Do not change class names or Container ID's. Alter attributes as required.
*/

/*
		The table structure below is compliant with the current W3C standards. 
		The layout technique that is used is will allow for a liquid centre and fixed sides. 
		
		--Width 
		The fluid width can be modified on the id called #outerWrapper.
		To set a fixed width - delete max-width, min-width, width: expression and add a width value.
		
		--Layouts
		The layouts can be set by changing the class on the main content wrapper.
		1.	Layout 1 - Default 3 column layout
		2.	Layout 2 - 2 column layout (left column #cLS)
		3.	Layout 3 - 2 column layout (right column #cRS)
		4.	Layout 4 - 1 column layout */


/* -----[ Main structure CSS]--------------------------------------------------------------------- */

* { margin: 0px}

body
{
	background: #FFFFFF;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper
{
	position: relative;
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	width: 960px;
	background-color: #FFFFFF;
}
	#mainWrapper 
	{
		position: relative;
		display: inline-block;
		background: url(/Templates/SenateFinance/_images/dottedBorder.gif) no-repeat bottom left;
}
	* html #mainWrapper 
	{
		height: 1%;
		display: block;
	}

/* === [ header ] === */
#cH 
{
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	height: 72px;
	border-bottom: 1px solid #FFFFFF;
}
#cClear 
{
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	z-index: 1000;
}

	/* === [ header - logo ] === */
		#cH .cLogo
		{
			float: left;
			padding: 0px;
		}
	
	/* === [ header banner ] === */
		#cB 
		{
			padding: 0px;
			margin: 0px;
			position: relative;
			clear: both;
			display: block;
			border-bottom: 1px solid #E2E2E2;
			z-index: 50;
		}
		.HomeLayout #cB 
		{
			border-bottom-style: none;
		}

/* === [ top  ] === */
#cT {
	height: 16px;
	width: 100%;
	padding: 0px;
	text-align: right;
}

/* === [ main navigation ] === */
#cN 
{
	position: relative;
	clear: both;
	background: url(/Templates/SenateFinance/_images/back_cNright.gif) no-repeat top right;
	display: block;
	z-index: 60;
	margin: 0px;
	padding: 0px;
	width: auto;
	white-space: normal;
	border-bottom: 8px solid #BB2420;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper
{
	float: left;
	width: 100%;
}

/* === [ Primary Container ] === */
#cPC
{
	padding: 0px 0px 20px 0px;
	min-height: 240px;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 10px 225px 0 225px;
	}
	.layout2 #cPC /* 2 column - inside */
	{
		margin: 10px 0 0 225px;
	}
	.layout3 #cPC /* 2 column - home page */
	{
		margin: 10px 225px 0 0;
	}
	.layout4 #cPC /* 1 column */
	{
		margin: 10px 0 0 0;
	}

/* === [ Home Container ] === */
.Home {
		clear: left;
		float: left;
		width: 310px;
		padding: 0px 0px 30px 20px;
	}

/* === [ Left Side Column ] === */
#cLS
{
	float: left;
	margin-left: -100%;
	width: 200px;
	padding: 0px 0px 30px 0px;
	}
/* === [ Right Side Column ] === */
#cRS 
{
	float: right;
	margin-left: -100%;
	width: 200px;
	padding: 0px 0px 30px 0px;
}

/* === [ footer ] === */
#cF
{
	padding: 10px 0px 0px 0px;
	clear: both;
}

/* === [ copyRight ] === */
#cC  
{
	color: #000000;
	font-size: 85%;
	padding: 0;
	clear: both;
}
	#cC a
	{
		color: #333333;
	}
	#cC a:hover
	{
	}

/* === [ Dorchester ] === */
#cD  
{
	color: #999999;
	font-weight: bold;
	font-size: 110%;
	padding: 0px;
	float: right;
	text-align: right;
}
/* === [ Phone ] === */
#cP  
{
	color: #999999;
	font-weight: bold;
	font-size: 140%;
	padding: 42px 0px 0px 0px;
	float: right;
	text-align: right;
}


/* -----[ HACKS ]------------------------------------------------------------------------------- */

* html #cRS
{
	margin-left: -200px;
}
*:first-child+html #cRS 
{
	margin-left: -200px;
}

/* -----[ Clearings ]-------------------------------------------------------------------------- */
.clearLeft,
.clear
{
	height: 0;
	font-size: 0;
	line-height: 0;
}
.clearLeft {
	clear: left;
}
.clear {
	clear: both;
}

/* -----[ Printing ]-------------------------------------------------------------------------- */

@media print {
	body {
		font-size: 12pt;
	}
	#cRS, #cLS, #cTL, #cS, #cT, #cB, #cH, #cN {
		display: none;
	}
	#cPC {
			margin: 0px;
			padding: 0px 0px 20px 0px;
			border-top-style: none;
			border-left-style: none;
		}
		.layout1 #cPC /* 3 column layout */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
		.layout2 #cPC /* 2 column - left */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
		.layout3 #cPC /* 2 column - right */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
		.layout4 #cPC /* 1 column */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
}