@charset "utf-8";
/* CSS Document */

/********************************************************************************/
/********************************************************************************/
/*					       AUTHORS : REDDY PRASAD. ANDHE, SRINIVAS BUDDHA	    */
/*				 E-MAIL (Official) : reddy.prasad@impelsys.com  			    */
/*				 E-MAIL (Personal) : areddyprasad@yahoo.com   	                */
/*				 E-MAIL (Personal) : tosrisri@gmail.com     	                */
/*					       COMPANY : Impelsys India (P) Ltd.   					*/
/*				        CREATED ON : 10-07-2009, 10:20hrs					    */
/*					LAST EDITED ON : 	   				   					    */
/********************************************************************************/
/********************************************************************************/

/* Common Styles Starts */
.float-l { float:left; width:auto; }
.float-r { float:right; width:auto; }
.clear-l { clear:left; }
.clear-r { clear:right; }
.clear-b { clear:both; }
.txt-l { text-align:left; }
.txt-c { text-align:center; }
.txt-r { text-align:right; }
.txt-caps { text-transform:uppercase; }
.bold { font-weight:bold; }
.margin-0-auto { margin:0 auto; }
.dis-none { display:none; }
.dis-inline { display:inline; }
.dis-block { display:block; }
.cursor-pointer { cursor:pointer; }
.overflow-hiden { overflow:hidden; }
.padding-5 { padding:5px; }
.padding-left-right-5 { padding:0 5px; }
.padding-left-10 { padding-left:10px; }
.margin-top-10 { margin-top:10px; }
.margin-right-10 { margin-right:10px; }
.margin-left-10 { margin-left:10px; }
.margin-right-15 { margin-right:15px; }
.margin-right-30 { margin-right:30px; }
.margin-bottom-10 { margin-bottom:10px; }
.mrg-rgt-10 { margin: 10px 10px 5px 0;  }
.margin-top-35-neg, mrg-top-35-neg { margin-top:-35px !important; }
.margin-top-0, mrg-top-0 { margin-top:0px !important; }
.margin-tb-10 { margin:10px 0; }

/* Common Styles Ends */


/**************************
HEADER
**************************/
#header #logo {
	padding: 24px 10px 10px 24px;
	margin:0;
	float:left;
	width:auto;
	}
	
#header #logo h1 {
	color:#144a9a;
	font-size:22px;
	font-weight:bold;
	}
	
/* Header Links Starts */
#header-links {
	padding:5px 10px 0 0;
	float:right;
	}
	
#header-links ul {
	margin:0;
	padding:0;
	}
	
#header-links ul li {
	list-style:none;
	display:inline;
	color:#5e5e5e;
	border-right:1px solid #000;
	padding:0 5px;
	font-weight:bold;
	font-size:12px;
	}
	
#header-links ul li.brdr-none { border-right: none; }
	
#header-links ul li a {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
	}
	
#header-links ul li a:hover { text-decoration:none;	}
/* Header Links Ends */	
	
	
/* Top Navigation Starts */
#header #top-nav-block {
	/*padding:42px 120px 0 0;*/
	padding:25px 120px 0 0;
	margin:0;
	color:#fff;
	width:514px;
	}

.top-nav{
	width: 100%;
	overflow: hidden;
	}
	
.top-nav .crv-lft {
	background:url(../images/bg_topnav_crv_lft.jpg) no-repeat top left;
	width:9px;
	height:33px;
	float:left;
	display:inline;
	}
	
.top-nav .crv-rgt {
	background:url(../images/bg_topnav_crv_rgt.jpg) no-repeat top left;
	width:9px;
	height:33px;
	float:left;
	display:block;
	}
	
.top-nav ul{
	margin: 0;
	padding: 0;
	/*padding-left: 10px;*/
	/*font: 11px Helvetica;*/
	font-size:11px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	list-style-type: none;
	float:left;
	width:auto;
	}
	
.top-nav li{
	display: inline;
	margin: 0;
	background:url(../images/top_nav_sep.gif) 0 0;
	}
	
