﻿body, html
{
	font-family: Arial, sans-serif, Verdana;
	font-size: 13px;
	color: #333;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
	/*background-image: url(images/bgtile.gif);*/
	background-color: #E8EBEF;
	background-repeat: repeat;
	line-height:19px;
}

/*** LAYOUT DIVS ***/
#wrap
{
	width:980px;
	margin:0 auto;
	background:#fff;	
}

#header
{
	/*background:#ddd;*/
	background-image: url(images/headtile.jpg);
	background-color: #000;
	background-repeat: repeat-x;
	background-position: left top;
	height:102px;
}

#utilitybox
{
	height:25px;
	background:url(images/globalhead_01.gif);
	color: #ffffff;
	font-size: 12px;
	text-align:right;
	padding:2px 10px 0px 0px;
	font-weight:normal;
}

#utilitybox a:link, #utilitybox a:visited
{
	color: #ffffff;
	text-decoration:none;
}

#utilitybox a:hover { text-decoration:underline;}

#nav
{
	/*padding:5px 10px;*/
	background:#000;
	height:28px;
}


#navmenu
{
	float:left;
	text-align:left;
	padding-left:15px;
	width:600px;

}

#navmenu .menuitem a:link, #navmenu .menuitem a:visited
{
	color:#fff;
	text-decoration:none;
}

#search
{
	padding-top:3px;
	margin:0;
	text-align:right;
	padding-right:51px;
}

#search .input{ color:#333;font-size:12px;}

#jump
{
	padding-top:3px;
	margin:0;
	text-align:right;
	padding-right:10px;
	
}
#jump .input
{
	color: #d3d3d3;
	font-size: 12px;
}

#banner
{
	margin-top:1px;
	/*
	padding-top:5px;
	padding-bottom:7px;
	*/
}

/**** homepage welcome container ***/
#welcomecontainer
{
	background:#F1F6F6;
	border-top:5px solid #4E888C;
	border-bottom:3px solid #4E888C;
	height:247px;
	width:295px;
	margin-left:685px;
	margin-top:1px;
	
}
#welcomecontent
{

	padding:10px 10px 30px 20px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:13px;
	line-height:17px;	
	text-align:left;
	color:#333333;
}

/*** homepage company box container ***/
#companyBox{}
div.cb1{background:#F3F3F3 url(images/companyBoxHdr.gif) no-repeat;height:45px;}
div.cb2{background: url(images/companyBoxTile.gif);padding:5px 5px 10px 15px; }
div.cb2 ul {	margin: 0 0 0 5px;padding:0;} /* handles company name link list */
div.cb2 li {margin: 0 0 3px 0;	list-style-type:none;	 list-style-image:none; list-style-position:outside;}
div.cb3{background:url(images/companyBoxBottom.gif) no-repeat;height:22px;}

#companyBox a:link, #companyBox a:visited{font-size:12px; color:#333333;text-decoration:underline;}
#companyBox a:hover{text-decoration:none;}

#breadcrumb
{
	text-align:left; padding:7px 0 10px 5px; font-size:12px; color:#333;
}

#breadcrumb a
{
	text-decoration: underline;
	color: #ba8417;
}

#breadcrumb a:hover {text-decoration:none;}

#sharebar 
{
	font-size:12px; 
	font-weight:normal;	
	text-align:right;
	border-bottom:1px dashed #CCC; 
	padding:0px 20px 7px 5px;
	margin:10px 0 0 0;
}

#sharebar a:link, #sharebar a:visited
{
	color: #666666;
	text-decoration: none;
}
#sharebar a:hover 
{
	color:#C74B15;
	 text-decoration:none;
}

#main
{
	float:left;
	width:572px;
	padding:5px 20px 20px 0px;
	background:#fff;
	text-align:left;
	margin-left:40px;
}

#mainwide
{
	padding:15px 20px 20px 0px;
	background:#fff;
	text-align:left;
	margin-left:40px;
}

#main_right
{
	margin-left:245px;
	text-align:left;	
	padding:20px 100px 250px 20px;	
	border-left:1px solid #D8D8D8;
}

#main_right[id] {
/* Put in place for Firefox, and any browser that will render this section correctly.  IE has a bug involving float:  none. */
/*	float:  none;
	margin-left: 280px;
*/
}


#maincontent
{

}

#maincontent a:link, #maincontent a:visited
{
	font-size: 13px;
	font-weight: normal;
	color: #498085;
}

