/*HTML Elements*/

	html {
		font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
		color: #224C2F;
		background: transparent url('../images/cont_bg.png') repeat-x;
	}
	body {
		width: 1000px;
		margin: 0 auto;
		text-align: center;
	}
	h1 {
		color: #9ba16e;
		font: 24px "Trebuchet MS", Verdana, sans-serif;
	}
		h1.sub {
		color: #608EC3;
		margin-top: -10px;
		padding-top: 0px;
		font: 18px "Trebuchet MS", Verdana, sans-serif;
	}

	p  {
		color: #000;
	}
	a {
		color: #167bac;
		text-decoration: none;
	}
	a:hover {
		color: #224C2F;
		text-decoration: underline;
	}
	a:visited {
		color: #224C2F;
	}
	body.contact p a {
		color: #9ba16e;
	}
	div.article ul li {
		color: #9ba16e;
		margin-bottom: 12px;
		list-style: circle outside;
	}
		div.article ul li ul {
			color: #728B98;
			margin-top: 12px;
			list-style: circle outside;
		}
			div.article ul li ul li {
				color: #728B98;
			}
	div.article ul li strong {
		color: #9ba16e;
		font: 125% "Trebuchet MS", Verdana, sans-serif;
		font-weight: bold;
	}
	div.article ul li span {
		color: #000;
	}
/*DOM Specific*/
	div#container {
		text-align: left;
		width: 1000px;
	}
	div#logo {
		position: absolute;
			left: 0;
			top: 26;
		width: 529px;
		height: 144px;
		background: transparent url('../images/logo.png') no-repeat;
	}
	div#newspaper {
		position: absolute;
			right: 0;
			top: 92;
		width: 410px;
		height: 156px;
		background: transparent url('../images/newspaper.png') no-repeat;
	}
		ul.nav {
			position: absolute;
				top: 200px;
				left: 20px;
			font: 10px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
			color: #167bac;
			padding:10px 10px 0;
			list-style:none;
		}
		ul.nav li {
			float: left;
			list-style: none;
			margin:0;
			height: 40px;
			padding:0 0 10 9px;
		}
		ul.nav a {
			float:left;
			display:block;
			padding:5px 15px 14px 6px;
			height: 20px;
			text-decoration:none!important;
			list-style: none;
			font-weight:bold;
			color: #167bac;
		}
		body.index ul.nav li.lindex, body.about ul.nav li.labout, body.service ul.nav li.lservice, body.clients ul.nav li.lclients, body.contact ul.nav li.lcontact, body.retrieval ul.nav li.lretrieval, body.resources ul.nav li.lresources, body.press ul.nav li.lpress  {
			background:url('../images/tab_left.png') no-repeat left top;
		}
		body ul.nav li.new {
			height: 18px;
			margin-left: 8px;
			padding-left: 22px;
			background:url('../images/new_left.png') no-repeat left top!important;
		}
		body.index ul.nav a.lindex, body.about ul.nav a.labout, body.service ul.nav a.lservice, body.clients ul.nav a.lclients, body.contact ul.nav a.lcontact, body.retrieval ul.nav a.lretrieval, body.resources ul.nav a.lresources, body.press ul.nav a.lpress {
			background:url('../images/tab_right.png') no-repeat right top;
		}
		body ul.nav a.new {
			padding-right: 27px;
			margin-left: 0px;
			height: 9px;
			color: #FFF;
			background:url('../images/new_right.png') no-repeat right top!important;
		}
		ul.nav a:hover {
			color:#333;
		}
	div#main_content {
		margin-top: 280px;
		margin-bottom: 40px;
	}
		h1.news {
			color: #5d90b2;
		}
		div.article {
			min-height: 180px;
			width: 890px;
			float: left;
			padding-left: 40px;
			padding-right: 20px;
			padding-bottom: 25px;
			margin-bottom: 15px;
			border-style: none;
			background: transparent url('../images/hr_bg.jpg') no-repeat center bottom;
		}
			div.article p, div.article h1, div.article ul {
				width: 500px;
			}
			div.article h2 {
				margin-bottom: -10;
				padding: 0;
				font: 13px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
				font-weight: bold;
				color: #608ec3;
			}
/*		Place Ad               */
	div#place_ad {
		/*float: right;*/
		position: absolute;
			right: 60px;
		width: 281px;
		margin: 15px 0 15px 0;
		height: auto;
		background: transparent url('../images/click_box_bg.jpg') repeat-y;
	}
	table#right_nav {
		position: absolute;
			right: 60px;
			z-index: 999;
		float: right;
		margin-top: -29px;
		margin-right: -23px;
	}
		table#right_nav a {
			font: 14px "Trebuchet MS", Verdana, sans-serif;
			text-decoration: none;
			display: list-item;
			line-height: 14px;
			list-style: none outside url('../images/no_bullet.gif');
			color: #000;
		}
		table#right_nav a.text {
			margin-left: 40px;
		}
		table#right_nav a:hover {
			list-style: outside url('../images/bullet.jpg');
			/*color: #C3D46F;*/
			color: #666;
		}
	table#ad_form {
		/*margin-top: 15px;*/
		text-align: left;
		font-size: 12px;
		border-style: none;
		width: 300px!important;
	}
		table#ad_form tr td {
			height: 28px;
		}
	div.place_ad_content {
		padding-left: 30px;
		margin-top: -10px;
		margin-bottom: 10px;
	}
	div#place_ad_top {
		width: 281px;
		height: 15px;
		background: transparent url('../images/click_box_top.jpg') no-repeat;
	}
	img.click_ad_image {
		margin: 20px;
		border: none;
	}
	img.div_image {
		margin: 7px;
	}
	div#place_ad_bottom {
		width: 281px;
		height: 15px;
		background: transparent url('../images/click_box_bottom.jpg') no-repeat;
	}
		div#place_ad p {
			color: #FFF;
			font: 14px "Trebuchet MS", Verdana, sans-serif;
			line-height: 17px;
			letter-spacing: 0;
			width: 245px;
		}
		div#place_ad a {
			font: 14px "Trebuchet MS", Verdana, sans-serif;
			text-decoration: none;
			color: #696969;
		}
a img {
	border: none;
}
div.column {
	float: left;
	padding: 0px 10px 0px 0px;
	width: 250px;
	border-right: 1px solid #DCDEAB;
}
div.ccolumn {
	float: left;
	padding: 0px 0px 0px 20px ;
	width: 250px;
}
body.psizes div.article ul {
	display: block;
	/*text-align: center;*/
	width: 190px;
}
	body.psizes div.article div.column h2 {
		
	}
	body.psizes div.article ul li {
		line-height: 14px;
		list-style: none;
		margin-bottom: 4px;
	}