.top-nav li a{
	float: left;
	width:auto;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 10px 0px 0 0px;
	height:23px;
	/*border-right: 1px solid #fff;*/
	color: #fff;
	background:#2b5ba7 url(../images/bg_topnav_inactive.jpg) repeat-x top left;
	outline:none;
	}
	
.top-nav li a span.pad-border { border-right:1px solid #fff; padding-right: 8px; padding-left:8px; }
.top-nav li a span.last { padding-right: 8px; padding-left:8px; border-right: none;	}
	
/*.last-link{ border-right:none; }*/
	
.top-nav li a:hover{ text-decoration: none; }
	
.top-nav li a:visited{
	color: white;
	}
	
.top-nav li a:hover, .top-nav li.current-page a{
	background:#f36223 url(../images/bg_topnav_active.jpg) repeat-x top left;
	}
/* Top Navigation Ends */

/* Sub Navigation Starts */
#header .sub-nav {
	background:#f15f21 url(../images/bg_sub_nav.jpg) repeat-x top left;
	height:21px;
	padding:5px 0 0 0px;
	clear:both;
	color:#fff;
	text-align:right;
	} 

#header .sub-nav ul { text-align:right; padding-right:20px; }	
#header .sub-nav ul li {
	display:inline;
	list-style:none;
	padding:0 7px;
	font-size:11px;
	font-weight:bold;
	border-right:1px solid #fff;
	color:#fff;
	}
	
#header .sub-nav ul li.last-item { 
	border-right:none; 
	padding-right:0;
	}
	
#header .sub-nav ul li a{ color:#fff; font-weight:normal; }
	
#header .sub-nav ul li a#active { font-weight:bold; color:#fff; }
/* Sub Navigation Ends */

/* Homepage Banner Section Starts */
#home-page-banner-holder {
	height:262px;
	clear:both;
	padding:0;
	margin:0;
	}
	
#banner-section {
	width:996px;
	height:192px;
	clear:both;
	}
	
#home-page-banner-holder #homepage-banner-section { 
	float:left; 
	width:867px;
	}
	
#home-page-banner-holder #homepage-banner-links-section { 
	float:left;
	width:auto;
	}
	
#home-page-banner-holder #homepage-banner-links-section ul { 
	background-color:#f04f23;
	/*height:262px;*/
	}
	
#home-page-banner-holder #homepage-banner-links-section ul li { 
	display:block;
	list-style:none;
	border-bottom:1px solid #fff;
	padding:14px 10px;
	width:109px;
	font-size:12px;
	font-weight: normal;
	color:#fff;
	}
	
li.banner-last-li-link { 
	border-bottom:none; 
	height:28px; 
	}

li.first-li-item { font-weight: bold; font-family:Helvetica; letter-spacing:0.03em; }
	
#home-page-banner-holder #homepage-banner-links-section ul li a{ 
	color:#fff;
	text-decoration:none;
	outline:none;
	font-family: Helvetica;
	}
	
#home-page-banner-holder #homepage-banner-links-section ul li a:hover{ text-decoration: none; }

li#active-li { background: #42c7f2 url(../images/bg_banner_active_grad.gif) left bottom repeat-x; }
/* Homepage Banner Section Ends */

/* Content Styles Starts */
/*#banner-section #about {
	width:996px;
	height:192px;
	}*/

#content p {
	padding:2px 0 5px 0;
	/*line-height:19px;*/
	line-height:16px;
	}
	
#content #content-holder-1 #content-col-2 h1,
#content #content-holder-2 #content-col-2 h1,
#content #content-holder-3 #content-col-2 h1 {
	color:#F26122;
	margin-bottom:7px;
	}
	
#content p.content-big-text { 
	color:#f26122; 
	font-weight:bold;
	}
	
#content #content-holder-1 #content-col-2 a,
#content #content-holder-2 #content-col-2 a,
#content #content-holder-3 #content-col-2 a { 
	color:#134a9c; 
	text-decoration:underline; 
	font-weight:bold; 
	}
	
