/*****************************************/
/* Document   : style.css                */
/* Created on : Jun 18, 2010, 1:44:36 AM */
/* Author     : damian.ignacio@gmail.com */
/*****************************************/

/*********/
/* RESET */
/*********/



a,h1,h2,h3,h4,h5,h6,p,div,ul,li,input,body,html,img,td,tr,table,textarea{
    padding: 0; margin: 0; border: transparent 0 none;
    outline: 0;    
}
a{
    text-decoration: none;
    color: red;
}
li{
    list-style-type: none;
}
body{
    font-family: sans-serif;
}

/**********/
/* HEADER */
/**********/

#wrapper_bg_header{
    width: 100%;
    background-color:#fff;
    height: 127px;
}
#inner_header{
    position: relative;
    left: 120px;
    width: 1000px;
    margin: 0 auto;
    background: transparent url(images/header_bg.png) 0 7px repeat-x;
}
#header{
    position: absolute;
    height: 127px;
    width: 1000px;    
    right: 120px;
    background: transparent url(images/header_bg.png) 0 7px repeat-x;
}
#header.wide{
    width: 1000px;
}
#header.narrow{    
    width: 1000px;
}
#header.narrow #header_search{    
    left: 25px;
}
#header #header_logo{
    position: absolute;
    right: 30px;        
    height: 107px;
    width: 210px;
	background: url(images/header_logo_qedis.png) no-repeat;
}

#header #header_logo a{
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	outline: 0;
	height: 107px;
    width: 179px;
}


#header #header_search{
    position: absolute;
    left: 30px;
    top: 30px;
    height: 65px;
    width: 257px;
}
#header #header_search .search_form{
    margin-top: 7px;
    height: 31px;
}
#header #header_search .title{
	margin-bottom: 0;
    margin-left:6px;
    display: block;
    width: 107px;
    height: 27px;
    background: transparent url(images/logo_nextgen_black.png) no-repeat;
}
#header #header_search div.text{
    float: left;
    width: 120px;
    height: 17px;
    background: transparent url(images/search_input_txt.png) no-repeat;
    margin: 4px 0 11px 0;    
}
#header #header_search div.text input{
    width: 99px;
    height: 13px;
    font-size: 11px;
    background-color: transparent;
    padding: 2px 10px;
    color: #636567;    
}
#header #header_search div.submit{
    float: left;
    width: 31px;
    height: 31px;    
}
#header #header_search div.submit input{
    border: none;
    width: 31px;
    height: 31px;        
    background: transparent url(images/search_button.png) no-repeat;    
}

/**************/
/* NAVIGATION */
/**************/

#navigation{
    position: absolute;
    width: 220px;
    left: 0px;
    height: 503px;
    /* bottom: 0; */
    top:0px;
    background: #20add5 url(images/content_bg.png) repeat-x;    
}

/**************/
/* BREADCRUMB */
/**************/

#wrapper_bg_breadcrumb{
    width: 100%;
   /* background-color: #1eadd4;*/
    height: 40px;
    /* margin-bottom: 3px; HINT */
}

#inner_breadcrumb{
    height: 40px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
  /*  background-color: #1eadd4;    */
}

/* Is not the best solution...but work for ie6 */

#breadcrumb div{
    height: 40px;
 /*   width: 1000px;*/
	position: absolute;
    /* right: 120px; */
    background-color: #F6921D;
}
#breadcrumb.wide div.inner{
    width: 998px;
    border-left: 1px solid #f6921d;
    border-right: 1px solid #f6921d;
	 right: 0px; 
}
#breadcrumb.narrow div.inner{
    /* height: 23px; HINT */
    width: 1000px;
    border-left: 1px solid #f6921d;
    border-right: 1px solid #f6921d;
	left: 0px;
}
#breadcrumb div.inner{
    background-color: #F6921D;
}

/***********/
/* CONTENT */
/***********/

#wrapper_bg_content{
    width: 100%;
    /* background: transparent url(images/content_bg.png) repeat-x; */
    height: 506px;    
}
#inner_content{
    position: relative;
    height: 406px;
    width: 1000px;
    margin: 0 auto;
	
}
#content{
    height: 500px;
    position: absolute;
    right: 0px;
    /* #c09548 */
    border-left: 1px solid #f6921d;
    border-right: 1px solid #f6921d;
	overflow: auto;
	width: 998px;

}

