* {margin: 0; padding: 0;}
html {overflow-y: scroll;}
a {outline: none;} /* removes Firefox dotted outline on click */
a img {border: none;}
em {font-style: italic;}
strong {font-weight: bold;}
p {line-height: 1.4;}
/*************************************************/

body {
	margin-top: 0;
	background: url(../media/background_logo.png) no-repeat scroll 50% 0 #79B0E5 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 13px;
	color: #666;
	text-align: center;
}

.pageWide{
  	width: 960px;
	margin: 0 auto;
	text-align: left;
 }
 
h1 {
	font-size: 29px;
	color: #363636;
	margin-bottom: .5em;
	
}

h2 {
	font-size: 19px;
	font-weight: normal;
	color: #333;
	margin-bottom: 15px;
	
}

h3 {
	font-weight: bold;
	font-size: 15px;
	color: #333;
	margin-top: 20px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-bottom: .25em;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin-bottom: .25em;
}

h6 {
	font-size: 19px;
	font-weight: normal;
	color: #333;
}

h7 {
	font-size: 15px;
	font-weight: normal;
	color: #333;
}


p {
	margin-bottom: 1em; 
	line-height: 1.4;
	font-size: 13px;
}


ul {list-style: none;}
li {margin-bottom: 1em;}

/* links */

a:link, a:visited {
	color: #cc3300;
	text-decoration: normal;
}

p a:link, p a:visited {
	text-decoration: underline;
}

a:hover {
	color: #66000;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

h2 a:link, h2 a:visited {
	color: #333;
	text-decoration: none;
}

h2 a:hover {
}

/**************** HEADER ********************/
#header {
	
	height: 77px;
	width:960;
	position: relative;
	z-index:20;
}

#header h1{
	background: url(/media/logo.gif) no-repeat;
}

#header h1 span {
	display: none;
}

#header h1 a {
	display: block; 
	width: 190px; 
	height: 37px;
}

#header img {
	width: auto;
}

#header .paperstops {
  float:right; 
  padding-top: 40px;
}
/**************** TOPNAV ********************/
#topNav {
	background-color:#0083C6;
	height: 35px;
	text-align: center;
}

#topNav ul {
	text-align: center;
	list-style:none;
	margin: 0;
	padding: 0;
}
 
#topNav li {
	float: left;
	display: inline;
	background: url(/media/divider_topnav.gif) 100% 0 no-repeat;
}

#topNav a {
	float: left;
	font-size: 13px;
	display: block;
	height: 22px;
	width: 160px;
	text-align: center;
	padding-top: 10px;
}

#topNav a:link, #topNav a:visited {
	color: #fff;
	text-decoration: none;
}

#topNav a:hover {
	color: #fff;
	text-decoration: none;
}

/*
*************** SUBNAV ********************/
#signUpTop {
	float: right;
	width: 156px;
	margin-left: 30px;
}

body.pHome #signUpTop {
	margin-top: 10px;
}

#subnav {
	float: right;
	width: 680px;
	margin-top: 20px;
	font-size: 11px;
	font-weight: bold;
	margin-right:10px;
}

#subnavinvest {
	float: right;
	width: 600px;
	margin-top: 20px;
	font-size: 10px;
	font-weight: bold;
}

body.pHome #subnav,
body.pLanding #subnav,
body.pContest #subnav,
body.pComparison #subnav,
body.ppGetStarted #subnav {
	display: none;
}

#subnav ul {
	float: right;
	list-style:none;
}

#subnav li {
	float: left;
	display: inline;
	padding-left: 3px;
    padding-right: 3px;
	border-left: thin solid #cccccc;
	
}
#subnav ul :FIRST-CHILD {
  border-left:none;
}


#subnav li a {
	color: #666;
	/*font-size: 12px;*/
	text-decoration: none;
}

#subnavinvest ul {
	float: right;
	list-style:none;
}

#subnavinvest li {
	float: left;
	display: inline;
	padding-left: 3px;
    padding-right: 3px;
	border-left: thin solid #cccccc;
	
}
#subnavinvest ul :FIRST-CHILD {
  border-left:none;
}


#subnavinvest li a {
	color: #666;
	/*font-size: 12px;*/
	text-decoration: none;
}

/**************** INNER CONTENT (Features Template) ********************/
#contentInner {
	margin-left: 320px;
	padding-top: 20px;
}

#contentInner h2 {
	font-size: 23px;
	color: #000;
	margin-bottom: 0;
}

p.subhead {
	font-size: 14px;
	color: #acacac;
	margin-bottom: 10px;
}