#maincontent a:hover{ text-decoration:none;}

#maincontent a.servicenav {font-size:15px;font-weight:bold;color:#333}
#maincontent a.servicenav:hover {text-decoration:none;}
#maincontent .serviceblock_left
{
	float: left;
	width: 256px;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-right: 30px;

}

#maincontent .serviceblock_rt
{
	float:left;
	width:266px;
	margin-bottom:20px;
}

#leftcolumn
{

	float:left;
	padding:20px 0 0 0;
	background:#fff;
	margin-left:0px;	
	width:225px;		
	text-align:left;

}

#leftcolumncontainer
{

}

#leftcolumncontent
{
	font-family:Arial, Verdana, Sans-Serif;
	font-size:13px;
	line-height:16px;
	
}


#rightcolumn
{
	float:right;
	width:292px;		/* this width plus #main width should equal #wrap width */
	text-align:left;
	margin-right:5px;
	margin-top:30px;

}

#rightcolumncontainer
{
	/*
	background-color:#F1F6F6;
	border-bottom:3px solid #666666;
	border-left:1px dashed #d2d2d2;
	border-right:1px dashed #d2d2d2;
	*/
	width:286px;
}
#rightcolumncontent
{
/*
	padding:10px 20px 30px 20px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:13px;
	line-height:17px;	
*/
}

#rightcolumncontent a:link, #rightcolumncontent a:visited
{
	color:#333;
}

#rightcolumncontent a:hover{ text-decoration:none;}


#whatsnewcontainer
{
	margin-top:20px;
	/*
	border-left:1px dashed #d2d2d2;
	border-right:1px dashed #d2d2d2;	
	background-color:#F1F6F6;
*/
	width:286px;
}

#whatsnewtitle
{
}
#whatsnewcontent
{
	padding:5px 20px 10px 5px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:13px;
	line-height:17px;	
	}


#bptw
{
	color:#555;
	font-family:Verdana,Arial;
	font-size:11px;
	margin-top:20px;
	line-height:17px;
	padding:10px;
	margin-bottom:20px;
	background-color:#EEEDED;
	border:1px dashed #D0CFCF;
}
#bptw a:link, #bptw a:visited {color:#333;}
#bptw a:hover { text-decoration:none;}

#b

#searchbox
{
	float:right;
	margin-right:50px;
	color:#FFF;
}

#footer {
/* This is needed to ensure that the footer appears below your content and menus. */
	clear:  both;
	margin-left: auto;
	margin-right: auto;
	/*padding-top:  50px;*/
	color:  #333333;
	background:#dcdcdc;
	font-size:11px;
	/*margin-top:100px;*/
	padding-bottom:5px;
	text-align:left;
}

#footercontent
{
	font-size:11px;
	color:#666666;
	text-align:left;	
	padding-left:10px;
}

* html #footer
/*compensate for a float bug in Internet Explorer 6.do it by using the Star HTML CSS hack to give the footer a height only in IE 6 */
{
	height: 1px;
}

#footer a:link, #footer a:visited 
{
	color:#333;
	font-size:12px;
}
#footer a:hover
{
	text-decoration:none;
}
#companybar
{
	background-color:#000;
	font-size:11px;
	color:#FFF;
	padding:5px;
	text-align:center;
	margin-bottom:5px;
}
#companybar a:link, #companybar a:visited{color:#FFF; text-decoration:none;}
#companybar a:hover { text-decoration:underline }

#companybar-top
{
	background-color:#FFFFFF;
	font-size:13px;
	color:#333;
	padding:0 5px 0 5px;
	text-align:center;
	margin-bottom:5px;
}

#companybar-top a:link, #companybar-top a:visited{color:#333; text-decoration:none;}
#companybar-top a:hover { text-decoration:underline }

#pagetitle
{
	color:#498085;
	padding-bottom:20px;
	font-size:22px;
	font-weight:bold;

}

#addresscontainer
{
	line-height:17px;
}

#mapcontainer
{
	padding-top:20px;	
}

#contactformcontainer
{
	margin-left:500px;
	margin-right:30px;
	border:1px solid #C0CDD5;
	background-image: url(images/contactbacktile.gif);
	background-repeat: repeat;
}

