/* -------------------------------------------- GLOBAL RESETS -------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}


body {
	margin: 0;
	padding: 0;
	background: url(../images/bground.gif) top left repeat-x #fff;
	text-align: center;
}

body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	line-height: 18px;
}

ol, ul {
    list-style: none;
}

strong {
  font-weight: bold;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;

}

td, th {
  text-align: left;
  vertical-align: top;
}


h1, h2, h3, h4, h5, h6 {
  line-height: 1.0em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #383838;
	font-size: 13px;
	line-height: 18px;
	margin: 15px 0 0 0;
}

h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f7901d;
	font-size: 13px;
	line-height: 18px;
	margin: 15px 0 0 0;
}

h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f7901d;
	font-size: 13px;
	line-height: 18px;
	margin: 15px 0 0 0;
	text-decoration: underline;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #383838;
	font-size: 16px;
	line-height: 18px;
	margin: 15px 0 0 0;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F78F1E;
	font-size: 13px;
	line-height: 25px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 25px;
	margin-left: 10px;
}

a img {
  border: none;
}

.cleared {
	height: 0;
	overflow: hidden;
	clear: both;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f78f1e;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f78f1e;
	font-style: italic;
	text-decoration: underline;
}



/* CSS Document */

.container {
	width: 928px;
	margin: 0 auto;
	text-align: left;
}

.bigComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #383838;
}

/* LOGO */
#logo {
	width: 598px;
	height: 166px;
	margin: 0 auto;
	background: url(../images/logo-bg.gif) top left repeat-x #FFFFFF;
	text-align: left;
}

#imageLogo {
	padding: 14px 180px 25px 175px;
	margin: 0;
} 
/* LOGO END */

/* MAIN NAV */
#nav {
	height: 50px;
	width: 587px;
	margin: 0 auto;
	padding: 0 0 25px 0; 
	text-align: left;
}
	
#nav ul {
	margin: 12px 0 0 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
 	position: relative;
}

#nav ul li.last {
	margin-right: 0;
}

#nav a:hover {
	text-decoration:none;
}

/*SUB NAV ELEMENTS*/
#nav li ul {
	position: absolute;
	left: -9999px;
	list-style: none;
	width: 600px;
	height: 37px;
	padding: 8px 0 0 15px;
	margin: -5px 0 0 -60px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 5px;
}

#nav li:hover, #nav li.sfhover {
	background: #edecec;
	height: 20px;
}

#subAbout {
	background: url(/images/nav/about-drop.gif) top left no-repeat;
	position: absolute;
	top: 46px;
	left: auto;
}

#subServices {
	background: url(/images/nav/services-drop.gif) top left no-repeat;
	position: absolute;
	top: 46px;
	left: auto;
}
 /*END SUBNAV*/

#nav li ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5c5b59;
	margin: 13px 8px 0 0;
	font-style: normal;
}

.imgover {
	border: 0;
}
/* MAIN NAV END*/

/*BUBBLE*/

#bubble {
	width: 928px;
	height: 345px;
	background: url(/images/bubble-bg.gif) top left repeat-x #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#bubble p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #575757;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 180px;
}

#bubble a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f78f1e;
	font-style: italic;
	text-decoration: none;
}

#bubble a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f78f1e;
	font-style: italic;
	text-decoration: underline;
}

#bubble ul {
	margin: 0 auto;
	list-style: none;
	text-align: left;
}

#left {
	float: left;
	background: url(/images/bubble-ls.gif) top left no-repeat;
	padding: 20px;
	width: 270px !important;
	width: 310px;
	width/**/:/**/270px;
	height: 305px !important;
	height: 345px;
	height/**/:/**/305px;
}

#mid {
	float: left;
	background: url(/images/mid-bg.gif) top right no-repeat;
	padding: 20px;
	width: 268px !important;
	width: 308px;
	width/**/:/**/268px;
	height: 305px !important;
	height: 345px;
	height/**/:/**/305px;
}

#right {
	float: right;
	width: 310px;
	height: 310px;
	background: url(/images/bubble-rs.gif) top right no-repeat;
	padding: 20px;
	width: 270px !important;
	width: 310px;
	width/**/:/**/270px;
	height: 305px !important;
	height: 345px;
	height/**/:/**/305px;
}

