/* 	[ 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; padding: 0px; }

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	color:#333;
	font-family: "Lucida Grande", Arial, Helvetica;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */

#wrapper {
	width: 900px;
	margin: 10px auto 0;
	text-align: left;
	xxborder: 1px solid #CCCCCC;
}

#outerWrapper
{
	position: relative;
	margin: 0px auto;
	max-width: 960px;
	min-width: 760px;
	/* Use set width for fixed */
	/* width: 760px; */
	background-color: #FFFFFF;
}
	#mainWrapper 
	{
		display: inline-block;
	}
	* html #mainWrapper 
	{
		height: 1%;
		display: block;
	}

#content {
	padding: 0;
	clear: both;
	margin: 0;
	border: 1px solid #E6E6E6;
}


/* === [ header ] === */

#header {
	height: 120px;
	background-image: url(../../../Templates/cs/_images/header_bg.gif);
	width: 900px;
}

	/* === [ header - logo ] === */
		
	#cLogo {
		width: 215px;
		float: left;
		padding-left: 12px;
	}
	
	/* === [ header banner ] === */
		#cB 
		{
			float: right;
			width: 660px;
			height: 120px;
		}

/* === [ top  ] === */
#cT {
	height: 20px;
	width: 100%;
	padding: 0px;
}

/* === [ main navigation ] === */
#cN 
{
	background-image: url(../../../Templates/cs/_images/nav_bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 50px;
	z-index: 50;
	/* position: relative; */
display: block;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper
{
	float: left;
	width: 100%;
}

/* === [ Primary Container ] === */
#cPC
{
	padding: 20px 0px 0 15px;
	margin:  0;
	/*float: left;
	width: 550px;*/
	font-weight: lighter;
}

/* === [ Left Side Column ] === */
#cLS
{
	float: left;
	width: 280px;
	padding: 12px;
}
/* === [ Right Side Column ] === */
#cRS 
{
	float: right;
	width: 530px;
	padding-right: 15px;
	text-align: left;
}
/* === [ TopLeft Side Column ] === */
#cTL
{
}
/* === [ TopRight Side Column ] === */
#cTR 
{
}
/* === [ spare Container ] === */
#cS
{
}

/* === [ footer ] === */
#cF
{
	clear: both;
	margin: 0;
	background-image: url(../../../Templates/cs/_images/footer_bg.gif);
	background-repeat: repeat-x;

}

/* === [ copyRight ] === */
#cC  
{
	color: #000000;
	font-size: 80%;
	padding: 10px 0;
	background: #999999;
}
	#cC a
	{
		color: #333333;
	}
	#cC a:hover
	{
		color: #FFFFFF;
	}


/* -----[ 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;
		}
}
.feedTitle, feedTitle a, feedTitle a:hover{

	color: #025b81;
	font-size: 18px;
	margin-bottom: 0.9em;
	margin-top: 1.2em;
	font-weight: normal;
	line-height: 24px;
}



.headline, headline a{
	color: #025b81;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.9em;
}

.date{
	padding-top:5px;}

#FeedBurner{
	height:auto;
	width:auto;
	}
	
#FeedBurner img{
	padding-right:10px;
	padding-bottom:5px;
	}
	
#FeedBurner ul li{
padding-top:10px;
padding-bottom:10px;
list-style:circle inside;
padding-left:0px;
margin:0px;

}