#contactheader
{

	background-image: url(images/contactheadtile.gif);
	background-repeat: repeat-x;
	height:50px;
	padding:10px 0px 30px 10px;
}
#contactheader .title
{
	color: #333;
	font-size: 19px;
	font-weight: normal;
}

#contactheader .directions
{
	font-size:12px;
	color: #333;
}

#contactform
{
	font-size:13px;
	padding:20px 5px 20px 20px;

}

#contactform .contactlabel
{
	font-weight: normal;
	font-size: 13px;
	color: #333;
	padding-top:10px;
}

#contactform .input
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
}

#bios
{
	margin-top:0px;
}
/*** END LAYOUT DIVS ***/

/*** DYNAMIC MENU STYLE ***/
/*begin creating the tabs */
.menu
{
	margin-left: 3px; /*background: url(/HHTimeTracker/images/tab_bg.gif) repeat-x;*/
	font-size: 14px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #fff;

}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
	color: #fff;
	height: 26px;
	text-align: center;
	padding-left:20px;
	padding-right:20px;

}


/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;


}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover 
{
	text-decoration:none;
	color:#fff;
}

.menuItemHover
{
	background-color:#498085;/*#000;*/
	color: #FFF;
	cursor: hand;

}

/* make current tab blue,set the background-color also in case images are not on*/
.menuSelectedItem td
{
	/*background: url(/HHTimeTracker/images/tab.gif) #3c61a4 no-repeat;*/
/*	background-color:#000;#498085;*/
	padding-left:20px;
	padding-right:20px;
}

/* make the current tab's link different than the other tabs*/
.menuSelectedItem a:link, .menuSelectedItem a:visited {
	color: #fff;
	text-decoration: none;
}

.menuSelectedItem a:hover
{
	color:#fff;
}
/* make drop down menu container style */
.menuPopup
{
	/*background: url(/HHTimeTracker/images/background_drop_menu.jpg) repeat #8C9FB4;*/
	border: 1px solid #498085;
	/*border-bottom: none;*/
	color: #ffffff;
	z-index:99;
	padding: 5px 18px 5px 18px;
	background-color:#F1F6F6;

}

/* make drop down menu item style */
.menuPopupItem
{
	/*border-bottom: 1px solid #498085 ;*/
	padding: 5px;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial;
	color: #000;

	/* #FFF;*/
}


.menuPopupItemHover
{
	background-position: 0% 0%;
	background-color: #fff;
	color: #ffffff;
}


.menuPopupItem a:link, .menuPopupItem a:visited
{
	color: #000;
	font-weight:normal;
	text-decoration: none;
}

.menuPopupItem a:hover
{
	color: #000;
	text-decoration: underline;
}

/*** END MENU STYLE ***/


/*** special ***/

.none {
	display: none;
}

.imagelink
{ cursor: hand;}



/*** windows-live search box styling ***/
.searchTD1
{
	width: 150px;
	border-bottom: #4b7b9f 1px solid;
	border-left: #4b7b9f 1px solid;
	border-top: #4b7b9f 1px solid;
	border-right: #4b7b9f 1px;
	background-color:#FFF;
}
.searchTD2
{
	border-bottom: #4b7b9f 1px solid;
	border-left: #4b7b9f 1px;
	border-top: #4b7b9f 1px solid;
	border-right: #4b7b9f 1px solid;
	background-color:#FFF;
}

.search
{
	margin:1px 0; 
	width:95%; 
	color:#b3b3b3; 
	border:0px solid; 
	height:16px; 
	padding:0px 3px; 
	background:#fff; 
	position:relative;
}

.searchpager
{
	background-color:#d2d2d2;
}


