/*******************************************
Styles for the inner pages
*******************************************/

/*******************************************
Header Styles
*******************************************/

#header{
	background:none;
	}

/*******************************************
Content Styles
*******************************************/

#content{
	background:transparent url(images/bg-content-inner.gif) repeat-y 0 0;
	height:100%;
	margin-top:50px;
	}

	#left-column{
		float:left;
		width:170px;
		}
	
	#right-column{
		float:left;
		line-height:1.6em;
		padding:0 0 0 32px;
		width:758px;
		}
	
	
	#right-column h2{
		line-height:1.0em;
		margin-bottom:24px;
		}

#content.single-column{
	background:none;
	}
	
ul#case-study li{
	padding-top:15px;
}

h3.case-study{
	display:inline;
	color:#608ae8;
	font-size:12px;
	text-transform:uppercase;
	
}

h3.radio-spots{
    padding-bottom:15px;
}

 img.small_image{
    float:left;
}

.news_item
{
	line-height:20px;
}

/*******************************************
News Links Styles
*******************************************/
h2.news{
	float:left;
	margin-top:50px;
	}

#news-links{
	float:right;
	margin-top:33px;
	}

#news-links li{
	
	display:inline;
	font-style:italic;
	padding-right:10px;
	
	}

/*******************************************
Contact Page Styles
*******************************************/

#addresses{
	border-bottom:1px solid #CCCCCC;
	float:left;
	margin-top:24px;
	}

#addresses li{
	
	float:left;

	margin-right:34px;
	padding:0 34px 34px 0;
	border-right:#ccc 1px solid;
	}

#addresses li.last{
	border-right:none;
	}

#content.single-column li{
	line-height:1.3em;
	}


#content.single-column a{
	color:#DF7A00;
	}

#content.single-column a:hover{
	text-decoration:underline;
	}

.phone-fax{
	text-transform:uppercase;
	color:#14486F;
	
	}
	


/*******************************************
Sub Nav Styles
*******************************************/

#sub-nav li{
	font-size:11px;
	padding-bottom:9px;
	text-transform:uppercase;
	}

.sub-sub-nav{
	display:none;
	margin:7px 0 0 7px;
	}
	
	.sub-sub-nav li{
		text-transform:none !important;
		}


#sub-sub-nav-clients{
	padding:7px 0 0 8px;
	}

#sub-sub-nav-clients li{
	font-size:11px;
	line-height:1.2em;
	padding:3px 0;
	text-transform:none;
	}
	

/*******************************************
Slider Styles
*******************************************/
	
	#buttons{
		float:right;
		height:30px;
		width:62px;
		}
	
	.button-wrapper{
		width:23px;
		height:23px;
		padding-right:8px;
		float:left;
		}

	#slider-wrapper{
		clear:both;
		position:relative;
		}
    
    #slider-wrapper.center{
        text-align:center;
    }

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:728px;
		height:496px;
		overflow:hidden; 
		}
    
    #slider li.case_study,
    #slider2 li.case_study
    {
      height:340px;
    }
    	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:30px;
		position:absolute;
		left:675px;
		top:-52px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:705px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:30px;
		background:url(images/btn-arrow-left.jpg) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/btn-arrow-right.jpg) no-repeat 0 0;	
		}

        
#slider_small_images ul li{
    display:inline;
}

/*******************************************
* Radio Page Styles
********************************************/

h3.radio-spots{
    
    font-size:14px;
    padding-bottom:15px;
}

p.radio-spots{
    
    border-top:1px solid #CACBCC;
    color:#020507;
    font-style:italic;
    padding-top:18px;
}




