@charset "UTF-8";

body {
	margin:0;
	padding:0;
	background-color: #ac1222;
	background-image:url(../../images/bg_page.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

a:link {color:#ac1222;text-decoration:none;}
a:active {color:#ac1222;text-decoration:none;}
a:visited {color:#ac1222;}
a:hover {color:#ac1222;text-decoration:underline;}



/* GLOBAL TEXT STYLES */
span.heading_page {
	font-weight:bold;
	color:#ac1222;
	margin-bottom:0;
}
h1 {
	font-size:1.2em;
	font-weight:bold;
}
h2 {
	font-size:1.0em;
	font-weight:bold;
}
h3 {
	font-size:.9em;
	font-weight:bold;
}
h4 {
	font-size:.9em;
	font-weight:bold;
}
.sizeDown1 {
	font-size:.9em;	
}
.sizeDown2 {
	font-size:.8em;
}
.sizeDown3 {
	font-size:.7em;
}
.textColor1 {
	color:#ac1222;
}

tr.tint1 {background:#dfdfdf;}
tr.tint1 td {padding:10px;border-bottom:1px solid #fff;}
tr.tint2 {background:#eee;}
tr.tint2 td {padding:10px;border-bottom:1px solid #fff;}


/* LAYOUT CONTAINERS */
#containerMainWrapper {
	background-image:url(../../images/bg_containerMainBottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:908px;
	margin:0 auto;
	padding:0 0 3px 0;
}
#containerMain {
	background-image: url(../../images/bg_containerMain.png);
	background-repeat: repeat-y;
	width: 908px;
	margin:0;
	padding:0;
}
#containerContent {
	width:780px;
	margin:0 auto;
	padding:0;
}
#containerMasthead {
	width:780px;
	height:133px;
	margin:0;
	padding:0;
	background-image:url(../../images/bg_masthead.png);
	background-repeat:no-repeat;
	position:relative;
}
#containerMastheadIntra {
	width:780px;
	height:133px;
	margin:0;
	padding:0;
	background-image:url(../../images/bg_masthead_intranet.png);
	background-repeat:no-repeat;
	position:relative;
}
#containerMastheadHolder {
	width:780px;
	height:133px;
	margin:0;
	padding:0;
	background-image:url(../../images/bg_masthead_holder.png);
	background-repeat:no-repeat;
	position:relative;
}
.containerBanner {
	width:780px;
	margin:0;
	padding:0;
}
.containerBanner#home {
	height:267px;
}
.containerBanner#interior {
	height:188px;
}
.containerBanner#intranet {
	height:60px;
}
#containerContentColumns {
	clear:both;
	border-top:1px solid #ddd;
	width:780px;
}
#containerContentColumnsIntra {
	clear:both;
	border-top:1px solid #ddd;
	width:780px;
	background:#fff url(../../images/bg_columnRightHome.png) right top no-repeat;
	}
#containerBottomMenu {
	text-align:center;
	padding:13px 0;
	color:#444;
}
#containerBottomMenu a:link, #containerBottomMenu a:active, #containerBottomMenu a:visited {color:#fff;text-decoration:none;}
#containerBottomMenu a:hover {color:#fff;text-decoration:underline;}
#containerPrivacyStatement {
	text-align:center;
	padding:13px 0 33px 0;
}
#containerPrivacyStatement a:link, #containerPrivacyStatement a:active, #containerPrivacyStatement a:visited {color:#000;text-decoration:none;}
#containerPrivacyStatement a:hover {color:#000;text-decoration:underline;}