/**** FONTS ****/
.subtitle
{
	color: #ba8417;
	padding-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 0 5px 0;
}
.contentBold{ font-weight:bold;}
.goldHdr { color: #ba8417; font-weight:bold;}

.validate
{
	font-family: Arial, Verdana, sans-serif;
	color: #ff0000;
	font-size: 13px;
	font-weight: normal;
}

.super
{
	font-size: 11px;
	vertical-align: top;
}

/*** PEOPLE SECTION ***/
.biosection{border-bottom:1px solid #CCC;margin-bottom:10px;padding-bottom:20px;}
.bioname{ font-size:15px;font-weight:bold; padding-bottom:5px; }
.biosectionhead{ font-weight:bold;padding:10px 0 5px 0; }
.biotext{ line-height:17px;}


/*** LISTS ****/
div.listcontainer
{
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:100px;
}
div.listcontainer ul
{
	margin: 0 0 0 10px;
	padding:0;
}

div.listcontainer li
{
	margin: 0 0 1px 0;
	list-style-type:none;
	 list-style-image:url(images/bulletblk.gif);
	 list-style-position:outside;
	 /*line-height:17px;*/
}

#leftnavlistcontainer { margin-left: 0px; }

#leftnavlistcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#leftnavlistcontainer li 
{
	 margin: 0 0 10px 0;
	  list-style-type:none;
	  list-style-image:url(images/arrowmid.gif);
	  list-style-position:inside;
}

#leftnavlistcontainer a
{
	color:#000;
	text-decoration:none;
	padding-left:5px;

}

#leftnavlistcontainer a:hover{ text-decoration: underline;}

.qualificationslist
{
	padding: 7px 0 10px 0;
	margin-left: 10px;
}

.qualificationslist ul
{
	margin: 0 0 0 10px;
	padding:0;
}

.qualificationslist li
{
	 list-style-type:none;
	 list-style-image:url(images/bulletblk.gif);
	 margin:0;
	 line-height:17px;
}


#stafflistcontainer { margin-left: 0px;}

#stafflistcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#stafflistcontainer li 
{
	 margin: 0 0 10px 0;
	  list-style-type:none;
	  list-style-image:url(images/arrowmid.gif);
	  list-style-position:inside;
}

#stafflistcontainer a
{
	color:#000;
	text-decoration:none;
	padding-left:5px;

	
/*display: block;
padding: 5px 10px;
width: 140px;
color: #fff;
background-color: #036;
text-decoration: none;*/
}

#stafflistcontainer a:hover{ text-decoration: underline;}

#stafflistcontainer ul ul li { margin: 7px 0 1px 15px; line-height:17px; }

#stafflistcontainer ul ul a
{
	/*
display: block;
padding: 5px 5px 5px 30px;
width: 125px;
color: #fff;
background-color: #369;
text-decoration: none;
*/
}

#stafflistcontainer ul ul a:hover
{
	text-decoration: underline;
}


#whatsnewlist
{
	padding: 7px 0 10px 0;
	margin-left: 0px;
}


#whatsnewlist ul
{
	margin: 0 0 0 0px;
	padding:0;
}

#whatsnewlist li
{
	 list-style-type:none;
	list-style-position:outside;	 
	/* list-style-image:url(images/round-bullet.gif);*/
	background-image:url(images/round-bullet.gif);
	background-repeat:no-repeat;
	background-position:0 0; 
	 margin:0;
	 line-height:17px;
	 padding-left:22px;
	 padding-top:0px;
	 padding-bottom:7px;

}

#whatsnewlist ul li a:link, #whatsnewlist ul li a:visited
{
	color: #498085;
	font-weight:bold;
	font-family:Verdana;
	font-size:11px;
}
#whatsnewlist ul li a:hover {}

#whatsnewlist .abstract {padding-bottom:3px;font-size:12px;}

/*** LINKS ***/

/** global **/
a:link, a:visited {color:#498085;}
a:hover {text-decoration:none;}

.smallblue a:link, .smallblue a:visited
{ font-size:12px; color:#0000ff; text-decoration:underline}
.smallblue a:hover{text-decoration:none;}


/*** TREEVIEW CONTROL ***/
#treeviewnav
{

}
/*
.treeviewnav{margin-left:0;padding-bottom:20px;}
.treeviewnav a { color:#000;text-decoration:none;}
.treeviewnav a:hover {text-decoration:underline; }

.treeviewnav_hovernode{}
.treeviewnav_selectednode, a.treeviewnav_selectednode{}

.treeviewnav_parentnode{}
.treeviewnav_leafnode{}
.treeviewnav_node, a.treeviewnav_node { color:#000; text-decoration:none;}
a.treeviewnav_node:hover {text-decoration:underline;}
*/


/* Treeview Adapter styling as unorderedlist */
.LeftNavTreeView div.AspNet-TreeView ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;	

}
.LeftNavTreeView div.AspNet-TreeView ul li
{
    white-space: nowrap;
}

.LeftNavTreeView div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

.LeftNavTreeView div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.LeftNavTreeView div.AspNet-TreeView li a
{
    /*text-decoration: underline;*/
	display: block;
	padding: 7px;
	width: 213px;	/* change this value to ensure the boxed background reaches the left border of the main content div */
	background-color: #FFF;
	color:#333;   
}

.LeftNavTreeView div.AspNet-TreeView li a:link, .LeftNavTreeView div.AspNet-TreeView li a:visited
{
	color: #333;
	text-decoration: none;
}

.LeftNavTreeView div.AspNet-TreeView li a:hover
{
	background-color:#E0E0E0;/* #f2f2f2;*/
	color: #333;
}

.LeftNavTreeView div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 18px;
}

.LeftNavTreeView div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

.LeftNavTreeView div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(collapse.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}

.LeftNavTreeView div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url(expand.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}

.LeftNavTreeView .AspNet-TreeView-Selected
{
    background-color: #FAFAD2 !important;
}

.LeftNavTreeView .AspNet-TreeView-ChildSelected
{
    background-color: #F5FFFA !important;
}

.LeftNavTreeView .AspNet-TreeView-ParentSelected
{
    background-color: #FFE4E1 !important;
}

/* =========================================
/*** Selector class for left menu treeview - NO URL LINK ***/
/* =========================================*/
.PlainLeftNavTreeView div.AspNet-TreeView ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;	

}
.PlainLeftNavTreeView div.AspNet-TreeView ul li
{
    white-space: nowrap;
	display:block;
	padding:7px;
}

.PlainLeftNavTreeView div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

.PlainLeftNavTreeView div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.PlainLeftNavTreeView div.AspNet-TreeView li a
{
    /*text-decoration: underline;*/
	display: block;
	padding: 7px;
	width: 213px;	/* change this value to ensure the boxed background reaches the left border of the main content div */
	background-color: #FFF;
	color:#333;   
}

.PlainLeftNavTreeView div.AspNet-TreeView li a:link, .LeftNavTreeView div.AspNet-TreeView li a:visited
{
	color: #333;
	text-decoration: none;
}

.PlainLeftNavTreeView div.AspNet-TreeView li a:hover
{
	background-color:#E0E0E0;/* #f2f2f2;*/
	color: #333;
}

.PlainLeftNavTreeView div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 18px;
}