#content #content-holder-1 #content-col-2 a:hover,
#content #content-holder-2 #content-col-2 a:hover,
#content #content-holder-3 #content-col-2 a:hover { text-decoration:none; }
	
.more a { color:#2084c4; }

.arrow-link-block {
	background:#e2641f url(../images/bg_links_arrow_lft.jpg) no-repeat top left;
	height:24px;
	margin-bottom:4px;
	color:#fff;
	}
	
.arrow-link-rgt {
	background:#e2641f url(../images/bg_links_arrow_rgt.jpg) no-repeat top right;
	height:20px;
	padding-top:4px;
	margin-left:8px;
	}
	
.arrow-link-rgt span {
	background:url(../images/arrow_link.jpg) no-repeat 0 3px;
	padding-left:13px;
	}
	
.arrow-link-rgt span a{ color:#fff; }

.arrow-link-block1 {
	background:#e2641f url(../images/bg_links_arrow_lft1.jpg) no-repeat top left;
	height:68px;
	margin-bottom:4px;
	color:#fff;
	}
	
.arrow-link-rgt1 {
	background:#e2641f url(../images/bg_links_arrow_rgt1.jpg) no-repeat top right;
	height:56px;
	padding-top:12px;	
	margin-left:8px;
	}
	
.arrow-link-rgt1 span {
	/*background:url(../images/arrow_link.jpg) no-repeat 0 3px;*/
	padding-left:13px;
	}
	
.arrow-link-rgt1 span a{ color:#fff; text-decoration:underline; }



/* Rounded Corners Block 1 Starts */
.round-block-1 {
	width:100%;
	padding:0;
	margin:0 0 10px 0;
	}
	
.round-block-1 .crv-top-lft{
	background:url("../images/impel_crv_tl.jpg") no-repeat left top;
	height:10px;
	padding:0px 0px 0px 10px;
	}

.round-block-1 .crv-top-rgt{ 
	background:url("../images/impel_crv_tr.jpg") no-repeat right top;
	height:10px; 
	}

.round-block-1 .crv-btm-lft{
	background:url("../images/impel_crv_bl.jpg") no-repeat left bottom;
	display:block;
	height:10px;
	padding:0px 0px 0px 10px;
	}

.round-block-1 .crv-btm-rgt{
	background:url("../images/impel_crv_br.jpg") no-repeat right bottom;
	display:block;
	height:10px;
	}

.round-block-1 .round-block-content{
	padding:0px 10px 0px 10px;
	overflow:hidden;
	background-color:#f3f3f5;
	color:#000;
	}

.round-block-1 .round-block-content a{
	color:#000;
	text-decoration:underline;
	}

.round-block-1 .round-block-content a:hover{ text-decoration:none; }
	
/* Normal List Block Starts */
.round-block-1 .round-block-content ul { padding-left:15px; }

.round-block-1 .round-block-content ul li { 
	padding-bottom:5px;
	/*line-height:17px;*/
	}

.round-block-1 .round-block-content ul li span { 
	font-weight:bold;
	}

.round-block-1 .round-block-content ul li a{ 
	color:#000;
	text-decoration:underline;
	}

.round-block-1 .round-block-content ul li a:hover { text-decoration:none; }
/* Normal List Block Ends */

/* Arrow List Block Starts */
.round-block-1 .round-block-content ul.list-01 { padding-left:0px; }

.round-block-1 .round-block-content ul.list-01 li { 
	background:url(../images/arrow_normal.gif) no-repeat 0px 4px;
	list-style:none;
	padding-bottom:5px;
	padding-left:15px;
	line-height:17px;
	}

.round-block-1 .round-block-content ul.list-01 li#active-link { 
	background:url(../images/arrow_normal.gif) no-repeat 0px 4px; 
	color:#000;
	}
/* Arrow List Block Ends */

/* Without Arrows Links Block Starts */
.round-block-1 .round-block-content ul.list-02 { padding-left:0px; }

.round-block-1 .round-block-content ul.list-02 li { 
	list-style:none;
	padding:5px 10px;
	border-bottom:1px solid #000;
	margin:0 -10px;
	color:#114b9d;
	font-weight:bold;
	}

.round-block-1 .round-block-content ul.list-02 p { 
	color:#000000; 
	font-weight:normal;
	}

.round-block-1 .round-block-content ul.list-02 li.no-border { border-bottom:none; }

.round-block-1 .round-block-content ul.list-02 li a { 
	text-decoration:none;
	color:#00183d;
	}

.round-block-1 .round-block-content ul.list-02 li a:hover { text-decoration:underline; }

.round-block-1 .round-block-content ul.list-02 li#current-link { color:#114b9d; }
/* Without Arrows Links Block Ends */

.round-block-1 .round-block-content h4{
	font-size:13px;
	background-color:#2d5caa;
	color:#fff;
	margin:0 -10px 5px -10px;
	padding:0 0 7px 10px;
	}

.round-block-1 .round-block-content p{ padding:0 0 3px 0 !important; /*line-height:17px;*/ }
/* Rounded Corners Block 1 Ends */	


/* Rounded Corners Block 2 Starts */
.round-block-2 {
	width:100%;
	overflow:hidden;
	padding:0;
	margin:0 0 10px 0;
	color:#fff;
	}
	
.round-block-2 h3 {
	font-size:13px;
	line-height:13px;
	margin:0;
	padding:0
	}
	
.round-block-2 a {
	font-size:11px;
	}	

.round-block-2 .crv-top-lft{
	background:url("../images/impel_crv2_tl.gif") no-repeat left top;
	height:4px;
	padding:0px 0px 0px 10px;
	}

.round-block-2 .crv-top-rgt{
	background:url("../images/impel_crv2_tr.gif") no-repeat right top;
	height:4px;
	}

.round-block-2 .crv-btm-lft{
	background:url("../images/impel_crv2_bl.gif") no-repeat left bottom;
	display:block;
	height:4px;
	padding:0px 0px 0px 10px;
	}

.round-block-2 .crv-btm-rgt{
	background:url("../images/impel_crv2_br.gif") no-repeat right bottom;
	display:block;
	height:4px;
	}

.round-block-2 .round-block-content {
	padding:0px 8px 0px 5px;
	margin:0px;
	overflow:hidden;
	background-color:#e06320;
	position:relative;
	border-left:1px solid #e06320;
	border-right:1px solid #e06320;
	font-size:13px;
	font-weight:normal;
	}

.round-block-2 .round-block-content p {
	padding:0 !important;
	margin:0 !important;
	}

.round-block-2 .round-block-content h3 {
	color:#fff;
	margin:0 0 2px 0;
	}
	
.arrow-link {
	background:url(../images/arrow_link.jpg) no-repeat 0 4px;
	padding:0px 0 0 15px;
	}

.round-block-2 a {
	color:#fff;
	text-decoration:underline;
	}

.round-block-2 a:hover { text-decoration:none; }
/* Rounded Corners Block 2 Ends */
	
.icon-clients {
	background:url(../images/icon_clients.gif) no-repeat top left;
	padding:5px 0 0 30px;
	width:85px;
	height:25px;
	float:left;
	margin:5px 0;
	}
	
.icon-clients a{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	}
	
.icon-clients a:hover{ text-decoration:none; }

.home-social-bookmark {
	text-align:right;
	float:right;
	margin-top:35px;
	}

.home-social-bookmark img { margin-left:5px; }


h1.heading-big { font-size:20px; }

h4.publisher-name {
	color:#f04f22;
	font-size:12px;
	margin:15px 0 5px 0;
	text-align:right;
	}
h4.pub-comp { color:#000; text-align:right; font-size:11px; font-weight:normal; }

/* Values Page Headings Starts */	
h2.passion,
h2.entrepreneurship,
h2.relationships,
h2.success,
h2.innovation {
	margin-bottom:5px;
	height:23px;
	font-size:19px;
	text-indent:-9999px;
	}
	
h2.passion { 
	background:url(../images/heading_passion.jpg) no-repeat top left;
	color:#faa919;
	}
	
h2.entrepreneurship { 
	background:url(../images/heading_entrepreneurship.jpg) no-repeat top left;
	color:#c686ba;
	}
	
h2.relationships { 
	background:url(../images/heading_relationships.jpg) no-repeat top left;
	color:#bcd52f;
	}
	
h2.innovation { 
	background:url(../images/heading_innovation.jpg) no-repeat top left;
	color:#6ccef5;
	}
	
h2.success { 
	background:url(../images/heading_success.jpg) no-repeat top left;
	color:#fdb338;
	}
/* Values Page Headings Ends */	

/* Advanage Page Headings Starts */
h2.domain-expertise,
h2.technology-expertise,
h2.epublishing-products,
h2.global-deliver,
h2.quality,
h2.innovative {
	margin-bottom:5px;
	font-size:19px;
	text-indent:-9999px;	
	}


h2.domain-expertise { 
	background:url(../images/heading_domain_expertise.jpg) no-repeat top left;
	color:#b45da4;
	height:53px;
	}
	
h2.technology-expertise { 
	background:url(../images/heading_technology_expertis.jpg) no-repeat top left;
	color:#faa719;
	height:52px;
	}
	
h2.epublishing-products { 
	background:url(../images/heading_epublishing_product.jpg) no-repeat top left;
	color:#bdd92f;
	height:49px;
	}
	
h2.global-deliver { 
	background:url(../images/heading_global_delivery.jpg) no-repeat top left;
	color:#faa719;
	height:48px;
	}
	
h2.quality { 
	background:url(../images/heading_quality.jpg) no-repeat top left;
	color:#bdd92f;
	height:23px;
	}
	
h2.innovative { 
	background:url(../images/heading_innovative.jpg) no-repeat top left;
	color:#faa719;
	height:19px;
	}
/* Advanage Page Headings Ends */

.dotted-btm-brdr {
	background:url(../images/dotted_brdr.jpg) repeat-x bottom left;
	padding:2px 5px 0px 10px;
	margin-bottom:10px;
	}
	
.values-block-pad,
.adv-block-pad {
	padding:2px 5px 0px 10px;
	margin-bottom:10px;
	}
	
#mgmt-info {
	background:#3dacc7 url(../images/bg_mgmt_block.jpg) repeat-x top left;
	height:43px;
	padding-top:3px;
	padding-left:394px;
	}
	
#mgmt-info h1 {
	color:#ff6633;
	font-size:18px;
	}
	
#mgmt-info h4 {
	color:#ffffff;
	font-size:12px;
	}