#content.wide div.inner{
    width: 998px; /* 1000 */
    background-color: #20add5;
}
#content.narrow div.inner{
    width: 778px; /* 1000 */
    background-color: #fff;
	right: 0;
	position: absolute;
	border-left: 1px solid #f6921d;
}
#wrapper_bg_right,
#wrapper_bg_left{
    position: absolute;
    top: 0;
    width: 0px;
    height: 406px;
   /*  background-color: green;
    background: transparent url(images/content_bg.png) repeat-x; */
}
#wrapper_bg_right{
    right: 0;
}
#wrapper_bg_left{
    left: 0;
width:0px;
}
#wrapper_bg_right .lines,
#wrapper_bg_left .lines{
    z-index: 5;
    top: 5px;
    width: 0px;
    height: 86px;
   /* background-color: red;*/
    position: absolute;
   /* background: transparent url(images/content_dots.png) repeat-x; */
}
#wrapper_bg_left .lines{
    right: 0;
width:0px;
}
#wrapper_bg_right .lines{
    left: 0;
}
#wrapper_bg_right .shadow,
#wrapper_bg_left .shadow{
    z-index: 6;
    top: 0;
    width: 0px;
    height: 339px;
    background-color: red;
    position: absolute;
}
#wrapper_bg_left .shadow{
    right: 0;
  /*  background: transparent url(images/content_shadow_left.png) no-repeat; */
}
#wrapper_bg_right .shadow{
    left: 0;
    background: transparent url(images/content_shadow_right.png) no-repeat;
}
#wrapper_bg_footer{
    width: 100%;
  /*  background: transparent url(images/footer_bg.png) top repeat-x;*/
    height: 30px;   
}
#inner_footer{
    height: 30px;
    width: 1000px;
    margin: 0 auto;
    background: transparent url(images/footer_bg.png) top repeat-x;
    padding-top: 25px;
}
#footer{
    height: 30px;
    width: 1000px;
    position: relative;
    margin: 0 auto;
    background-color: #cbcccf;
}
#footer ul{
    height: 30px;
    float: left;           
}
#footer ul li{
    float: left;
}
#footer ul a{
    padding: 9px 10px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;    
}
#footer ul li#home{
    background-color:  #cbcccf;    
}
#footer ul li#home a{    
    color: #0772ba;
}
#footer ul li#contact{
    background-color:  #9ed1d8;
}
#footer ul li#contact a{
    color: #636567;
}
#footer ul li#international{
    background-color:  #1eadd4;
}
#footer ul li#international a{
    color: #fff;
}

/**************/
/* MENU BALLS */
/**************/
/* 220 */

#menu_balls{
    position: relative;
    width: 220px;
    height: 220px;
    top: 20px;
  display: none;
}

#menu_balls a{
	margin: 0; padding: 0; border: 0; outline: 0;
    width: 89px;
    height: 89px;
	display: block;
	cursor: pointer;
}
#menu_balls .item{
    position: absolute;    
    margin: 0;
    width: 89px;
    height: 89px;
}

#menu_balls #item_1{
    left: 66px;
    top: 0;
    background: transparent url(images/button_why.png) no-repeat;
}
#menu_balls #item_2{
    left: 5px;
    top: 50px;
    background: transparent url(images/button_training.png) no-repeat;
}
#menu_balls #item_3{
    right: 5px;
    top: 50px;
    background: transparent url(images/button_recruit.png) no-repeat;
}
#menu_balls #item_4{
    left: 26px;
    top: 124px;
    background: transparent url(images/button_consulting.png) no-repeat;
}
#menu_balls #item_5{
    right: 26px;
    top: 124px;
    background: transparent url(images/button_ourppl.png) no-repeat;
}

/**************/
/* MENU BALLS */
/**************/
/* 220 */

#menu_puzzle{
    position: relative;
    width: 337px;
    height: 248px;
    top: 30px;
}
#menu_puzzle .item{
    position: absolute;    
}