#heading p.subhead {
	color: #828181;
	font-size: 15px;
	margin-top: 5px;
}

p.watchDemo {
	text-align: right;
}

p.watchDemo a {
	background: url(/media/gray_arrow.gif) 100% 50% no-repeat;
	padding-right: 10px;
	text-decoration: none;
	font-size: 12px;
}

#prodnav {
	background: url(/media/dots.gif) repeat-x;
	padding-top: 17px;
}

p.previous {
	float: left;
	width: 250px;
	background: url(/media/arrow_previous.gif) 0 50% no-repeat;
	padding-left: 10px;
}

p.previous a, p.next a  {
	text-decoration: none;
}

p.next {
	float: right;
	text-align: right;
	width: 250px;
	background: url(/media/arrow_next.gif) 100% 50% no-repeat;
	padding-right: 10px;
}

/* Altered Heading styles for Products, Solutions pages (for SEO) */
body.pProduct #heading,
body.pSolutions #heading  {
	font-size: 29px;
	color: #363636;
	margin-bottom: .5em;
	font-weight: bold;
}

#heading h1 {
	font-size: 28px;
	color: #363636;
	margin-bottom: .5em;
}

body.pHome #heading {
	margin-bottom: 15px;
}

body.pProduct #contentInner h1,
body.pSolutions #contentInner h1 {
	font-size: 14px;
	color: #acacac;
	margin-bottom: 10px;
	font-weight: normal;
}

/**************** BODY ********************/

#mainWrap {	
	margin-top:30px;
}

#mainSlogan {
	padding: 15px 0 ;
}
#mainBody {
	background: #fff;
	width:960px;
	text-align:left;
	margin:auto;
}

body.pHome #mainBody {
	padding-top: 14px;
	text-align: center;
}

body.pSignUp #mainBody {
	padding-top: 0;
}

#content {
	border-top: 1px solid #d7d7d7;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:40px;
	background:#ffffff;
}

body.pHome #content{
 padding-top:7px;
 border-top: none;
}

body.pSignUp #content {
	border-top: none;
	padding-top: 0;
}

#content ol {
	margin-left: 40px;
}

#content ul li {
	background: url(/media/bullet_yellow.gif) 0 5px no-repeat;
	padding-left: 0px;
}

#content li ul {
	margin-left: 20px;
}

#content li ul li {
	background: url(/media/bullet_black.gif) 0 7px no-repeat;
	padding-left: 12px;
	margin-bottom: 0;
	margin-top: 10px;
}
/*
body.pHome #content,
body.pLanding #content,
body.pProduct #content,
body.ppSales #content,
body.ppDesign #content,
body.ppMarketing #content,
body.ppEducation #content,
body.ppEvents #content,
body.ppGetStarted #content
 {
	padding-top: 0;
}
*/
body.ppDemos #content {
	padding-top: 20px;
}

body.pRegister #content {
	margin-left: -20px;
	margin-top: -15px;
}

p.intro {
	font-size: 16px;
	color: #4c4c4c;
	margin: 15px 0 30px 0;
}

p.intro strong {
	color: #333;
	font-weight: bold;
}

body.pHome p.intro {
	color: #828181;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 40px;
	line-height: 1.6;
}

.screenshot {
	float: right;
	width: 220px;
	margin-left: 20px;
}

p.press {
	color: #b5b5b5;
	font-size: 11px;
}

p.press a {
	color: #c30;
	font-size: 13px;
}

p.more {
	margin-bottom: 20px;
}

p.more a {
	background: url(/media/arrow_next.gif) 100% 50% no-repeat;
	padding-right: 10px;
	text-decoration: none;
}

p.more a.less {
	background: none;
	padding-right: 0;
	text-decoration: none;
}

p.pdfIcon {
	background: url(/media/icon_document.png) no-repeat;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 5px;
}

.teamWrap img {
	float: left;
	width: 90px;
	border: 1px solid #000;
}

.teamWrap .team {
	margin-left: 110px;
	float: none;
}

.divider {
	clear: both;
	height: 1px;
	overflow: hidden;
	background: #d7d7d7;
	margin-bottom: 30px;
}

.pricingFaq {
	xxborder: 1px solid #555;
	background: #f6f6f6;
	overflow: hidden;
	zoom: 1;
	padding: 0 20px;
	margin-top: 20px;
}

.pricingFaq div {
	float: left;
	width: 449px;
	margin-right: 20px;
}

/*

/*
*************** COLUMN STYLES ********************/
.colHalf, .colThird {
	margin-bottom: 30px;
	overflow: hidden;
	height: 1%;
}

