@charset "utf-8";
/*******************************************
Styles for Two Column Template
*******************************************/		
		
#content.two-column{
	background:transparent url(images/bg-content-inner-two-col.gif) repeat-y 0 0;
	height:100%;
	margin-top:24px;
}

#two-column-left,
#two-column-right{
	float:left;
	
	}

#two-column-left{
	line-height:1.0em;
	float:left;
	padding-right:32px;
	width:167px;
	
	}

#two-column-right{
	float:left;
	line-height:20px;
	padding:0 0 0 32px;
	/*width:733px;*/
    width:728px;
	}

#two-column-right h2{
	line-height:1em;
	margin-bottom:24px;
}


#two-column-right h2.profiles{
	margin-bottom:8px;
}

#profile-title
{
	margin:0 0 24px 2px;
	text-transform:uppercase;
	
	
	}



/*******************************************
News Room Styles
*******************************************/

#content.two-column .first{
	width:443px !important;
	padding-right:37px;
	}


#content.two-column .last{
	width:443px !important;
	padding-left:37px;
	}


#two-column-news .date{
	color:#808084;
	font-size:11px;
	}

#two-column-news .source{
	color:#000;
	font-size:11px;
	font-style:italic;
	text-transform:uppercase;
	
}

#two-column-news h3 a{

	color:#DF7A00;
	
	font-size:13px;
	font-weight:normal;
	}

#two-column-news h3{
	padding:3px 0 0 0;
	
}

.news-list li{
	border-bottom:1px solid #ccc;
	padding:19px 0;
	}


/*******************************************
Portfolio Small Images Slideshow Styles
*******************************************/

.slideshow{
    float:right;
    margin-left:25px;
    width:300px;
}


/*******************************************
Portfolio Small Images List Styles
*******************************************/

#thumbnails{
    margin-top:20px;
}

#thumbnails li{
    
    float:left;
    margin-right: 10px;
    width:245px;
}

#thumbnails li h3{
    color: #608ae8;
    padding-left:3px;
    width:245px;
    text-transform: uppercase;
}

