@charset "utf-8";
/* CSS Document */

html, body, form  {
	margin:0;
	padding:0;
}
body {
	background-color: #eaf2f8;
	background-image: url(/images/bodyBackground.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
}
a {
	color:#337fb9;
	text-decoration:none;
	outline: medium none;
}

h1 {
	font-size:24px;
	color:#005480;
	font-weight:normal;
	padding:0;
	margin:0 0 30px 0;
}
h2 {
	font-size:20px;
	color:#005480;
	font-weight:normal;
	padding:0;
	margin:0 0 16px 0;
}
h3 {
	font-size:16px;
	color:#005480;
	font-weight:normal;
	padding:0;
	margin:0 0 14px 0;
}
h4 {
	font-size:14px;
	color:#005480;
	font-weight:normal;
	padding:0;
	margin:0 0 12px 0;
}
h1 a, h2 a, h3 a, h4 a {
	color:#005480;
	text-decoration:none;
}
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 20px 0;
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px solid #9ea7be;
	border-bottom: 1px solid #FFF;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
}
.moreLink  {
	font-size:11px;
	font-weight:bold;
	padding:0 11px;
	background-image: url(/images/moreLinkArrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.wrapper {
	margin:0 auto;
	width:1000px;
	height:100%;
}
.header {
	height:148px;
	background-image: url(/images/headerBackground.png);
	background-repeat: no-repeat;
	position:relative;
}
.header .logo {
	margin:24px 0 7px 21px;
}
.header .search {
	position:absolute;
	top: 19px;
	left: 650px;
	height:23px;
	width:318px;
}
.header .search input.searchField {
	width:259px;
	height:17px;
	padding:3px 9px;
	padding:4px 9px 0 9px\9; /*IE fix*/
	height:20px\9; /*IE fix*/
	margin:0;
	font-size:12px;
	border:solid 0px;
	background-color:transparent;
	background-image: url(/images/searchFieldBackground.png);
	background-repeat: no-repeat;
	color: #696d78;
	position:absolute;
	left: 0px;
	top: 0px;
}
.header .search .searchButton {
	position: absolute;
	right: 0;
	top: 0;
}
/*
.header .nav {
	
	position:absolute;
	left: 207px;
	bottom: 30px;
}
.header .nav, .nav div ul {
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	z-index: 2000;
}
.header .nav div li, .header .nav div ul li {
	z-index: 201 !important;
	float: left;
	list-style: none outside none;
	font-size:13px;
	margin:0 50px 0 0;
}
.header .nav div li, .nav div ul li.last {
	margin:0;
}
.header .nav div li, .nav div ul li a {
	color:#464646;
	text-decoration:none;
	padding:4px 0 17px 0;
}
.header .nav div ul li a:hover {
	color:#f08402;
}
.header .nav div ul li a.current {
	color:#f08402;
	background-image: url(/images/mainNavPointer.png);
	background-repeat: no-repeat;
	background-position: 50% bottom;
}*/
.header .userInfo {
	height:23px;
	padding:7px 0 0 0;
	text-align:right;
	color:#fff;
	font-weight:bold;
}
.header .userInfo a {
	color:#fff;
}
.contentWrapper {
    float:left;
	padding:25px;
	padding-right:22px;
	background-image: url(/images/contentBackground.png);
	background-repeat: no-repeat;
	background-color:#fff;
    width:953px;
}
.contentWrapper a:hover {
	color:#F08402;
}
.contentBottom {
	margin:0;
	height:18px;
	background-image: url(/images/contentBottomBackground.png);
	background-repeat: no-repeat;
    width:1000px;
    float:left;
}
.footer {
	margin:30px 0;
	height:22px;
	text-align: right;
	background-image: url(/images/footerLogo.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
	color:#959595;
}
.contentRotator  {
	height:262px;
	background-image: url(/images/awardsBackground.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0 0 30px 0; 
    float:left;
}
.contentRotatorLeft {
	height:134px;
	width:280px;
	float:left;
	/*padding:85px 30px 0 30px;*/
	padding: 75px 5px 0 25px;
}
.contentRotatorLeft a {
	color:#464646;
	display:block;
	border-bottom:1px dotted #464646;
	padding:3px 0;
}
/*.contentRotatorRight {
	float:left;
	height:175px;
	overflow:hidden;
	width:602px;
	padding:22px 15px;
}*/
.contentRotatorRight {
	float:left;
	height:218px;
	overflow:hidden;
	width:602px;
	padding:22px 15px;
}


.contentRotatorRight div.awards  {
	margin:0 0 20px 0;
	margin: 0 20px 20px 0;
	_height: 69px;
	width:275px;
	font-size:11px;
}
.contentRotatorRight div.awards img  {
	float:left;
	padding:0;
	margin:0 10px 10px 0;
	border:1px solid #337fb9;
}
.contentRotatorRight div.awards a.awardType  {
	color:#005480;
	display:block;
}
.contentRotatorRight div.awards a.winnerName  {
	font-size:12px;
	font-weight:bold;
	color:#f7941d;
	display:block;
}
.contentRotator div.tabs  {
	clear:both;
}
.contentRotator div.tabs ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-align:center;
}
.contentRotator div.tabs ul li {
	display:inline;
	font-size:13px;
	font-weight:bold;
	margin:0 2px;
}
.contentRotator div.tabs ul li a{
	display: -moz-inline-stack;
	display: inline-block;
	padding:10px;
	background-image: url(/images/miniTabBackgroundOff.png);
	background-repeat: no-repeat;
	background-position: center center;
	color:#555555;
}
.contentRotator div.tabs ul li a.current{
	background-image: url(/images/miniTabBackgroundOn.png);
	color:#fff;
}
.contentRotator div.tabs ul li a:hover{
	background-image: url(/images/miniTabBackgroundOn.png);
	color:#fff;
}
.contentBox {
	width: 296px;
	min-height: 200px;
	margin: 0 28px 20px 0;
	_height: 230px;
	background-image: url(/images/contentBoxBackground.png);
	background-repeat: no-repeat;
    float:left;
}
.last {
	margin: 0 0 20px 0;
}
.contentBox .contentHeader {
	height:42px;
	overflow:auto;
}
.contentBox .contentHeader h1 {
	font-size:20px;
	font-weight:normal;
	color:#005480;
	height:22px;
	padding:10px 0 0 15px;
	margin:0;
	float:left;
}
.contentBox .contentHeader a {
	height:42px;
	width:63px;
	float:right;
	background-image: url(/images/contentBoxLinkBackground.png);
	background-repeat: no-repeat;
}
.contentBox .boxContent {
	margin:18px 15px;
}
.contentBox .boxContent p{
	margin:0 0 11px 0;
}

.contentBox .boxContent ul {
	margin:0;
	padding:0;
	list-style-position: outside;
	list-style-type: none;
}
.contentBox .boxContent ul li {
	margin:11px 0;
	list-style-position: outside;
	list-style-type: none;
}
.contentBox .boxContent ul li a {
	padding:0 0 0 15px;
	font-weight:bold;
	background-image: url(/images/bulletOff.png);
	background-position: left 3px;
	background-repeat: no-repeat;
}

.contentBox .boxContent ul li a:hover {
	background-image: url(/images/bulletOn.png);
}

.contentBox .boxContent.featuredSite img, .contentBox .boxContent.ceo img {
	float:left;
	padding:0 7px 7px 0;
}
.contentBox .boxContent table.eventsTable tr td.event {
	width:200px;
	height:37px;
	border-bottom:1px dotted #9ea7be;
	padding:5px 8px 10px 0;
	vertical-align: top;
	margin: 0 0 3px 0;
}
.contentBox .boxContent table.eventsTable tr td.event a {
	font-weight:bold;
}
.contentBox .boxContent table.eventsTable tr td.date {
	background-image: url(/images/eventListBackground.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	text-align:center;
	border-bottom:1px dotted #9ea7be;
	padding:12px 0 5px 0;
	vertical-align: top;
	margin: 0 0 3px 0;
	color:#000;
}
.contentBox .boxContent .iappsLogoHome {
	display:block;
	margin-bottom:20px;
}
.leftColumn  {
	float:left;
	width:205px;
}
.leftColumn .sideNav ul {
	margin:0;
	padding:0;
	list-style-position: outside;
	list-style-type: none;
}
.leftColumn .sideNav ul li {
	margin:0 0 11px 0;
	list-style-position: outside;
	list-style-type: none;
}
.leftColumn .sideNav ul li a {
	color:#656565;
	text-decoration:none;
	display:block;
	padding:0 15px;
	background-image: url(/images/bulletOff.png);
	background-position: left 3px;
	background-repeat: no-repeat;
}
.leftColumn .sideNav ul li a:hover {
	background-image: url(/images/bulletOn.png);
	color:#f08402;
}
.leftColumn .sideNav ul li a.current {
	background-image: url(/images/bulletOn.png);
	color:#f08402;
}
.rightColumn  {
	float:left;
	padding:0 0 0 40px;
	width:705px;
	background-image: url(/images/leftColumnBorder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:300px;
}
.contentBlockHeader  {
	background-image: url(/images/contentBlockHeaderBackground.png);
	background-repeat: no-repeat;
	background-position: right top;	
}
.contentBlockHeader h2 {
	height:24px;
	margin:0 3px 0 0;
	padding:8px 0 0 15px;
	color:#fff;
	font-size:14px;
	background-image: url(/images/contentBlockHeaderH2Background.png);
	background-repeat: no-repeat;
	background-position: right left;	
}
.contentBlockContent {
	border: 1px solid #d1d1d1;
	height:100%; position:relative; float:left;
}
.contentBlockContent .filters {
	margin:15px 15px 25px 15px;
	padding:0 0 20px 0;
	float:left;
	border-bottom: 1px solid #D1D2D4;
}
.contentBlockContent .filters .title {
	float:left;
	margin:0 20px 5px 0; 
}
.contentBlockContent .filters .title .titleDropdown  {
	width:270px;
}

.contentBlockContent .filters .keywordName {
	float:left;	
	margin:0 21px 0 0;
	width:525px;
	overflow:auto;	
}
.contentBlockContent .filters .keywordName a {
	float:right;
	display:inline;
	padding:0 0 0 7px;	
}
.contentBlockContent .filters input.keywordNameField {
	padding: 3px;
	border: solid 1px #d1d2d4;
	background-image: url(/images/textFieldBackground.gif);
	background-repeat: repeat-x;
	height:17px;
	font-size:12px;
	width:450px;
	color:#24426e;
	font-weight:bold;
	float:left;
}
.contentBlockContent .filters .resultsPer {
	float:left;	
}
.contentBlockContent .filters .resultsPer .resultsPerDropdown {
	width:70px;	
}
.contentBlockContent .filters label {
	font-size: 11px;
	display: block;
	margin-bottom: 3px;
	clear: both;
}
.dd {
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	color:#24426e;
	font-weight:bold;
    position:relative;
    z-index:100;
}
.dd .ddTitle {
	text-indent:0;
	cursor:default;
	overflow:hidden;
	padding: 3px 5px 3px 8px;
	border: solid 1px #d1d2d4;
	border-radius: 4px;
	outline: 0;
	background-image: url(/images/dropdownBackground.gif);
	background-repeat: repeat-x;
	height:17px;
	background-position: bottom;
}
.dd .ddTitle span.arrow {
	background:url('/images/dropdownArrow.png') no-repeat 0 0;
	float:right;
	display:inline-block;
	width:25px;
	height:21px;
	cursor:pointer;
	margin:-2px;
}
.dd .ddTitle span.ddTitleText {
	text-indent:0px;
	overflow:hidden;
	line-height:16px; /*float:left; width:91%;*/
}
.dd .ddTitle span.ddTitleText img {
	text-align:left;
	padding:1px 11px 0 0;
	float:right;
}
.dd .ddTitle img.selected {
	padding:1px 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #c2c2c2;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
	font-weight:normal;
	font-size:11px;
}
.dd .ddChild .opta {
	border-bottom: 1px solid #E1E1E1;
}

.dd .ddChild .opta a, .dd .ddChild .opta a:visited {
	padding-left:30px;
	background-image:url(/images/dropdownListArrowOff.gif);
	background-repeat: no-repeat;
	background-position: 23px 7px;
	border:none;
}
.dd .ddChild div.opta span {
	padding:2px 2px 0 9px;
}
.dd .ddChild div.opta a span  {
	background-color: transparent;
	padding:2px 3px;
}
.dd .ddChild a {
	display:block;
	padding:0 0 0 15px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	cursor:pointer;
	background-image:url(/images/dropdownListArrowOff.gif);
	background-repeat: no-repeat;
	background-position: 9px 7px;
	/*border-bottom: 1px solid #E1E1E1;*/
}
.dd .ddChild a:hover {
	background-color:#fc9801;
	color:#fff;
	background-image:url(/images/dropdownListArrowOn.gif);
}
.dd .ddChild a img {
	border:0;
	padding:1px 2px 0 0;
	vertical-align:middle;
	float:right;
}
.dd .ddChild a.selected {
	background-color:#fc9801;
	color:#fff;
	background-image:url(/images/dropdownListArrowOn.gif);
}
.dd .ddChild span {
	display:block;
	font-style:normal !important;
	padding:2px 3px;
}
.hidden {
	display:none;
}
.dd .borderTop {
	border-top:1px solid #c3c3c3 !important;
}
.dd .noBorderTop {
	border-top:none 0 !important
}
div.awards  {
	overflow:auto;
	margin:0 0 20px 0;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 20px 0;
	zoom: 1;
	*display: inline;
	_height: 69px;
	width:320px;
}
div.awards img  {
	float:left;
	padding:0 15px 15px 0;
}
div.awards a.moreLink  {
	padding:0 11px 0 0;
	line-height:24px;
}
div.awards h2  {
	font-size:14px;
	font-weight:bold;
}
.awardClContent{float:left;}
.clearFix{
	display: block;
	clear: both;
	height: 0px !important;
	line-height: 0px !important;
	float: none;
	font-size: 0px !important;
}

/*Calender Styles*/
/*=========================================================
	General
==========================================================*/

td.qwsec_NextPrev{
	padding:7px 3px 0px 3px;
}
.calendarBig{
	width:690px;
	font-family:Arial;
	font-size:1em;
	color:#333;
	background:#fff;
	padding:0;
	margin:0;
	border:1px solid gray !important;
}
table.calendarBig td{
	vertical-align:top;	
}
.titleBig{
	background-color:#c0c0c0;
	color:#5a5750;
	font-size:1.4em;
	padding:7px 0px 5px 0px;
	margin:0;
	font-weight:bold;
	border:none;
	height:21px;
}
.qwsec_CalendarHeader{
	color:#7a7a7a;
	background-color:#fff;
	padding:4px 0px 6px 0px;
	font-size:1.3em;
}
table.calendarBig td table td,table.calendarBig td table{
	border:none !important;
}

/*=========================================================
	FullYear
==========================================================*/
.qwsec_FY_MonthHeader, .qwsec_FY_MonthHeader A:LINK, .qwsec_FY_MonthHeader A:VISITED, .qwsec_FY_MonthHeader A:ACTIVE{
	background-color:#999999;
	font-size: 8pt;
	font-weight: bold;
	font-family: arial;
	color: white;
	height:18px;
	padding:2px;
}
.qwsec_FY_DayName, .qwsec_FY_WeekHeader{
	text-align:center;
}
.qwsec_FY_Day, .qwsec_FY_Day A:LINK, .qwsec_FY_Day A:VISITED, .qwsec_FY_Day A:ACTIVE,
.qwsec_FY_Today, .qwsec_FY_Today A:LINK, .qwsec_FY_Today A:VISITED, .qwsec_FY_Today A:ACTIVE,
.qwsec_FY_WeekHeader, qwsec_FY_WeekHeader A:LINK, qwsec_FY_WeekHeader A:VISITED, qwsec_FY_WeekHeader A:ACTIVE{
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
	color: #3333FF;
}
.qwsec_FY_OtherMonthDay, .qwsec_FY_OtherMonthDay A:LINK, .qwsec_FY_OtherMonthDay A:VISITED, .qwsec_FY_OtherMonthDay A:ACTIVE{
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
	background:#e8e8e8;
	color: #999999;
}
.qwsec_FY_BusyDay {
	background-color: Yellow;
	border: Solid 6px #ffffff;
}
.qwsec_FY_BusyDay, .qwsec_FY_BusyDay A:LINK, .qwsec_FY_BusyDay A:VISITED, .qwsec_FY_BusyDay A:ACTIVE{
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
	color: #FF3333;
}

/*=========================================================
	Year
==========================================================*/
.qwsec_Y_MonthHeader, .qwsec_Y_SpecialMonthHeader{
	background-color:#999999;
	font-size: 8pt;
	font-weight: bold;
	font-family: arial;
	color: white;
	height:18px;
	padding:2px;
}
.qwsec_Y_SpecialMonthCell{
	background-color:Olive;
}

/*=========================================================
	MonthWeek
==========================================================*/
.qwsec_MW_WeekHeader{
	background-color:#fff;
}
.qwsec_MW_DayHeader A:LINK, .qwsec_MW_DayHeader A:VISITED, .qwsec_MW_DayHeader A:ACTIVE,
.qwsec_MW_TodayHeader A:LINK, .qwsec_MW_TodayHeader A:VISITED, .qwsec_MW_TodayHeader A:ACTIVE,
.qwsec_MW_WeekendHeader A:LINK, .qwsec_MW_WeekendHeader A:VISITED, .qwsec_MW_WeekendHeader A:ACTIVE{
	color:#333333;
	padding:0px 1px 0px 2px;
	font-size:1.2em;
}
.qwsec_MW_OtherMonthDayHeader A:LINK, .qwsec_MW_OtherMonthDayHeader A:VISITED, .qwsec_MW_OtherMonthDayHeader A:ACTIVE{
	color:#333333;
}
td.qwsec_MW_Day{	
	text-decoration:none;
	padding:0px 4px 0px 2px;
	font-size:1.2em;
	vertical-align:top;	
	text-align:right;	
}
td.qwsec_MW_Day table td{
	border:none !important;
}
td.qwsec_MW_DayHeader{
	text-decoration:none;
} 
.qwsec_MW_Today, .qwsec_MW_TodayHeader{
	background-color: #ffffff;
	text-align:right;
	text-decoration:none;
	padding:0px 1px 0px 2px;
	font-size:1.2em;
}
.qwsec_MW_Weekend{
	background-color:#fff;	
	text-decoration:none;
	padding:0px 4px 0px 2px;
	text-align:right;	
	font-size:1.2em !important;
}
.qwsec_MW_OtherMonthDay, .qwsec_MW_OtherMonthDayHeader{
	text-align:right;
	text-decoration:none;
	background:#e8e8e8;
	padding:0px 1px 0px 2px;
	font-size:1.2em;
}
.qwsec_MW_OtherMonthDay a:hover{
	text-decoration:underline!important;
}
.qwsec_MW_Highlight{
	background-color:#9999FF;
}
.qwsec_MW_DayHeader, .qwsec_MW_SelectedDayHeader, .qwsec_MW_TodayHeader,.qwsec_MW_WeekendHeader,.qwsec_MW_OtherMonthDayHeader,.qwsec_MW_SpecialDayHeader,.qwsec_MW_HolidayHeader,.qwsec_MW_OtherMonthDayHeaderAlter{
	font-size: 1em;
	font-family: arial;
}
/*=========================================================
	Do not modify the following styles, internal use only
	The following styles must be placed at the end of this style file.
==========================================================*/
A.qwsecs, TD.qwsecs, Span.qwsecs{height:0px;border:0px; color:#000;}
A.qwsecsb, TD.qwsecsb, Span.qwsecsb{height:0px;border:0px;background:transparent none;}

.apllyAnchor{
    font-weight: bold; font-style: italic; clear: both; border-top:1px solid #E1E1E1;
}

/********** TEMPLATE: Login **********/
.loginWrapper{
	width:549px;
}
.loginBlock{
	width:549px;
	height:438px;
	display:inline-block;
/*	background:url('/images/loginBg.png') no-repeat 0 0;*/
}
.loginBlock h1{
	margin:72px 0 0 132px;
}
.loginContent{
	width:249px;
	margin:18px 0 0 135px;
	padding:16px 15px 18px 14px;
	background:#fff url('/images/loginBlockBg.jpg') repeat-x 0 0;
}
.loginContent h2{margin-bottom:12px;}
.loginContent label{
	display:block;
	font-size:1.2em;
	margin-bottom:7px;
}
.loginContent .txtBox{
	width:242px;
	border-top:1px solid #bbbbbd;
	border-right:1px solid #e4e5e7;
	border-bottom:1px solid #eaeaee;
	border-left:1px solid #e9eaec;
	height:14px;
	padding:3px 0px 3px 4px;
	margin-bottom:14px;
}
.loginContent .btnLogin{
	float:right;
	margin-top:4px;
}
.error {
    color: Red;
    display: block;
    font-weight: bold;
    width: 190px;
}

/***** Model Window Content Styles *****/
/* Change these styles based on your content */
.modalWrapper{
	width:578px;
	border:3px solid #fff;
}
.modalHeader{
	width: 505px;
}
.modalHeader h3{
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.8em;
	color:#223f68;
}
.modalHeader span.btnClose{
	display: block;
	float: right;
}
.modalHeader span.btnClose a img{ border:none;}

.modalContent{
	padding: 0px;
	font-size: 1.1em;
}
.modalContent ul{
	margin:0; padding:0;
}
.modalContent p{width:470px;}
.modalContent li{
	width:470px;
	margin:0px 0 17px 2px;
	padding-left:10px;
	list-style:none;
	background: transparent url(/images/bullet.gif) no-repeat 0 6px;
}
.modalContent li.last{
	margin:0 !important;
}
.modalContent li h4{
	font-size:1em !important;
}
.visionContent,.missionContent,.valuesContent{
	width: 508px;
	padding:33px 35px 34px 35px;
	background: #fff url(/images/visionBg.jpg) repeat-x 0 0;
}
.missionContent{
	background: #fff url(/images/missionBg.jpg) repeat-x 0 0;
	padding:33px 35px 39px 35px;
}
.valuesContent{
	background: #fff url(/images/valuesBg.jpg) repeat-x 0 0;
	padding:33px 35px 39px 35px;
}

/*Mnu starts*/
	/***** Global Navigation *****/
	.header .nav {
	position:absolute;
	left: 123px;
	top: 79px;
	width:90%;
}
	
	
.nav, .nav ul{
	z-index: 1000;
	/*width: 785px;*/
	margin: 0 0 0 35px;
	padding: 0;
	list-style: none;
	/*overflow:hidden;*/
	font-family: Arial,Helvetica,sans-serif !important;
	line-height:normal !important;
}

.nav li, .nav ul li{
	float: left;
	list-style: none;
	margin: 0 24px 0 0;
}
.nav li{
	/*background: url('/images/divider.gif') 0px 9px no-repeat;*/
}
/* Common Hyperlink Properties */
.nav a{
	display: block;
	padding: 6px 8px 17px 9px;
	/* *padding: 5px 8px 8px 9px;*/
	margin:0 5px;
	
	font-size: 1.1em;
	text-decoration: none;
	color: #000;
	font-family: Arial,Helvetica,sans-serif !important;
	
	line-height:normal !important
}
.nav a:hover{color:#F7941D !important;}

.nav li ul a{
	color: #464646 !important;
	padding: 4px 0px 5px 0px;
	margin:0;
	width: 100%; 
}
.nav li.first a{padding: 6px 8px 7px 0px !important; *padding: 5px 8px 7px 9px; margin-left:0;}
.nav li.first{
	background:none;
}
/* Sub Menu Common Properties */
.nav li ul{
	position: absolute;
	left:-9999em;
	width: 199px;
	height: auto;
	margin: 0 0 0 5px;
	padding:0 7px 0 8px;
	background:#F4F5F8 !important;

	border:1px solid #ffffff;
-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-box-shadow: 0px 0px 3px #777;
-webkit-box-shadow: 0px 0px 3px #777;
 box-shadow: 0px 0px 3px #777;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color="#777777")";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color="#777777");

}
.nav li ul.lastSubNav{width: 156px !important;}
.nav li li{
	clear: both;
	position: relative;
	background:none !important;
	width: 100%; 
	border-bottom: 1px solid #c1c1c1;
}
.nav li li.last{
	border-bottom: none;
}

/* Make the List Visible and Invisible */
.nav li:hover ul ul, .nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul{
	left: -9999em;
}
.nav li:hover ul, .nav li li li:hover ul, #nav li.sfhover ul, #nav li li li.sfhover ul{
	left: auto;
}
/* Current Menu & Menu Hover */
.nav li:hover a, .nav li.sfhover a{
	color: #F7941D;
/*	background: url('/images/menuBg.jpg') 0px 0px repeat-x;*/
}
.nav li a.current{color:#fc9801; background:none; background-image: url(/images/mainNavPointer.png); background-repeat: no-repeat; background-position: 50% bottom; background-position: 50% 31px\9;}
.nav li:hover a, .nav li.sfhover a{
   min-width: 0;  /* Any non-auto value will work here */
}
/* 1st Level */
.nav li li a{background: none !important;}
.nav li li a:hover{/*background: url('/images/arrowMenu.gif') no-repeat 0 10px !important;*/}
.nav li li:hover a, .nav li li.sfhover a{
	color: #e68a1c !important;
	padding: 4px 0px 5px 11px;
}
/* Support for the "menu_ie_hoverfix.js" */
#nav iframe{
	z-index: -1;
	position: absolute;
	top: -1px; /* account for the border */
	left: -1px;
	border:1px solid red;
}
#nav li{
	z-index: 201 !important;
}
/***** Left Navigation *****/
.secNav {
	width:165px;
	float:left;
	font-size:1.1em;
}
.secNav ul{
	margin:0;
	padding:0;
	background:#203a62 url('/images/secNavBg.jpg') repeat-y 0 0;
}
.secNav li{
	border-top:1px solid #fff;
	list-style: none;
}
.secNav li.first,.secNav li.current,.secNav li.current + li{
	border-top:none;
}
.secNav li.first{
	background:transparent url('/images/navTop.gif') no-repeat right top !important;
}
.secNav li.last{
	background:transparent url('/images/navBot.gif') no-repeat right bottom !important;
}
.secNav a,.secNav a:visited{
	display:block;
	width:154px;
	color:#fff;
	padding:5px 0 6px 11px;
	text-decoration:none;
	line-height:1.2em;
}
.secNav a:hover,.secNav a:active{
	color:#fff;
	text-decoration:underline;
}
.secNav a.current{
	background:#fc9801 url('/images/navBgHover.gif') no-repeat 100% 50% !important;
	font-weight:bold;
	text-decoration:none;
	padding:4px 0 5px 11px;
}

/***** Modal Window *****/
#modal {
	z-index: 9999;
	position: absolute;
	visibility: visible;
	padding: 0;
	margin: 0;
}

#coverLayer {
	z-index: 5;	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: #000;
	-moz-opacity: .6;
	opacity: .6;
	opacity: transparent;
	filter: alpha(opacity='60');
}
/**********	 MODAL WINDOW STYLES (Thick Box) **********/
#TB_overlay{
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.TB_overlayMacFFBGHack {background: url('/images/ltr/all/modalFFBgHack.png') repeat;}
.TB_overlayBG {
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	display: none;
	z-index: 1002;
	position: fixed;
	top: 50%;
	left: 50%;
	text-align: left;
	color: #000;
}
* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image{
	display: none;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	float: left;
	height: 25px;
	padding: 7px 30px 10px 25px;
}
#TB_closeWindow{
	float: right;
	height: 25px;
	padding: 11px 25px 10px 0;
}
#TB_closeAjaxWindow{
	float: right;
	margin-bottom: 1px;
	padding: 7px 10px 5px 0;
	text-align: right;
}
#TB_ajaxWindowTitle{
	float: left;
	margin-bottom: 1px;
	padding: 7px 0 5px 10px;
}
#TB_title{
	height: 27px;
	background-color: #e8e8e8;	
	visibility:hidden;
}
#TB_ajaxContent{
	overflow: auto;
	clear: both;
	text-align: left;
}
#TB_ajaxContent.TB_modal{
	padding: 15px;
}
#TB_ajaxContent p{
	padding: 5px 0 5px 0;
}
#TB_load{
	z-index: 1003;
	display: none;
	position: fixed;
	width: 31px;
	height: 31px;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}

