body
{
	background-color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px;
	color: #666666;
	text-align: center;
}
img
{
	border: 0px;
}

a
{
	text-decoration: none;
	color: #0093D0;
}
a:hover, .news_list a:hover
{
	color: #5B5B5B;
}

.active_link
{
	background-image: url(images/active_link.gif);
	background-repeat: no-repeat;
}
#site_container
{
	width: 990px;
	text-align: left;
	margin:0px auto;
}

#top_nav
{
	float: left;
	width:150px;
	margin-left: 23px;
}
#top_nav a
{
    display:block;
	width: 120px;
	height: 9px;
	margin: 5px 0px 15px 10px;
	background-image: url(images/title_sprite.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#top_nav #menu_careers
{
    background-position:-12px -23px;
}
#top_nav #menu_login
{
    background-position:-12px -7px;
}
#top_nav #menu_contact
{
    background-position:-12px -39px;
}

.top_nav_red a
{
    border-left: solid 1px #C4122F;
}
.top_nav_blue a
{
    border-left: solid 1px #0093D0;
}
.top_nav_green a
{
    border-left: solid 1px #939B1E;
}


#top_logo
{
	float: right;
}

#top_menu, #careers_top_menu
{
	float: left;
	width: 955px;
	margin-top: 5px;
	padding: 9px 0 9px 35px;
	background-image: url(images/top_banner.gif);
	background-repeat: no-repeat;	
}

#top_menu a
{
    display:block;
    float: left;
	height: 20px;
	width: 120px;
	margin-right:5px;
	background-image: url(images/title_sprite.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	border-bottom: solid 1px transparent;
}

#top_menu a:hover, #careers_top_menu a:hover
{
	/*border-bottom: solid 1px #707070;*/
	box-shadow: 0 0 5px #999;
}

#top_menu #menu_solutions
{
    background-position: 0 -199px;
}   
#top_menu #menu_services
{
    background-position: 0 -183px;
}   
#top_menu #menu_resourcelibrary
{
    background-position: 0 -167px;
}   
#top_menu #menu_about
{
    background-position: 0 -232px;
}   

#banner
{
	clear: both;
	margin-bottom:10px;
}

#lower_home
{
    width:100%;
    margin:0 35px;
}

.box
{
	width: 270px;
	height: 170px;
	float: left;
	margin: 0px 6px 5px 0px;
	padding:10px 15px;
    background-image: url(images/box_bg.gif);
    background-repeat:no-repeat;
}
.box_content
{
	height: 125px;
}
.box_image
{
	float: left;
	width:80px;
}


.box_title
{
	width:200px;
	height:20px;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-image: url(images/title_sprite.gif);
}

#solutions_title
{
	background-position: -6px -137px;
	margin:0px 0px 5px 0px;
}
#services_title
{
	background-position: -6px -216px;
	margin:0px 0px 5px 0px;
}

#testimonials_title
{
	background-position: 0px -49px;
	margin:10px 0;
	}
	
#news_title
{
	background-position: 0px -69px;
	margin:0px 0px 5px 0px;
}

.home_more
{
	display:block;
	margin-left: 12px;
}

.box_content .box_text
{
    float:right;
    width:180px;
    margin:0;
}

.red_text
{
	color: #C4122F;
}
.green_text
{
	/*color:#A6AE19;*/
	color: #939B1E;
}
.blue_text
{
	color: #0093D0;
}
ul.news_list
{
	margin-top: 0px;
	padding-left: 10px;
	margin-left: 10px;
}
.news_list li
{
	margin-bottom: 3px;
}
.news_list a
{
	color: #404040;
}
.news_list li a:hover
{
	color: #939B1E;
}
div.news_list a
{
    padding: 1px 15px;
    border-radius: 10px;
}
div.news_list a:hover
{
    background-color:#EEE;
    
}

#client_logos
{
	clear: both;
	margin-left: -43px;
	padding-bottom: 5px;
}

#testimonials_box
{
	width: 270px;
	height: 210px;
	float: left;
	margin: 0px 8px 5px 1px;
	padding:10px 15px;
    background-image: url(images/box_testimonials_bg.gif);
    background-repeat:no-repeat;
}

#casestudies_box
{
	float:left;
	margin: 0px 8px 5px 0px;
	padding: 10px 15px;
	background-image:url(images/box_casestudy_bg.gif);
	background-repeat:no-repeat;
	width:575px;
	height: 210px;
}

#casestudies_title
{
	background-position: -6px -86px;
   	margin: 10px 0 5px 0;
}

div#casestudies
{
    height:150px;
}

div.csdetails
{
    width: 100%;
    display: none;
}

div.csimages
{
    background-image: url(images/clients.gif);
    background-repeat: no-repeat;
    float: left;
    width: 194px;
    height: 79px;
    margin: 30px 30px 10px 30px;
}

div.cstext
{

    float: left;
    font-weight: bold;
    margin: 0px 10px 10px 30px;
    padding-left: 5px;
    width: 275px;
}

div.cstext span
{
    font-weight: normal;
    display:block;
}

div#casestudies a.dlcs
{
    display:block;
    font-weight: bold;
    margin-top: 30px;
    color: #404040;
}

div#csnav
{
    width: 100px;
    margin: 0px 80px;
}

#csnav a
{
    display:block;
    float:left;
    width:25px;
    background-image: url(images/next_prev_arrows.gif);
    background-repeat: no-repeat;
    text-indent:-9999px;
    height:20px;
}

#csNavPrev
{
    background-position: -20px 2px;
}

#csNavNext
{
    background-position: -85px 2px;
}

#csnavcounter
{
    width:40px;
    float:left;
}

#footer
{
    clear:both;
    width:955px;
    float:left;
    height:80px;
}
#footer .box_title
{
    margin-top:30px;
}


#faq_inner_content
{
	float:left;
	margin-left:16px;
	text-align:left;
	width:570px;
}

#links_title
{
    display:block;
	background-position: -6px -120px;
	width:150px;
	float:left;
}

#faq_title
{
    display:block;
	background-position: -6px -104px;
	float:left;
	width: 250px;
	margin-right: 50px;
	margin-left: 10px
}

#links_box
{
    display: none; 
    position: absolute; 
    width: 250px;
    background-color:White;
    padding: 10px;
    border: solid 1px #808080;
    top:620px;
    left:540px;
    height: 200px;
    overflow-x: hidden; overflow-y: scroll;
}

#faq_box
{
    display: none; 
    position: absolute; 
    top:570px;
    left:240px;
    width: 600px;
    height: 250px;
    background-color:White;
    padding: 10px;
    border: solid 1px #808080;
    overflow-x: hidden; overflow-y: auto;
}


#faq_box .question a
{
	color: #000;
}
#faq_box .question a:hover, .answer a
{
	color: #C4122F;
}

#quick_links
{
	margin-left:12px;
}
#quick_links a
{
	color: #404040;
	display:block;
	padding-bottom:5px;
}
#quick_links a:hover
{
	color: #0093D0;
}

.close_popup
{
    position:absolute;
    display:none;
    background-image:url(images/close-button.png);
    text-indent:-9999px;
    height:33px;
    width:33px;
    z-index:10;
}

#close_faq
{
    left:230px;
    top:555px;
}

#close_links
{
    left:530px;
    top:605px;
}
 

#signature
{
    background-image:url(images/bottom_banner.gif);
    background-repeat:no-repeat;
    background-position: -540px 0;
    float:right;
    width: 450px;
    height: 80px;
    clear: both;
}

#footer #signature
{
    clear:none;
}

#content_container
{
	width:950px;
	margin-left: 40px;
}

.curve
{
   	padding:0;
	margin:0;
	background-repeat:no-repeat;
	float:left;
}

#content_top
{
	background-image: url(images/content_top.gif);
	width:600px;	
	height:27px;
}    

#content_bottom
{
	background-image: url(images/content_bottom.gif);
	width:600px;	
	height:29px;
}    

#inner_content
{
	background-image: url(images/content_bg.gif);
	background-repeat:repeat-y;
    float: left;
	width: 560px;
	margin-top: 0;
	padding: 0 20px;
    font-size: 13px;
	text-align: justify;
	color: #666666;
	line-height: 18px;
	min-height: 315px;
}
#inner_content ol, #inner_content ul
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
}

#inner_content li
{
	margin-bottom: 2px;
}

#inner_content h1
{
    /* inherits the rest from page_title */
    font-weight:normal;
    margin-top:5px;
    margin-bottom:15px;
}

#inner_content h2
{
    color: #404040;
    font-size:16px;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:0px;
}

#inner_content p
{
    margin-top:5px;
    margin-bottom:10px;
}

.inner_banner
{
	clear: both;
    background-repeat:no-repeat;   
	margin:0;
	padding:0;
	width:990px;
	height:100px;
	text-indent: -9999px;
}

#resource_banner
{
    background-image: url(images/banner_resource_library.gif);
}    

#about_banner
{
    background-image: url(images/banner_aboutus.gif);
}    

#news_banner
{
    background-image: url(images/banner_news.gif);
}    

#partners_banner
{
    background-image: url(images/banner_partners.gif);
}    

#services_banner
{
    background-image: url(images/banner_services.gif);
}    

#solutions_banner
{
    background-image: url(images/banner_solutions.gif);
}    

#careers_banner
{
    background-image: url(images/banner_careers.gif);
}    

.page_title
{
	font-size: 20px;
	text-align:left;
}
.sub_heading
{
	font-weight: bold;
}

#menu_column
{
    float:right;
    width:290px;
    margin-right:47px;
}

.addthis_toolbox
{
    float:left;
    margin:35px 0 0 35px;
}

#menu_container
{
   	float: left;
}

#menu_top
{
    background-image: url(images/menu_bg.gif);
    width: 286px;
    height: 27px;
}

#menu_bottom
{
    background-image: url(images/menu_bg.gif);
    background-position: bottom;
    width: 286px;
    height: 27px;
}

#side_nav
{
    background-image: url(images/menu_bg.gif);
    background-position: 0 -27px;
	float: left;
	width: 286px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.side_nav_item
{
	margin: 5px;
	padding: 4px 0px 0px 15px;
	vertical-align: middle;
	font-weight: bold;
}
.side_nav_item a
{
	display: block;
	padding-left: 15px;
}
.side_nav_submenu
{
	background-color: white;
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
}
.side_nav_submenu li a
{
	color: #707070;
}
.side_nav_submenu li a:hover, .side_nav_submenu li a.active_sub_link
{
	color: #303030;
}

.side_nav_submenu li
{
	margin: 3px;
	vertical-align: middle;
}

table tbody tr td
{
    font-size: 12px;
    text-align:left;

}

#blurb
{
    float:right;
    margin: 0px 10px 10px 30px;
    width: 200px;
}

#blurb_header
{
    background-image: url(images/blurb_bg.gif);
    background-repeat:no-repeat;
    margin: 0;
	width: 226px;
	height: 25px;
}
#blurb_footer
{
    background-image: url(images/blurb_bg.gif);
    background-repeat:no-repeat;
    background-position: 0px -103px; 
    margin: 0;
	width: 226px;
	height: 25px;
}
.blurb_box
{
    background-color: #E6E7EA;
	font-size: 16px;
	margin: 0;
	padding:0 20px;
	width: 176px;
	color: #808080;
	line-height: 20px;
	text-align:center;
}

#TestimonialSpan A
{
	color: #666666;
}
#careers_sidemenu
{
	float: right;
	margin-right: 0px;
	margin-top: 20px;
	width: 267px;
}
#careers_sidemenu a, #careers_sidemenu div
{
	display: block;
	margin-bottom: 0px;
	font-size: 11px;
	padding: 35px 25px 0px 88px;
	width: 160px;
	height: 45px;
	background-repeat: no-repeat;
	color: #808080;
}
#careers_content_container
{
	width: 970px;
	padding: 0px;
	clear: both;
	font-size: 13px;
}
#careers_inner_content
{
	width: 695px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	color: #1A1A1A;
	line-height: 18px;
}
#careers_top_menu a
{
    display:block;
    float: left;
	height: 20px;
	width: 105px;
	margin-right:5px;
	background-image: url(images/title_sprite.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	border-bottom: solid 1px transparent;
	background-position: 0 -215px;
}

#careers_top_menu #menu_careers_home
{
    background-position: 0 -262px;
}   
#careers_top_menu #menu_work_with_the_best
{
    background-position: 0 -278px;
    width: 135px;
}   
#careers_top_menu #menu_who_we_want
{
    background-position: 0 -295px;
}   
#careers_top_menu #menu_vacancies
{
    background-position: 0 -312px;
}   


.mini_feature_content
{
	padding: 0px 5px 5px 15px;
	float: left;
	width: 380px;
	text-align:left;
}
#feature_nav
{
	float: left;
	right: -2px;
	position: relative;
	z-index: 100;
	background-repeat: no-repeat;
}
#feature_container
{
	float: left;
	background-image: url(images/careers/career_feature_tile.gif);
	background-repeat: repeat-y;
	width:415px;
}
#dhtmltooltip
{
	position: absolute;
	width: 150px;
	border: 1px solid #808080;
	padding: 2px;
	background-color: #FFFFE0;
	visibility: hidden;
	z-index: 100;
	padding: 5px;
	font-size: 11px;
	line-height: 17px; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.question{ 
	font-weight:normal; 
	cursor:default;
	display: block;
}

.answer{
	font-weight:normal; 
	margin-left:25px;
	margin-bottom:20px;
	width:480px; 
	display:none; 
}

.faq_links
{
	display: block;
	margin-bottom:5px;
}

.bulletImg
{
	display: block;
	float: left;
	clear: left;
	margin-right: 10px;

}

.twitter-follow-button
{
    float:left;
    margin:30px 0 0 10px;
}

.linkedin-follow-button
{
    float:left;
    margin:30px 10px 0 40px;
}

#footer_top
{
    padding-top:10px;
    clear:both;
}

#footer_top .linkedin-follow-button
{
    margin-left:10px;
}
