/* CSS Document */
/*----------------------------- GENERAL -----------------------------*/
*{ 
	padding:0;
	margin:0;
	}
body{
	padding:40px 0 0 0;
	margin:0;
	background:url(../images/body-bg.jpg) repeat-x 0 0 #FFF;
	font:13px/18px Arial, Helvetica, sans-serif;
	color:#333333;
	}
img{
	display:block;
	border:none;
	}
a{ text-decoration:none;
	outline:none;
	}
ul, ol, dl{
	list-style-type:none;
	}
input, select, textarea{
	outline:none;
	}
textarea{
	resize:none;
	}
p{
	padding-bottom:15px;
}
.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}
/*----------------------------- GENERAL ENDS-----------------------------*/
/*----------------------------Home pane starts--------------------------*/
div#wraper{
	width:1039px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
}
div#logonavPanel{
	height:48px;
	overflow:hidden;
}
div#logonavPanel img{
	float:left;
}
/*----------------------navigation----------------*/	
div.topNav{
	width:775px;
	height:41px;
	padding-top:7px;
	padding-left:10px;
	float:left;
	}
div.topNav ul{
	margin:0;
	}
div.topNav ul li{
	float:left;
	margin-right:2px;
	}
div.topNav ul li a{
	font:bold 13px/41px Arial, Helvetica, sans-serif;
	color:#383838;
	display:block;
	float:left;
	height:41px;
	background:url(../images/nav-bg.jpg) 0 0 repeat-x;
	}
div.topNav ul li a span{
	display:block;
	height:41px;
	float:left;
	cursor:pointer;
	}
div.topNav ul li a span.leftBg{
	padding-left:15px;
	background:url(../images/nav-L.jpg) 0 0 no-repeat;
	}		
div.topNav ul li a span.rightBg{
	padding-right:15px;
	background:url(../images/nav-R.jpg) 100% 0 no-repeat;
	}
div.topNav ul li:hover,
div.topNav ul li.active{	
	background:url(../images/nav-arrow.gif) 50% 40px no-repeat;
	}
div.topNav ul li:hover a,
div.topNav ul li.active a{
	background:url(../images/nav-bg-h.jpg) 0 0 repeat-x;
	color:#FFF;
	}
div.topNav ul li:hover a span.leftBg,
div.topNav ul li.active a span.leftBg{
	background:url(../images/nav-L-h.jpg) 0 0 no-repeat;
	}
div.topNav ul li:hover a span.rightBg,
div.topNav ul li.active a span.rightBg{
	background:url(../images/nav-R-h.jpg) 100% 0 no-repeat;
	}
