body {
	background-color: #fff;
	margin:  10px auto;
}

/* Structural Layout */

#container { 
	width: 849px; /* minus widths of all 4 vertical dotted lines */
	margin: 0 auto;
	border-left: 1px dotted #333;
	border-right: 1px dotted #333;
	padding:0;
} 
 #sidebarLeft {
	float: left; 
	width: 255px;  
	padding: 0 0 0 1px; 
	margin: 0;
}
#sidebarRight {
	float: right; 
	width: 255px; 
	padding: 0; 
	margin: 0;
}

#middleContent { 
	margin: 0 257px 10px 257px;  /*for space below banner, and left/right column */
	padding: 0 20px; 
	border-right: 1px dotted #333;
	border-left: 1px dotted #333;
}
#middleContent h2 { 
 color: #000;
}

		
		#middleContentNoColBorderR {
		border-left:1px dotted #333333;
		border-right-style:none;
		border-right-width:0;
		float:right;
		padding:0 20px;
		width:550px;
		margin-top: 10px;
		}
		
		#middleContentNoColBorderR h1, #middleContentNoColBorderR p {
			width: 420px;
		}


.clearfloat { /* this class is placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#logoBlock {
	width: 260px;height: 58px;
	position: absolute;
	left: 0; top: 29px;
}

#topNavigation {
	margin: 0;
	padding: 58px 0 2px 416px;
	width: 436px;
}
	
	#primaryNav  {
		margin: 0;
		padding: .4em 0;
		background-color: #f6690c;
	}
	
	#primaryNav li {
		display: inline;
		padding: 2px 4px 1px 4px;
		margin: 1px;
		list-style-type: none;
		font: bold 13px/120% "Helvetica Neue", sans-serif;
		color: #fff;
		}

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


#secondaryNav {
		margin:  0;
		padding: 0 0 .4em 36px;
		width: 200px;
}

		#secondaryNav li {
			padding: 0 0 .6em 0;
			margin: 0;
			list-style-type: none;
			font: bold 14px/120% "helvetica", sans-serif;
			color: #666;
			width: 200px;
}

			#secondaryNav a {
				color: #f6690c;
				text-decoration: none;
			}
			
			#secondaryNav a:hover {
				text-decoration: none;
				color: #000;  
			}


#banner {
	width: 852px;
	background-color: #fff;
	padding: 0;
	margin: 0 auto 10px auto;
	overflow: hidden;
}

#banner h1 {
	visibility: hidden;
}			


#pageTitle {
	position:absolute;
	width:351px;
	height:59px;
	z-index:1;
	left: 482px;
	top: 200px;
}

#home {
	width: 852px;
	padding: 0;
	position: relative;
}

#child {
	width: 852px;
	padding: 0;
	position: relative;
}


#child #banner {
	width: 852px;
	height: 178px;
	padding: 0;
	background: url(interface/page_banners/child_banner.jpg) no-repeat 0 0;
	margin: 0 auto 10px auto;
	overflow: hidden;
}


/* Content - home page specifics *************/


#homeAbout_block {
	background-color: #e5e6e7;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 15px; /* removes bad top space */
}

#altAbout_block {
	background-color: #e5e6e7;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 15px; /* removes bad top space */
}

#WhatsNew {
	background-color: #fff;
	padding: 10px 10px 0px 15px; 
}

#blogHeadlines {
	padding: 10px; /* to align h1 tag, needed for FF */
}

#blogHeadlines a {
	color: #000; text-decoration: none;
}
#blogHeadlines a:hover {
	color: #4877be; text-decoration: underline;
}


#home_blog_icon {
	padding: 20px 0;
	background: url(interface/chen_blog_icon.8bitalpha.png) no-repeat 80px 0px;
	height: 71px;display: overflow;
}

#home_blog_icon a {
	display: block;
	width: 200px; height: 71px;
	margin-top: -30px;padding-top: 30px;
	text-decoration: none;
}

#home_blog_icon2 {
	padding: 20px 0;
	background: url(interface/blogger_icon.png) no-repeat 100px 10px;
	height: 51px;display: overflow;
}
#home_blog_icon2 a {
	display: block;
	width: 200px; height: 51px;
	margin-top: -10px;padding-top: 10px;
	text-decoration: none;
}


#home_case_studies {
	padding: 10px 20px;
}

#home_case_studies p {
	color: #000;
	font: 13px/110% arial, sans-serif;
}
#home_case_studies p b {
	color: #000;
	font: bold 12px/110% verdana, sans-serif;
}

#home_case_studies a {
	color: #4877be; text-decoration: none;
}
#home_case_studies a:hover {
	text-decoration: underline ;
}


