/* CSS Document */

.content-list
{
	list-style-type:none;
}

.content-list li
{
	background: url('/graphics/common/bullet.gif') no-repeat 0px 2px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#content-wrapper {
	width:980px;
}

.content-left {
	width:690px;
	float:left;
}

.content-right {
	width:287px;
	float:right;
}

.content-whole {
	width:980px;
	float:left;
}

#content {
	width:460px;
	float:left;
	padding:10px;
	padding-top:0px;
	margin-left:20px;
/*	background-color:#FFFF00;*/
}

#content-wide {
	width:600px;
	float:left;
	padding:10px;
	padding-top:0px;
	margin-left:20px;
/*	background-color:#FFFF00;*/
}

#content-no-categories {
	width:625px;
	float:left;
	padding-bottom:10px;
	padding-top:0px;
	margin-left:20px;
/*	background-color:#FFFF00;*/
}


#videotile {
	width:681px;
	height:276px;
	/*
	background-image:url(../graphics/home/videotileflash.png);
	background-repeat:no-repeat;
	*/
}

#videotile a
{
	text-decoration:none;
}

#ask-the-expert {
	width:287px;
	height:276px;
	background-image:url(/graphics/common/askexpert.jpg);
	background-repeat:no-repeat;
	font-size: 14px;
}

#ask-the-expert-inner {
	width:247px;
	height:150px;
	margin:auto;
	padding-top:90px;
	color:#FFFFFF;
/*	background-color:#FF0000;*/
}

.ask-the-expert-title {
	font-size:26px;
	color:#B0D6F6;
}

.button {
	width:auto;
	height:23px;
	border:solid;
	border-width:1px;
	border-color:#333333;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	vertical-align:top;
	font-size:16px;
	background-image:url(/graphics/common/buttons.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	
}

.button a {	
	color:#FFFFFF;
	text-decoration:none;
}

.button:hover {
	width:auto;
	height:23px;
	padding-top:5px;
	border:solid;
	border-width:1px;
	border-color:#333333;
	padding-left:15px;
	padding-right:15px;
	font-size:16px;
	background-image:url(/graphics/common/buttons-roll.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
}

.button a:hover {	
	color:#FFFFFF;
}

#latest-news {
	width:980px;
	height:30px;
/*	margin-top:10px;*/
	padding-top:10px;
}

#news-button {
	width:150px;
	height:30px;
	float:left;
}

#news-item {
	width:auto;
	height:23px;
	float:left;
	margin-left:20px;
	padding-top:7px;
}

#news-rss {
	width:auto;
	height:25px;
	float:left;
	margin-left:50px;
	padding-top:5px;
}

#news-share {
	width:auto;
	height:30px;
	float:left;
	margin-left:50px;
	
}



/* tabs */

#tab-box {
	width:980px;
/*	background-color:#FF0000;*/
	margin-top:10px;
}

#tab-box-buttons {
	width:980px;
	height:33px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.tab-box-content {
	width:938px;
	height:auto;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	background-color:#FFFFFF;
	border-top-style:none;
/*	margin-top:-1px;*/
	margin-top:0px;
	padding:20px;
	min-height: 100px;
}

.tab-box-button {
	width:180px;
	height:25px;
	float:left;
	text-align:center;
	background-color:#007AA0;
	color:#FFFFFF;
	font-size:16px;
	padding-top:6px;
	padding-bottom:2px;
	overflow:hidden;
}

#tab-box-buttons a {
	color:#FFFFFF;
	text-decoration:none;
}

.tab-box-button-spacer {
	width:5px;
	height:24px;
	float:left;
	text-align:center;	
	padding-top:8px;
	
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
}

.tab-box-button-selected {
	width:238px;
	height:25px;
	float:left;
	text-align:center;
	background-color:#FFFFFF;
	color:#000000;
	font-size:16px;
	padding-top:6px;
	padding-bottom:1px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	border-bottom-style:none;
	margin-top:0px;
	overflow:hidden;
}

.tab-box-button-selected a {
	color:#000000;
	text-decoration:none;
}

#rapid-response-text
{
	float:left;
	margin-top:15px;
	margin-left:35px;
	width:600px;
}

#rapid-response-tab a
{
	text-decoration:none;
}

#awards-tab
{
	display:none;
}

#awardslist
{
	list-style-type: none;
}

#awardslist li
{
	display:inline;
	width: 33%;
	float:left;
}

#clients-tab
{
	display:none;
}

#case-studies-tab
{
	display:none;
}

.case-study-tab-item
{
	float:left;
	height: 
}

.case-study-tab-link
{
	margin-top: 15px;
}

.case-study-tab-image
{
	float:left;
}

.case-study-tab-item a:link,
.case-study-tab-item a:visited,
.case-study-tab-item a:hover,
.case-study-tab-item a:active {
	display:block;
	font-size:13px;
	color:#666;
	background-color:#FFF;
	border-bottom: none;
	text-decoration:none;
	width: 230px;
}

.case-study-tab-item a:hover
{
	background-color: #EFEFEF;
}

.red-text {
	color:#BA0000;
}

#map {
	width:920px;
	height:340px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	
	padding:30px;
}


/* downloads */
.downloaditem
{
	margin-top:20px;
	margin-bottom:30px;
	clear:both;
}

.downloaditem a:link,
.downloaditem a:visited,
.downloaditem a:hover,
.downloaditem a:active {
	display:block;
	font-size:15px;
	color:#666;
	background-color:#FFF;
	border-bottom: none;
	padding:10px;
	text-decoration:none;
	width: 400px;
}

.downloaditem a:hover {
	background-color: #EFEFEF;
	/*background-color:#dedede;*/
	/*background-color: #AAD3F1;*/
}

.downloadimage
{
	float:left;
	margin-top: 10px;
}

.downloadlink
{
	margin-left: 150px;
}


/* in the press */
.pressitem
{
	margin-top:20px;
	margin-bottom:30px;
	clear:both;
	float:left;
}

.presslink
{
	margin-top: -5px;
	margin-left: 225px;
}

.pressimage
{
	float:left;
}

#inthepress a:link,
#inthepress a:visited,
#inthepress a:hover,
#inthepress a:active {
	display:block;
	font-size:15px;
	color:#666;
	background-color:#FFF;
	border-bottom: none;
	padding:10px;
	text-decoration:none;
	width: 330px;
}
#inthepress a:hover {
	background-color: #EFEFEF;
	/*background-color:#dedede;*/
	/*background-color: #AAD3F1;*/
}