/*----------------------navigation ends----------------*/	
/*----------------------body panel starts----------------*/
div#bodyPan{
	background:url(../images/body-pan-bg.jpg) repeat-y 20px 0;
	padding:0 0 0 0;
	overflow:hidden;
}
div#searchPan{
	background:url(../images/search-btm.png) no-repeat 0 100%;
	height:88px;
}
div#searchPan div.searchBg{
	background:url(../images/search-bg.jpg) repeat-x 0 0;
	height:69px;
}
div.searchBg img{
	float:left;
}
div.searchBg div.searchFlds{
	width:895px;
	float:left;
	padding-top:11px;
}
div.searchFlds input, div.searchFlds select, div.searchFlds label{
	float:left;
	font-size:13px;
}
div.searchFlds label{
	font:bold 18px/20px Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color:inherit;
	margin-right:10px;
	padding-top:10px;
}
div.searchFlds input.typeOne{
	width:132px;
	padding:2px;
	margin:10px 12px 0 0;
}
div.searchFlds input.typeTwo{
	width:165px;
	padding:2px;
	margin:10px 12px 0 0;
}
div.searchFlds select{
	width:165px;
	height:24px;
	margin:10px 12px 0 0;
}
div#mainContentPan{
	width:975px;
	padding:2px 7px 20px 19px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
}
div#mainContentPan div#contentLeftpan{
	width:729px;
	float:left;
	height:100%;
	overflow:hidden;
}
div#contentLeftpan div.headerPan{
	height:305px;
	position:relative;
}
div.headerPan div.netwrkIcons{ 
	width:102px;
	height:23px;
	background-color:#FFF;
	position:absolute;
	top:0;
	right:0;
}
div.netwrkIcons img{
	float:left;
	margin-left:9px;
}
div.contentBlock{
	height:100%;
	overflow:hidden;
}
div.signupPan{
	background:url(../images/signup-bg.gif) repeat-y 0 0;
	width:206px;
	margin-right:20px;
	position:relative;
	float:left;
}
div.signupPan span.bottom{
	background:url(../images/signup-bottom.gif) no-repeat;
	height:14px;
	width:206px;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
}
div.signupPan div.signheading{
	background:url(../images/signup-heading-bg.gif) no-repeat 0 0;
	height:51px;
	margin-bottom:10px;
}
div.signheading h4{
	font:bold 17px/20px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	padding:20px 0 0;
}
div.signupPan img{
	margin:0 0 10px 20px;
}
div.signupPan form{
	margin-left:20px;
	width:170px;
	padding-bottom:20px;
}
div.signupPan form label{
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#000;
	display:block;
	margin-bottom:5px;
}
div.signupPan form input.large{
	width:156px;
	height:18px;
	padding:2px;
	margin-bottom:12px;
}
div.signupPan div.phone{
	height:100%;
	overflow:hidden;
	padding-bottom:12px;
}
div.signupPan div.phone input{
	width:43px;
	height:18px;
	padding:2px;
	margin:0 5px 0 0;
	float:left;
}
div.rightContent{
	width:470px;
	float:left;
	padding:20px 0 0 0;
}
div.contentBlock h1{
	font:20px/24px Arial, Helvetica, sans-serif;
	color:#333;
	padding-bottom:10px;
	display:block;
}
div.rightContent p{
	clear:both;
}
div.contentBlock h1 ul{
	display:block;
	float:left;
	padding:0 5px;
}
div.contentBlock h1 ul li{
	background:url(../images/number-bg.gif) repeat-x;
	height:34px;
	width:auto;
	font:13px/25px Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:0 5px;
	float:left;
	border-right:1px solid #FFF;
}
div.contentBlock h1 span{
	float:left;
}
/*------------------------body right panel starts--------------*/
div#bodyRightpan{
	width:214px;
	float:right;
}
div.browsPep{
	height:100%;
	overflow:hidden;
	padding-bottom:8px;
}
div.browsPep img.leftArrow{
	float:left;
}
div.browsPep img.leftRight{
	float:right;
}
div.browsPep h5{
	font:bold 13px/18px Arial, Helvetica, sans-serif;
	color:#8A8A8A;
	float:left;
	padding-left:10px;
}
div#bodyRightpan h4{
	font:bold 13px/28px Arial, Helvetica, sans-serif;
	color:#949494;
	background-color:#DEDEDE;
	padding-left:15px;
}
div#bodyRightpan ul{
	padding:0 0 15px 15px;
}
div#bodyRightpan ul li,a,a:visited,a:hover{
	font:11px/18px Arial, Helvetica, sans-serif;
	color:#949494;
}
/*------------------------body right panel ends--------------*/
/*----------------------body panel starts----------------*/
/*--------footer starts--------*/
div#footer{
	width:925px;
	margin:0 auto;
	background:url(../images/footer-bg.gif) no-repeat 0 0;
	height:100%;
	overflow:hidden;
	padding:25px 30px 20px 30px;
	text-align:center;
}
div#footer ul{
	padding:0;
}
div#footer ul li{
	display:inline;
	padding: 0 8px;
	background:url(../images/divider.gif) no-repeat 0 4px;
 }
div#footer ul li a{
	font:11px/16px Arial, Helvetica, sans-serif;
	color:#303030;
}
/*--------footer ends--------*/
/*----------------------------Home pane ends--------------------------*/
/*---------------------------browse people starts-----------------------------*/
div.bredCrumb{
	padding-bottom:10px;
	height:100%;
	overflow:hidden;
}
div.bredCrumb ul{
	padding:0;
}
div.bredCrumb ul li{
	background:url(../images/arrow.gif) no-repeat 0 7px;
	float:left;
	padding:0 10px;
	color:#333;
}
div.bredCrumb ul li a{
	font:bold 13px/18px Arial, Helvetica, sans-serif;
	color:#208FAA;
}
div.bredCrumb ul li a:hover{
	color:#333;
}
div.listContainer{
	height:100%;
     
}

div.listContainer a, a:visited{
	display: inline-block;
	line-height: 1.6;
	width: 24%;	
	padding:10px 0;  
	font:12px/29px Arial, Helvetica, sans-serif;
	color:#5388B5;
	text-decoration:underline;
	text-align: left;
}


div.listContainer a:hover{
	color:#333;
	text-decoration:none;
}


.bulletArrow A {
	background: transparent url(../img/arrow.gif) no-repeat left center;
	padding-left: 12px; }

