body{
	background: white;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
  	min-height: 1100px;
}
h1 { color: #444; }
h2 {
	font-size: 14px;
	color: #4d4d4d;
	padding-bottom: 4px;
	border-bottom: 2px  #4d4d4d dotted;
	font-family: verdana, arial, helvetica, sans-serif;
}
img {
	border: none;
}
/* Header Design */
#header_container {
	background: url('images/header_container_bkg.png') repeat-x;
/*
	width: 100%;
*/
/*
  width: 1000px;
*/
	height: 110px;
  text-align: center;
}
#header_wrapper {
	background: url('images/header_bkg.png') no-repeat;
  height: 110px;
  max-width: 1200px;
  position: relative;
  left: -100px;
  display: inline-block;
}
#header {
  width: 1000px;
/*
	width: 1200px;
*/
	height: 110px;
}
#agilar-logo {
	border: none;
}
#agilar-logo-link{
	position:relative;
	top:25.5px;
/*
	left:115px;
*/
  left: 140px;
  float: left;
}
#right{
	float: right;
	position: relative;
/*
	top: -25px;
*/
  top: 50px;
/*
	left: -115px;
*/
  right: -50px;
	width: 239px;
}

#languages{
	text-align: right;
	list-style: none;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}
#languages li{
	display: inline;
	font-size: 10px;
}
#languages li a{
	color: black;
}
#languages li a:hover{
	color: #d94807;
}

/* End Header Design */


/* Nav Design */
#nav {
	width: 100%;
	background: #ce6026 url('images/nav_bkg.png') repeat-x;
}
#nav_menu {
	margin: 0 auto;
	background: url('images/nav_menu_bkg_new.png') left top;
	background-repeat: no-repeat;
/*
	width: 1200px;
*/
  width: 1000px;
	height: 46px;
}
#nav_menu_list{
	position:relative;
/*
	top:13px;
*/
  top: 4px;
	padding-left:40px;
	list-style: none;
	margin: 0;
	font-size: 13px;
	color: white;
	height: 39px;
}
#nav_menu_list li{
	display: inline;
	margin-right: 15px;
}

#nav_menu_list li a{
	color:white;
	text-decoration: none;
  display: block;
  float: left;
  cursor: pointer;
  line-height: 35px;
  margin-right: 11px;
}

#nav_menu_list li { font-size: 13px; }

#nav_menu_list li a:hover { color: #3c3c3c; }

#nav_menu_list li a div { height: 37px; float: left; }
#nav_menu_list li a#current_tab { font-weight: bold; }

#nav_menu_list li a div.button-left { width: 10px; }
#nav_menu_list li a div.button-middle { }
#nav_menu_list li a div.button-right { width: 10px; }

#nav_menu_list li a:hover div.button-left { background: url('images/button-left.png') no-repeat !important; }
#nav_menu_list li a:hover div.button-middle { background: url('images/button-middle.png') repeat-x !important; }
#nav_menu_list li a:hover div.button-right { background: url('images/button-right.png') no-repeat !important; }

#nav_menu_list li a#current_tab div.button-left { background: url('images/button-current-left.png') no-repeat; }
#nav_menu_list li a#current_tab div.button-middle { background: url('images/button-current-middle.png') repeat-x; }
#nav_menu_list li a#current_tab div.button-right { background: url('images/button-current-right.png') no-repeat; }

#nav_menu_list .nav_menu_list_selected a{
	color: black;
}

#what-we-do-subsections { margin-top: 20px; padding: 7px 10px; border-top: 2px solid #999; border-bottom: 2px solid #999; font-family: tahoma, sans-serif; font-size: 16px; color: #333; }
#what-we-do-subsections span, #what-we-do-subsections a { letter-spacing: 1px; margin: 0 10px; }
#what-we-do-subsections span { color: #555; }
#what-we-do-subsections a { color: #336cd5; text-decoration: none; border-bottom: 1px dotted #336cd5; }
#what-we-do-subsections a:hover { color: #2112ed; border-bottom: 1px solid #2112ed; }
/* End Nav Design */



/* Content Desgin */
#content {
	margin: 0 auto;
	background: url('images/content_bkg.png') white repeat-x;
	width: 100%;
	min-height: 771px;
}

#features {
/*
	width: 920px;
*/
  width: 980px;
	margin: 0 auto 60px;
	position: relative;
	top: 40px;
	left: 0px;
}
#features img {
/*
	margin-right: 27px;
*/
  margin: 0 23px;
  position: relative;
}
#site_container{
	width: 920px;
	margin: 0 auto;
	position: relative;