/* MASTHEAD - SEARCH */
div#logoLink {
	position:absolute;
	left:0px;
	top:30px;
	width:250px;
	height:100px;
	z-index:900;
	margin:0;
	padding:0;
}
h5#logo {width:250px;height:100px;cursor:pointer;margin:0;}
#logoLink a {display:block;}
form {
/* \*/ margin:0;padding:0;/* */
}
#search {
	float:right;
	margin-top:32px;
}
#homeButton {
	position:absolute;
	top:17px;
	right:175px;
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
#homeButton a{
	color:#666666;
	text-decoration:none;
}
#homeButton a:hover{
	color:#222222;
	text-decoration:underline;
}
#searchTextBox {
	font-size: 13px;
	padding:0;
	margin:0 1px 0 0;
	border:1px solid #c5c5c5;
	background-image:url(../../images/bg_searchTextBox.png);
	width:148px;
	height:20px;
	vertical-align:top;
}
input#searchBtn {
	vertical-align:top;
	margin-top:0;
	padding-top:0;
}



/* BANNER */
.bannerLeftHome {
	float:left;
	width:527px;
	height:267px;
	background-color:#000;
}
.bannerRightHome {
	float:right;
	width:248px;
	height:267px;
	background-color:#000;
	margin:0;
	padding:0;
}
.bannerRightHome #btn {
	margin:0;
	padding-top:78px;
	padding-left:27px;
}
h5#btn_intoNews {
	background-image:url(../../images/btn_intoNews.png);
	background-repeat:no-repeat;
	width:195px;
	height:34px;
	margin:0;
	padding:0;
	cursor:pointer;
}
h5#btn_outOfNews {
	background-image:url(../../images/btn_outOfNews.png);
	background-repeat:no-repeat;
	width:195px;
	height:34px;
	margin:38px 0 0 0;
	padding:0;
	cursor:pointer;
}
.bannerLeftINT {
	float:left;
	width:527px;
	height:188px;
}
.bannerRightINT {
	float:right;
	width:248px;
	height:188px;
	background-color:#000;
	margin:0;
	padding:0;
}

#bannerLeft_INT_1 {background-image:url(../../images/bg_bannerLeft_INT_1.jpg);}
#bannerRight_INT_1 {background-image:url(../../images/bg_bannerRight_INT_1.png);}


.bannerLeftIntra {
	float:left;
	width:527px;
	height:60px;
}
.bannerRightIntra {
	float:right;
	width:248px;
	height:60px;
	background-color:#000;
	margin:0;
	padding:0;
}

#bannerLeft_Intra_1 {background-image:url(../../images/bg_bannerLeft_Intranet_3.png);}


/* CONTENT COLUMNS HOME TEMPLATE */
#columnLeftHome {
	float:left;
	width:530px;
}
#columnRightHome {
	float:right;
	width:248px;
	background-image:url(../../images/bg_columnRightHome.png);
	background-repeat:no-repeat;
}
#columnLeftHomeContent {
	padding:10px 20px 20px 80px;
}
#columnLeftHomeContent p {
	line-height:150%;
}
#columnLeftHomeContent a {
	padding-right:10px;
	background-image:url(../../images/arrow_chevron1.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#columnLeftHomeContent a:link, #columnLeftHomeContent a:active, #columnLeftHomeContent a:visited {text-decoration:none;}
#columnLeftHomeContent a:hover {text-decoration:underline;}

#columnRightHomeContent {
	padding:10px 20px 20px 26px;
}
#columnRightHomeContent ul {
	list-style:none;
	margin:-1em 0 0 0;
	padding:0;
}
#columnRightHomeContent ul ul {
	list-style:none;
	margin:0 0 0 11px;
	padding:0;
}

#columnRightHomeContent ul li {
	background: url(../../images/arrow_chevron2.png) 0 5px no-repeat ;
	padding:2px 5px 0px 0;
}
#columnRightHomeContent ul li a {
	color:#000;
	padding-left:12px;
	font-size:.8em;
}
#columnRightHomeContent ul li a:link, #columnRightHomeContent ul li a:active, #columnRightHomeContent ul li a:visited {text-decoration:none;}
#columnRightHomeContent ul li a:hover {text-decoration:underline;}