/* =====================================
/*** Selector class for People menu treeview ***/
/* ===================================*/
.PeopleNavTreeView div.AspNet-TreeView ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;	

}
.PeopleNavTreeView div.AspNet-TreeView ul li
{
	/*
     list-style-type:none;
	  list-style-image:url(images/arrowmid.gif);
	  list-style-position:outside;
*/
    white-space: nowrap;
/*    padding: 3px 0 2px 0;  */

}

.PeopleNavTreeView div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

.PeopleNavTreeView div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
    /*
      list-style-type:none;
	  list-style-image:url(images/arrowmid.gif);
	  list-style-position:outside;
	*/
}

.PeopleNavTreeView div.AspNet-TreeView li a
{
    text-decoration: none;
	display: block;
	padding: 7px;
	width: 216px;	/* change this value to ensure the boxed background reaches the left border of the main content div */
	background-color: #FFF;
	color:#333;
	font-weight:bold;
	/*border-bottom: 1px solid #eee;    */
   
}

.PeopleNavTreeView div.AspNet-TreeView li a:link, .LeftNavTreeView div.AspNet-TreeView li a:visited
{
	color: #333;
	text-decoration: none;
}

.PeopleNavTreeView div.AspNet-TreeView li a:hover
{
	background-color:#E0E0E0;/* #f2f2f2;*/
	color: #333;
}

.PeopleNavTreeView div.AspNet-TreeView li li a
{
    /*text-decoration: underline;*/
	display: block;
	padding: 4px 3px 4px 7px;
	width: 210px;	/* change this value to ensure the boxed background reaches the left border of the main content div */
	background-color: #FFF;
	color:#333;
	text-decoration:none;
	font-weight:normal;
	/*border-bottom: 1px solid #eee;    */
 }
 
 .PeopleNavTreeView div.AspNet-TreeView li li a:link, .LeftNavTreeView div.AspNet-TreeView li li a:visited
{
	color: #333;
	text-decoration: none;
}
 .PeopleNavTreeView div.AspNet-TreeView li li a:hover
{
	background-color:#E0E0E0;/* #f2f2f2;*/
	color: #333;
	/*
	list-style-type:none;
	list-style-image:url(images/arrowmid.gif);
	list-style-position:outside;
	*/
}