#menu_puzzle #item_1{
    width: 111px;
    height: 128px;    
    left: 0;
    top: 0;
    background: transparent url(images/puzzle_01.png) no-repeat;
}
#menu_puzzle #item_2{
    width: 105px;
    height: 128px;
    left: 111px;
    top: 0;
    background: transparent url(images/puzzle_02.png) no-repeat;
}
#menu_puzzle #item_3{
    width: 121px;
    height: 128px;
    right: 0;
    top: 0;
    background: transparent url(images/puzzle_03.png) no-repeat;
}
#menu_puzzle #item_4{
    width: 111px;
    height: 120px;
    left: 0;
    top: 128px;
    background: transparent url(images/puzzle_04.png) no-repeat;
}
#menu_puzzle #item_5{
    width: 105px;
    height: 120px;
    left: 111px;
    top: 128px;
    background: transparent url(images/puzzle_05.png) no-repeat;
}
#menu_puzzle #item_6{
    width: 121px;
    height: 120px;
    right: 0;
    top: 128px;
    background: transparent url(images/puzzle_06.png) no-repeat;
}

/**************/
/* MENU LINKS */
/**************/

#menu_links{
    position: relative;
    top: 15px;
    width: 190px;
    margin: 0 15px;
}
#menu_links li a{
    font-size: 12px;
    margin: 3px;
    color: #fff;
}
#menu_links li{    
    margin-bottom: 0;    
    padding: 2px 0;
    border-bottom: 2px solid #5ca7c4;     
}
#menu_links li span{
    display: block;
    padding: 3px 0;    
}
#menu_links li span:hover{
    background-color: #69b2d0;
}
#menu_links .bullet{
    background: transparent url(images/dot.png) no-repeat;
    float: left;
    margin: 2px 0 2px 7px;
    width: 8px;
    height: 9px;    
}
#menu_links ul ul{
    display: none;
}
#menu_links ul ul li{
    padding-left: 15px;
    border-bottom: none;
}
#menu_links ul ul li a{
    font-size: 11px;
    margin: 3px;
    color: #fff;
}
#menu_links ul ul li a:hover{
    color: #c09548;
}
#menu_links ul ul li span:hover{
    background-color: transparent;
}

/* background: #0c4f63 url(images/content_narrow_shadow.png) bottom repeat-x; */

/****************/
/* CONTENT HOME */
/****************/

#wrapper_bg_content.home{
    height: 358px;
}
#wrapper_bg_content.home #inner_content{
    height: 358px;
}
#wrapper_bg_content.home #wrapper_bg_left, #wrapper_bg_content.home #wrapper_bg_right{
    height: 358px;
}
#content.wide.home{
    height: 358px;
    left: 120px;
    width: 998px; /* 998 1000 */

    /* background-color: #20add5; */
    /* background: #0c4f63 url(images/home_banner.png);*/
    overflow: auto;
    background: #f6921d;
}
#content.wide.home #inner_home{
    position: relative;
    height: 333px;
    width: 994px;
    margin: 0 auto;
    margin-top: 2px;
    background: #fff; /* url(images/home_banner.png) no-repeat; */
    border-bottom: 3px solid #20add5;
}


#content.wide.home #inner_home #image_rotator{
    z-index: 5;
	position: relative; height: 333px; width: 994px; overflow: hidden;
}
#content.wide.home #inner_home #image_rotator img{    
    width: 994px;
    width: 550px;
    height: 333px;
}


#content.wide.home #column_right{
    background-color: #fff;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;
    height: 333px;
    width: 245px;
    /* background: url(images/home_box_bg.jpg) bottom repeat-x; */
}
#content.wide.home #column_right .box_home{
    width: 171px;    
    margin: 10px auto 0 auto;
    position: relative;
    margin-left: 55px;
}
#content.wide.home #column_right .box_home .box_inner_top{
    width: 171px;
    background: transparent url(images/home_box_border_top.png) no-repeat;
    height: 12px;
}

#content.wide.home #column_right .box_home .box_inner_bottom{
    width: 171px;
    background: transparent url(images/home_box_border_bottom.png) no-repeat;
    height: 13px;
}

#content.wide.home #column_right .box_home .box_inner_mid{   
    background: transparent url(images/home_box_border_mid.png) repeat-y;
}
#content.wide.home #column_right .box_home .title{
    margin: 0 4px;
    height: 25px; 
}
#content.wide.home #column_right .box_home .body{
    margin: 2px 4px 0 4px;    
    background-color: #e5e5e7;    
}


