@charset "utf-8";
/* CSS Document */

/*	--	STANDARD TAGS
	-----------------------------------------------------------------	*/
body {
	font-size: 0.85em;
	margin: 0px;
	padding: 0px;
	font-family: Arial,Verdana,sans-serif;
	color: #636162;
	text-align: center;
	background-color: #F8CD29;
}
body.business {
	background-color: #CCC;
}
div {
	color: #636162;
}
h1 {
	font-size: 150%;
	color: #FC9A18;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 95%;
	margin-bottom: 5px;
}
h5 {
	font-size: 85%;
	margin-bottom: 2px;
}
p {
	color: #636162;
	font-size: 85%;
	margin: 0px 0px 10px 0px;
}
p.smallprint {
	font-size: 75%;
}

ul {
	font-size: 85%;
	list-style-type: none;	
}
li {
	padding-left: 12px;
	background: url(../graphics/bulletYellow.gif) 0px 0.15em no-repeat;/*50% no-repeat;*/
}
ol {
	font-size: 85%;
}
ol li {
	padding-left: 0px;
	background: none;
}
a {
	font-size: 100%;
	color: #FC9A18;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

sup {
	font-size: 70%;
}

.clear {
	clear: both;
}

.error {
	color: #FF0000 !important;
}

/*	--	BASE LAYERS
	-----------------------------------------------------------------	*/
#container {
	position: relative;
	width: 924px;
	margin: 16px auto;
	text-align: left;
	background: #CCC url(../graphics/sideShadow_Gold.gif) 0 0 repeat-y;
}
.business #container {
	background: #F8CD29 url(../graphics/sideShadow.gif) 0 0 repeat-y;
}
#container #shadow-top {
	background: url(../graphics/topShadow_Gold.gif) 0 0 no-repeat;
}
.business #container #shadow-top {
	background: url(../graphics/topShadow.gif) 0 0 no-repeat;
}
#container #page {
	width: 894px;
	padding: 16px 16px 0px 16px;	/* See styles-IE6*/
}
#container #page #masthead {
	position: relative;
	width: 888px;
	height: 110px;
	background: #FFF url(../graphics/masthead.gif) 0px 0px no-repeat;
}


#masthead #logo {
/*	float: left;	*/
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 85px;
/*	border: 1px solid #F00;	*/
}


/*	--	TOP NAV
	-----------------------------------------------------------------	*/
#masthead #top_nav {
	width: 100%;
	text-align: right;
}
#masthead #top_nav a, #masthead #top_nav span {
	color: #636162;
	font-size: 85%;
}
#masthead #top_nav a.highlight, #masthead #top_nav span.highlight {
	color: #FC9A18;
}


/*	--	SEARCH
	-----------------------------------------------------------------	*/
#masthead #search_panel {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 100%;
	text-align: right;
	padding: 0px;
}
#masthead #search_panel p {
	display: block;
	float: right;
	color: #636162;
	font-size: 110%;
	margin: 0px 20px 0px 0px;
}

/*	From Cisco	*/
#masthead #search_panel #searchPhrase{
	float: right;
	margin-right: -1px;
	padding: 1px 0 2px 3px;
	height: 15px;/*100%;*/
	width: 250px;
	border-top: 2px solid #FC9A18;
	border-right: none;
	border-bottom: 2px solid #FFCD4B;
	border-left: 2px solid #FC9A18;
	font-size: 85%;
}
#masthead #search_panel #go {
	float: right;
	height: 22px;
	width: 22px;
}


/*	--	BREADCRUMBS
	-----------------------------------------------------------------	*/
#masthead #breadcrumbs {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	color: #636162;
	font-size: 85%;
	text-align: right;
}
#masthead #breadcrumbs a, #masthead #breadcrumbs span {
	color: #636162;
}
#masthead #breadcrumbs a.highlight, #masthead #breadcrumbs span.highlight {
	color: #FC9A18;
}

#container #page #content {
	position: relative;
	width: 888px;/*894px*/
/*	padding-top: 5px;		--	THIS IS AN **ODD** WAY OF FORCING SPACE ABOVE #content	--	*/
}

/*	--	EPIC WINDOW
	-----------------------------------------------------------------	*/
/*#epicWindow {
	position: relative;
	width: 888px;
	height: 330px;
	margin: 0px 0px 0px 0px;
	background: url(../images/home/womanShopkeeper.jpg) no-repeat;
}
*/
#epicWindow #section_nav {
	position: absolute;
	top: 9px;
	left: 7px;
	width: 882px;
}
#epicWindow #section_nav .section_nav_business, #epicWindow #section_nav .section_nav_individuals {
	float: left;
}

