.main-bg {
	border: 1px solid #000;

}
.education-bg {
	background-image: url(images/hands.jpg);
	background-repeat: no-repeat;
	width: 1050px;
}
.bottom-box {
	font-size: 12px;
	color: #FFF;
	background-color: #9b2527;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

.nav-bar {
	color: #035168;
	background-repeat: repeat;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.red-text {
	color: #9B2527;
	font-weight: bold;
}
.bio_table {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.article-title {
	color: #A5BC39;
	text-decoration: underline;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.green-bold {
	color: #A5BC39;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #00C;
	text-decoration: none;
}
a:hover {
	color: #00C;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #00C;
	text-decoration: none;
}
.grey-box-blue-outline {
	border: 2px solid #035168;
	background-color: #CCC;
	vertical-align: top;
}
.grey-box-green-outline {
	border: 2px solid #A5BC39;
	background-color: #CCC;
	vertical-align: top;
}
.green-box-grey-outline {
	border: 2px solid #035168;
	background-color: #bad441;
	vertical-align: top;
}

 /* Drop Down Menus*/ 
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none; list-style:none}
#pmenu {
	position:relative;
	z-index:500;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
}
#pmenu li {
	float:left;
	position:relative;
	list-style-type: none;
}
#pmenu a, #pmenu a:visited {
	display:block;
	width:149px;
	font-size:12px;
	color:#FFF;
	height:23px;
	line-height:22px;
	text-decoration:none;
	border:1px solid #fff;
	border-width:0 1px 1px 0;
	background-color: #2b2963;
	list-style-type: none;
	list-style:none;
	text-align: center;
}
#pmenu li:hover > a{
	color:#FFF;
	background-color: #9b2527;
}
#pmenu li ul {display: none;}
#pmenu li:hover > ul {
	display:block;
	position:absolute;
	top:0;
	left:101px;
}
#pmenu > li:hover > ul {left:0; top:24px;}
/* Solutions Buttons */
#solutions, #solutions ul {padding:0; margin:0; list-style-type: none; list-style:none}
#solutions {
	position:relative;
	z-index:500;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-size: 20px;
}
#solutions li {
	float:left;
	position:relative;
	list-style-type: none;
}
#solutions a, #solutions a:visited {
	display:block;
	width:484px;
	font-size:20px;
	color:#035168;
	height:23px;
	line-height:22px;
	text-decoration:none;
	border:1px solid #fff;
	border-width:0 1px 1px 0;
	background-color: #A5BC39;
	list-style-type: none;
	list-style:none;
	text-align: center;
}
#solutions li:hover > a{
	color:#FFF;
	background-color: #035067;
}
#solutions li ul {display: none;}