#content.wide.home #column_right .box_home .body p{
    margin: 0;
    color: #666;
    font-size: 11px;
    padding: 0 5px 2px 5px;
    font-weight: normal;
}
#content.wide.home #column_right .box_home .body p.see_more{
    padding-top: 10px;
    font-size: 13px;
}
#content.wide.home #column_right .box_home .body p.see_more a{    
    font-size: 13px;
}
#content.wide.home #column_right #box_gallery.box_home .title{
    background: #9c9ea0 url(images/home_title_qgallery.png) 7px no-repeat;
}
#content.wide.home #column_right #box_ask.box_home .title{
    background: #9c9ea0 url(images/home_title_askq.png) 7px no-repeat;
}

#home_gallery_frame{
    background: transparent url(images/home_gallery_frame.png) no-repeat;
    width: 90px;
    height: 94px;
    position: absolute;
    bottom: 13px;
    right: 0;
    margin: 0;
}
#home_ask_more{
    margin: 0;
    background: transparent url(images/home_button_more.png) no-repeat;
    width: 64px;
    height: 27px;
    position: absolute;
    bottom: 8px;
    right: 0;
}
#content.wide.home #column_right .box_home .body h2{    
    color: #20add5;
    font-size: 12px;  
    font-weight: normal;
    padding: 5px 5px 2px 7px;
    margin: 0 0 0 5px;
    background: transparent url(images/home_item_arrow.png) 0 9px no-repeat;
}
#box_gallery .body{
    height: 80px;
    overflow: hidden;
}
#box_ask .body{
    height: 120px;
    overflow: hidden;
}

/*******************/
/* HOME MENU BALLS */
/*******************/

#content.wide.home #menu_balls_bg{
	z-index: 88;
    position: absolute;
    width: 383px;
    height: 333px;
    top: 0;
    right: 240px;
}

#content.wide.home #menu_balls2{
	z-index: 99;
    position: absolute;
    width: 383px;
    height: 333px;
    top: 0;
    right: 240px;
    /* background-color: #fff; */
    background: transparent url(images/home_banner_bg.png) repeat-y;
}
#content.wide.home #menu_balls2 a{
	margin: 0; padding: 0; border: 0; outline: 0;
    width: 126px;
    height: 125px;
	display: block;
	cursor: pointer;
}
#content.wide.home #menu_balls2 .item{
    position: absolute;
    margin: 0;
    width: 126px;
    height: 125px;
}
#content.wide.home #menu_balls2 #item_1{
    left: 154px;
    top: 10px;
    background: transparent url(images/button_why_large.png) no-repeat;
}
#content.wide.home #menu_balls2 #item_2{
    left: 55px;
    top: 85px;
    background: transparent url(images/button_training_large.png) no-repeat;
}
#content.wide.home #menu_balls2 #item_3{
    right: 5px;
    top: 85px;
    background: transparent url(images/button_qba_large.png) no-repeat;
}
#content.wide.home #menu_balls2 #item_4{
    left: 90px;
    top: 200px;
    background: transparent url(images/button_consulting_large.png) no-repeat;
}
#content.wide.home #menu_balls2 #item_5{
    right: 40px;
    top: 200px;
    background: transparent url(images/button_recruit_large.png) no-repeat;
}
#logos_awards{
    position: relative;
    height: 66px;
    padding-top: 7px;
   /* margin-right: 120px;*/
}
#logos_awards .item{
    float: right;
    line-height: 90px;
    margin: 0;
    width: 90px;
    height: 66px;    
}

#logos_awards #award_1{
    background: transparent url(images/home_award_100.png) no-repeat;
}
#logos_awards #award_2{
    background: transparent url(images/home_award_b.png) no-repeat;
}
#logos_awards #award_3{
    background: transparent url(images/home_award_bright.png) no-repeat;
}
#logos_awards #award_4{
    background: transparent url(images/home_award_laurel.png) no-repeat;
}
#logos_awards #award_5{
    background: transparent url(images/home_award_nick.png) no-repeat;
}

