/*******************************
General
*******************************/
body {
	background-color: #000000;
	color: #acb9b9;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a {
	color: #4aa5ff;
	text-decoration: none;
}

a:hover {
	color: #4affff;
	text-decoration: underline;
}

a:focus { 
    outline: none; 
}

img {
	border: 0;
}

/****************
Image Preload
****************/
.preload {width:1px; height:1px; margin-top:-1px; overflow:hidden; }


/******************************
Tag Navigation
******************************/
#tagNav {
	text-align: left;
	width: 955px;
	height: auto;
	position: relative;
	z-index: 3;
}

#tagContainer {
	background-color: #ffff4a;
	display: none;
	font-size: 11px;
	padding: 8px 31px 8px 31px;
	position: relative;
	height: auto;
	line-height: 19px;
}

#tagContainer a {
	color: #4e4747;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
}

#tagContainer a:hover {
	color: #4e4747;
	text-decoration: underline;
}

#tagContainer .on {
	background-color: #FFF;
	border-right: 1px solid #A3A301;
	border-bottom: 1px solid #A3A301;
	text-decoration: none;
}

.tagOff {
	background: transparent url('../images/tagNav/tab_bg.gif') repeat-x;
	width: 945px;
	height: 30px;
	padding-left: 10px;
	position: relative;
}

.tagOver {
	background: transparent url('../images/tagNav/tab_bg_ro.gif') repeat-x;
	width: 945px;
	height: 30px;
	padding-left: 10px;
	position: relative;
}

#tagImg {
	cursor: pointer;
}



/*******************************
Main
*******************************/
#core {
	background: #25292a url('../images/common/bg.jpg') repeat;
	border-bottom: solid 1px #282323;
	position: inherit;
	width: 1000px;
}

#content {
	background-color: transparent;
	width: 958px;
	position: relative;
	text-align: left;
	z-index: 2;
}

#main {
	display: normal;
	left: 0px
	margin-right: 33px;	
	padding-top: 20px;
	position: relative;
	width: 668px;
	float: left;
}


/******************************
Case Study
******************************/
#entry {
	width: 668px;
	height: 100%;
	margin-bottom: 84px;
	padding-bottom: 14px;
	position: relative;
}

/** Date **/
#dateBar {
	width: 668px;
	height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
}

#dateL {
	background-color: #000;
	filter:alpha(opacity = 20);
	-moz-opacity: .20; 
	opacity: .20;
	
	float: left;
	width: 548px;
	height: 30px;
}

#dateTxt {
	float: left;
	width: 70px;
	height: 19px;
	margin: 0;
	padding: 11px 0 0 0;
	text-align: center;
}

#dateTxt img {
	margin-left: 3px;
}

#dateR {
	background-color: #000;
	filter:alpha(opacity = 20);
	-moz-opacity: .20; 
	opacity: .20;
	float: left;
	width: 50px;
	height: 30px;
}

/** Title **/
#titleBar {
	width: 638px;
	min-height: 38px;
	margin: 15px 0 0 30px;
	padding: 0;
	position: relative;
}

h1 {
	color: #acb9b9;
	font-size: 18px;
	font-weight: normal;
}

h1 strong {
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
} 

h1 em {
	color: #758a8a;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}


/** Body **/
#study {
	width: 668px;
	height: 100%;
	position: relative;
}

#study h2, h3 {
	color: #f1f3f3;
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
}

#study h3 {
	font-size: 16px;
	margin: 0 0 -13px 0;
	padding: 0;
}

#study p, #study td {
	font-size: 13px;
	line-height: 18px;
}


/* IE6 HACKS */
*html #study, * html #dateL, *html #dateR {
	background: transparent url('../images/common/ie_bg.gif') repeat;
}


*html #dateL, *html #dateR {
	filter:alpha(opacity = 100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
}


#study .bg {
	width: 668px;
	height: 100%;
	position: absolute;

	background-color: #000;
	filter:alpha(opacity = 20);
	-moz-opacity: .20; 
	opacity: .20;
}

/* IE6 HACK */
*html #study .bg {
	background:transparent;
}


#study .body {
	width: 662px;
	min-height: 1px;
	padding: 3px;
	position: relative;
}

.body table {
	width: inherit;	
}

.bodyLeft {
	padding: 30px 10px 30px 25px;
}

.bodyRight {
	padding: 45px 20px 30px 5px;
}


#study .bottom {
	width: 640px;
	min-height: 1px;
	padding: 25px 11px 34px 11px;
	position: relative;
}