/* CONTENT COLUMNS INTERIOR TEMPLATE */
#columnLeftCenterINT {
	float:left;
	width:620px;
}
#columnLeftCenterINT2 {
	float:left;
	width:780px;
}
#columnLeftINT {
	float:left;
	width:183px;
}
#columnCenterINT {
	float:right;
	width:437px;
	background-image:url(../../images/bg_columnCenterINT.jpg);
	background-repeat:no-repeat;
}
#columnCenterINT2 {
	float:right;
	width:597px;
	background-image:url(../../images/bg_columnCenterINT.jpg);
	background-repeat:no-repeat;
}
#columnCenterINT2Team {
	float:right;
	width:597px;
}
#columnCenterINTContent { padding:12px 20px 20px 24px;line-height:130%;}
#columnCenterINTContent a:link, #columnCenterINTContent a:active, #columnCenterINTContent a:visited {text-decoration:none;}
#columnCenterINTContent a:hover {text-decoration:underline;}

#columnCenterINTContentTeam { padding:12px 0px 20px 24px;line-height:130%;}
#columnCenterINTContentTeam a:link, #columnCenterINTContentTeam a:active, #columnCenterINTContentTeam a:visited {text-decoration:none;}
#columnCenterINTContentTeam a:hover {text-decoration:underline;}

#columnRightINT {
	float:right;
	width:160px;
}
#columnRightINTContent  { padding:12px 0px 20px 0px;}



/* RIGHT SIDEBAR INTERIOR STYLES*/
a.btn_action {text-decoration:none;}
a.btn_action:hover {text-decoration:none;}
h2#btn_action {
	width:158;
	border:1px solid #ccc;
	background:#fff url(../../images/bg_btn_relatedAction.png) no-repeat;
	padding:6px 5px 5px 18px;
	text-transform:uppercase;
	font-size:.9em;
	color:#2e2e2e;
	cursor:pointer;
	margin-bottom:6px;
}
div#btn_action {
	width:158px;
	border:1px solid #ccc;
	font-size:11px;
	
}
div#btn_action h2 {
	background:#fff url(../../images/bg_btn_relatedAction.png) no-repeat;
	padding:6px 5px 5px 18px;
	text-transform:uppercase;
	font-size:.9em;
	color:#2e2e2e;
	margin-top:0px;
	margin-bottom:6px;
}
div#btn_actionINT {
	padding:8px;
}
p#btn_action_description {color:#ac1222;margin-left:11px;margin-top:0px;}
#btn_action_description a:link, #btn_action_description a:active, #btn_action_description a:visited {text-decoration:none;}
#btn_action_description a:hover {text-decoration:underline;}

h3#hdr_relatedItems {border-bottom:1px solid #ccc;padding-bottom:4px;margin-top:20px;margin-bottom:6px;color:#2e2e2e}
h3#hdr_relatedItems span#arrow1 {
	padding-right:10px;
	background: url(../../images/arrow_relatedItem1.png) no-repeat right center;
}

h4.hdr_sidebarTitle {color:#ac1222;margin-top:0px;margin-bottom:0px;line-height:120%;}
#relatedItems p {margin-top:0;font-size:.9em;line-height:120%;}
#relatedItems a:link, #relatedItems a:active, #relatedItems a:visited {text-decoration:none;}
#relatedItems a:hover {text-decoration:underline;}
a.readMore {padding-right:8px;background: url(../../images/arrow_chevron1.png) no-repeat right center;}


ul#relatedItems {
	list-style:none;
	margin:0;
	padding:0;
}
ul#relatedItems li {
	background: url(../../images/arrow_chevron3.gif) 0 6px no-repeat;
	padding:5px 5px 0px 13px;
}
ul#relatedItems li a {
	font-size:.9em;
}
ul#relatedItems li a:link, ul#relatedItems li a:active, ul#relatedItems li a:visited {text-decoration:none;}
ul#relatedItems li a:hover {text-decoration:underline;}


