/* this css file is loaded when a visitor reaches the website.*/


/* Content==============================================================*/

/*Hide left navigation for homepage*/
#content_left_nav_container{
	display:none;
}
#left-nav_cap{
	display:none;
}
#left_nav_content{
	display: none;
}
/* end left navigation hide*/


/*        right container==============================================================*/
	#content_right_container{
		/* volusion delivers the main content here. */
		width: 920px;
	}


#bio_container{
	/* container for the client BIO*/
	width: 916px;
	}
	
	
	#bio_banner{
		height: 30px;
		width: 916px;
		padding-bottom: 20px;
		
	}
	#bio_box{
		width:840px;
		text-align: left;
		background-color: white;
		background: url(../images/bio_bg_fade.gif) repeat-x;
		border: solid 20px #D3EFF9;
		margin-left:20px;
	}

	
/*========================typeset================*/

#bio_box p{
	padding: 10px 10px 10px 20px;
	color: #414b55;
	
}
/*=================Classes=======================*/
.float_right{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	
}
#content_area table tbody tr td table tbody tr td table tbody tr td table tbody tr td font.text{/* hide prices on homepage*/
	display: none;
	
}
#content_area table tbody tr td table tbody tr td table tbody tr td table tbody tr td font.pricecolor{/* hide prices on homepage*/
	display: none;
	
}
#content_area table tbody tr td br{/* remove BR from homepage for spacing issue.*/
display: none;
}

