﻿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;
}

h2
{
	font-family: Arial, Verdana, sans-serif;
	color: #555555;
	font-size: 16px;
	font-weight: bold;
}

/*** 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:underline;
}

#utilitybox a:hover { text-decoration:none;}

#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;}


#banner
{
	
}

#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:5px 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
{

}

#tierPageContent
{
	margin-right:250px;
}

/*#maincontent a:link, #maincontent a:visited
{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

#maincontent a:hover{ text-decoration:none;}



#maincontent a.login:link, #maincontent a.login:visited{font-size:15px;font-weight:bold;color:#333}
#maincontent a.login:hover {text-decoration:none;}
*/

#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:51px;

}

#rightcolumncontainer
{
	background:#F1F6F6;
	border-bottom:3px solid #666666;
}
#rightcolumncontent
{
	padding:10px 10px 30px 20px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:13px;
	line-height:16px;	
}

#rightcolumncontent a:link, #rightcolumncontent a:visited
{
	color:#333;
}

#rightcolumncontent a:hover{ text-decoration:none;}

#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:11px;
}
#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 }

#pagetitle
{
	color: #555555;
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 19px;
	font-weight: normal;
}

#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;
}


/* pensionedge homepage layout divs */
#mainContentFrame {
text-align:left;
background-color: #fff;
position: relative;
visibility: visible;
width: 800px;
margin-right: auto;
margin-left: auto;
margin-bottom:50px;
float: none;
padding-top: 15px;
padding-bottom: 15px;
overflow: hidden;
}

#leftFrame{
text-align:left;
background-color: #FFF;
position: relative;
visibility: visible;
width: 214px;
padding:0;
margin-right: auto;
margin-left: 0px;
margin-top:0;
float: left;
border:1px solid #CCCCCC;
vertical-align:top;
height:300px;
}

#rightFrame{
text-align:left;
background-color: #FFF;
position: relative;
visibility: visible;
width: 214px;
padding:0;
margin-right: auto;
margin-left: 20px;
float: left;
border:1px solid #CCC;
vertical-align:top;
height:300px;

}

#middleFrame{
text-align:left;
background-color: #FFF;
position: relative;
visibility: visible;
width: 214px;
padding:0;
margin-right: auto;
margin-left: 20px;
float: left;
border:1px solid #CCC;
vertical-align:top;
height:300px;
}




/*** 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:30px;
	padding-right:30px;

}


/* 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:30px;
	padding-right:30px;
}

/* 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;}

/**** FONTS ****/
.subtitle
{
	color: #ba8417;
	padding-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

.content { }
.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;
}

.error
{
	font-family: Arial, Verdana, sans-serif;
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
}

.super
{
	font-size: 11px;
	vertical-align: top;
}
.superLg
{
	font-size: 13px;
	vertical-align: super;
}
/*** 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;*/
}


div.LinkList
{
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	/*margin-right:100px;*/
}
div.LinkList ul
{
	margin: 0 0 0 10px;
	padding:0;
}

div.LinkList li
{
	margin: 0 0 10px 0;
	list-style-type:none;
	 list-style-image:url(images/arrowStriped.gif);
	 list-style-position:outside;
	 /*line-height:17px;*/
}

div.LinkList li a 
{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
div.LinkList li a:hover { text-decoration:none;}


div.LinkListSmall
{
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	/*margin-right:100px;*/
}
div.LinkListSmall ul
{
	margin: 0 0 0 10px;
	padding:0;
}

div.LinkListSmall li
{
	margin: 0 0 7px 0;
	list-style-type:none;
	 list-style-image:url(images/bulletblk.gif);
	 list-style-position:outside;
	 line-height:16px;
}

div.LinkListSmall li a 
{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
div.LinkListSmall li a:hover { text-decoration:none;}