.docGrid {
    width: 100%; float:left;
}

/*Homepage rotaion Jquery Styles starts*/


#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	
	/*position: relative;*/
	overflow: hidden;
	 width: 602px;
	height: 175px; z-index:0;
	}
.jshowoff {
    width: 602px;
	}
.jshowoff div.mainContDiv {	
	 width: 602px;
	 height: 175px;
	}


.jshowoff div.mainContDiv p, .jshowoff div.mainContDiv h2 {
	_background-color: #efefef;
	}
.jshowoff h2, .jshowoff p {
	font-size: 11px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 11px;
	line-height: 15px;
	}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	/*position: static;
	top: 199px;
	left: 67px;*/
	margin: 26px 0 0 125px;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	background-image: url("/images/miniTabBackgroundOff.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #555555;
    display: inline-block;
    padding: 10px; font-weight:bold; margin:0 3px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	background-image: url("/images/miniTabBackgroundOn.png");
	color:#fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-image: url("/images/miniTabBackgroundOn.png");
	color:#fff; font-weight:bold;
	}
p.jshowoff-controls {
 display:none;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}

.newClass{font-weight: bold; font-style: italic;}
a.newStyle{ background:none !important; color:#24426E !important; padding: 0 0 0 0 !important; font-weight:bold;}
a.newStyle:hover{ background:none !important; background-color:#fc9801 !important; color:#fff !important; padding: 0 0 0 0 !important; font-weight:bold;}

/*.removeClass{background:none !important; color:#24426E !important; padding: 0 0 0 0 !important; font-weight:bold;}
.removeClass:hover{background:none !important; background-color:#fc9801 !important; color:#fff !important; padding: 0 0 0 0 !important; font-weight:bold;}*/

.dd .ddTitle span.ddTitleText2 {
	text-indent:-3px;
	overflow:hidden;
	line-height:16px; float:left; width:91%;
}

.dispDiv{ background:url("/images/div-hide.gif"); left: 21px; position: absolute; top: 35px;}
.dispHide{ display:none;}

.imgDiv img{border:none !important;}
.imgDiv{ float: left; height: 69px; margin-right: 7px; width: 68px; background-image:url("/images/no-image.gif"); overflow:hidden;}
.awards p{ padding-top:0px; margin-top:6px;}

.iAPPSlogo img{display: block; margin-bottom: 10px;}

/***** VIDEO PLAYER STYLES *****/
.videoPlayer{
	width: 549px;
	height: 345px;
	background:#fff;
	position:relative;
	border:3px solid #888;
	padding:15px;
}
.videoPlayer .vidContent{
	background: #000;
}
.videoPlayer a.closePlayer{
	display: block;
	position:absolute;
	bottom:14px;
	right:14px;
	width: 64px;
	height:17px;
	cursor:pointer;
	text-indent:-9999em;
	text-decoration:none;
	background: url('/images/close1.gif') no-repeat  0 0;
}
.videoPlayer .description{
	margin:17px 0 0 0;
}
/***** Model Window Content Styles *****/
/* Change these styles based on your content */
.modalWrapper{
	width:578px;
	border:3px solid #fff;
}
.modalHeader{
	width: 505px;
}
.modalHeader h3{
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.8em;
	color:#223f68;
}
.modalHeader span.btnClose{
	display: block;
	float: right;
}
.modalContent{
	padding: 0px;
	font-size: 1.1em;
}
.modalContent ul{
	margin:0; padding:0;
}
.modalContent p{width:470px;}
.modalContent li{
	width:470px;
	margin:0px 0 17px 2px;
	padding-left:10px;
	list-style:none;
	background: transparent url(/images/bullet.gif) no-repeat 0 6px;
}
.modalContent li.last{
	margin:0 !important;
}
.modalContent li h4{
	font-size:1em !important;
}
.visionContent,.missionContent,.valuesContent{
	width: 508px;
	padding:33px 35px 34px 35px;
	background: #fff url(/images/visionBg.jpg) repeat-x 0 0;
}
.missionContent{
	background: #fff url(/images/missionBg.jpg) repeat-x 0 0;
	padding:33px 35px 39px 35px;
}
.valuesContent{
	background: #fff url(/images/valuesBg.jpg) repeat-x 0 0;
	padding:33px 35px 39px 35px;
}

/*** Active and Disabled Text Field color *****/
.fieldTxtActive{color: #000 !important}

/*Updated 21 March 2011*/
/*Grid - starts (OLD)*/


.empGrid,.salesGrid{
	width:100%; border-collapse: collapse;
    border-spacing: 0;
}
.empGrid .emtyCol1,.empGrid .emtyCol2,.salesGrid .emtyCol1,.salesGrid .emtyCol2{width:18px;}
/*.empGrid .emtyCol1,.empGrid .emtyCol2{background:none !important;}*/
/*.empGrid .col1{width:95px;}
.empGrid .col2{width:155px;}
.empGrid .col3{width:71px;}
.empGrid .col4{width:182px;}
.empGrid .col5{width:115px;}
.empGrid .col6{width:81px;}
.empGrid .col7{width:95px;}*/
.salesGrid td.colHead1{width:72px;}
.salesGrid td.colHead2{width:339px;}
.salesGrid td.colHead3{width:167px;}
.salesGrid td.colHead4{width:120px;}
.empGrid thead td a,.salesGrid td.colHead1 a,.salesGrid td.colHead2 a,.salesGrid td.colHead3 a,.salesGrid td.colHead4 a{text-decoration:none;}
/*.empGrid thead td,.salesGrid td.colHead1,.salesGrid td.colHead2,.salesGrid td.colHead3,.salesGrid td.colHead4{
	color:#2a4d80;
	background:url('/images/theadBg.gif') repeat-x 20px 0px;
	font-weight:bold;
	text-transform:uppercase;
	padding:7px 5px 15px 0px;
}*/

.salesGrid thead td,.empGrid thead td, .salesGrid td.colHead1, .salesGrid td.colHead2, .salesGrid td.colHead3, .salesGrid td.colHead4 {
background: url("/images/theadBg.gif") repeat-x scroll 20px 0 transparent;
color: #2A4D80;
font-weight: bold;
 padding: 7px 5px 15px 0;
text-transform: uppercase;
}  



/*.empGrid tbody td{
	padding:5px 0px;	
}*/

.empGrid tbody td, .salesGrid tbody td {
	padding:5px 10px 5px 0px; background: transparent url("/images/gridTdBackground.gif") repeat-x left top; }

.empGrid tbody tr.sub td, .salesGrid tbody tr.sub td {background: none;}
/*
.altRow{
	background:#ebeaea;
}*/

.rowLast{padding:0px 5px 0px 0px !important;}
.arrowUp,.arrowDown{
	background:url('/images/icons/asc.gif') no-repeat 0 0;
	width:8px;
	height:7px;
	position:absolute;
	display:inline;
	float:left;
	margin:5px 10px 0 10px;
}
.arrowDown{background:url('/images/icons/desc.gif') no-repeat 0px 0px;}
.biz{margin:0 3px 0 0;}
/*.qtip{width:398px!important;}
.qtip-wrapper{width:398px!important;}
.qtip-contentWrapper{
	width:398px!important;
	border:none!important; 
	background:transparent !important;
}
.qtip-content{ 
	padding:10px 20px 10px 17px !important;
	color:#5d5d5d !important;
	float:left;
	background:url('/images/tipBg.png') no-repeat 0px 0px !important;
	width:371px !important; 
	height:121px !important;
}*/


.qtip{width:398px!important; -moz-box-shadow: 6px 4px 9px #888888; -webkit-box-shadow: 6px 4px 9px #888888;}
.qtip-wrapper{width:398px!important; /*background:url('/images/tipBg-top.png') no-repeat 0px 0px !important;*/}
.qtip-contentWrapper{
	width:398px!important;
	border:none!important; 
	/*background:url('/images/tipBg-top.png') no-repeat top left !important;*/
	background-color:#ebebeb !important; border:2px solid #e4e4e4 !important;
}
.qtip-content{
	padding:10px 17px 10px 17px!important;
	color:#5d5d5d!important;
	float:left;
/*	background:url('/images/tipBg.png') no-repeat 0px 0px !important;
	background:url('/images/tipBg-botom.png') no-repeat left bottom !important;*/
	width:360px!important; 
	
}

.noItems {margin:20px; font-weight:bold; display:block;}
.event p{padding:0; margin:0 !important;}
.moreButton span { background: transparent url("/images/buttonSpriteLeft.png") no-repeat 0 0;
	display: block; line-height: 12px; padding: 2px 7px 3px 4px; white-space:nowrap; cursor:pointer; color:#337FB9; }

.moreButton { background: transparent url("/images/buttonSpriteRight.png") no-repeat top right;
                display: block;  float: left; height: 17px; margin-right: 6px; padding-right: 17px;
	            text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size:11px; cursor:pointer;
}

.moreButton.on span {background-position: 0 -18px;}
.moreButton:hover span { color: #f7941d; }
.moreButton:hover { background-position: right -18px; }
.moreButton.on span { color: #f7941d; }
.moreButton.on { background-position: right -36px;}
.sub{display:none;}
.highlight{ display: table-row !important;}

/*Employee Detail*/
.empDetail{
    width:704px;
    float:left; 
	padding:0px 26px 17px 16px;
}
.empContent{ display:block;}
.empContent .empPic{border:1px solid #ccc;}
.empContent .desig, .empContent .geo,.empContent .desingSep{float:left;}
.empContent .direct,.empContent .mobile,.empContent .desig, .empContent .geo,.empContent .desingSep {margin:0px 0 2px 0 !important;}
.empContent h1{margin:10px 0 2px 0;}
.empContent .mailto{margin:20px 0 3px 0;}
.contactInfoRow{position:relative;}
.empDesc{margin:20px 0 0 0;}
.contactRow{position:relative;}
.bubbleBox{width:304px; float:left; position:absolute; top:-116px; left:-180px; z-index:10000;}
.bubbleContent {float:left; min-height:84px; width:289px; background: url("/images/bubbleTop.png") no-repeat 0 0; padding:8px 5px 5px 12px;}
.bubbleContent p{margin:0 0 3px 0;}
.bubbleBot{background: url("/images/bubbleBot.png") no-repeat 0 0; width:304px; height:20px; float:left; display:block;}
.btnContactClose{background: url("/images/close.gif") no-repeat 0 0; width:10px; height:10px; cursor:pointer; float:right; margin:0 3px 0 0;}
.bubbleContent img{ min-height: 70px;}

/********** TEMPLATE: Search Results **********/
.searchResults{width:896px; position:relative; margin:0 0 40px 35px;}
.searchResults h3{color:#333; margin-bottom:20px;}
.searchResults h4{
	font-size:1.2em;
	color:#244370;
	margin-bottom:2px;
}
.searchDetail{width:750px; margin-bottom:20px;line-height: 18px;}
.secNavPic img{width:165px; margin-bottom:10px;}
.eventsContent{margin-bottom:20px;}
.pagingDetail .backView,.pagingDetail .prev,.pagingDetail .next{background: url("/images/btnBackMonth.gif") no-repeat 0 0; float:left; width:140px; height:32px; text-indent:-999em; line-height:0; margin:0 15px 15px 0;}
.pagingDetail .prev{background: url("/images/btnPrevious.gif") no-repeat 0 0; width:91px;}
.pagingDetail .next{background: url("/images/btnNext.gif") no-repeat 0 0; width:67px;}
.pagingDetail .backView:hover,.pagingDetail .prev:hover,.pagingDetail .next:hover{background-position:0 -32px;}

/*Awards Home Page*/
.awardLinkCol1,.awardLinkCol2{float:left; width:155px;}
.awardLinkCol2{width:125px;}

/*Pager Styles*/
.prevNext a, span
{
    padding-right: 5px;
}
/*Listing Page ul li a styles*/
.listingBoxContent ul {
	margin:0;
	padding:0;
	list-style-position: outside;
	list-style-type: none;
}
.listingBoxContent ul li {
	margin:11px 0;
	list-style-position: outside;
	list-style-type: none;
}
.listingBoxContent ul li a {
	padding:0 0 0 15px;
	font-weight:bold;
	background-image: url(/images/bulletOff.png);
	background-position: left 3px;
	background-repeat: no-repeat;
}

.listingBoxContent ul li a:hover {
	background-image: url(/images/bulletOn.png);
}
.ceoListing h2
{
    margin: 10px 0px 0px 0px;
}
.ceoListing a.listLink
{
    padding:0 0 0 15px;
	font-weight:bold;
	background-image: url(/images/bulletOff.png);
	background-position: left 3px;
	background-repeat: no-repeat;
}
.ceoListing a.listLink:hover
{
	background-image: url(/images/bulletOn.png);
}