@charset "utf-8";

/* CSS Document */
body {
	overflow-y:scroll;
}

* {
	font-size:11px;	
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
}

form {
	margin:0px;
	padding:0px;
	}

div.clear {
	clear:both;
	height:0px;
}

div.bgContainer {
	width: 984px;
	margin:0 auto;
	/*background:url(../images/layout/backgrounds/pageBackground.jpg) no-repeat;*/
}

div.container {
	width: 984px;
	margin:0 auto;
	position:relative;
	background:url(../images/layout/backgrounds/pageBackground2.jpg) no-repeat;
	
}

div.header {
	width:594px;
	height:123px;
	float:right;
	overflow:hidden;
	margin:0 10px 14px 0;
	background:url(../images/layout/logo.jpg) no-repeat right bottom;
}


/*---------------------------- user box */

div.userBox {
	float:left;
	margin: 53px 0px 0px 107px;
	width:225px;
	height:64px;
	background: #bfecfb;
	overflow:hidden;
}

div.userBoxContent {
	width:211px;
	padding:0px 6px 0px 8px;
	overflow:hidden;
}


div.userBox h2{
	color:#555555;
	font-size:11px;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:0px;
}
div.userBox h3{
	font-size:12px;
	color:#00b2ee;
	font-weight:bold;
}

div.userLeftCol {
	float:left;
	width:100px;
	overflow:hidden;
}
div.userRightCol {
	float:right;
	width:65px;
	overflow:hidden;
}

div.userButtonActivities {
	width:65px;
	height:22px;	
	text-transform:lowercase;
	text-align:center;
	overflow:hidden;
	margin-bottom:4px;
	margin-top:1px;
}

div.userButtonLogout {
	width:65px;
	height:22px;	
	text-transform:lowercase;
	text-align:center;
	overflow:hidden;
}

div.userButtonActivities a, div.userButtonLogout a {
	color:#FFF;
	height:22px;
	padding:3px 0px 3px 0px;
	text-decoration:none;
	background:url(../images/button.jpg) no-repeat top;
	display:block;
	
}

div.userButtonActivities a:hover, div.userButtonLogout a:hover {
	color:#FFF;
	background:url(../images/button_over.jpg) no-repeat;
	text-decoration:none;
}




div.login input {
	border:1px solid #B6B6B6;
	padding:1px;
	width:100px;
	background:#fff;
}
div.login table tr th.title {
	color:#19B9F1;
	background:url(../images/layout/icons/user.gif) no-repeat right 0px;
	text-align:right;
	padding:0 15px 0 0;
}
div.login table tr th {
	color:#363636;
	font-size:11px;
	font-weight:bold;
}
div.login table tr td {
	color:red;
	font-size:10px;
	width:100px;
	text-align:right;
}



/*---------------------------- footer */


div.footerWrapper {	
	width:964px;
	padding:10px 20px 10px 10px;
}

div.footerWrapper a {
	color:#808083;
	text-decoration:none;
	font-size:10px;
}

div.footerWrapper a:hover {
	color:#00b2ee;
	text-decoration:none;
	font-size:10px;
}

div.footerL { 
	font-size:10px;
	color:#808083;
	float:left;
}
div.footerR { 
	font-size:10px;
	color:#808083;
	float:right;	
}

div.footerB {
	height:4px;
	width:964px;
}


/*---------------------------- content */


div.content {
	width:724px;
	margin: 0 10px 0 0px;
	min-height:420px;
	float:right;
	background:#fff url(../images/layout/contentKeyline.jpg)  repeat-y right top;
}

div.contentHome {
	width:724px;
	float:right;
	margin: 0 10px 0 0;
	height:428px;
	overflow:hidden;
}



div.contentBG {
	width:724px;
	min-height:420px;
	background:url(../images/layout/circleGFX.jpg) no-repeat bottom right;
}

div.leftColumn {
	float:left;
	width:481px;
	overflow:hidden;
	background:url(../images/layout/contentHeader.jpg) no-repeat top;
	padding: 19px 31px 13px 29px;
}

div.rightColumn {
	float:right;
	width:183px;
	height:293px;
}

div.contentFooter {
	width:724px;
	height:8px;
	overflow:hidden;
	background:url(../images/layout/contentFooter.jpg) no-repeat;
}




div.content h1 { 
	color:#00B2F0;
	font-size:28px;
	padding-bottom:10px;
	text-transform:lowercase;
}


div.content h2 { 
	color:#00B2F0;
	font-size:12px;
	font-weight:bold;
}

div.content h3 { 
	color:#555555;
	font-size:11px;
	font-weight:bold;
}

