﻿@charset "utf-8";
/* CSS Document */


#twoColSidebar h3 {
  color: #231f20;
  padding: 13px 16px;
}

.sidebarContent {
  padding: 13px 16px;
}

#sidebarGreenBox {
  width: 236px;
  background: #e9f2de;
  border: 2px #d1e6b8 solid;
  margin: 0 0 20px 0;
}

#sidebarGreenBox h3 {

}

#sidebarWhiteBox {
  width: 236px;
  background: #fbfdfe;
  border: 2px #dbedf4 solid;
  margin: 0 0 20px 0;
}

#sidebarWhiteBox h3 {

}

#sidebarBlueBox {
  width: 236px;
  background: #dbedf4;
  border: 2px #9ac0cf solid;
  margin: 0 0 20px 0;
}

#sidebarBlueBox h3 {
  background: #bbd6e1;
  border-bottom: 2px #9ac0cf solid;
}

#sidebarBlankBox {
	color: #898989;
	font-size: 12px;
	line-height:160%;
	margin: 0 0 20px 0;
}

h5 {
	font-weight: bold;
	color: #444444;
	margin: 0;
	font-size: 12px;
	line-height: 200%;
}

a.sidebarBlueButton:link, a.sidebarBlueButton:visited {
	display: block;
	background: url(/images/bluetheme/sidebar_blue.png) no-repeat center center;
	color: #ffffff;
	font-size: 19px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 3px #4a4949;
	line-height: 50px;
	font-weight: bold;	
	margin: 0 0 20px 0;
}