
html {
	overflow-y: scroll;
} 

body {
	padding:0px;
	margin:0;
	background: #ccc8bd;
	font-family:Arial, sans;
	font-size:12px;
	cursor:default;
}

table {
		font-family:Arial, sans;

}

.pagetable {
	width:100%;
}


DIV.content_cell {
	width:931px;
	background:white;	
	display:block;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	margin-top:58px;
	margin-bottom:58px;
	text-align:left;
}



.header_menu {
	width:931px;
	height:53px;
}


a.sitebutton:link {text-decoration:none;}
a.sitebutton:visited {text-decoration:none;}
a.sitebutton:hover {text-decoration:none;}
a.sitebutton:active {text-decoration:none; } 


.header_image_home {
	width:100%;
	height:375px;
	background-image:url(../pics/pages/home/home_new_pic.png);
	border:0px solid green;
	background-repeat:no-repeat;
	
}


.header_image {
	width:100%;
	height:234px;
	border:0px solid green;
}



.header_logo {
	background:url(../pics/acw_logo.gif);
	width:62px;
	height:80px;
}
#content_div {
	background:white;
	display:block;
	width:100%;
	padding:0;
	margin:0;
	text-align:left;
}

#footer {
	width:931px;
	text-align:center;
	line-height:20px;
	background:white;
	display:block;
	font-size:9px;
	text-transform:uppercase;
	color:#878787;
	font-weight:bold;
}
#footer SPAN {
	color:#e71802;
}
#footer a {
	padding-left:5px;
	padding-right:5px;
}
#footer a:link {

	color:#878787;
	text-decoration:none;
	font-weight:bold;
}
#footer a:visited {
	font-weight:bold;
	color:#878787;
	text-decoration:none;
}
#footer a:hover {
	font-weight:bold;
	color:#878787;
	text-decoration:underline;
}
#footer a:active {
	font-weight:bold;
	color:#878787;
	text-decoration:none;
}


td.main_content_left
{
	background:#898989;
	width:300px;
}
div.main_content_left
{
	width:260px;
	display:block;
	padding:20px;
	color:white;
	font-size:15px;
	font-weight:bold;
	text-align:left;
}

td.main_content_right
{
	background:#e9e9e9;
	color:#696969;
 	width:631px;
	padding:20px;
}
div.main_content_right {
	width:591px;
	display:block; 

	text-align:left; 
	line-height:18px;
}


div.main_content_right A {
	color:#696969;
	font-weight:bold;
	text-decoration:none;
}






#ourapproach_table {
	width:100%;
	
}
#ourapproach_table .even {
	height:30px;
	background:#EEEEEE;
}
#ourapproach_table TD {
	height:30px;
	
}









ul.square_big {
	list-style-type: none;
	padding: 0;
	padding-top:10px;
	margin: 0;
	margin-left:10px;
}
ul.square_big li {
	background-image: url(../pics/bullet_square.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.5em;
	padding-left:1.1em;
	padding-bottom:5px;
}


ul {
	list-style-type: none;
	padding: 0;
	padding-top:10px;
	margin: 0;
	margin-left:10px;
	line-height:18px;
}
ul li {
	background-image: url(../pics/bullet_square.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.5em;
	padding-left:1.1em;
	padding-bottom:5px;
	line-height:18px;
}


ul.square_small {
	list-style-type: none;
	padding: 0;
	padding-top:10px;
	margin: 0;
}
ul.square_small li {
	background-image: url(../pics/bullet_square_small.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.5em;
	padding-left:1.1em;
	padding-bottom:5px;
}



ul.triangle
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.triangle li
{
	background-image: url(../pics/bullet_triangle.gif);
	background-repeat: no-repeat;
	background-position: 0.4em;
	padding-left: 1.1em;
}

ul.triangle a:link {
	color:#83244e;
	font-weight:bold;
	text-decoration:none;
}
ul.triangle a:visited {
	color:#83244e;
	font-weight:bold;
	text-decoration:none;
}
ul.triangle a:hover {
	color:#83244e;
	font-weight:bold;
	text-decoration:underline;
}

div.emailfield {
	background:url(../pics/emailfield_back.gif);
	width:191px;
	height:23px;
	background-repeat:no-repeat;
	/*position:relative;*/
	overflow:hidden;
}
input.emailfield {
	background:transparent;
	width:98%;height:98%;
	/*position:relative;*/
	/*left:-5px;
	top:-5px;*/
	padding:5px;
	margin-top:-5px;
	margin-left:-5px;
	border:none;
}

#departments {
text-align:left;font-size:14px;

}
#departments a:link {
	color:#f0a79f;
	font-weight:bold;
	text-decoration:none;
}
#departments a:visited {
	color:#f0a79f;
	font-weight:bold;
	text-decoration:none;
}
#departments a:hover {
	color:#f0a79f;
	font-weight:bold;
	text-decoration:underline;
}