.home_more {
	color: #f6690c !important;
	font: bold 14px/120% "helvetica", sans-serif !important;
}

.home_more a {
	color: #f6690c !important;
	text-decoration: none;}

.home_more a:hover {
	text-decoration: underline;
}


.read_more {
	color: #4877be;
	white-space: nowrap;
}

.read_more a {
	font-size: 90%;
	color: #4877be;
	text-decoration: none !important;
}

.read_more a:hover {
	color: #9bcaf9;
	text-decoration: underline !important;
}



/**** for home video and video page ****/


.videoWrapper {
	background-color: #f6690c;
	text-align: center;
}		

.videoWrapper img {
	margin: 0 auto !important; padding: 0;
}


#video {
	width: 852px;
	padding: 0;
	position: relative;
}

#video #middleContent { 
	margin: 10px 155px 0 245px;  /* 2 column merged; for space below banner, and left/right column */
	padding: 0 20px; 
}

#child #middleContent, #child #sidebarRight {padding-top: 10px;}





/* Design and Styling 
*************************************/


h1 {
	font: bold 16px/120% "Verdana", sans-serif;
	color: #4877be;
	padding: 0em 0 .1em 0; margin: 0;
}

h2 {
	font: bold 14px/120% "helvetica ", sans-serif;
	color: #4877be;
	padding: .2em 0 .2em 0; margin: 0;
}

h3 {
	font: bold 12px/120% "helvetica ", sans-serif;
	color: #4877be;
	padding: .2em 0 .2em 0; margin: 0;
}
h4 {
	font: bold 10px/120% "helvetica ", sans-serif;
	color: #000;
	padding: .4em 0 .4em 0; margin: 0;
}

p, li {
	font: 13px/110% arial, sans-serif;
}


tr, td, th {
	vertical-align: top;
}

img, img a {
	text-decoration: none !important;
	border-style: none;
}



/* general unassigned link colors */

a {
	color: #4877be;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #9bcaf9; /* maroon */
}



/* sitewide styles */

#quote_Testimonial {
	color: #a0adb5;
	font: italic 15px/155% "Trebuchet MS", arial;
	width: auto;
	padding: 20px 20px 0px 20px;
}

.quote_Testimonial_author {
	color: #47555f;
	font: normal bold 12px/120% arial, sans-serif;
	padding: 0; margin: 0;
	text-decoration: none;
}

.DefaultColumnPadding {
	padding: 0 20px 20px 20px;
}




/*misc styles */

.smalltext {
	color: #666;
	font: normal 10.5px/120% georgia, serif !important;
}

.SectionHighlight {
	background-color: #fece00;
	}
	
.SectionHighlightAlt {
	background-color: #fde165;
	}

.highlight {
	color: #e68c37;
}
.highlight2 {
	color: #d57535;
}



/* form styling */

input, textarea {
	padding-bottom: 3px;
	background-color: #eee;
}



/* about page */

#about .about_leadership img {
	float: left;
	padding: 0 10px 0 0;
}

.photo_caption {
	color: #333;
	padding: .1em; margin: 0;
}



/* news, case studies */


.news_col {
	border: 0;
	padding: 15px;
}
.news_captions {
	font: bold 11px arial, sans-serif;
	background-color: #ffeddb;

}



.case_studies_col {
	border: 0;
	padding: 0 10px 0 20px;
	color: #5e91b2;
}
.case_studies_col img {
	padding: 10px 0px 0px 0px;
}
.case_studies {
	border: 1px dashed #FFCC66;
	padding: 10px;
}


/* contact */

.emailForm {
	border: 0px;
}
.emailForm th {
	text-align: left;
	font: bold 11px arial, sans-serif;
	background-color: #ffeddb;
}
.emailForm td {
	padding: 4px;
	border: 0px;
}

#social_icons {
padding: 20px 0 20px 52px;
}

#social_icons img {
vertical-align: bottom;}



/* careers */

#job_openings {
	padding: 0px 0px 0px 20px;
}

#job_openings h3 {
	color: #333; }

#job_openings a {
color: #0065a3; text-decoration: none;
}

#job_openings a:hover {
color: #9bcaf9; text-decoration: underline;
}

.job_apply_action {
	background-color: #eee;
}
.job_posting {}


/* footer info */

#footer {
	margin: 10px auto;
	text-align: center;
	width: 560px;
}

.footerSitewideLinks {
			padding: .3em;
			margin: 0em;
			background-color: transparent;
}
	.footerSitewideLinks li {
	display: inline;
	padding: 4px 20px 4px 4px;
	margin: 0;
	list-style-type: none;
	color: #000;
	font: 12px/120% Arial,sans-serif;
}