/*END BUBBLE*/

/*BOTTOM HOME PAGE ELEMENTS*/

#bl {
	float: left;
	padding: 20px;
	width: 517px !important;
	width: 557px;
	width/**/:/**/517px;
}

#br {
	float: right;
	padding: 20px;
	width: 331px !important;
	width: 371px;
	width/**/:/**/331px;
	font-size: 12px;
}

#latestauthor {
	float: right;
	padding: 20px;
	width: 331px !important;
	width: 371px;
	width/**/:/**/331px;
	font-size: 12px;
}

#clipper {
	border: 1px solid #ffffff;
	width: 340px;
	height: 248px;
	background-position: -3px -3px 0 0;
	background-repeat: no-repeat;
	float: right;
}

#pushed {
	float: right;
}

.pulled {
	margin-right: 15px;
}

.author {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f78f1e;
	font-size: 13px;
}

#bottom {
	background: url(/images/bottom-bg.gif) top left repeat-x #edecec;
	margin: 0 auto;
	height: 90px;
	padding: 0;
}

#bottom a {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 13px;
	text-decoration: none;
	margin: 0 7px 0 7px;
	font-style: normal;
	font-weight: bold;
}

#bottom a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 13px;
	text-decoration: underline;
	margin: 0 7px 0 7px;
	font-style: normal;
	font-weight: bold;
}

#bottom p {
	padding: 20px 0 50px 0;
}

.visit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	font-style: italic;
	font-weight: bold;
	line-height: 13px;
}

.visit a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f7901d;
	font-style: italic;
	font-weight: bold;
	line-height: 13px;
}

.visit a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f7901d;
	font-style: italic;
	font-weight: bold;
	line-height: 13px;
}

.Evisit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	font-weight: bold;
	text-decoration: none;
}

#rss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #575757;
}

.info {	
	margin-top: 25px;
}

.info td {
	padding: 8px;
}

.clientTable td p{
	font-size: 11px;
}

.clientTable a {
	font-size: 11px;
}

.clientTable td {
	padding: 8px 0 8px 0;
}

.clientTable img {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*END BOTTOM HOME PAGE ELEMENTS*/

/*GENERIC PAGE COLUMNS*/
/*LEFT COLUMN*/

#leftCol {
	float: left;
	width: 533px;
	width: 513px !important;
	width/**/:/**/ 513px;
	padding: 20px;
	margin: 0;
}

#leftCol p {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 8px; 
}

#leftCol ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-left: 25px;
	list-style: disc;
	
}

/*LEFT COL BEINGS */
#leftColB {
	float: left;
	width: 850px;
	width: 830px !important;
	width/**/:/**/ 830px;
	padding: 20px;
	margin: 0;
}

#leftColB p {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 8px; 
}

#leftColB ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-left: 25px;
	list-style: disc;
	
}

/*END LEFT COL BEINGS*/


/*HEADINGS*/

.headingAbout {
	margin-top: 15px;
	margin-bottom: 12px;
	background: url(/images/about-us.gif) top left no-repeat;
	text-indent: -9999px;
	height: 25px;
}

.headingPR {
	margin-top: 0;
	background: url(/images/about-heading.gif) top left no-repeat;
	text-indent: -9999px;
	height: 40px;
}

.headingSprp {
	margin-top: 0;
	background: url(/images/sprp.gif) top left no-repeat;
	text-indent: -9999px;
	height: 30px;
}

.beings {
	margin-top: 15px;
	background: url(/images/sentient-beings.gif) top left no-repeat;
	text-indent: -9999px;
	height: 28px;
}

.headingMeet {
	margin-top: 0;
	background: url(/images/meet-sentient.gif) top left no-repeat;
	text-indent: -9999px;
	height: 20px;
}

.headingMet {
	margin-top: 0;
	background: url(/images/meet-sentient-p.gif) top left no-repeat;
	text-indent: -9999px;
	height: 40px;
}

.prPhilo {
	margin-top: 0;
	background: url(/images/pr-philo.gif) top left no-repeat;
	text-indent: -9999px;
	height: 25px;
}