/* CONTENT COLUMNS INTRANET TEMPLATE */
#columnLeftIntranet {
	float:left;
	width:530px;
	margin:0;
	padding:0;
}
#columnRightIntranet {
	float:right;
	width:248px;
	margin:0;
	padding:0;
	background:url(../../images/bg_columnRightHome.png) no-repeat;
	
}
#columnLeftIntranetContent {
	padding:10px 20px 20px 0px;
	
	font-size:10px;
}
#columnLeftIntranetContent p {
	line-height:150%;
}

#columnLeftIntranetContent a:link, #columnLeftIntranetContent a:active, #columnLeftIntranetContent a:visited {text-decoration:none;}
#columnLeftIntranetContent a:hover {text-decoration:underline;}

#columnRightIntranetContent {
	padding:30px 0px 20px 26px;
	font-size:12px;
}
#columnRightIntranetContent ul {
	list-style:none;
	margin:-1em 0 0 0;
	padding:0;
}
#columnRightIntranetContent ul li {
	background: url(../../images/arrow_chevron2.png) no-repeat left center;
	padding:2px 5px 0px 0;
}
#columnRightIntranetContent ul li a {
	color:#000;
	padding-left:12px;
	font-size:12px;
}
#columnRightIntranetContent ul li a:link, #columnRightIntranetContent ul li a:active, #columnRightIntranetContent ul li a:visited {text-decoration:none;}
#columnRightIntranetContent ul li a:hover {text-decoration:underline;}

#columnRightIntranetContent #legalNotice {font-size:10px;}

#columnLeftIntranetContent	th {
	padding: 5px 8px 5px 6px;
	background-color: #E1E1E1;
	font-size:10px;
	text-align:left;
}
.pulldownTopics {font-size:10px;line-height:normal;}
td.pulldownTopics {padding-bottom:10px;padding-right:4px;}
td.pulldownTopics select {font-size:10px;width:260px;}


ul#topicsRelatedList {
	list-style:none;
	margin:0;
	padding:0;
}
ul#topicsRelatedList li {
	background: url(../../images/arrow_chevron3.gif) 0 6px no-repeat;
	padding:5px 5px 0px 13px;
}
ul#topicsRelatedList li a {
	font-size:.9em;
}
ul#topicsRelatedList li a:link, ul#topicsRelatedList li a:active, ul#topicsRelatedList li a:visited {text-decoration:none;}
ul#topicsRelatedList li a:hover {text-decoration:underline;}




/* TABBED PAGE CONTENT * * * * * * * * * * * * * * * * * * * * * * */
.tabTD {padding:3px 0;}