#inner_footer.home{
    height: inherit;
    width: 1000px;
    margin: 0 auto;
    background: transparent url(images/footer_bg.png) top repeat-x;
    padding-top: 0;
}


/***************/
/* CONTENT ASK */
/***************/

#content.wide.ask{
    left: 120px;
    width: 998px; /* 998 1000 */
    /* background-color: #20add5;
    background: #0c4f63 url(images/item_gradient_bottom.png) bottom repeat-x; */

    overflow: auto;
    /* background: url(images/item_gradient_bottom.jpg) bottom repeat-x; */
}
#content.wide.ask #contact_form_wrapper{
    color: #fff;
    padding: 50px;
    position: absolute;
    height: 406px;
    width: 325px;
    top: 0;
    left: 0;
}
#content.wide.ask #contact_form{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 384px;
    height: 329px;
    background: transparent url(images/contact_bg.png);
}
#content.wide.ask #contact_form textarea{
    position: absolute;
    top: 48px;
    left: 18px;
    width: 346px;
    height: 234px;
    background-color: transparent;
}
#content.wide.ask #contact_form textarea{
    position: absolute;
    top: 48px;
    left: 18px;
    width: 346px;
    height: 234px;
    background-color: #fff;
}
#content.wide.ask #contact_form #form_submit{
    position: absolute;
    width: 98px;
    height: 39px;
    background: transparent url(images/contact_submit.png);
    bottom: 6px;
    right: 10px;
}
#content.wide.ask .item{
    padding-left: 440px;
    background-color: #115f76;
    padding-top: 5px;
}
#content.wide.ask h1{    
    font-size: 20px;
    color: #f59c1f;
    padding-left: 440px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    background-color: #043445;
}
#content.wide.ask h2 div.bullet{
    width: 12px;
    height: 15px;
    background: transparent url(images/item_bullet.png) no-repeat;
    padding-top: 2px;
    padding-left: 5px;
    font-size: 11px;
    color: #fff;
    float: left;
}
#content.wide.ask h2 span{    
    line-height: 12px;
    display: inline-block;
    padding: 3px 5px;
    height: 12px;
    font-size: 12px;
    color: #cd7c1d;
    color: #f59c1f;
}
#content.wide.ask h2{
    margin-bottom: 5px;
}
#content.wide.ask p{
    color: #fff;
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 22px;
    padding-right: 10px;
}
#content.wide.ask .item.odd{
    border-top: 8px solid #0c4f63;
    border-bottom: 8px solid #0c4f63;

}
#content.wide.ask .item.even{
    border-top: 2px solid #146a83;
    border-bottom: 2px solid #146a83;
    /* background-color: #116178; */
}
#content.wide.ask .item.first{
    border-top: none;    
    background-image: url(images/item_gradient_top.jpg);
    background-position: top;
    background-repeat: repeat-x;
}
#content.wide.ask .item.last{
    border-bottom: none;    
    background-position: top;
    background-repeat: repeat-x;
    /* margin-bottom: 65px; */
}

/*******************/
/* CONTENT GALLERY */
/*******************/