#philoHeading {
	margin-top: 0;
	background: url(/images/philo-heading.gif) top left no-repeat;
	text-indent: -9999px;
	height: 25px;
}

.prCampaign {
	margin-top: 15px;
	background: url(/images/pr-campaign.gif) top left no-repeat;
	text-indent: -9999px;
	height: 50px;
}

.headingServices {
	margin-top: 5px;
	background: url(/images/services.gif) top left no-repeat;
	text-indent: -9999px;
	height: 40px;
}

.prServices {
	margin-top: 0;
	background: url(/images/services-heading.gif) top left no-repeat;
	text-indent: -9999px;
	height: 25px;
}

.prBrand {
	margin-top: 0;
	background: url(/images/services-pr.gif) top left no-repeat;
	text-indent: -9999px;
	height: 25px;
}

.headingBranding {
	margin-top: 15px;
	background: url(/images/story-heading.gif) top left no-repeat;
	text-indent: -9999px;
	height: 32px;
}

.headingMessage {
	margin-top: 25px;
	background: url(/images/message-wks.gif) top left no-repeat;
	text-indent: -9999px;
	height: 50px;
}

.publicR {
	margin-top: 25px;
	background: url(/images/public-relations.gif) top left no-repeat;
	text-indent: -9999px;
	height: 32px;
}

.mr {
	margin-top: 5px;
	background: url(/images/mr.gif) top left no-repeat;
	text-indent: -9999px;
	height: 15px;
}

.prPublic {
	margin-top: 0;
	background: url(/images/pr-heading.gif) top left no-repeat;
	text-indent: -9999px;
	height: 25px;
}

.bcs {
	margin-top: 15px;
	background: url(/images/bcs.gif) top left no-repeat;
	text-indent: -9999px;
	height: 32px;
}

.corpHeading {
	margin-top: 0;
	background: url(/images/corp-heading.gif) top left no-repeat;
	text-indent: -9999px;
	height: 40px;
}

.mp {
	margin-top: 15px;
	background: url(/images/mp.gif) top left no-repeat;
	text-indent: -9999px;
	height: 32px;
}

.sc {
	margin-top: 0;
	background: url(/images/client-heading.gif) top left no-repeat;
	text-indent: -9999px;
	height: 20px;
}

#pubHeading {
	margin-top: 0;
	background: url(/images/pub-heading.gif) top left no-repeat;
	text-indent: -9999px;
	height: 40px;
}

.bpd {
	margin-top: 0;
	background: url(/images/postion-heading.gif) top left no-repeat;
	text-indent: -9999px;
	height: 20px;
}

.headingContact {
	margin-top: 15px;
	margin-bottom: 15px;
	background: url(/images/contact-us.gif) top left no-repeat;
	text-indent: -9999px;
	height: 32px;
}

.love {
	margin-top: 0;
	background: url(/images/contact-heading.gif) top left no-repeat;
	text-indent: -9999px;
	height: 20px;
}

.pressReleases {
	margin-top: 0;
	background: url(/images/press-release.gif) top left no-repeat;
	text-indent: -9999px;
	height: 25px;
}

.headingHonest {
	margin-top: 15px;
	background: url(/images/honest.gif) top left no-repeat;
	text-indent: -9999px;
	height: 50px;
}

.headingStick {
	margin-top: 15px;
	background: url(/images/stick.gif) top left no-repeat;
	text-indent: -9999px;
	height: 32px;
}

.pressEvents {
	margin-top: 0;
	background: url(/images/press-events.gif) top left no-repeat;
	text-indent: -9999px;
	height: 25px;
}

.headingUnder {
	margin-top: 15px;
	background: url(/images/undertaking.gif) top left no-repeat;
	text-indent: -9999px;
	height: 32px;
}

.headingSmooth {
	margin-top: 15px;
	background: url(/images/smooth.gif) top left no-repeat;
	text-indent: -9999px;
	height: 55px;
}

.media {
	margin-top: 0;
	background: url(/images/media-training.gif) top left no-repeat;
	text-indent: -9999px;
	height: 40px;
}

.headingLeader {
	margin-top: 15px;
	background: url(/images/leader-heading.gif) top left no-repeat;
	text-indent: -9999px;
	height: 55px;
}