.tabContentTD {border-bottom:1px solid #fff;background-color:#F3F3F3;padding:10px 4px 4px 6px;}
.tabContentTD_odd {border-bottom:1px solid #fff;background-color:#F3F3F3;padding:10px 4px 10px 6px;font-size:11px;}
.tabContentTD_even {border-bottom:1px solid #fff;background-color:#d3d3d3;padding:10px 4px 10px 6px;font-size:11px;}
.tabContentTD_even .title, .tabContentTD_odd .title {font-size:12px;font-weight:bold}
#noticesTable {padding:20px 11px;}
#noticesTable .date {font-size:10px;}

.tabContainerProjects {width:100px;text-align:center;float:left;margin-right:2px;padding:3px 0;color:#fff;background-color:#666;}
.tabContainerAction {width:100px;text-align:center;float:left;margin-right:2px;}
.tabContainerCalls {width:124px;text-align:center;float:left;margin-right:2px;}
.tabContainerMilestones {width:150px;text-align:center;float:left;margin-right:2px;}

a.tab {margin-right:2px;padding:3px 0;color:#fff;background-color:#666;}

a.tabHREF {margin-right:2px;padding:3px 6px;}
a.tabHREF:link { COLOR: #ffffff; text-decoration:none; background:#626262 url(../../images/bg_intra_tab.png) repeat-x;}
a.tabHREF:visited { COLOR: #ffffff; text-decoration:none; background:#626262 url(../../images/bg_intra_tab.png) repeat-x;}
a.tabHREF:active {  COLOR: #ffffff; text-decoration:none; background:#626262 url(../../images/bg_intra_tab.png) repeat-x;}
a.tabHREF:hover { COLOR: #ffffff; text-decoration:none; background:#2a2a2a url(../../images/bg_intra_tab_on.png) repeat-x;}

a.tabHREF_on {margin-right:2px;padding:3px 6px;}
a.tabHREF_on:link { COLOR: #ffffff; text-decoration:none; background:#2a2a2a url(../../images/bg_intra_tab_on.png) repeat-x;}
a.tabHREF_on:visited { COLOR: #ffffff; text-decoration:none; background:#2a2a2a url(../../images/bg_intra_tab_on.png) repeat-x;}
a.tabHREF_on:active {  COLOR: #ffffff; text-decoration:none; background:#2a2a2a url(../../images/bg_intra_tab_on.png) repeat-x;}
a.tabHREF_on:hover { COLOR: #ffffff; text-decoration:none; background:#2a2a2a url(../../images/bg_intra_tab_on.png) repeat-x;}

a.noDecHREF {color:#000;text-decoration:none;}



/* SUBMENU */
h3#hdr_submenu {
	text-transform:uppercase;
	background:#ac1222 url(../../images/bg_hdr_submenu.png) no-repeat;
	color:#fff;
	margin:0 0 7px 0;
	padding:7px 10px 6px 15px;
	line-height:normal;
	
}
ul#submenu, ul#submenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
ul#submenu li {
	background: url(../../images/arrow_chevron3.gif) no-repeat 0 6px;
	padding:5px 5px 0px 13px;
}
ul#submenu li a {
	color:#000;
	font-size:.9em;
}
ul#submenu li a:link, ul#submenu li a:active, ul#submenu li a:visited {text-decoration:none;}
ul#submenu li a:hover {text-decoration:underline;}

ul#submenu ul li {
	background: url(../../images/arrow_chevron2b.png) no-repeat left center;
	padding:5px 5px 0px 14px;
}

ul#submenu li.submenu_sub1 {margin-left:10px;background: url(../../images/arrow_chevron2.png) no-repeat 2px 8px;}
ul#submenu li.submenu_sub1 span {
	color:#ac1222;
	/*padding-left:13px;
	font-size:.9em;*/
}

ul#submenu li.submenu_title {margin-left:0px;font-weight:bold;margin-top:10px;background:none;font-size:11px;color:#666;}
ul#submenu li.submenu_sub1_title {margin-left:10px;font-weight:bold;margin-top:10px;background:none;font-size:11px;color:#666;}

/* FOOTER */
#footerHome {
	clear:both;
	color:#666;
	padding:50px 0 25px 80px;
	text-transform:uppercase;
}
#footerINT {
	clear:both;
	color:#666;
	padding:50px 0 25px 0;
	text-align:center;
	text-transform:uppercase;
}



/* MISC */
span#hidden {
	display:none;
}
div.clearFloat {
	clear:both;
	height:1px;
}
.smallBoxes {
	font-size: 10px;
	padding: 0px 2px;
	border: 1px solid #dddddd;
	text-transform:uppercase;
}


/* MENU TREE - ADMIN  */
ul.open {
	display: block;
	}
ul.closed {
	display: none;
	}

#menuTreeContainer ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menuTreeContainer table.contentTreeTable {width:780px}

.menuTreeTD {border-bottom:1px solid #fff;background-color:#F3F3F3;padding:10px 4px 4px 6px;}
th.col0, td.col0 {width:20px}
th.col1, td.col1 {width:430px}
th.col2, td.col2 {width:110px}
th.col3, td.col3 {width:110px}
th.col4, td.col4 {width:110px}

li.open .level1 td, .level2 td.col0, .level2 td.col1, .level2 td.col2, .level2 td.col3, .level2 td.col4 {background-color:#eee}
li.open .level2 td, .level3 td.col0, .level3 td.col1, .level3 td.col2, .level3 td.col3, .level3 td.col4 {background-color:#ddd}
li.open .level3 td, .level4 td.col0, .level4 td.col1, .level4 td.col2, .level4 td.col3, .level4 td.col4 {background-color:#ccc}

.level2 th.col0, .level2 td.col0 {width:50px}
.level2 th.col1, .level2 td.col1 {width:400px}

.level3 th.col0, .level3 td.col0 {width:80px}
.level3 th.col1, .level3 td.col1 {width:370px}

.level4 th.col0, .level4 td.col0 {width:110px}
.level4 th.col1, .level4 td.col1 {width:340px}

/*.level2 td.col1 {padding-left:20px;}
.level3 td.col1 {padding-left:40px;}
.level4 td.col1 {padding-left:60px;}*/

#menuTreeContainer div.open {background-image:url('../../images/menuTree/opened.gif');width:17px;height:12px;cursor:pointer;}
#menuTreeContainer div.closed {background-image:url('../../images/menuTree/closed.gif');width:17px;height:12px;cursor:pointer;}


#rssLead h5 {color:#fff;background:#666 url(/intra/rss2/rss.png) 9px 5px no-repeat;font-size:13px;padding:5px 5px 3px 27px;margin-bottom:0;}
#rssLeadText {padding:0px 10px 20px 10px;border:1px solid #ccc;border-width:0 1px 1px 1px;}


ul.rssMenu {
	list-style:none;
	margin:0;
	padding:0;
}
ul.rssMenu li {
	background: url(../../images/arrow_chevron3.gif) no-repeat 0 3px;
	padding:5px 5px 0px 13px;
}

td.contentTreeTD select, td.tabContentTD select {font-size:10px;}

div#iframe iframe img {width:250px;}

h1.edit {color:#ac1222;text-transform:uppercase;}

#STPad {margin:20px 0;font:10px/1.2em Arial, Helvetica, sans-serif;}
#STPad img {margin:0 0 10px 25px;}

.hidden {
	display:none;
}


#slideShowContainer {height:180px;margin-top:10px;}

#dailyQuote {color:#000;font-size:12px;line-height:150%;}
#dailyQuote h2 {color:#fff;background:#666;padding:5px 5px 3px 9px;font-size:13px;margin:0;}
#dailyQuoteText {padding:20px 10px;border:1px solid #ccc;border-width:0 1px 1px 1px;text-align:center;}

.dailyQuote {color:#000;font-size:12px;line-height:150%;}
.dailyQuote h2 {color:#fff;background:#ac1222;padding:5px 5px 3px 9px;font-size:13px;margin:0 10px;}
.dailyQuoteText {padding:20px 20px 30px 20px;background:url(../../images/bg_didyouknow.gif) bottom left no-repeat;text-align:center;}


.quoteSource {text-align:right;}



/* TEAM LISTING */
#showTeamTable {
	width:100%;
}
#showTeamTable td {
	width:33%;
	padding:6px 24px;
	font-size:11px;
	line-height:130%;
}
#showTeamTable tr.odd td {
	background:#f2f2f2;
}
#showTeamTable tr td.name_title a {
	font-weight:bold;
	text-decoration:none;
}
#showTeamTable tr td.name_title a:hover {
	font-weight:bold;
	text-decoration:underline;
}



/* Speaking Engagment highlight */
#ad_speakingEngagements {
	margin-top:10px;
	font-size:11px;
	width:171px;
}
#ad_speakingEngagements p {
	padding-right:10px;
	margin-top:5px;
	line-height:130%;
}
#ad_speakingEngagements h2 {
	width:171px;
	height:94px;
	margin:0;
	padding:0;
	background:url(../../images/h2_speakingEngagement.png) top left no-repeat;
}
#ad_speakingEngagements a {
	padding-right:10px;
	background: url(../../images/arrow_chevron3.png) no-repeat right top;
	font-weight:bold;
}