@charset "utf-8";
/* CSS Style Document */

h1 {
	font:21px Andale Mono;
	text-transform:uppercase;
	color:#333333;
	letter-spacing:0.025em;
	margin:0px 0px 10px 0px;/* Removed 10px from bottom -TAS */
}
#header h1 {
	margin-bottom:0px;
}
#singleColumn1 h1 {
	margin-bottom:3px;
}
h2 {
	font:10px Verdana; /* Was 12px Andale Mono */
	font-weight:bold;
	text-transform:uppercase;
	color:#564E64;
	background-color:#EBEBEB;
	border:1px solid #CACACA;
	margin:0px 0px 10px 0px;
	padding:3px 10px 3px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
h2 img { /* Was trying to use this for the boxArrow.gif inside the <h2> */
	/* margin:3px 5px -4px 0px; setting if not using vertical-align:middle*/
	margin:0px 5px 2px 0px;
	vertical-align:middle;
}
h3 {
	font:21px Andale Mono;
	color:#423b4c;
	margin:0px 0px 4px 0px;
}

h4 {
	font:14px Verdana;/* 16px */
	font-weight:bold;
	letter-spacing:0.001em;
	color:#423b4c;	
	margin:0px 0px 10px 0px;
}

#header h4 {
	margin-bottom:0px;
}
h5 {
	font:11px Verdana;
	color:#333;
	margin:0px 0px 10px 0px;
}
h6{
	font:10px Verdana;
	font-weight:bold;
	text-transform:uppercase;
	color:#666666; /* Was #333 */
	margin:0px 0px 0px 0px;
}
p, font {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	color:#666666;
	margin:0px 0px 18px 10px; /* added because bottom margin on h2 is 10px and creates enough space */
	text-align: left;
}
p.noIndent {
	margin-left:0px;
}
.noIndent p, font {
	margin-left:0px;
}
p.listTop {
	margin-bottom:0px;
}
ul {
	list-style-type:none;
	line-height:15px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin:0px 0px 0px 10px;
	padding:0px 0px 10px 0px;
}
li {
	line-height:18px;
}
/*li {
	margin: 3px 0px 3px 10px;
	padding: 0 0 0 10px;
	background: url(/_img/careers/bullet-grey.gif) left center no-repeat;
}*/
/* ---===Linkage===--- */
a:link {
	text-decoration:none;
	color:#cc6600;
}
a:visited {
	text-decoration:none;
	color:#cc6600;
}
a:hover, a:active {
	text-decoration:underline;
	color:#cc6600;
}
a img {
	border:0px;
}
blockquote {
	font:20px "Times New Roman", Times, serif;
	margin:0px;
	padding:0px;
	line-height:25px;
	color:#333;
}
img {
	margin:0px 0px 10px 0px;
}
img.noSpace {
	margin: 0px;	/* For box arrows and also images in Our Expertise section */
}
input {
	font:11px Verdana;
	background-color:#fff; 
	border:1px double #CBCBCB; 
	color:#cc6600;
}