#study table, #study tr {
	border: 0;
	margin: 0;
	padding: 0;
}

#study td {
	vertical-align: top;
}

#studyNav {
	bottom: 0px;
	font-size: 11px;
	right: 3px;
	width: 452px;
	margin: 0;
	min-height: 30px;
	padding: 0;
	position: absolute;
}


*html #studyNav {
	bottom: 30px;
}

#studyNav .buttons {	
	width: 140px;
	height: 29px;
	right: 367px;
	position: absolute;
}

#studyNav .tags {
	background-color: #ffffb0;
	width: 349px;
	min-height: 15px;
	padding: 7px 9px 8px 9px;
	position: absolute;
	right: 0px;
	text-align: left;
}

* html #studyNav .tags {
	padding-top: 9px;
}

#studyNav a {
	color: #4e4747;
	text-decoration: none;
}

#studyNav a:hover {
	color: #4aa5ff;
	text-decoration: underline;
}


/*******************************
Pagination
*******************************/
#pagination {
	position: relative;
	width: 668px;
	height: 16px;
	margin: 70px 0 100px 0;
}

#pagination .prev {
	height: 16px;
	position: absolute;
	margin-left: 15px;
	left: 0px;
	top: 0px;
}

#pagination .next {
	height: 16px;
	margin-right: 15px;
	position: absolute;
	right: 0px;
	top: 0px;
}



/*******************************
Side Bar
*******************************/
#sideBar {
	width: 260px;
	margin: 0;
	padding: 45px 0 0 30px;
	float: left;
}

#logo {
	padding: 0 0 78px 106px;
}

#sideBar p {
	margin-bottom: 30px;
}

#sideBar .titleImg {
	margin: 0 0 15px 0;
	padding: 0;
}

#sideBar .sideModule {
	margin-bottom: 86px;
	width: 214px;
}

#sideBar .subTitle {
	margin-bottom: 5px;
}

#sideBar .blue {
	color: #d4f7f7;
}

#sideBar .dblList {
	float: left;
	width: 128px;
}

.tweet {
	border-bottom: 1px dotted #1b1c1c;
	margin: 0;
	padding: 10px 0;
}

.tweet-time {
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

#clientMap {
	width: 260px;
	height: 122px;
}

#clientTxt {
	color: #758a8a;
	font-size: 13px;
	line-height: 20px;
	padding-top: 20px;
	width: 240px;
}

#areas_of_expertise {
	width: 214px;
	height: 220px;
	margin-bottom: 86px
}


/* Sidebar subs */
#sideBar .sub {
	border-top: 1px dotted #1b1c1c;
	width: 214px;
}

#sideBar .title {
	border-top: 1px solid transparent;
	border-bottom: 1px dotted #1b1c1c;
	display: block;
	margin: 0;
	margin-bottom: 1px;
	padding: 0;
	position: relative;
	width: 214px;
	height: 22px;
}

#sideBar .title .btn {
	width: 214px;
	height: 22px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
}

#sideBar .title img {
	padding-left: 5px;
	position: absolute;
	z-index: 1;
}

.bgOn {
	background: #000;
	filter: alpha(opacity = 20);
	-moz-opacity: .20;
	opacity: .20;

	margin: 0;
	padding: 0;
	width: 214px;
	height: 22px;
	position: absolute;
	z-index: 0;
}

.bgOff {
	background-color: transparent;
	background-image:url(../images/sideBar/arrow.gif);
	filter: alpha(opacity = 100);
	-moz-opacity: 1; 
	opacity: 1;
	
	margin: 0;
	padding: 0;
	width: 214px;
	height: 22px;
	position: absolute;
	z-index: 0;	
}

.menu_list {	
	width: 214px;
}

.menu_body {
	display:none;
	position: relative;
	width: 214px;
}

.menu_i {
	display: block;
	border-bottom: transparent 1px solid;
	position: relative;

	width: 214px;
	height: 17px;
}

.menu_i img {
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0 0 0 10px;
	position: absolute;
	z-index: 1;
}

.menu_i .bg {
	background-color: #000;
	filter: alpha(opacity = 20);
	-moz-opacity: .20; 
	opacity: .20;

	display: inline;
	left: 0px;
	top: 0px;
	width: 214px;
	height: 17px;
	position: absolute;
	z-index: 0;

}


/* Newsletter form */
#subscribe {
	margin-bottom: 37px;
	padding: 8px 0 8px 0;
	position: relative;
}

#subscribe input {
	background-color: transparent;
	border: 0;
	color: #acb9b9;
	font-size: 8px;
	padding: 3px 5px 0 5px;
	position: absolute;
	width: 150px;
}


