h1 {
	font-size:20px;
	font-weight:bold;
	color:#999999;
}
h2
{
	color:#000000;
	font-size:15px;
}

.chart h2 {
	width:355px;
}

h3
{
	/*font-size:20px;*/
	font-size:16px;
	font-weight:normal;
	color:#5372a6;
}
#utilities ul
{
	 float:right;
	 padding-right:17px;
}
#utilities li
{
	float:left;
	margin-left:26px;
}
#utilities li a
{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:7px;
}
.util-home
{
	padding-left:18px;
	background-image: url(../images/base/icon_home.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.util-contact
{
	padding-left:14px;
	background-image: url(../images/base/icon_phone.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#bottomshadow
{
	width:970px;
	height:26px;
	background-image: url(../images/base/bg_btmshadow.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin:0px auto;
}
#banner
{
	width:949px;
	height:198px;
	clear:both;
	position:relative;
}
.banner-home
{
	background-image: url(/images/base/banner_logo1.jpg);
	background-repeat: no-repeat;	
}
.banner-career {
	background:url(/images/base/banner-career1.jpg);
	background-repeat:no-repeat;
}
.banner-mug {
	background:url(/images/base/banner-mug1.jpg);
	background-repeat:no-repeat;
}
.banner-people {
	background:url(/images/base/banner-resources.jpg);
	background-repeat:no-repeat;
}
.banner-pen {
	background:url(/images/base/banner-pen.jpg);
	background-repeat:no-repeat;
}

.banner-service{
	background:url(/images/base/banner-services.jpg);
	background-repeat:no-repeat;
}

#mainnav li
{
	float:left;
	
}
#mainnav li a
{
	display:block;
	background-image: url(../images/base/mainnav.gif);
	background-repeat: no-repeat;
	height:24px;
}
#mainnav li a span
{
	display:none;
}
#nav-professional a
{
	width:279px;
	background-position:0px 0px;

}
#nav-professional a:hover, #nav-professional a.active
{
	width:279px;
	background-position:0px -24px;
	
}
#nav-resource a
{
	width:278px;
	background-position:-279px 0px;
}
#nav-resource a:hover, #nav-resource a.active
{
	width:278px;
	background-position:-279px -24px;
}
#nav-careers a
{
	width:216px;
	background-position:-557px 0px;
}
#nav-careers a:hover, #nav-careers a.active
{
	width:216px;
	background-position:-557px -24px;
}
#nav-aboutus a
{
	width:176px;
	background-position:-773px 0px;
}
#nav-aboutus a:hover, #nav-aboutus a.active
{
	width:176px;
	background-position:-773px -24px;
}
ul#cta
{
	padding-top:10px;
	padding-bottom:8px;
}

#cta li 
{
	
	background-image: url(../images/base/bul_black.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-left:23px;
	padding-bottom:8px;
	padding-top:10px;
	line-height:16px;
}


#cta li a
{
	color:#5372a6;
	text-decoration:none;
	padding-bottom:8px;
}
#cta li a.mailink
{
	text-decoration:underline;
 
}
#cta li a.mailink:hover
{
	text-decoration:none;
	 
}
#cta li a.bluelink
{
	text-decoration:none;
	 
}
#cta li a.bluelink:hover
{
	text-decoration:underline;
}
#footer a
{
	color:#5372a6;
	text-decoration:none;
}
#footer a:hover
{
	text-decoration:underline;
}
#footer span
{
	display:block;
	line-height:18px;
}
.formatted
{
	padding-bottom:5px;
}
.blue {color: #5372a6}
.subtitle {
	color: #5372a6;
	font-weight: bold;
	font-size: 12px;
}


.chart td{
border-bottom:dashed 1px #5372a6;
padding: 10px 0 7px 5px;}

.grey {
	color: #666666;
	font-size:9px;}


/************** CSS FOR DROPDOWN MENU *************************/
#mainnav { position:relative; }
#mainnav li ul {
	position:absolute;
	border:1px solid #c6c6c6;
	background-color:#FFFFFF;
	margin-left:-1px;
	display:none; 
	z-index:1000;
}
#mainnav ul ul li{
	float:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}
#mainnav ul ul li a{ background-image:none; color:#000000; text-decoration:none; line-height:18px; height:auto; padding-bottom:2px; }
#mainnav ul ul li a:hover { background-color:#5372a6;  color:#FFFFFF; }
#mainnav ul ul li:last {padding-bottom:25px;}

.dmenu {
	font-size:11px;
	display:block;
}

.dmenu ul {
	display:block;
	border:1px solid #c6c6c6;
	background-color:#FFFFFF;
}

.dmenu ul li {
	display:block;
}

.dmenu ul li a {
	color:#000000; 
	text-decoration:none; 
	line-height:18px; 
	height:auto; 
	padding-bottom:2px;
}

.dmenu ul li a:hover, .dmenu ul li a.active {
	background-color:#5372a6;  color:#fff;
}