#register {
	width:100%;
}
#register TD {
	background:#d0d0d0;
}

#register TD.even {
	background:#dfdfdf;
}
#register TD.heading {
	background:#969696;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
}
#register div.textfield {
	background:url(../pics/emailfield_back.gif);
	width:245px;
	height:25px;
	background-repeat:no-repeat;
	display:block;
	position:relative;
	overflow:hidden;
}
#register div.textfield input {
	background:transparent;
	width:98%;height:98%;
	margin-top:2px;
	margin-left:2px;
	padding:5px;
	position:relative;
	left:-5px;
	top:-5px;
	border:none;
}
#register div.textfield select {
	border:none;
	background:transparent;
	width:100%;
	height:100%;
	left:-5px;
	top:-5px;
	padding:5px;
}

#directory {
	width:100%;
}
#directory TD {
	background:#d0d0d0;
	height:40px;
	padding-left:10px;
	padding-right:10px;
}

#directory TD.even {
	background:#dfdfdf;
	height:40px;
}



P.simple_page {
	background:#e9e9e9;
	color:#696969;
	padding-left:95px;
	padding-top:30px;
	padding-right:30px;
	padding-bottom:70px;
}




#title_panel {
	width:100%;
	background:#9d9d9d;
}
#title_panel TABLE {
	width:100%;
/* 	background:#d3d3d3; */
}



#title_panel SPAN {
	color:white;
	display:block;
	line-height:30px;
	font-weight:bold;
	padding-left:15px;
}

#title_panel TD {
	padding-top:10px;
	padding-bottom:10px;
}


#dubai_uae_links {
	display:block;
	font-weight:bold;
	cursor:pointer;
	line-height:29px;
	font-family:Arial;
	font-size:12px;
}
#dubai_uae_links .item {
	border-bottom:1px solid #a1a1a1;
	background-image:url(../pics/bullet_triangle_red.gif);
	background-position: 0em 0.9em;
	background-repeat:no-repeat;
	padding-left:10px;
	color:#c7c7c7;
}
#dubai_uae_links .item_ {
	border-bottom:1px solid #a1a1a1;
	background-image:url(../pics/bullet_triangle_white.gif);
	background-position: 0em 0.9em;
	background-repeat:no-repeat;
	padding-left:10px;
	color:white;
}
#dubai_uae_links .subitem {
/* 	border-bottom:1px solid #a1a1a1; */
/* 	background-image:url(../pics/bullet_triangle_red.gif); */
/* 	background-position: 0em 0.9em; */
/* 	background-repeat:no-repeat; */
	padding-left:10px;
	color:#c7c7c7;
	font-size:11px;
}
#dubai_uae_links .subitem_ {
/* 	border-bottom:1px solid #a1a1a1; */
/* 	background-image:url(../pics/bullet_triangle_white.gif); */
/* 	background-position: 0em 0.9em; */
/* 	background-repeat:no-repeat; */
	padding-left:10px;
	color:white;
	font-size:11px;
}

.landop_title {
	
}
.landop_table {
	width:572px;
	font-size:10px;
	background:#dfdfdf;
}
.landop_table TD.even {
	background:#ececec;
}

a.gray_link:link {color: gray; text-decoration: none; font-weight:bold;}
a.gray_link:visited {color: gray; text-decoration: none; font-weight:bold;}
a.gray_link:hover {color:#e71802; text-decoration: none; font-weight:bold;}
a.gray_link:active {color: gray;text-decoration: none;font-weight:bold; } 

a.red_link:link {color: #e71802; text-decoration: none; font-weight:bold;}
a.red_link:visited {color: #e71802; text-decoration: none; font-weight:bold;}
a.red_link:hover {color:#e71802; text-decoration: none; font-weight:bold;}
a.red_link:active {color: #e71802;text-decoration: none;font-weight:bold; } 


.career_position {
	padding-left:20px;
	display:block;
	font-weight:bold;
	cursor:pointer;
	line-height:29px;
	font-family:Arial;
	color:white;
	font-size:12px;
	border-bottom:1px solid #a1a1a1;
	background:none;
	background-image:url(../pics/career_icon.gif);
	background-repeat:no-repeat;
	background-position: 0em 0.8em;
}
.career_position_sel {
	padding-left:20px;
	display:block;
	font-weight:bold;
	cursor:pointer;
	line-height:29px;
	font-family:Arial;
	color:red;
	font-size:12px;
	border-bottom:1px solid #a1a1a1;
	background:none;
	background-image:url(../pics/career_icon.gif);
	background-repeat:no-repeat;
	background-position: 0em 0.8em;
}
.career_info {

font-size:11px; 
font-weight:normal;
line-height:normal;

}
.error {
	color:red;
	font-weight:bold;
}



#media_list {
	color:#696969;
}
#media_list TD.catrow {
	background:#767676;
	color:#c8c8c8;
}
#media_list TD.even {
	background:#e1e1e1;
}
#media_list TD.odd {
	background:#d3d3d3;
}
#media_list TD {
	line-height:36px;
}