/****************************
Footer
****************************/
#footer {
	background:#242a2a;
	margin: 0 0 0 0;
	padding: 64px 42px 36px 42px;
	position: relative;
	text-align: left;
	width: 916px;
}

#topBg {
	background:#242a2a url('../images/footer/bg_top.gif') repeat-x;
	width: 1000px;
	height: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#botBg {
	background:#242a2a url('../images/footer/bg_bot.gif') repeat-x;
	width: 1000px;
	height: 6px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#footer em {
	color: #FFF;
	font-style: normal;
	font-weight: normal;
}


#footer a {
	color: #4aa5ff; text-decoration: underline;
	text-decoration: none;
}

#footer a:hover {
	color: #4affff; text-decoration: underline;
	text-decoration: underline;
}


#footer th {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
}

#footer td {
	color: #758a8a;
	font-size: 11px;
	line-height: 22px;
}

#footer .sideBar {
	width: 210px;
	height: 186px;
	float: left;
	padding: 0;
	position: relative;
	text-align: left;
}

#footer .contact {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#footer .contact img{
	vertical-align: top;
}


#footer .content {
	position: relative;
	float: left;
}


#footer table, th, tr, td {
	color: #FFF:
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 12px;
	vertical-align: top;
}

#footer th {
	font-weight: bold;
}

#footer div#sides {
	background: #242a2a;
}


/********************
Bubble pop-up styles
********************/
#pdfLink, #permaLink, #webLink, #tagLink {
	width: 34px;
	height: 30px;
	position: relative;
	z-index: 7;
}


#pdfLink {
	float: right;
}

#webLink {
	float:right;
}

#permaLink {
	float:right;
}

#tagLink {
	float: right;
	margin-left: 2px;
}

.spacer {
	position: absolute;
	z-index: 7;
}

.pdfImg {
	background: transparent url(../images/studyNav/pdfLink_on.gif) no-repeat;
	width: 34px;
	height: 30px;
	position: absolute;
	z-index: 6;
}

.permaImg {
	background: transparent url(../images/studyNav/permaLink_on.gif) no-repeat;
	width: 34px;
	height: 30px;
	position: absolute;
	z-index: 6;
}

.webImg {
	background: transparent url(../images/studyNav/webLink_on.gif) no-repeat;
	width: 34px;
	height: 30px;
	position: absolute;
	z-index: 6;
}

#tooltipPDF {
	position: absolute;
	height: 40px;
	
	filter:alpha(opacity = 0);
	-moz-opacity: 0; 
	opacity: 0;
	
	z-index: 3;
}

#tooltipPDF .copy {
	background: #758a8a;
	color: #292d2d;
	display: block;
	font-size: 13px;
	height: 16px;
	margin: 0;
	padding: 7px 25px 7px 25px;
	text-align: center;
}

#tooltipPDF .bg {
	background: transparent url(../images/studyNav/pdfLink_arrow.gif) no-repeat;
	width: 100px;
	height: 9px;
	margin-left: 17px;
	padding: 0;
}


#tooltipPerma {
	position: absolute;
	height: 40px;
	
	filter:alpha(opacity = 0);
	-moz-opacity: 0; 
	opacity: 0;
	
	z-index: 3;
}

#tooltipPerma .copy {
	background: #4affff;
	color: #292d2d;
	display: block;
	font-size: 13px;
	height: 16px;
	margin: 0;
	padding: 7px 25px 7px 25px;
	text-align: center;
}

#tooltipPerma .bg {
	background: transparent url(../images/studyNav/permaLink_arrow.gif) no-repeat;
	width: 100px;
	height: 9px;
	margin-left: 17px;
	padding: 0;
}

#tooltipWeb {
	position: absolute;
	height: 40px;
	
	filter:alpha(opacity = 0);
	-moz-opacity: 0; 
	opacity: 0;
	
	z-index: 3;
}

#tooltipWeb .copy {
	background: #4aa5ff;
	color: #292d2d;
	display: block;
	font-size: 13px;
	font-style: normal;
	height: 16px;
	margin: 0;
	padding: 7px 25px 7px 25px;
	text-align: center;
}

#tooltipWeb .bg {
	background: transparent url(../images/studyNav/webLink_arrow.gif) no-repeat;
	width: 100px;
	height: 9px;
	margin-left: 17px;
	padding: 0;
}

#pdfBg, #permaBg, #webBg {
	position: absolute;
	z-index: 5;
}


.tagLink {
	width: 36px;
}