div.listContainer h1{
	font:bold 24px/28px Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left;
	padding-bottom:10px;
}
div.listContainer div.listBlocks{
	float:left;
	margin-right:15px;
}
div.listBlocks ul li{
	font:12px/29px Arial, Helvetica, sans-serif;
	color:#5388B5;
}
div.listBlocks ul li a{
	font:12px/29px Arial, Helvetica, sans-serif;
	color:#5388B5;
	text-decoration:underline;
}
div.listBlocks ul li a:hover{
	color:#333;
	text-decoration:none;
}
/*---------------------------browse people ends-----------------------------*/
/*---------------------------person people starts-----------------------------*/
div.personHeading{
	height:100%;
	overflow:hidden;
	padding:13px 17px;
	background-color:#DCEEC4;
}
div.personHeading h2{
	font:bold 24px/28px Arial, Helvetica, sans-serif;
	color:#333;
	float:left;
}
div.personHeading div.records{
	width:320px;
	float:right;
}
div.records a.prev{
	background:url(../images/prev-btn.gif) no-repeat;
	width:84px;
	height:30px;
	display:block;
	font:bold 13px/30px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	float:left;
}
div.records a.next{
	background:url(../images/next-btn.gif) no-repeat;
	width:84px;
	height:30px;
	display:block;
	font:bold 13px/30px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	float:left;
}
div.records p{
	font:13px/30px Arial, Helvetica, sans-serif;
	color:#40453F;
	padding:0 10px;
	float:left;
}
div.contentBlock h2{
	font:18px/24px Arial, Helvetica, sans-serif;
	color:#333;
	width:729px;
	padding:15px 0 5px 0;
	border-bottom:1px solid #B9B9B9;
	margin-bottom:10px;
}
div.contentBlock h2 span{
	font:18px/24px Arial, Helvetica, sans-serif;
	color:#71931B;
}
div.personPic{
	width:210px;
	float:left;
}
a.viewAllbtn{
	background:url(../images/view-all-btn.gif) no-repeat;
	width:170px;
	height:39px;
	display:block;
	font:bold 13px/39px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	margin:10px 0 0 3px;
}
div.personDetails{
	width:519px;
	float:left;
	padding-bottom:20px;
}
div.personDetails ul{
	padding:4px 0 10px 0;
	border-bottom:1px solid #B9B9B9;
	margin-bottom:10px;
}
div.personDetails ul li{
	font:13px/24px Arial, Helvetica, sans-serif;
}
div.personDetails ul li span{
	width:190px;
	display:block;
	float:left;
}
div.personDetails ul li strong.blueTxt{
	color:#57B2CD;
}
div.personDetails a{
	display:block;
	font:13px/18px Arial, Helvetica, sans-serif;
	color:#57B2CD;
}
div.personDetails a:hover{
	color:#333;
}
div.contentBlock h3{
	font:bold 16px/24px Arial, Helvetica, sans-serif;
	color:#333;
	width:729px;
	height:24px;
	padding:15px 0 5px 0;
	margin-bottom:10px;
}
div.contentBlock h3 span{
	font:13px/18px Arial, Helvetica, sans-serif;
	color:#333;
	float:right;
}
.personListing {
}
.personListing td{
	padding:15px 10px;
	font:12px/16px Arial, Helvetica, sans-serif;
}
.personListing td a{
	display:block;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#0190B8;
}
.personListing td a:hover{
	color:#333;
}
.personListing tr.blueBg{
	background-color:#F0F8FA;
}
.personListing td a.getMore{
	background:url(../images/more-info-btn.gif) no-repeat;
	width:118px;
	height:30px;
	display:block;
	font:bold 13px/30px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	margin-top:20px;
}
ul.pagination{
	float:right;
	padding:15px 0;
	height:26px;
}
ul.pagination li{
	margin-right:2px;
	float:left;
}
ul.pagination li a{
	background-color:#FFF;
	border:1px solid #E3E3E3;
	color:#333;
	padding:5px 10px;
	display:block;
}
ul.pagination li a:hover{
	background-color:#F1F1F1;
}
/*---------------------------person people ends-----------------------------*/

/*---------------------------old style sheet -----------------------------*/

.Homepage
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.Plain
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.RightNav
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.PlainWhite
{
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.PlainBold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.PlainBoldWhite
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.Header
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.Subheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.SubheaderWhite
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.Byline
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.Error
{
    FONT-SIZE: 8pt;
    COLOR: red;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.Footer
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.FooterBold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.TopNav
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.LeftNav
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ServiceTerms
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.PlainSmaller
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif
}
.PlainSmallerBold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana, Arial, helvetica, Sans-Serif
}
.PlainBoldGreen
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #006400;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif
}
.PlainBoldBeige
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #666666;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif
}
.Warning
{
    FONT-WEIGHT: 600;
    FONT-SIZE: 8pt;
    COLOR: red;
    FONT-FAMILY: Verdana, Arial, helvetica;
    FONT-VARIANT: small-caps
}

/*---------------------------old style sheet ends -----------------------------*/

/*-----------------------------Miscellaneous-----------------------------*/	
.fltLft{ float:left!important;}
.fltRht{ float:right!important;}
.nobg{ background-image:none!important;}
.noborder{ border:none!important;}	
.norightmargin{ margin-right:0!important;}
.nopadding{ padding:0!important;}
.nomargin{ margin:0!important;}
.noborderBtm{ border-bottom:none!important;}
.noLine{border-bottom:0 !important;}
.old_page p { margin: 1em 0px; padding-bottom: 0; }
.old_page table { margin: 10px; padding: 10px; }
.old_page td { margin: 10px; padding: 10px; }

/*-----------------------------Miscellaneous-----------------------------*/	