/*
	top: 80px;
*/
	left: 0px;
}
#side_panel{
	float:left;
	width: 205px;
}

.block-aggregator ul{
	padding: 0;
	margin: 0;
	margin-left: 12px;
	font-size: 12px;
	list-style-type: url('images/posts.png');
}

.block-aggregator li{
	list-style-image: url('images/posts.png');
	margin-top: 20px;
}
.block-aggregator a{
	color: #ed8f33;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	position:relative;
	top: -10px;
}

.block-aggregator a:hover{
	color: #d94807;
}
.block-aggregator p{
	position:relative;
	top: -10px;
	font-size: 10px;
	margin:0;
}
#actual_content, #actual_content_home{
	float:left;
  position: relative;
  left: 15px;
}
#actual_content{
	width: 900px;
}
#actual_content_home{
	width: 700px;
}
.more-link { margin: 12px 0 0 12px; }
.more-link a {
	font-size: 12px;
	color: #3b93e2;
}

.consultant{ position: relative; width: 335px; height: 147px; float: left; margin-right: 15px; margin-bottom: 12px; }

.consultant img { position: absolute; top: 0; left: 0; }

.consultant-text { position: absolute; left: 131px; width: 189px; height: 131px; padding: 16px 3px 0 12px; }
.consultant-name { font-size: 14px; margin: 0; }
.consultant-title { font-size: 13px; font-weight: normal; margin: 0; }
.consultant-description { font-size: 11px; line-height: 14px; }

.success_story {
	width:678px;
	height: 145px;
	background: url('images/success_story_bkg_noarrow.png') no-repeat;
}
.success_story_logo {
	width: 131px;
	float:left;
}
.success_story_content{
	width: 536px;
	float:left;
	margin-left: 10px;
	margin-top: 10px;
}
.success_story_content h3{
	font-size: 13px;
	margin: 0;
}
.success_story_content h4{
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 6px;	
}
.success_story_content p{
	font-size: 10px;
	margin: 0;
}
/* End Content Desgin */

p, li { font-size: 14px; }

.important-notice { background-color: #fff; padding: 8px 12px; font-family: arial; }
.text { margin-top: 0; }
.underline { text-decoration: underline; }
.italic { font-style: italic; }

#course { margin-top: 20px; }
#course ul { list-style-type: none; padding: 0; margin: 0 0 20px 0; }
#course a { color: #1c6bcd; }
#course a:hover { color: #0b4082; }
#course h3 { font-size: 14px; font-style: italic; margin-bottom: 0; }
.course-header { background: url('images/course-icon.png') top left no-repeat; padding-left: 48px; }
.course-header h1 { color: #cd6634; margin: 0; font-size: 26px; }
.course-header p { font-size: 12px; margin: 0; }
.course-cost { width: 387px; height: 76px; background: url('images/course-cost.png') top left no-repeat; margin-top: 25px; }
.course-cost p { font-size: 13px; font-family: arial; margin: 4px 0 0 68px; position: relative; top: 6px; }
.course-cost span { font-size: 15px; font-weight: bold; }
.course-time, .course-place { position: relative; width: 387px; height: 44px; margin-top: 25px; }
.course-time { background: url('images/course-time.png') top left no-repeat; }
.course-place { background: url('images/course-place.png') top left no-repeat; }
.course-time p, .course-place p { position: absolute; bottom: 0; font-size: 13px; margin-left: 68px; }

#contact-us { float: left; }
#contact-us ul { list-style: none; padding-left: 64px; font-size: 14px; margin-bottom: 25px; }
#contact-us-be { background: url('images/flag-be.png') top left no-repeat; }
#contact-us-ar { background: url('images/flag-ar.png') top left no-repeat; }
#contact-mail-page .form-item { position: absolute; right: 10px; font-size: 13px; font-weight: bold; width: 490px; }
#contact-mail-page .form-required { display: none; }
#contact-mail-page .form-item label { position: relative; top: 4px; }
#contact-mail-page .form-item input, #contact-mail-page .form-item textarea { width: 320px; float: right; }
#contact-mail-page .form-item textarea { height: 150px; }
#contact-mail-page #edit-name-wrapper { top: 68px; }
#contact-mail-page #edit-mail-wrapper { top: 108px; }
#contact-mail-page #edit-subject-wrapper { top: 148px; }
#contact-mail-page #edit-message-wrapper { top: 188px; }
#contact-mail-page #edit-message-wrapper div { float: right; }
#contact-mail-page #edit-copy-wrapper { display: none; }
#contact-mail-page #edit-submit { position: absolute; top: 363px; right: 10px; }

.clear { clear: both; }
