html
{
	background: url(../images/bg_green2.jpg) #fff top center no-repeat;
}
body
{
	background: url(../images/bg_repeater.jpg) repeat-x;
	/*padding-top: 16px;*/
}
h1
{
	display:none;		
}
#wrapper
{
	margin: 0px auto;
	width:960px;
	overflow: hidden;
	position: relative;
	/*border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
}
	#shadow_lt
	{
		width:20px;
		height:768px;
		display:inline;
		position:absolute;
		top:0px;
		left:-8px;
		list-style:none;
	}
	#shadow_rt
	{
		width:20px;
		height:768px;
		display:inline;	
		position:absolute;
		top:-1px;
		right:-11px;
		list-style:none;
	}
	#container
	{
		float: left;
		display:inline;
		width:960px;
		padding-bottom:15px;
		list-style:none;
		position: relative;
	}
#logo
{
	margin: 0px auto;
	width:822px;
	height:175px;
	background: url(../images/logo.jpg) no-repeat;
}

h2
{
	float: left;
	width:500px;
	height: 25px;
	text-indent: -9999px;
	position: absolute;
	top:250px;
	left:43px;
}	
h2.what_we_do
{
	background: url(../images/what_we_do.jpg) no-repeat;
}
h2.about_us
{
	background: url(../images/about_us.jpg) no-repeat;
}
h2.client_companies
{
	height:40px;
	background: url(../images/client_companies.jpg) no-repeat;
}
h2.job_positions
{
	height:40px;
	background: url(../images/job_postings.jpg) no-repeat;
}
h2.events
{
	background: url(../images/events.jpg) no-repeat;
}
h2.candidates
{
	background: url(../images/candidates.jpg) no-repeat;
}
h2.contact
{
	background: url(../images/contact.jpg) no-repeat;
}
#left
{
	float: left;
	width:500px;
	min-height:280px;
	padding-top:80px;
	padding-left:40px;
}
	#left p
	{
		clear: both;
		font-size: 12px;
		color: #404040;
		line-height: 20px;
		padding: 6px 10px 6px 3px;
		font-weight: bold;
	}
	#left a
	{
		color: #666;
		text-decoration: underline;
	}
	#left a:hover
	{
		color: #000;
	}
	#left ul, #left ol
	{
		float: left;
		width:90%;
		margin-left:20px;
	}
	#left ul li, #left ol li
	{
		font-size: 12px;
		color: #404040;
		line-height: 16px;
		padding-bottom:10px;
		padding-top:10px;
	}
#right
{
	float: left;
	width: 362px;
	padding-left:20px;
	padding-top:30px;
}
	#right h3
	{
		clear: both;
		font-size: 18px;
		color: #404040;
		padding: 6px 3px 6px 0px;
		font-style: italic;
	}
	#right p
	{
		clear: both;
		font-size: 11px;
		color: #404040;
		line-height:14px;
		padding: 6px 3px 6px 0px;
	}
#images
{
	float: left;
	width:340px;
	background: #fff;
	padding:10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #C9D99A;
}
	#images li
	{
		float: left;
		width:340px;
		list-style:none;
		font-size:11px;
		color: #404040;
		line-height:16px;
	}
	#images li img
	{
		width:340px;	
	}


#designed_by
{
	/*margin: 0px auto;
	clear: both;
	width: 100%;
	text-align:center;
	padding:5px 0px 5px 0px;*/
	float: left;
	clear: both;
	width:100%;
	text-align: center;
	position: relative;
	bottom:0px;
}
	#designed_by p
	{
		font-size: 10px;
		color: #85AB22;
	}
	#designed_by a
	{
		color: #85AB22;
	}



/*:::::::::::::::: TOGGLE EFFECT :::::::::::::*/

#accordion {
	float: left;
	list-style: none;
	padding: 0px;
	margin:0px;
	width: 500px;
}
#accordion div.title{
	float: left;
	width:100%;
	/*height:23px;*/
	cursor: pointer;
	padding:7px 0 7px 0;
	margin-bottom:4px;
	background: url(../images/h2_trigger_a.gif) no-repeat;
	text-indent: 40px;
	color:#5F7F07;
	font-size:14px;
}
#accordion div.title:hover
{
	color:#404040;
}

#accordion ul {
	float: left;
	width:100%;
	list-style: none;
	padding: 0px;
	margin-bottom:4px;
	margin-left:0px;
	display: none;
	background: #eee;
	border: 1px solid #fff;
}
#accordion ul li{
	font-weight: normal;
	cursor: auto;
	background-color: #fff;
	padding: 0px;
	margin:0px;
	background: none;
	
}
#accordion ul li p{
	padding-left: 15px;
	padding-right: 15px
}
#accordion a {
	text-decoration: none;
}
#accordion a:hover {
	text-decoration: underline;
}

#left .toggle_container {
	margin: 0 0 5px;
	background: #f0f0f0;
	overflow: hidden;
	width: 500px;
	clear: both;
}
#left .toggle_container .block {
	padding: 10px 0px 20px 20px;
}
#left .toggle_container .block p {
	margin: 5px 0;
	font-weight: normal;
	padding:0px 0px 0px 0px;
}

#left .toggle_container .block li
{
	padding:0px 0px 0px 0px;	
}
#left .toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
#left .toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}