@charset "UTF-8";
/* CSS Styles for the general template */
#main_box {
	background: url(../images/background_shadow_redBar.jpg) repeat-y top left;
	width: 800px;
	height: auto;
	padding: 0 0 0 20px;
	display: block;
	float: left;
	clear: both;
	overflow: hidden;
}

#bottomShadow {
	display: block;
	width: 800px;
	height: 40px;
	margin: 0 0 50px 0;
	padding: 0 0 0 20px;
	float: left;
	clear: both;
	background: url(../images/bg_shadow_redBar_botm.jpg) no-repeat bottom left;
}

#left_col {
	display: block;
	width: 155px;
	float: left;
	padding: 5px 20px 0 20px;
	color: #FFF;
	min-height: 320px;
}
.aboutUs {
background: url(../images/distr_perf.png) no-repeat;
}
.essentPractices {
background: url(../images/essentialPractices.jpg) no-repeat;
}


#left_col a {
	color:white;
	text-decoration:none;
}
#left_col a:hover{
	text-decoration:underline;
	}

* html #left_col {
	padding: 0 20px 0 20px;
}
#mid_col {
	width: 330px;
	display: block;
	float: left;
	padding: 40px 30px 0 30px;
}
#right_col {
	display: block;
	width: 195px;
	float: left;
	padding-bottom: 30px;
	padding-top: 20px;
}

#right_col .txt {
	display: block;
	width: 155px;
	margin: 20px 20px 0 20px;
}
* html #right_col .txt {
margin-top: 30px;
}

.red {
	color: #CC3333;
}
.redBar {
	display: block;
	float: left;
	width: 195px;
	height: 20px;
	background: #CC3333;
}

h1 {
	font: bolder 13px Arial, Helvetica, sans-serif;
}
.page_title {
	font: 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height: 13px;
	margin: 20px 0 30px 0;
}
/** html .page_title {
	margin: 25px 0 30px 0;
}*/
#left_col ul {
	list-style: none;
	margin: 0;
	padding: 0 20px;
}
#left_col ul li {
	margin: 1px 0;
	padding: 0;
	font: 12px;
	list-style:url(../images/arrow_white.jpg);
}
* html #left_col ul li {
	line-height: 16px;
}
.title {
	padding:3px 0 2px 0; 
	border-bottom: 1px solid #CC3333;
	font-size: 11px;
}
h3 {
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3333;
	padding: 0;
	margin: 8px 0;
}
.small {
	font-size: 10px;
}
.smallcaps {
	text-transform:lowercase;
	font-variant:small-caps;
	font-size: 13px;
}
.teal {
	color: #9AC8A4;
}
.orange {
	color: #F39359;
}
.green {
	color: #B1B381;
}
.blue {
	color: #81cbcb;
}
#green {
	display:block;
	width: 100%;
	height: auto;
	background-color: rgba(192,204,141,0.2);
	padding: 5px;
}
#orange {
	display:block;
	width: 100%;
	height: auto;
	background-color: rgba(243,147,89,0.2);
	padding: 5px;
}
#teal {
	display:block;
	width: 100%;
	height: auto;
	background-color: rgba(143,200,164,0.2);
	padding: 5px;
}
#blue {
	display:block;
	width: 100%;
	height: auto;
	background-color: rgba(126,200,201,0.2);
	padding: 5px;
}