div.content p {
	font-size:11px;
	color:#555555;
	line-height:18px;
}
div.content a {
	color:#808083;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

div.content a:hover {
	color:#00b2ee;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}


table th {
	font-size:11px;	
	color:#555555;
	font-weight:bold;
}


/*---------------------------- staff profiles */
div.portraitLarge {
	background:#999 url(images/portrait_placeholder_large.jpg) no-repeat;
	/*width:100px;
	height:125px;*/
	width:80px;
	height:80px;
	float:left;
	margin-right:20px;
	margin-bottom:16px;
	overflow:hidden;
	text-align:center;
}

div.profileInfo {
	width:300px;
	height:78x;
	float:left;
	/*padding-top:47px;*/
	margin-bottom:16px;
	overflow:hidden;
}


/*---------------------------- rounded corner blueBox */
div.boxTL {
	background:url(../images/layout/boxTL.jpg) no-repeat;
	width:6px;
	height:6px;
	float:left;
	overflow:hidden;
}
div.boxTR{
	background:url(../images/layout/boxTR.jpg) no-repeat;
	width:6px;
	height:6px;
	float:right;
	overflow:hidden;
}
div.boxBL {
	background:url(../images/layout/boxBL.jpg) no-repeat;
	width:6px;
	height:6px;
	float:left;
	overflow:hidden;
}
div.boxBR {
	background:url(../images/layout/boxBR.jpg) no-repeat;
	width:6px;
	height:6px;
	float:right;
	overflow:hidden;
}

div.boxHeader {
	background:#bfecfb;
	height:6px;
	overflow:hidden;
}
div.boxContent {
	background:#bfecfb;
	padding:0 6px 0 6px;
	overflow:hidden;
}
div.boxFooter {
	background:#bfecfb;
	height:6px;
	overflow:hidden;
}

/*---------------------------- rounded corner edgedblueBox */
div.eboxTL {
	background:#7fd8f6 url(../images/layout/edgedboxTL.jpg) no-repeat left top;
	width:30px;
	height:6px;
	float:left;
	overflow:hidden;
}
div.eboxTR{
	background:#7fd8f6 url(../images/layout/edgedboxTR.jpg) no-repeat right top;
	width:30px;
	height:6px;
	float:right;
	overflow:hidden;
}
div.eboxBL {
	background:#7fd8f6 url(../images/layout/edgedboxBL.jpg) no-repeat left top;
	width:30px;
	height:6px;
	float:left;
	overflow:hidden;
}
div.eboxBR {
	background:#7fd8f6 url(../images/layout/edgedboxBR.jpg) no-repeat right top;
	width:30px;
	height:6px;
	float:right;
	overflow:hidden;
}

div.eboxHeader {
	background:#bfecfb;
	height:6px;
	overflow:hidden;
}
div.eboxContent {
	background:#bfecfb;
	padding:0 6px 0 6px;
	overflow:hidden;
	border-left:#7fd8f6 30px solid;
	border-right:#7fd8f6 30px solid; 
}
div.eboxFooter {
	background:#bfecfb;
	height:6px;
	overflow:hidden;
}


/*---------------------------- menu */

div.navigation {
	width:250px;
	height:493px;
	position:absolute;
	overflow:hidden;
}

div.navigation2 {
	width:376px;
	height:120px;
	position:absolute;
	overflow:hidden;
}

div.navHome a, div.nav1 a, div.nav2 a, div.nav3 a, div.nav4 a, div.nav5 a, div.nav6 a {
	color:#bfecfb;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

div.navHome a:hover, div.nav1 a:hover, div.nav2 a:hover, div.nav3 a:hover, div.nav4 a:hover, div.nav5 a:hover, div.nav6 a:hover {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

div.navHome {
	width:100px;
	height:20px;
	text-align:center;
	position:absolute;
	top:54px;
	left:260px;
}

div.nav1 {	/* press & pr */
	width:100px;
	height:20px;
	text-align:center;
	position:absolute;
	top:64px;
	left:126px;
}

div.nav2 {	/* what we do */
	width:100px;
	height:20px;
	text-align:center;
	position:absolute;
	top:148px;
	left:150px;
}

div.nav3 {	/* what they say */
	width:100px;
	height:20px;
	text-align:center;
	position:absolute;
	top:168px;
	left:32px;
}

div.nav4 {	/* who we are */
	width:100px;
	height:20px;
	text-align:center;
	position:absolute;
	top:280px;
	left:66px;
}

div.nav5 {	/* contact us */
	width:100px;
	height:20px;
	text-align:center;
	position:absolute;
	top:368px;
	left:8px;
}

div.nav6 {	/* client/field login or industry reports */
	width:100px;
	height:40px;
	text-align:center;
	position:absolute;
	top:432px;
	left:38px;
}
