/*----------- Background Images -----------*/

.back_left 	{		background-image: url('images/red-o.jpg');
		}

.back_right 	{		background-image: url('images/r-orange.jpg');
		}

.back_centre	{		background-image: url('images/red_orange.jpg');
		}


.back_left_g 	{		background-image: url('images/green-y.jpg');
		}

.back_right_g	{		background-image: url('images/g-yellow.jpg');
		}

.back_centre_g	{		background-image: url('images/green_yellow.jpg');
		}


.back_left_y 	{		background-image: url('images/orange-y.jpg');
		}

.back_right_y	{		background-image: url('images/o-yellow.jpg');
		}

.back_centre_y	{		background-image: url('images/orange_yellow.jpg');
		}

.back_left, .back_left_g, .back_left_y
	 	{		height: 100%;
		width: 50%;
		position: fixed;
		left: 0px;
		top: 0px;
		margin: 0px;
		z-index: 1;
		}

.back_right, .back_right_g, .back_right_y
	 	{
		height: 100%;
		width: 50%;
		position: fixed;
		left: 50%;
		top: 0px;
		margin: 0px;
		z-index: 1;
		background-attachment: fixed;
		}

.back_centre, .back_centre_g, .back_centre_y
		{
		background-position: top center;
		background-repeat: repeat-y;		height: 100%;
		width: 100%;
		margin: 0px;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 2;
		}

.news_article
		{
		background-image: url('images/green-y.jpg');
		}

/*----------- Main Site Layout -----------*/

.site_body 	{		width: 800px;		height: 100%;
		position: relative;
		top: 0px;		margin: 0 auto;
		z-index: 3;
		}

.side_bar	{
		position: absolute;
		height: 100%;
		width: 256px;
		left: 20px;
		z-index: 4;
		}

.content	{
		position: absolute;
		height: 100%;
		width: 490px;
		left: 305px;
		z-index: 4;
		}

/*----------- Side Bar Content -----------*/

.logo		{		background-image: url('images/logo.png');
		background-repeat: no-repeat;		height: 32px;
		width: 226px;
		position: absolute;
		top: 48px;
		left: 30px;
		margin: 0 auto;
		z-index: 5;
		}

.contact	{
		height: 150px;
		width: 300px;
		position: absolute;
		left: -44px;
		top: 465px;
		margin: 0 auto;
		z-index: 5;
		}

.sidebar_buttons{
		width: 100%;
		position: absolute;
		top: 100px;
		}

/*----------- Body Text Content-----------*/

.body_text_wrk, .body_text_cse, .body_text_who, .body_text_news
		{
		width: 100%;
		position: absolute;
		top: 101px;
		}

.body_text_main, .body_text_dng, .body_text_opr, .body_text_clnt
		{
		width: 100%;
		position: absolute;
		top: 87px;
		}

/*----------- TEXT CONTROLS -----------*/

a		{
		text-decoration: none;
		color: white;
		}

a.body_text_link
		{
		text-decoration: none;
		font-weight: bold;
		}

a:visited	{
		color: white;
		}

p.contact_e
		{ 
		unicode-bidi:bidi-override; direction: rtl; 
		}

p.small		{
		line-height: 115%
		}

p.button	{
		line-height: 100%
		}

p.header	{
		line-height: 100%
		}

p.body_copy, li	{
		line-height: 120%
		}

.body_copy	{
		font-family: sans-serif;
		color: black;
		font-size: 80%;
		}

.body_header	{
		font-family: sans-serif;
		color: black;
		font-size: 100%;
		}


.sidebar_buttons, .contact, .header, .read_article
		{
		font-family: sans-serif;
		color: white;
		}

.header		{
		font-size: 150%;
		}

.sidebar_buttons{
		font-size: 100%;
		text-align: right;
		}

.button_on	{
		color: black;
		}

.contact 
		{
		font-size: 80%;
		text-align: right;
		}

.read_article	
		{
		font-size: 80%;
		text-align: left;
		}