#epicWindow #section_nav .section_nav_business {
	width: 439px;
	height: 40px;
	background: url(../graphics/businessButton.png) no-repeat;
}
#epicWindow #section_nav .section_nav_individuals {
	width: 443px;
	height: 40px;
	background: url(../graphics/individualsButton.png) no-repeat;
}

#epicOverlay {
	position: absolute;
	top: 213px;
	left: 447px;	/*	Default position is .right	*/
	width: 418px;/*437-7-10*/
	height: 100px;
	padding: 5px 7px 10px 10px;
	background: url(../graphics/epicOverlay_3.png) no-repeat;
}
#epicOverlay.left {
	left: 12px;
}
#epicOverlay.right {
	left: 440px;
}
#epicOverlay h2 {
	font-size: 90%;
	margin: 5px 0px 5px 0px;
}
#epicOverlay h3 {
	font-size: 150%;
	font-weight: normal;
	color: #FFCD4B;/*#FC9A18;*/
	margin: 0px 0px 5px 0px;
}
#epicOverlay p {
	color: #FFF;
	margin: 0px 0px 5px 0px;
}
#epicOverlay p a {
	color: #FFCD4B;
}


/*	--	BOTTOM NAV
	-----------------------------------------------------------------	*/
#bottom_nav {
	clear: both;
	width: 898px/*extra 10px to cope with zooming out 100%*/;
	height: 40px;
	margin: 0px 0px 10px 0px;
	vertical-align: middle;
}
#bottom_nav a {
	display: block;
	float: left;
	width: 97px;
	height: 32px;
	font-size: 80%;
	color: #414040;/*#636162;*/
	text-align: center;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	background: #C6C2C5 url(../graphics/glassButtonGold.jpg) repeat-x;
	border-left: 1px solid #636162;
}
#bottom_nav a.left {
	width: 103px;
	border-left: none !important;
}
.business #bottom_nav a {
	width: 126px/*147px*/ !important;
	background: #C6C2C5 url(../graphics/glassButtonGrey.jpg) repeat-x;
}
.business #bottom_nav a.left {
	width: 126px/*148px*/;
}

#bottom_nav a.btnOne { width: 103px; border-left: none; }
#bottom_nav a.btnTwo { width: 90px; border-left: 1px solid #636162; }		/*80px*/
#bottom_nav a.btnThree { width: 90px; border-left: 1px solid #636162; }		/*80px*/
#bottom_nav a.btnFour { width: 110px; border-left: 1px solid #636162; }		/*120px*/
#bottom_nav a.btnFive { width: 80px; border-left: 1px solid #636162; }
#bottom_nav a.btnSix { width: 90px; border-left: 1px solid #636162; }		/*70px*/
#bottom_nav a.btnSeven { width: 70px; border-left: 1px solid #636162; }		/*90px*/
#bottom_nav a.btnEight { width: 100px; border-left: 1px solid #636162; }		/*100px*/
#bottom_nav a.btnNine { width: 76px; border-left: 1px solid #636162; }		/*96px*/
#bottom_nav a.btnTen { width: 70px; border-left: 1px solid #636162; }		/*60px*/
#bottom_nav a.btnZero { width: 100px; border-left: 1px solid #636162; }


/*	--	FEATURE PANELS
	-----------------------------------------------------------------	*/
#featurePanels {
	
}
#featurePanels .yellowPanel, #featurePanels .yellowPanelRounded, #featurePanels .yellowPanelTwitter, #featurePanels .yellowPanelHartMonitor {
	position: relative;
	float: left;
	width: 162px;/*176-6-8)*/
	height: 104px;/*120-8-8*/
	padding: 8px 6px 8px 8px;
	margin: 0px 2px 6px 0px;
	background:url(../graphics/yellowPanel.jpg) no-repeat;	
}
#featurePanels .yellowPanelRounded {
	background-image: url(../graphics/yellowPanelRounded.jpg);
}
#featurePanels .yellowPanelHartMonitor {
	width: 107px;
	padding-left: 63px;
	height: 74px;
	padding-top: 38px;
	background-image: url(../graphics/yellowPanelHartMonitor14.gif);
}
#featurePanels .yellowPanelTwitter {
	background-image: url(../graphics/yellowPanelTwitter.jpg);
}
#featurePanels .yellowPanel.last, #featurePanels .yellowPanelRounded.last, #featurePanels .yellowPanelHartMonitor.last {
	margin-right: 0px !important;
}
#featurePanels .yellowPanel h3, #featurePanels .yellowPanelRounded h3, #featurePanels .yellowPanelHartMonitor h3 {
	font-size: 90%;
	margin: 0px;
}
#featurePanels .yellowPanelHartMonitor p {
	color: #FFF;
}
#featurePanels .yellowPanel ul, #featurePanels .yellowPanelRounded ul {
	list-style-type: none;
	margin-top: 25px;/*18px;*/
	margin-left: 2px;
	padding-left: 0px;
}
#featurePanels .yellowPanel li, #featurePanels .yellowPanelRounded li {
	padding-left: 10px;
	background: url(../graphics/arrowBulletGrey.gif) 0px 0.15em no-repeat;/*50% no-repeat;*/
}
#featurePanels .yellowPanel li a, #featurePanels .yellowPanelRounded li a {
	color: #636162;
}