.medium-text {
color:#000;
font-size:11px;
line-height:18px !important;
}
	
.content-thumb-holder {
	margin-bottom:15px;
	padding-top:5px;
	padding-bottom:20px;
	clear:both;
	overflow:hidden;
	background:url(../images/sep_content.gif) repeat-x bottom left;
	}
	
.content-thumb-holder {
	text-align:center;
	margin:5px 0 10px 0;
	}
	
.content-thumb-holder img { margin-right:20px; }

.thumb-holder {
	padding:10px 0 20px 0;
	clear:both;
	}
	
.content-thumb-block {
	float:left;
	width:auto;
	text-align:center;
	margin-right:20px;
	}

.content-div-lft {
	float:left;
	width:360px;
	text-align:left;
	}
	
.content-thumb-block {
	float:left;
	width:auto;
	text-align:center;
	margin-right:20px;
	}
	
h2.content-heading-1 { 
	margin:10px 0; 
	color:#000;
	}
	
.content-thumb-block h4 {
	text-align:center;
	font-size:12px;
	margin:5px 0;
	color:#124999;
	}
	
#content-col-2 ul { padding:0 0 10px 25px; }
	
#content-col-2 ul li { margin:7px 0; }
	
#content-col-2 h3 { color:#555; }

.dotted-sep {
	clear:both;
	background:url(../images/sep_content.gif) repeat-x bottom left;
	padding:5px 0 10px 0;
	margin:10px 0 10px 0;
	overflow:hidden;
	}