#content.gallery div.inner{
	height: 406px;
    position: absolute;
    left: 0;
    /* #c09548 */
	overflow: hidden;
	width: 998px; /* 1000 */
    background-color: #20add5;
    background: url(images/gallery_bg.png) repeat-x;
}
#content.gallery h1{
    position: absolute;
    font-size: 20px;
    color: #f59c1f;
    padding-top: 10px;
    padding-left: 10px;    
}
#content.gallery .thumb,#content.gallery .wrapper_thumb{
    position: absolute;
    width: 158px;
    height: 165px;
}
#content.gallery .thumb  img{
    width: 158px;
    height: 165px;
}
#content.gallery .wrapper_thumb{
    background: url(images/gallery_thumb.png) no-repeat;
}
#content.gallery .wrapper_photo{
    z-index: 99;
    position: absolute;
    width: 344px;
    height: 338px;
    background: url(images/gallery_photo.png);
}
#content.gallery .thumb .image{
    position: absolute;
    background-color: black;
    width: 158px;
    height: 165px;
    top: 0;
    left: 0;
    overflow: hidden;
}
#content.gallery #photo .image_back{
    z-index: 1;
    position: absolute;
    background-color: black;
    width: 344px;
    height: 338px;
    top: 0;
    left: 0;
    overflow: hidden;
}
#content.gallery #photo{
    position: absolute;
    left: 328px;
}
#content.gallery #photo img{
    z-index: 2;
    width: 344px;
    height: 338px;
}
#content.gallery #photo .image{
    z-index: 2;
    position: absolute;
    background-color: black;
    width: 344px;
    height: 338px;
    top: 0;
    left: 0;
    overflow: hidden;
}
#content.gallery .thumb{
    top: 100px;
}
#content.gallery #thumb_left_1{
    left: 10px;
}
#content.gallery #thumb_left_2{
    left: 170px;
}
#content.gallery #thumb_right_1{
    right: 10px;
}
#content.gallery #thumb_right_2{
    right: 170px;
}
#content.gallery #gallery_control{
    z-index: 99;
    position: absolute;
    width: 998px;
    bottom: 40px;
    background: url(images/gallery_title_bg.png) center no-repeat;
    height: 29px;
}
#content.gallery #gallery_title{
    z-index: 99;
    position: absolute;
    width: 998px;
    bottom: 7px;
    background: url(images/gallery_title_bg.png) center no-repeat;
    height: 29px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    color: #fff;
}
#content.gallery #gallery_control_inner{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;    
    width: 600px;
    margin: 0 auto;
    text-align: center;
}
#content.gallery #gallery_control_inner *{
    cursor: pointer;
}
#content.gallery #gallery_control_inner span.q{
    color: #f59c1f;
}
#content.gallery #prev{
    cursor: pointer;
    top: 8px;
    left: 230px;
    position: absolute;    
    width: 12px;
    height: 14px;
    background: url(images/gallery_prev.png) center no-repeat;
}
#content.gallery #prev.hover{
    background-image: url(images/gallery_prev_hover.png);
}
#content.gallery #next{
    cursor: pointer;
    top: 8px;
    right: 230px;
    position: absolute;
    width: 12px;
    height: 14px;
    background: url(images/gallery_next.png) center no-repeat;
}
#content.gallery #next.hover{
    background-image: url(images/gallery_next_hover.png);
}

/*************************/
/* CONTENT NARROW COMMON */
/*************************/

#content.narrow p,li,a{
    color: #333;
    font-size: 12px;
    line-height: 135%;
}
#content.narrow h1,h2,h3,h4,h5,h6,a{
    color: #f59c1f;
    margin-bottom: 8px;
}
#content.narrow h1{
    font-size: 18px;    
}
#content.narrow h2{
    font-size: 16px;
}
#content.narrow h3{
    font-size: 14px;
}
#content.narrow h4,h5,h6{
    font-size: 13px;
}
#content.narrow p{
    margin-bottom: 6px;
}
#content.narrow a{
    text-decoration: underline;
}
#content.narrow a:hover{
    /* text-decoration: none; */
}
#content.narrow ul{
    margin-bottom: 6px;
}
#content.narrow li{
    list-style-type: disc;
    list-style-position: inside;
    color: #f59c1f;
    margin-bottom: 3px;
}
#content.narrow li a{
    color: #20add5;
}


/*********************/
/* CONTENT AB NARROW */
/*********************/

/* top parent width: 778px; */

#content.narrow.ab_narrow{
    height: 406px;
    position: absolute;
    right: 0px;
    /* #c09548 */
    border-left: 1px solid #f6921d;
    border-right: 1px solid #f6921d;
	background-color: white;

}

#content.narrow.ab_narrow #column_a{
    float: left;    
    width: 439px;
    height: 406px;    
    overflow: auto;

}
#content.narrow.ab_narrow #column_a_inner{
    margin: 20px 5px 20px 20px;
}
#content.narrow.ab_narrow #column_b{
    float: right;
    width: 339px;
    height: 406px;    
    overflow: hidden;
    text-align: center;
}

/*******************/
/* CONTENT AB WIDE */
/*******************/


#content.narrow.ab_wide{
    height: 406px;
    position: absolute;
    right: 0px;
    /* #c09548 */
    border-left: 1px solid #f6921d;
    border-right: 1px solid #f6921d;
	background-color: white;
}