#featurePanels .yellowPanel .icon, #featurePanels .yellowPanelRounded .icon {
	position: absolute;
	top: 5px;
	left:133px;
	width: 38px;
	height: 38px;
}
#featurePanels .yellowPanel .icon.toolbox { background: url(../graphics/toolboxIcon.jpg) 0px 0px no-repeat; }
#featurePanels .yellowPanel .icon.timesavers { background: url(../graphics/timesaversIcon.jpg) no-repeat; }
#featurePanels .yellowPanel .icon.newsroom { background: url(../graphics/newsroomIcon.jpg) no-repeat; }



/*	--	COLUMNS
	-----------------------------------------------------------------	*/
#menu_column {
	float: left;
	width: 175px;
	padding: 10px 5px 10px 10px;
	margin: 30px 20px 10px 0px;
	background: url(../graphics/menuColumn.jpg) repeat-y;
}
#menu_column ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 2px;
	padding-left: 0px;
}
#menu_column li {
	padding-left: 12px;
	margin-bottom: 5px;
	background: url(../graphics/arrowBulletGrey.gif) 0 0.2em no-repeat;
}
#menu_column li:hover {
	background: url(../graphics/arrowBulletYellow.gif) 0 0.2em no-repeat;
}
#menu_column li.expandulike {
	padding-left: 0px;
	background: none;
}
#menu_column a {
	font-size: 100%;
	color: #636162;
	text-decoration: none;
}
#menu_column a:hover {
	text-decoration: underline;
}
#menu_column ul ul {
	font-size: 100%;
	margin-left: 10px;
}
#menu_column ul ul li {
	font-size: 100%;
	color: #FC9A18;
	margin-left: 0px;
	background: url(../graphics/arrowBulletGrey.gif) 0 0.2em no-repeat;
}
#menu_column ul ul li:hover {
	background: url(../graphics/arrowBulletYellow.gif) 0 0.2em no-repeat;
}


/*	--	BODY COLUMN
	-----------------------------------------------------------------	*/
#body_column {
	float: left;
	width: 482px;
	margin-bottom: 20px;
}
#body_column h1 {
	font-size: 125%/*115%*/;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}
#body_column h2 {
	font-size: 115%;
}
#body_column h3 {
	font-size: 105%;
}
#body_column ul {
	padding-left: 10px;
}
#body_column ul li {
	margin-bottom: 5px;
	background-position: 0px 0.25em;
}



/*	--	SITE MAP LISTS - ALTHOUGH APPLIES TO ALL
	-----------------------------------------------------------------	*/
ul li ul, ul li ul li, ul li ul a, ul li ul li a {
	font-size: 100%;
}


/*	--	FEATURE COLUMN
	-----------------------------------------------------------------	*/
#feature_column {
	float: left;
	width: 176px;
	margin: 30px 0px 10px 20px;
}
#feature_column h2 {
	font-size: 100%;
	margin: 0px 0px 5px 0px;
}
#feature_column h3, #feature_column h4 {
	font-size: 85%;
	margin: 0px;
}
#feature_column h4 {
	color: #FC9A18;
	margin-bottom: 5px;
}
#feature_column p a {
	font-size: 100%;
	color: #636162;
	padding-left: 6px;
	background: url(../graphics/arrowBulletGrey.gif) -3px 0.2em no-repeat;
}
#feature_column p a:hover {
	background: url(../graphics/arrowBulletYellow.gif) -3px 0.2em no-repeat;
}
#feature_column .contact_panel, #feature_column .general_panel {
	clear: both;
	width: 155px;/*176-5-12-2-2*/
	padding: 10px 5px 10px 12px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #FFCD4B;
}
#feature_column .yellow_panel {
	width: 159px;
	padding: 10px 5px 10px 12px;
	margin: 0px 0px 10px 0px;
	background: #FC9A18 url(../graphics/yellowPanelStrip.jpg) top left repeat-x;