.colHalf div {
	float: left;
	width: 464px;
	padding-right: 10px;
}

.colThird div {
	float: left;
	width: 300px;
	padding-right: 10px;
	display: inline; !important
}

div.colLast {
	padding-right: 0; !important
	width: 305px;
}

.colBasic {
	margin-right: 10px;
}

.colImg {
	float: none;
	padding-right: 0;
}

.colImg img {
	border: 4px solid #ffc20e;
	margin-bottom: 20px;
}

.rightRule {
	border-right: 1px solid #d7d7d7;
}

.leftRule {
	border-left: 1px solid #d7d7d7;
}

.demoWrap {
	xxwidth: auto;
	margin-bottom: 20px;
}

div.colLast .demoWrap {
	padding-right: 0;
}

.demoWrap img {
	float: left;
	width: 223px;
	border: 1px solid #000;
	margin-right: 15px;
}

.demoWrap .demo {
	float: left;
	width: 214px;
	color: #000;
}

.demoWrap .demo h3 {
	margin-top: 0;
}

#sidebar {
	float: left;
	width: 300px;
}


/* Homepage Callouts */
#callouts {
	margin-bottom: 20px;
	margin-left:102px;
}

#callouts div h2 {
	font-family: Helvetica, sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

#callouts div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #828181;
	line-height: 1.1;
}

#callouts div a {
	width: 231px;
	height: 121px;
	padding-top: 33px;
	display: block;
	text-decoration: none;
}
.coBasic {
	float: left;
	width: 231px;
	margin-right: 35px;
}

.coLast {
	float: left;
	width: 231px;
}

.coLos {
	background: url(../media/los_bg.png) no-repeat;
}
.coOAO {
	background: url(../media/oao_bg.png) no-repeat;
}
.coPBO {
	background: url(../media/pbo_bg.png) no-repeat;
}
.coRA {
	background: url(../media/ra_bg.png) no-repeat;
}

/**************** PHOTO CONTEST ********************/
p.sponsor {
	width: 200px;
	float: left;
}

.sponsor img {
	vertical-align: middle;
}

p.iconContest {
	float: left;
	padding-left: 20px;
	margin: 0 15px;
}

.winner {
	background: url(/_media/icon_winner.gif) 0 4px no-repeat;
}

.runnerup {
	background: url(/_media/icon_runnerup.gif) 0 2px no-repeat;
}

.mention {
	background: url(/_media/icon_mention.gif) 0 2px no-repeat;
}

.prize img {
	margin: 10px 0;
}

/*
*************** BOTTOM WRAP ********************/
#bottomWrap {
	clear: right;
	
}

#bottomWrap p a:hover {
	text-decoration: underline;
}

#signUp {
	background: #C4E2EB;
	margin-top:15px;
	padding: 10px 0;
	width:961px;
	margin:auto;
}

#signUp p {
	font-size: 12px;
	color: #0083c6;
	margin-left: 15px;
}

#signUp p a {
	background: ;
	padding-right: 10px;
	font-weight: bold;
	color: #0083c6;
	text-transform: uppercase;
	text-decoration: none;
}

/*
*************** SUPER FOOTER ********************/
#superFooter {
	padding: 30px 0;

} 

#superFooter ul {	
	float: left;
	width: 192px;
	margin: 0;
	color: #ffffff;
}

#superFooter ul.lastCol {
	width: 192px;
}

#superFooter li {
	margin: 0;
	line-height: 1;
}

#superFooter li.section {
	font-weight: bold;
	margin-bottom: 10px;
}

#superFooter li a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

#superFooter li a.darkLink {
	color: #ffffff;
	font-weight: bold;
}

/**************** FOOTER ********************/
#footerWrap {
	background: #79b0e5 ;
}

#footer {
	border-top: 1px solid #c2c2c2;
	padding-top: 10px;
}

#footer p {
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	margin-bottom: 3px;
}

#footer p a {
	color: #959595;
	text-decoration: none;
}

/* misc.
---------------------------------------------------------- */
.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

hr { 
	display: ;
	height:0px; 
    border:0px; 
    border-top:1px solid #ccc;
}

.nomargin {margin: 0;}
.notopgap {margin-top: 0;}
.nobottomgap {margin-bottom: 0;}

.buttons {
	width: 340px;
	margin: 0 auto 20px;
	overflow: hidden;
}

.button {
	height: 38px;
	width: 144px;
	display: block;
	float: left;
}

.button strong {
	display: none;
}

body.pHome .intro,
body.pAbout .intro
{
	width: 850px;
	margin: 0 auto;
}