#content.narrow.ab_wide #column_a{
    float: left;
    width: 549px;
    height: 406px;
    overflow: auto;
}
#content.narrow.ab_wide #column_a_inner{
    margin: 20px 5px 20px 20px;
}
#content.narrow.ab_wide #column_b{
    float: right;
    width: 229px;
    height: 406px;
    overflow: hidden;
    text-align: center;
}
#content.narrow #column_b.margin img{
    margin-top: 10px;
}

/******************/
/* CONTENT A WIDE */
/******************/

#content.narrow.a_wide #column_a{
    float: left;
    width: 778px;
    height: 500px;
    overflow: auto;
}
#content.narrow.a_wide #column_a_inner{
    margin: 20px;
}



/***************/
/* CONTENT ASK */
/***************/

#content.wide.people{
    left: 0px;
    width: 998px; /* 998 1000 */
    overflow: auto;
}

#content.wide.people .inner{
    background: transparent url(images/gallery_bg.png) repeat-x;
    left: 0;
    width: 998px; /* 998 1000 */
	/* height: 506px; */

}#content.wide.people h1{
    position: absolute;
    font-size: 20px;
    color: #f59c1f;
    padding-top: 10px;
    padding-left: 10px;
}
#content.wide.people #people_videos,
#content.wide.people #people_videos_wrapper,
#content.wide.people #people_videos_bg{
    width: 422px;
    height: 406px;
   
    top:0;
    right: 0;
}
#content.wide.people #people_videos_wrapper{
    z-index: 10; 
    background: transparent url(images/video_circles_bg.png) repeat-x;
}
#content.wide.people #people_videos_bg{
    z-index: 0;    
    background: #000;
}

#content.wide.people #people_videos .thumb{
    position: absolute;    
    z-index: 5;
    width: 130px;
    height: 94px;
}

#content.wide.people #people_videos .arrow{
    position: absolute;
    display: block;
    z-index: 99;
    
    cursor: pointer;
    margin: 0;
    padding: 0;
}

#content.wide.people #people_videos .arrow img{
    float: left;
    display: block;
  
}

#content.wide.people #people_videos #thumb_1{    
    top: 35px;
    left: 141px;
}
#content.wide.people #people_videos #arrow_1{
    top: 52px;
    left: 181px;
}

#content.wide.people #people_videos #thumb_2{
    top: 130px;
    left: 19px;
}
#content.wide.people #people_videos #arrow_2{
    top: 147px;
    left: 59px;
}
#content.wide.people #people_videos #thumb_3{
    top: 130px;
    right: 30px;
}
#content.wide.people #people_videos #arrow_3{
    top: 147px;
    right: 70px;
}
#content.wide.people #people_videos #thumb_4{
    bottom: 42px;
    left: 65px;
}
#content.wide.people #people_videos #arrow_4{
    bottom: 62px;
    left: 105px;
}
#content.wide.people #people_videos #thumb_5{
    bottom: 42px;
    right: 77px;
}
#content.wide.people #people_videos #arrow_5{
    bottom: 62px;
    right: 117px;
}

#content.wide.people .item{
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 422px
}

#content.wide.people p,#content.wide.people ul{
    color: #fff;
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}



/***************/
/* JSCROLLPANE */
/***************/


.jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.jScrollPaneTrack {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    background: #fff;
}
.jScrollPaneDrag {
    position: absolute;
    background: #aaa;
    cursor: pointer;
    overflow: hidden;
}
.jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
a.jScrollArrowUp {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    background-color: #bbb;
    margin: 0;
}
a.jScrollArrowUp:hover {
    background-color: #f60;
}
a.jScrollArrowDown {    
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    background-color: #bbb;
    margin: 0;
}
a.jScrollArrowDown:hover {
    background-color: #f60;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    background-color: #f00;
}

/******************/
/* SEARCH RESULTS */
/******************/

.ajaxSearch_grpResultsDisplayed{    
    font-size: 11px;    
    color: #999;
}



.ajaxSearch_paging{
    color: #666;
    font-size: 13px;
}

.ajaxSearch_grpResultName{
    margin-bottom: 10px;
}

#grpResult_site_wide a{
    color: #1eadd4;
}

.AS_ajax_resultsIntroFailure{
    color: #666;
}