/*	background: url(../graphics/yellowPanelRounded.jpg) no-repeat;	*/
}
#feature_column .yellow_panel .highlight {
	color: #FFF;
}
#feature_column .yellow_panel a {
	color: #FFF;
}
#feature_column .highlight {
	color: #FC9A18;
	font-weight: bold;
}

#feature_column ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 0px;
	padding-left: 0px;
}
#feature_column li {
	padding-left: 8px;
	margin-bottom: 3px;
	background: url(../graphics/arrowBulletGrey.gif) -3px 0.2em no-repeat;
}
#feature_column li:hover {
	background: url(../graphics/arrowBulletYellow.gif) -3px 0.2em no-repeat;
}
#feature_column li a {
	font-size: 100%;
	color: #636162;
	text-decoration: none;
}
#feature_column li a:hover {
	text-decoration: underline;
}


/*	--	FOOTER
	-----------------------------------------------------------------	*/
.footer {
	clear: both;
	width: 924px;
/*	height: 15px;	*/
	background: #F8CD29 url(../graphics/bottomShadow_Gold.gif) no-repeat;
	color: #FFF;
	padding: 0px;
}
.business .footer {
	background: #CCC url(../graphics/bottomShadow.gif) no-repeat;
}
.footer p {
	font-size: 85%;
	color: #636162;
	padding: 15px 0px 0px 5px;
}


/*	--	FOOTER
	-----------------------------------------------------------------	*/
table.vacancies, table.vacancies tr, table.vacancies tr td {
	border: none;
	vertical-align: top;
}
table.vacancies tr td {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #BBB;
}
table.vacancies p {
	margin: 0;
}
table {
	font-size: 85%;
}
table p {
	font-size: 100%;
}


/*	--	FORMS
	-----------------------------------------------------------------	*/
form {
	text-align: left;
}
form table.infoRequest, form table.appForm, form table.eventsForm, form table.requestForm {
	width: 480px;
	margin: 0;
}
form table.infoRequest td, form table.appForm td, form table.eventsForm td, form table.requestForm td {
	padding-bottom: 10px;
	vertical-align: top;
}
form table.infoRequest td.left, form table.appForm td.left, form table.eventsForm td.left, form table.requestForm td.left {
	width: 150px;
}
form table.infoRequest td.right, form table.appForm td.right, form table.eventsForm td.right, form table.requestForm td.right {
	width: 330px;
}
form table.infoRequest input.text, form table.appForm input.text, form table.eventsForm input.text, form table.requestForm input.text {
	width: 330px;
	height: 12px;
}
form table.infoRequest input.checkbox {
	/**/
}
form table.infoRequest textarea.text, form table.appForm textarea.text, form table.eventsForm textarea.text, form table.requestForm textarea.text {
	width: 330px;
}
form table.infoRequest input.file, form table.appForm input.file, form table.eventsForm input.file, form table.requestForm input.file {
	width: 330px;
}
form table.infoRequest td h3, form table.appForm td h3, form table.eventsForm td h3, form table.requestForm td.h3 {
	margin: 0px;
}



/*	--	JQUERY EXTENDED SPECIALS
	-----------------------------------------------------------------	*/
.expandulike-hidden { margin-top: 5px; }
.expandulike .e-clicker { padding-left: 12px; background: url(../graphics/bulletPlusGrey.gif) 0 0.15em no-repeat; cursor: default; }
.expandulike .e-clicker { }
.expandulike .e-clicker:hover { background: url(../graphics/bulletPlusYellow.gif) 0 0.15em no-repeat; }
.expandulike .e-clicker span { padding-left: 12px; background: url(../graphics/arrowBulletGreyYellow.gif) 0 0.15em no-repeat; }
.expandulike .e-clicker:hover span { background-position: -20px 0.15em; }
.expandulike .e-clicker.open { padding-left: 12px; background: url(../graphics/bulletMinusGrey.gif) 0 0.15em no-repeat; }
.expandulike .e-clicker.open:hover { background: url(../graphics/bulletMinusYellow.gif) 0px 0.15em no-repeat; }
.expandulike a { color: #636162 !important; text-decoration: none; }
.expandulike a:hover { text-decoration: underline; }
/*	Ensure hanging left indent in menu	*/
.expandulike a.e-clicker { display: block; }

.addspan { /*	Used by jfunctions.js to prepend "<span>&nbsp;</span>"	*/ }

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #545051;
	background-color: #FFF;
	opacity: 0.9;
	padding: 1px 2px 6px 4px;
	max-width: 200px;
}
#tooltip h3 {
	color: #545051;
	font-weight: normal;
	font-size: 90%;
	text-align: left;
	margin: 4px;
}
span.tooltip {
/*	text-decoration: underline;	*/
	border-bottom: 1px dotted #545051;
}
img.topright
{
    float:right;
}