.signup {
	background:url(/_media/button_get_started.png) 0 0 no-repeat;
	margin-left: 20px;
}
.watchdemo {
	background:url(/_media/button_watch_demo.png) 0 0 no-repeat;
	margin-right: 20px;
	width: 153px;
}
.learnmore {
	background:url(/_media/button_learnmore_black.png) 0 0 no-repeat;
	margin-right: 20px;
}



/*
*************** TOPNAV ACTIVE STATE ********************/
body.pHome a#nHome,
body.pProduct a#nProduct,
body.pAbout a#nAbout,
body.pSolutions a#nSolutions,
body.pInvestment a#nInvestment,
body.pBenefit a#nBenefit
{
	color: #0083c6;
}

/*
*************** SUBNAV ACTIVE STATE ********************/
body.ppLoan a#sLoan,
body.ppAccount a#sAccount,
body.ppPaperless a#sPaperless,
body.ppAnalytics a#sAnalytics,
body.ppBackOffice a#sBackOffice,
body.ppForms a#sForms,
body.ppESign a#sESign,
body.ppDocs a#sDocs,
body.ppRealtime a#sRealtime,
body.ppRules a#sRules,
body.ppFlexibility a#sFlexibility,
body.ppTeam a#sTeam,
body.ppBuzz a#sBuzz,
body.ppJobs a#sJobs,
body.ppDemo a#sDemo,
body.ppContact a#sContact,
body.ppBenemember a#sBenemember,
body.ppBenesavings a#sBenesavings,
body.ppBeneefficiency a#sBeneefficiency,
body.ppBeneenvironmental a#sBeneenvironmental,
body.ppBeneinsight a#sBeneinsight	
{
	color: #9bcf50;
}

/**************Two colums pages **/

.imagecol {
  float:left;
  width: 400px;
  padding-left: 30px;
  padding-right: 30px;
  display:inline;
 }

.textcol {
float:right;
padding-right:30px;
width:440px;
}

.teamsubhead {
  color: #999999;
  font-style: italic;
  text-decoration: none;
}

.teamsubhead a, a:ACTIVE, a:VISITED, a:HOVER {
  color:inherit;
  text-decoration: none;
}

.teamimgcol {
  float:left;
  width: 150px;
  /* padding-left: 30px;
  padding-right: 30px;*/
  display:inline;
}

.teamdesccol {
  float:left;
  width: 800px;
  padding-right: 10px;
}

.contactdesccol {
  float:left;
  width: 200px;
  margin-left:20px;
}
.contactmapcol {
  float:right;
  width: 425px;
  padding-right: 30px;
}

MAP {
  border:none;
}
a img { border: none ; }

p.reqdemo {
  margin-top: 1em;
}
/*********** Demo form ***************/
.ss-form-container {
  width: 380px;
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 0.5em 1em;
  font-size: 0.9em;
}

.ss-q-title {
  font-weight: bold;
  padding-left: 7px;
  display: block;
  width: 400px
}

.ss-q-submit {
  color: #000;
 
}

.ss-form-entry {
  margin-bottom: 1.5em;
}

.ss-q-short,.ss-q-submit, .ss-q-long {
  
  margin: 6px;
  padding: 0px 0px;
  color: #666666;

 
}
.ss-q-long {
  width: 365px;
}

#boxDiv input{ 
float: left; 
margin-left: 10px; 
}

/*********** Benefits Page ***************/



#benecol1 {
 padding: 0px;
 height: 350px;
 width: 185px;
 float: left;
 display: inline;
 margin-bottom:30px;
}

#benecol2 {
 padding: 0px;
 height: 350px;
 width: 185px;
 float: left;
 display: inline;
 Border-left: 2px solid #D4D4D4;
 margin-bottom:30px;
}

#benecol3 {
 padding: 0px;
 height: 350px;
 width: 185px;
 float: left;
 display: inline;
 Border-left: 2px solid #D4D4D4;
 margin-bottom:30px;
}

#benecol4 {
 padding: 0px;
 height: 350px;
 width: 185px;
 float: left;
 display: inline;
 Border-left: 2px solid #D4D4D4;
 margin-bottom:30px;
}

#benecol5 {
 padding: 0px;
 height: 350px;
 width: 185px;
 float: left;
 display: inline;
 Border-left: 2px solid #D4D4D4;
 margin-bottom:30px;
}

/*********** Features Page ***************/

#featcol1 {
 padding: 0px;
 height: 395px;
 width: 180px;
 float: left;
 display: inline;
 margin-bottom:30px;
 margin-left:98px;
}

