/* CUSTOM */

body{
	color: #000000;
	font-family:Arial;
	font-size:12px;
}

.GreenText
{
	color:#3d8c1f;
	font-weight:bold;
	font-size:12px;
}
.HomeNav
{
	color:#ffffff;
	font-weight:bold;
	font-size:10px;
	/*background: url('/images/home_nav_back.gif'); */
	vertical-align: text-top;
	background-color: #247412;
	border-bottom: 1px solid #69A751;
}
.HomeNav a {
	color: white;
	text-decoration: none;
}
.HomeNav a:hover {
	text-decoration: underline;
}

.pharmaMenuHeader
{
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	padding:2px 2px 5px 10px;
	background: url('/images/pharma_nav_back.gif');

}

.visionMenuHeader
{
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	padding:2px 2px 5px 10px;
	background: url('/images/nav_back.gif')

}

.contentpaneopen, .maincontent
{	
	color: #000000;
	font-family:Arial;
	font-size:12px;
}

.contentpaneopen a, .maincontent a
{	
	color: #000000;
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
}

.contentpaneopen a:hover, .maincontent a:hover
{	
	color: #000000;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}
.leftBackground
{
	background: url('/images/back_left.gif');
	background-repeat: repeat-y;
}

.rightBackground
{
	background: url('/images/back_right.gif');
	background-repeat: repeat-y;
}

.hundredheight
{
	display: table-cell;
	height: 100%;
}

.bottomBackground
{
	background: url('/images/back_bottom.gif');
	background-repeat: repeat-x;
}

.footer, .footer a, .footer a:hover
{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}

/*
.GreenNav
{
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
	background-color:#3d8c1f;
}
*/

.navMenu {
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
}

table.moduletable_vision .navMenu
{
	background: url('/images/nav_back.gif');
	line-height:21px;
}

table.moduletable_pharma .navMenu
{
	background: url('/images/pharma_nav_back.gif');
	line-height:21px;
}

.blog_byline
{
	font-family:arial;
	font-size:10px;
}

.GreenHeader
{
	color:#6eb04f;
	font-weight:bold;
	font-family:arial;
	font-size:16px;
}

.GreenHeader a
{
	font-size:11px;
	color:#000000;
}

/** generic menu item link **/
a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited,
a.sublevel:link,
a.sublevel:active,
a.sublevel:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	text-align:left;
}

/** generic menu item link on mouseover **/
a.mainlevel:hover,
a.sublevel:hover,
#leftcol a.mainlevel:hover {
	text-decoration:underline;
	text-align:left;
}

/** specific top right column menu item link **/
a.mainlevel-right:link,
a.mainlevel-right:active,
a.mainlevel-right:visited,
a.sublevel-right:link,
a.sublevel-right:active,
a.sublevel-right:visited {
	color:#000000;
	text-decoration:none;
	text-align:left;
	font-size:11px;
}

/** specific top right column menu item link on mouseover **/
a.mainlevel-right:hover {
	background-color:#CCCCCC;
	text-decoration:none;
	text-align:left;
}