textarea {
	font:11px Verdana;
	background-color:#fff; 
	border:1px double #CBCBCB; 
	color:#cc6600;
}
input.submit {
	background-color:#BD792E; 
	border:1px solid #fff; 
	color:#fff;
}
.inputWidth {
	width:98%;
}
select {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
/*iframe {
	overflow-y: hidden;
}*/
.blankColumn {
	width:898px;
	padding:0px 34px 0px 34px;
	margin: 0px;
	height:0px; /* Zero height is required for IE 7 */
}
.blankColumn2 {
	width:540px;
	padding:0px 0px 0px 0px;
	height:0px;
}
.searchResultsNav {
	background-color:#f7f6e7;
	padding:10px 1px 1px 1px; /*might not need this later */
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.searchResultsNav p {
	text-align:right;
	padding:0px 10px 0px 0px;
}

/* CAREERS SECTION */
#careersFlexContent {
	color:#564E64;
	background-color:#f1f7ec;
	border:1px solid #CACACA;
	padding:10px 0px 0px 0px;
}
#careersFlexContent h3 {
	font:13px Verdana;
	color:#495938;
}
#careersFlexContent p {
	padding: 0px 10px 0px 10px;
}
#careersSearchWide {
	color:#564E64;
	background-color:#EAEAEA;
	border:1px solid #ccc;
	padding:10px 10px 0px 10px;
	margin-bottom: 10px; /* Needed for firefox */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#careersSearchWide .location, .category {
	float:left;
	padding-right:15px;
}
.openingsList {
	border:1px solid #989898;
	margin-top:1px;
	padding:2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.job li, .press li {
	position:relative; /* This makes the bullets show all the time in IE 6 */
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 10px;
	background: url(/_img/includes/bullet-grey.gif) 0px 7px no-repeat;
}
.careers li {
	position:relative; /* This makes the bullets show all the time in IE 6 */
	margin: 3px 0px 3px 10px;
	padding: 0px 0px 0px 10px;
	background: url(/_img/includes/bullet-grey.gif) 0px 7px no-repeat;
}
ul.jobdescrip2, li.jobdescrip2 {
    margin-left: 28px;
}
/*.radioBG{
	background-color:#EAEAEA; 
	border:none;
}*/

/* OUR WORK SECTION */
.top20 {
	background-color:#f3f3f3;
	/*width:6865px;*/
}
.top20Container {
	position: relative;
	border: 0px solid #ccc;
	margin: 0px;
	padding: 1px 5px 1px 1px;
	height: 590px;
	float: left;
}
.top20details {
	position: absolute;
	left: 0px;
	top: 415px;
	margin: 0px 0px 0px -5px;
}
.top20singleColumn {
	width: 250px;
}
.top20doubleColumn {
	width: 520px;
}
.projResultsContainer {
	position:relative;
	height:95px;
	border:1px solid #ccc;
	margin:1px 0px 1px 0px;
	padding:1px 5px 1px 1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.projResultsContainer p {
	position:absolute;
	width:117px;
	top:0px;
	right:6px;
	text-align:right;
	margin:0px;
}
.projResultsContainer img.arrow {
	position:absolute;
	bottom:6px;
	right:7px;
	text-align:right;
	margin:0px;
}
.projResultsImg {
	float:left;
	color:#ffd;
	padding-right:15px;
}
.projResultsImg img {
	display:block;
	margin: 0px;
}
#projDetails p, #projDetails h6 {
	text-align:right;
}
#projDetails p.press {
	margin: 0px 0px 5px 0px;
}
#projDetails h6.bylined {
	margin: 18px 0px 0px 0px;
}

/* OUR EXPERTISE SECTION */
.campaign {
	background-color:#f3f3f3;
	/*width:6865px;*/
}
.campaignContainer {
	position: relative;
	border: 0px solid #ccc;
	margin: 0px;
	padding: 1px 5px 1px 1px;
	height: 420px;
	float: left;
}
.campaignDetails {
	position: absolute;
	left: 0px;
	top: 415px;
	margin: 0px 0px 0px -5px;
}
.campaignSingleColumn {
	width: 250px;
}
.campaignDoubleColumn {
	width: 520px;
}


/* PRESS SECTION */
#pressSearch {
	color:#564E64;
	background-color:#EBEBEB;
	border:1px solid #CACACA;
	margin-bottom:15px;
	padding:10px 10px 0px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#pressSearchWide {
	color:#564E64;
	/*border: 1px solid #ccc;*/
	padding: 0px 34px 0px 0px;
	margin:-10px 0px 0px 0px;
}
#pressSearchWide .keyword, .year, .searchpress, .search {
	float:right;
	padding-left:15px;
}
#pressSearchWide p {
		margin-bottom:0px;
}
li.pdf {
	background: url(/_img/includes/icon-pdf.gif) no-repeat 0px 0px;
	color:#666666;
	padding: 2px 0px 0px 22px;
}
/*li.rss {
	background: url(/_img/includes/icon-rss16.png) no-repeat 0px 0px;
	color:#666666;
	padding: 2px 0px 0px 22px;
}*/
li.press {
	/*line-height:24px;*/
	line-height:normal;
	margin-bottom:9px;
}
.pressResultsContainer {
	border:1px solid #ccc;
	margin:1px 0px 1px 0px;
	padding:1px 1px 1px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.pressResultsContainer a {
	text-transform:uppercase;
}
p.pressResultsTitle {
	margin:2px 0px 0px 0px;
	padding-right:10px;
} 
p.pressResultsBlurb {
	margin:10px 0px 0px 0px;
	padding-right:10px;
}
.pressResultsImg {
	float:right;
	width:158px;
	height:120px;
	color:#ffd;
	margin:0px;
	padding:0px 0px 0px 10px;
}
.pressResultsImg img {
	display:block;
	margin:0px;
}