#updates_greeter {
	background:#6c6c6c;
	color:white;
	font-size:12px;
}
#updates_greeter SELECT {
	width:100%;
}
#updates_greeter A {
  font-size:11px;
  color:white;
  text-decoration:none;
}
#updates_greeter IMG {
  border:0px;
/*   margin-bottom:-3px; */
}


.main_menu {
  padding-bottom:10px;
  padding-top:10px;
  display:block;
  font-size:12px;
  color:white;
  font-weight:bold;
  border:0px solid black;
  text-decoration:none;
  text-transform:uppercase;
}




/* used in projects and media center project menus */

a.project_link:link {
	font-family:Arial;
	font-weight:bold;
	color:#c7c7c7;
	font-size:12px;
	text-decoration:none;
}
a.project_link:visited {
	font-family:Arial;
	font-weight:bold;
	color:#c7c7c7;
	font-size:12px;
	text-decoration:none;
}
a.project_link:hover {
	color:#dedede;
	text-decoration:none;
}

a.project_link_sel:link {
	font-family:Arial;
	font-weight:bold;
	color:white;
	font-size:12px;
	text-decoration:none;
}
a.project_link_sel:visited {
	font-family:Arial;
	font-weight:bold;
	color:white;
	font-size:12px;
	text-decoration:none;
}
a.project_link_sel:hover {
	color:white;
	text-decoration:none;
}

/* projects submenu rows */
div.submenu_projects
{
	display:block;
	line-height:29px;
	border-bottom:1px solid #a1a1a1;
}

div.submenu_projects_sel {
	display:block;
	font-weight:bold;
	cursor:pointer;
	line-height:29px;
	font-family:Arial;
	color:white;
	font-size:12px;
	border-bottom:1px solid #a1a1a1;
	background:#9b9b9b;
}

/* projects submenu entries rows */
div.project_link {
	display:block;
	line-height:29px;
	border-bottom:1px solid #a1a1a1;
	background:#929292;
	background-image:url(../pics/bullet_triangle.gif);
	background-repeat:no-repeat;
	background-position: 10% 50%;
}

div.project_link_sel {
	display:block;
	line-height:29px;
	border-bottom:1px solid #a1a1a1;
	background:#929292;
	background-image:url(../pics/bullet_triangle_white.gif);
	background-repeat:no-repeat;
	background-position: 10% 50%;
}


div.project_link_red {
	display:block;
	line-height:29px;
	border-bottom:1px solid #a1a1a1;
	background:#929292;
	background-image:url(../pics/bullet_triangle_red.gif);
	background-repeat:no-repeat;
	background-position: 7% 50%;
}
div.project_link_sel_red {
	display:block;
	line-height:29px;
	border-bottom:1px solid #a1a1a1;
	background:#929292;
	background-image:url(../pics/bullet_triangle_white.gif);
	background-repeat:no-repeat;
	background-position: 7% 50%;
}

/* media center submenu rows */
div.mediacenter_project {
	padding-left:20px;
	display:block;
	font-weight:bold;
	cursor:pointer;
	line-height:29px;
	font-family:Arial;
	color:#c7c7c7;
	font-size:12px;
	border-bottom:1px solid #a1a1a1;
	background:none;
	background-image:url(../pics/bullet_triangle_red.gif);
	background-repeat:no-repeat;
	background-position: 0em 0.8em;
}

div.mediacenter_project_sel {
	padding-left:20px;
	display:block;
	font-weight:bold;
	cursor:pointer;
	line-height:29px;
	font-family:Arial;
	color:white;
	font-size:12px;
	border-bottom:1px solid #a1a1a1;
	background:none;
	background-image:url(../pics/bullet_triangle_white.gif);
	background-repeat:no-repeat;
	background-position: 0em 0.8em;
}

A.white:link {
	color:white;
	text-decoration:none;
	font-weight:bold;
}
A.white:visited {
	color:white;
	text-decoration:none;
	font-weight:bold;
}
A.white:hover {
	color:white;
	text-decoration:underline;
	font-weight:bold;
}