.dotted-sep h4 {
	color:#000;
	font-size:11px;	
	}

.dotted-sep span { font-weight:bold; }


.dotted-sep a { 
	text-decoration:underline; 
	color:#134A9C;
	font-weight:bold;
	font-size:12px;
	}

.dotted-sep a:hover { text-decoration:none; }

.dotted-sep img {
	float:left;
	margin-right:10px;
	}

.dotted-sep img.img-brdr {
	border:1px solid #6f6d6d;
	}

.dotted-sep ul li {
	color:#000000 !important;
	margin:3px 0;
	list-style:none;
	padding-left:10px;
	}

.dotted-sep h3 {
	color:#000000 !important;
	margin:5px 0;
	}

.dotted-sep span { margin-right:3px; }

/* Home Page Tabs Starts */
#tab_wrapper{ 
	width:266px; 
	background:url(../images/bg_homepage_tabs.gif) no-repeat top left;
	}

.boxholder{
	clear: both;
	padding: 0px;
	margin:0;
	}

.tab{
	float: left;
	height: 20px;
	width:88px;
	margin: 0;
	text-align: center;
	/*background-color:#f14e23;*/
	line-height:13px;
	}

.tabActive{
	float: left;
	height: 29px;
	/*background:url(../images/arrow_home_tab_active.gif) no-repeat center center;
	height:75px;
	background:url(../images/arrow_home_tab_active_small.gif) no-repeat center 20px;*/
	width:88px;
	margin: 0;
	text-align: center;
	line-height:13px;
	}