.headingTrust {
	margin-top: 15px;
	background: url(/images/trust.gif) top left no-repeat;
	text-indent: -9999px;
	height: 32px;
}

.homeHeading {
	text-indent: -9999px;
	height: 1px;
}

.whoweare {
	margin-top: 2px;
	background: url(/images/who-we-are.gif) top left no-repeat;
	text-indent: -9999px;
	height: 18px;
}

.whatwedo {
	margin-top: 2px;
	background: url(/images/what-we-do.gif) top left no-repeat;
	text-indent: -9999px;
	height: 18px;
}

.whatweoffer {
	margin-top: 2px;
	background: url(/images/what-we-offer.gif) top left no-repeat;
	text-indent: -9999px;
	height: 18px;
}



/*END HEADINGS*/
	

/*END LEFT COLUMN*/

/*RIGHT COLUMN*/

#rightCol {
	float: right;
	width: 355px;
	width: 335px !important;
	width/**/:/**/ 335px;
	padding: 20px;
	margin: 0;
}

/*END RIGHT COLUMN*/
/*END GENERIC PAGE COLUMNS*/

/* SMALL BUBBLES ALL*/
#aboutBubble {
	width: 335px;
	width: 320px !important;
	width/**/:/**/ 320px;
	background: url(/images/about-bubble.gif) top left no-repeat;
	margin: auto 0;
	height: 324px;
}

#aboutBubble p {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#aboutBubble a {
	font-family: Arial, Helvetica, sans-serif;
	color: #f89d3a;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#philoBubble {
	width: 335px;
	width: 320px !important;
	width/**/:/**/ 320px;
	background: url(/images/philo-bubble.gif) top left no-repeat;
	margin: auto 0;
	height: 810px;
}

#philoBubble p {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#philoBubble a {
	font-family: Arial, Helvetica, sans-serif;
	color: #f89d3a;
	font-size: 12px;
	line-height: 20px;
}

#servicesBubble {
	width: 335px;
	width: 320px !important;
	width/**/:/**/ 320px;
	background: url(/images/services-bubble.gif) top left no-repeat;
	padding: 15px;
	margin: 0;
	height: 860px;
}

#servicesBubble p {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#servicesBubble a {
	font-family: Arial, Helvetica, sans-serif;
	color: #f89d3a;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#corpBubble {
	width: 335px;
	width: 320px !important;
	width/**/:/**/ 320px;
	background: url(/images/corp-bubble.gif) top left no-repeat;
	padding: 15px;
	margin: 0;
	height: 270px;
}

#corpBubble p {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#corpBubble a {
	font-family: Arial, Helvetica, sans-serif;
	color: #f89d3a;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#pubBubble {
	width: 335px;
	width: 320px !important;
	width/**/:/**/ 320px;
	background: url(/images/corp-bubble.gif) top left no-repeat;
	padding: 15px;
	margin: 0;
	height: 270px;
}

#pubBubble p {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#pubBubble a {
	font-family: Arial, Helvetica, sans-serif;
	color: #f89d3a;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#publicBubble {
	width: 335px;
	width: 320px !important;
	width/**/:/**/ 320px;
	background: url(/images/pr-bubble.gif) top left no-repeat;
	padding: 15px;
	margin: 0;
	height: 425px;
}

#publicBubble p {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#clientBubble {
	width: 335px;
	width: 320px !important;
	width/**/:/**/ 320px;
	background: url(/images/client-bubble.gif) top left no-repeat;
	padding: 15px;
	margin: 0;
	height: 235px;
}

#clientBubble p {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#posBubble {
	width: 335px;
	width: 320px !important;
	width/**/:/**/ 320px;
	background: url(/images/position-bubble.gif) top left no-repeat;
	margin: auto 0;
	height: 220px;
}

#posBubble p {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#contactBubble {
	width: 335px;
	width: 320px !important;
	width/**/:/**/ 320px;
	background: url(/images/contact-bubble.gif) top left no-repeat;
	margin: auto 0;
	height: 205px;
}

#contactBubble p {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#eventBubble {
	width: 403px;
	width: 388px !important;
	width/**/:/**/ 388px;
	background: url(/images/event-bubble.gif) top left no-repeat;
	padding: 15px 15px 15px 15px;
	margin: 0;
	height: 335px;
}

