@import url(../common/common.css);


/*This id can change based on teh TabName. Just copy the CSS, change the bg image, and the id is the tab name (minus spaces and lowercase)*/
#clients_and_industries-sub-wrapper {height:100%;background-image: url(images/clients_and_industries_bg.jpg); background-repeat:no-repeat}

#left-side{float:left; width:213px; margin:51px 0 0 37px }

#TitlePane
{
	float: left;
	padding-left: 45px;
	
	width: 630px;
}

#left-body
{
	float: left;
	padding: 80px 25px 0px 50px;
	width: 630px;
}

#columnwrapper
{
	float: left;
	padding-top: 20px;
}

.content-pane 
{	
	float:left; 
	margin: 0px 25px 30px 0px; 
	width: 600px; 
	padding: 0px 12px 0px 0px;
}

.left-pane 
{ 
	float: left;
	margin: 16px 0 0 0;
}

/*===========Left Content Column==============*/

#content-left
{
	float: left;
	padding: 0;
	margin: 0;
}


/*===========Right Content Column==============*/

#content-right
{
	float: right;
	width: 205px;
	border-left: 1px solid;
	border-color: #dedede;
	height: 500px;
}

.right-column-content
{
	float: left;
	padding: 0px 20px;
}

.right-column-content a
{
	color: #4d8990;
	font-weight: bold;
}