#featcol2 {
 padding: 0px;
 height: 395px;
 width: 188px;
 float: left;
 display: inline;
 Border-left: 2px solid #D4D4D4;
 margin-bottom:30px;
}

#featcol3 {
 padding: 0px;
 height: 395px;
 width: 188px;
 float: left;
 display: inline;
 Border-left: 2px solid #D4D4D4;
 margin-bottom:30px;
}

#featcol4 {
 padding: 0px;
 height: 395px;
 width: 188px;
 float: left;
 display: inline;
 Border-left: 2px solid #D4D4D4;
 margin-bottom:30px;
}

#featcol5 {
 padding: 0px;
 height: 395px;
 width: 188px;
 float: left;
 display: inline;
 Border-left: 2px solid #D4D4D4;
 margin-bottom:30px;
}


/*********** Solutions Page ***************/

#solcol1 {
 padding: 0px;
 height: 430px;
 width: 84px;
 float: left;
 display: inline;
}

#solcol2 {
 padding: 0px;
 height: 430px;
 width: 188px;
 float: left;
 display: inline;

}

#solcol3 {
 padding: 0px;
 height: 420px;
 width: 188px;
 float: left;
 display: inline;
 Border-left: 2px solid #D4D4D4;
}

#solcol4 {
 padding: 0px;
 height: 420px;
 width: 188px;
 float: left;
 display: inline;
 Border-left: 2px solid #D4D4D4;
}

#solcol5 {
 padding: 0px;
 height: 420px;
 width: 188px;
 float: left;
 display: inline;
 Border-left: 2px solid #D4D4D4;
}

#overlay{ 
    background-image: url(/images/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/images/overlay.png", sizingMethod="scale");
}

#box{
    width:300px;
    background:#2d2d2d;
    padding:10px;
    border:2px solid #eee;
}

#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}

#dropdowncontain {
	width:295px;
	height:100px;
	background-color: #FFFFFF;
	float:left;
	padding-top: 10px;
  	padding-left: 5px;
  	padding-right: 5px;
  	display:inline;
  	border-style: solid;
	}

#dropdownmenus {
	float:left;
  	display:inline;
  	padding-right: 10px;
	}
	
#dropdowntext {
	float:left;
  	padding-left: 10px;
  	padding-right: 10px;
  	display:inline;
	}
	
	/*********** New ***************/

#carousel1 {
	width:452px;
	height:339px;
	overflow:scroll;
	border:2px solid #999;
}
.textholder {
	text-align:left;
	font-size:20px;
	color:#FFFFFF;
	padding:6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;	
	-webkit-border-top-right-radius: 6px;
}

.moviecol {
  float:right;
  width: 455px;
  padding-right: 12px;
}

.carocol {
  float:left;
  width: 465px;
  padding-left: 12px;
  padding-right: 5px;
  display:inline;
 }
 
 .facebook {
  float:left;
  width: 600px;
  padding-left: 30px;
  padding-right: 30px;
  display:inline;
 }
 
 .pr {
  float:left;
  width: 230px;
  padding-left: 10px;
  padding-right: 20px;
  display:inline;
 }

 
 .aboutmovie {
  float:left;
  width: 455px;
  padding-left: 10px;
  padding-right: 15px;
  display:inline;
 }
 
 .abouttextcol {
  float:right;
  width: 415px;
  padding-right: 30px;
}

.contentBottom {
  	width: 1020px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	cursor:pointer;
	float:left;
	height:77px;
	width:230px;
	display:block;
}


/****** New Homepage Thing *******/

#slider {
    width: 915px; /* important to be same as image width */
    height: 370px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-left:20px;
}

#sliderContent, #slider1Content, #slider2Content {
    width: 915px;
    position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 0px;
}
.sliderImage, .slider1Image, .slider2Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 930px;
    background-color: #000;
    filter: alpha(opacity=00);
    -moz-opacity: 0.0;
	-khtml-opacity: 0.0;
    opacity: 0.0;
    color: #fff;
    display: none;
}

.slider1Image span, .slider2Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 360px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 360px;
}

#tabledescription {
	width: 570px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-left: 169px;

	height:250px;
}

#peteInfo {
	width: 570px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-top: 5px; 
	margin-left: 169px;

}

#jeffInfo {
	width: 570px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-top: 5px;
	margin-left: 169px;
}

#scottInfo {
	width: 570px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-top: 5px;
	margin-left: 169px;
}

#rajeshInfo {
	width: 570px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-top: 5px;
	margin-left: 169px;
}