.tabActive a:link, .tabActive a:visited, .tabActive a:active {
	color:#fff;
	outline:none;
	}


.tabtxt{
	margin: 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding:0;
	display:block;
	}

.tabtxt a{
	color: #f8a614;
	text-decoration: none;
	outline:none;
	display:block;
	width:88px;
	line-height:29px;
	}

.tabtxt a:hover{ color: #e9e9e9; text-decoration:none; }

.boxholder {
	margin:0;
	padding:0;
	background-color:#f3f3f5;
	/*height:188px;*/
	}

.boxholder ul {
	margin:18px 15px 0 15px;
	list-style-type:none;
	padding-bottom:28px;
	}

.boxholder ul li {
	padding:5px 5px 14px 25px;
	} 


.boxholder ul li.home-icon-ipc,
.boxholder ul li.home-icon-content-portal,
.boxholder ul li.home-icon-talking-ebooks,
.boxholder ul li.home-icon-online-catalog,
.boxholder ul li.home-icon-iplatform,
.boxholder ul li.home-icon-virtual-pages,
.boxholder ul li.home-icon-idams,
.boxholder ul li.home-icon-smart-cd,
.boxholder ul li.home-icon-tech-services,
.boxholder ul li.home-icon-epub-services {
	padding-left:35px;
	}

.boxholder ul li.home-icon-ipc { background:url(../images/icon_ipc.gif) no-repeat top left; }
.boxholder ul li.home-icon-content-portal { background:url(../images/icon_content_portal.gif) no-repeat top left; }
.boxholder ul li.home-icon-talking-ebooks { background:url(../images/icon_talking_ebooks.gif) no-repeat top left; }
.boxholder ul li.home-icon-online-catalog { background:url(../images/icon_online_catalog.gif) no-repeat top left; }
.boxholder ul li.home-icon-iplatform { background:url(../images/icon_iplatform.gif) no-repeat top left; }
.boxholder ul li.home-icon-virtual-pages { background:url(../images/icon_virtual_pages.gif) no-repeat top left; }
.boxholder ul li.home-icon-idams { background:url(../images/icon_idams.gif) no-repeat top left; }
.boxholder ul li.home-icon-smart-cd { background:url(../images/icon_smart_cd.gif) no-repeat top left; }
.boxholder ul li.home-icon-tech-services { background:url(../images/icon_tech_services.gif) no-repeat top left; }
.boxholder ul li.home-icon-epub-services { background:url(../images/icon_epub_services.gif) no-repeat top left; }

.boxholder ul li a{
	color:#000;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	}

.boxholder ul li a:hover { text-decoration:none; }

.contactus-map {
	background:#f3f3f4 url(../images/contactus_map.gif) no-repeat center center !important;
	height:500px;
	}

/* Home Page Tabs Ends */


/* Content Styles Ends */
.borders { border:1px solid red; }
#single-column { color:#5e5e5e; }
#single-column p { margin:5px 0; line-height:16px; color:#5e5e5e; padding:2px 0 5px; }
#single-column h3 { font-size:14px; }
#col-right { width:700px; float:left; }

/* footer links */
#footer { height:28px; line-height:28px; text-align:center; color:#fff; font-size:13px; background-color:#8a8a8a; }
#footer span { font-size:10px; padding-left:30px; }
#footer a { color:#fff; font-size:10px; }

/* registration form */
#ipc-registration {
clear:both;
color:#4C4D4D;
margin:20px auto 40px;
padding:0;
width:610px;
}
#ipc-registration .ipc-reg-row {
clear:both;
}
#ipc-registration .ipc-reg-row .left-col {
float:left;
font-size:12px;
font-weight:bold;
margin:7px 10px 0 0;
text-align:right;
width:160px;
}
#ipc-registration .ipc-reg-row .right-col {
text-align:left;
}
#ipc-registration input.ipc-reg-txt-fld, #ipc-registration input.ipc-reg-txt-fld-2, #ipc-registration select.ipc-reg-select-fld, #ipc-registration select.ipc-reg-select-fld-2 {
border:1px solid #B9B9B9;
color:#979797;
margin:3px 0;
padding:5px;
width:420px;
}
#ipc-registration select.ipc-reg-select-fld-2 {
width:209px;
}
#ipc-registration input.ipc-reg-txt-fld-2 { width:209px; }