#eventBubble p {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#mediaBubble {
	width: 403px;
	width: 388px !important;
	width/**/:/**/ 388px;
	background: url(/images/media-bubble.gif) top left no-repeat;
	padding: 15px 15px 15px 15px;
	margin: 0;
	height: 361px;
}

#mediaBubble p {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}
	
/* SMALL BUBBLES ALL END*/

.rssB {
	margin-top: 20px;
	padding: 0;
	width: 340px;
	height: 120px;
}

.comment {
	margin: 0;
	padding: 0;
	width: 340px;
	text-align: left;
	float: left;
}

.featured {
	margin: 0;
	padding: 0;
	width: 420px;
	height: 240px;
	text-align: left;
}

/*FORM STYLES*/
.commentBox, .textField, .dropField {
	background-image:url(/images/input-bg.gif);
	border: 1px solid #C5C4C4; ;
	padding: 3px 3px;
	color: #171717;
	font-size: 12px;
	width: 200px;
	text-align: left;
	vertical-align: top;
}

.textField {
	height: 18px;
	margin-top: 10px;
}

.goButton, .viewProfile, .submitButton {
	border:none;
	cursor:pointer;
}

.goButton {
	background-image:url(/images/btn_go.gif);
	width:26px;
	height:26px;
	margin-top:10px;
}

.submitButton {
	background-image:url(/images/btn_submit.gif);
	width:49px;
	height:25px;
	margin-top:10px;
	margin-left:155px;
	text-indent: -9999px;
}

.commentBox {
	height: 110px;
	margin-top:10px;
}

#tableForm {
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	text-align: right;
}

#tableForm p{
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 12px;
	text-align: right;
	margin-top: 12px;
	margin-right: 5px;
}

.sBeings {
	float: left;
	border: 1px solid #797979;
	margin: 15px 15px 0 0;
}

#poem {
	margin-left: 20px;
}

.uComma {
	float: left;
	background-image: url(/images/u-comma.gif) top left no-repeat;
	width: 31px;
}

.cText {
	float: left;
	width: 400px;
	margin: 0;
	padding: 5px;
	font-size: 14px;
}

.aText {
	float: left;
	width: 365px;
	margin: 0;
	padding: 5px;
	font-size: 14px;
}

.dComma {
	float: left;
	background-image: url(/images/d-comma.gif) bottom left no-repeat;
	width: 31px;
	padding-top: 80px;
}

.pComma {
	float: left;
	background-image: url(/images/d-comma.gif) bottom left no-repeat;
	width: 31px;
	padding-top: 10px;
}

.high {
	height: 50px;
	width: 510px;
	margin: 20px 0 20px 0;
}

.beingsContainer {
	padding: 0px 15px 15px 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #EDECEC;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	text-align: justify;
}

.socialContainer {
	background-color: #d2d2d2;
	padding-top: 4px;
}

.icons a {
	text-decoration: none;
	border-bottom: none;
}

.horizontalRule {
	border-bottom: 1px solid #797979;
	width: 100%;
	float: right;
}
.philosophy {
	margin:0;
	padding:0;
	background: url(/images/philosophy.gif) top left no-repeat;
	text-indent: -9999px;
	height: 25px;
}
.bpp{
	margin-top: 0;
	background: url(/images/bpp.gif) top left no-repeat;
	text-indent: -9999px;
	height: 25px;
}
#digitalBubble{
	width: 335px;
	background: url(/images/digital-bubble.gif) top left no-repeat;
	margin: auto 0;
	height: 300px;
}
.headingDigital{
	margin-top: 0;
	background: url(/images/heading-digital.gif) top left no-repeat;
	text-indent: -9999px;
	height: 28px;
}
.opr{
	margin-top: 0;
	background: url(/images/opr.gif) top left no-repeat;
	text-indent: -9999px;
	height: 25px;
}
.PRServices{
	margin-top: 0;
	background: url(/images/prservices.gif) top left no-repeat;
	text-indent: -9999px;
	height: 25px;
}
.ital{
	font-style:italic;
}
/*FORM STYLES END*/