#content-col-1 ul { list-style: disc outside; padding-left:15px; }
#content-col-1 ul li { margin-bottom:5px; line-height:17px; }
#content-col-1 ul li a { color:#f26122; }
.text-orange { color:#F26321; }
.text-blue { color:#104498; }
.text-black { color:#000; }
address {color:#F26321; font-style:normal; line-height:1.5em; clear:both;  }
address a { color:#F26321;}
ul.list-02 { margin:0; padding:0 !important; }

/* News Page Styles Starts */
.impel-news-row {
	background:url(../images/sep_content.gif) repeat-x scroll left bottom;
	float:left;
	margin:0 0 15px 0;
	padding:0;
	width:100%;
	display:block;
	}

.impel-news-row h4 a{
	background:url(../images/impel_news_arrow.gif) no-repeat scroll 0 5px;
	color:#666867;
	font-size:13px !important;
	line-height:19px;
	font-weight:bold;
	margin:0;
	padding:0 0 0 15px;
	}
	
.content-dotted-block {
	background:url(../images/sep_content.gif) repeat-x scroll left bottom;
	padding:0 10px 10px 10px;
	margin:10px 0;
	}
	
.content-dotted-block p {
	color:#000000;
	font-size:12px;
	padding:3px 0;
	font-weight:normal;
	}
	
.content-dotted-block a{
	font-size:12px;
	}
	
.openings {
	background-color:#fff;
}

.openings td {
	background-color:#fff;
	padding:4px 0;
	font-size:11px;
}

.openings th {
	background-color:#eee;
	padding:4px 0;
	font-size:14px;
	color:#3068B3;	
}

.openings td, .openings th {
	padding-left:2px;
}

table.openings td p {
	padding:2px 0;
	margin:0;
}

.top-dots {	
	border-bottom:1px dotted #666;
	margin:4px 0;
}

.bul-points h3 { color:#555; margin-bottom:6px; }
.bul-points ul, .bul-points ul li { color:#000; }
.bul-points ul a, .bul-points a, .bul-points ul li a { color:#F04F22; }

.newsletter { color:#3357ab; font-weight:bold; font-size:12px; margin-top:10px; }
.newsletter img { float:left; margin-right:6px; }
.newsletter a { color:#000; }
	
/*ul.block-news-list,
ul.block-news-list li {
	margin:0 !important;
	padding:0 !important;
	list-style:none;
	color:#114b9d;
	font-size:12px;
	line-height:18px !important;
	}	
	
ul.block-news-list li { 
	padding:2px 0 !important;
	border-bottom:1px solid #114b9d;
	}	
	
ul.block-news-list p { color:#000000 !important; }
	
ul.block-news-list li.current-list { padding:2px 0 !important; }
	
ul.block-news-list li a{ color:#f26122 !important; }

.block-news-list ul {
	margin:0 !important;
	padding:0 !important;
	}

.block-news-list ul li{
	list-style:none;
	font-size:12px;
	padding:5px 0;
	border-bottom:1px solid #114b9d;
	color:#134A9C !important;
	font-weight:bold;
	}

.block-news-list p{
	color:#000000;
	}


.block-news-list ul li a{ color:#114b9d; }*/

/* News Page Styles Ends */	

/* jquery menu styles */
.how-links { list-style:none!important; margin:0; padding:0; }
.how-links li { border-bottom:1px solid #ccc; margin:0 !important; padding:0 !important; margin-bottom:-5px; }
.how-links a { padding:5px; background-color:#eee; display:block; }
.how-links2 { list-style:none!important; margin:0; padding:0; }
.how-links2 li { border-bottom:1px solid #ccc; margin:0 !important; padding:0 !important; margin-bottom:-5px; }
.how-links2  a { padding:5px; background-color:#eee; display:block; }
#content-col-1 ul.how-links { padding:0; margin:0;}
.margin-left-241 { margin-left:100px; margin-right:100px; }

#content-col-1 ul.how-links2 { padding:0; margin:0;}
.margin-left-241 { margin-left:100px; margin-right:100px; }


/* FBF Landing page styles */
p.foreword { font-size:15px; color:#666; font-weight:bold; padding:10px 0; }
.ipc-help-cont { margin:15px 0; }
.ipc-help-top { background:url(../images/rc_or_top.jpg) top left no-repeat; font-size:10px; height:10px; }
.ipc-help-btm { background: #f7b554 url(../images/rc_or_btm.jpg) bottom left no-repeat; padding:0 10px 5px 10px; }
.ipc-help-btm h2 { font-size:18px; line-height:18px; color:#fff; margin:0 0 5px 0; height:1%; }
.ipc-help-btm p { width:45%; float:left; background:url(../images/bul.gif) top left no-repeat; padding:0 0 10px 15px; font-size:12px; color:#fff; line-height:16px;  }
#content-1 #content-holder-2 #content-col-b h1{
	color:#555;	
	}	
#content-1 #content-holder-2 #content-col-b p {
font-size:13px; line-height:18px;color:#555;	
	}
.btext { color:#164a76; }

.ipc-publish-cont { margin:15px 0; }
.ipc-publish-top { background:url(../images/rc_grey1_top.jpg) top left no-repeat; font-size:10px; height:10px; }
.ipc-publish-btm { background: #f7b554 url(../images/rc_grey1_btm.jpg) bottom left no-repeat; padding:0 10px 5px 10px; }
#content-1 #content-holder-2 #content-col-b p.btext { color:#164a76; border-bottom:2px solid #fff; padding-bottom:10px; margin-bottom:8px; }
#content-1 #content-holder-2 #content-col-b p.inti { color:#555; line-height:18px; font-size:12px; font-style:italic; padding-bottom:5px;  }
.ipc-fbf-cont { background:url(../images/rc_blue_btm.jpg) bottom left no-repeat; padding-bottom:10px; }
#content-1 #content-holder-2 #content-col-c p { font-size:13px; line-height:18px;color:#555; padding:10px; }
#content-1 #content-holder-2 #content-col-c p.btns { text-align:center; padding:3px 0; }
#content-1 #content-holder-2 #content-col-c p.quotes { font-size:13px; font-weight:bold; line-height:16px; color:#164a76; padding:16px 20px 0 20px; }
#content-1 #content-holder-2 #content-col-c p.author { font-size:10px; color:#164a76; padding:0 0 0px 20px; margin:0;  }
sesame_col {
	width: 800px;
}
