/****** 2 column style sheet for ABB
—ABB Colours-ABB Red #CC0000; ABB Grey #333333; ABB Beige: #E5CDA8; ABB Yellow: #FCE17E; ABB Rust: #591902*******/
/*GLOBAL TEXT STYLES****ABB Red #C3151B; ABB Grey #57585A; ABB Beige: #E5CDA8; ABB Yellow: #FCE17E; ABB Rust: #591902****/
h1 {font-size: large; color: #FFF; font-weight: bold; letter-spacing:.1em; line-height: normal; text-transform:uppercase; }
h2 {font-size:1.3em; color:#591902; font-weight:bold; letter-spacing:.2em; }
h3 {font-size:1.1em; color:#57585A; font-weight:bold; letter-spacing:.2em; }
h4 {font-size:small; color:#FCE17E; font-weight:bold; letter-spacing:0.1em; font-variant:small-caps;}
p {font-family:Arial, Helvetica, sans-serif; line-height:150%;}
em {font-family:Georgia, "Times New Roman", Times, serif; font-size:1.1em; color: #57585A;}
blockquote {font-size:1.1em; color: #FFF; line-height:1.2em;}
/*GLOBAL TEXT STYLES********************************************/
	html{
	background-attachment: fixed;
	background-image: url(../img/html_bg1400.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
	
	body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	padding: 0;
	margin: 0; /* AR note: zero the margin and padding of the body element account for differing browser defaults */
	} 

/* master is the container of all content - rounded corners in CSS 3 TAKE OUT border: thick solid #A69E9D; */
#master { width: 980px; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 50px;
	height: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: auto;
}
#branding {
	margin:0;
	padding:0;
	position: relative;
	height: 120px;
	background-image:url(../img/branding_bg.png);
	background-repeat: no-repeat;
}
#branding h1 {
	z-index: 3;
	position:absolute;
	left: 5px;
	top: -28px;
	width: 250px;
	height: 142px;
	padding:0;
	margin:0;
	background-image:url(../img/branding1_h1.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#branding blockquote {
	z-index: 2;
	position:absolute;
	width: 270px;
	height: 140px;
	left: 440px;
	top: -10px;
	margin:0;
	padding:0;
	background-image:url(../img/branding_blockquote.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#branding2 {float: right; width: 300px; position:absolute; top:5px;right: -20px; margin:0; padding:0;}
#branding2 ul {float: left; list-style-type:none; margin:0;padding:0;}
#branding2 li {
	float: left;
}
#branding2 li a:link, #branding2 li a:visited {
	color:#FFF;
	/*background-color:#FFF;*/
	padding: 0.2em 0.15em;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	line-height:1.2em;
	margin-right:0.5em;
	}
#branding2 li a:hover {
	color:#FFF;
	background-color:#CC0000;
}
#branding2 li a.current, #branding2 li a.current:hover, #branding2 li a.current:active {
	color: #CC0000;
	background-color:#FFF; cursor:default;
}
/* content houses flash content or pictures-sub divs named after pages */
#content { clear: both; background-color:#000; height: 300px; width: auto;}
#contentClients {
	clear: both;
	background-image:url(../img/contentClientsBg.png);
	height: 300px;
	width: auto;
	background-repeat: no-repeat;
}
#contentConsulting {
	clear: both;
	background-image:url(../img/consultingBg.png);
	height: 300px;
	width: auto;
	background-repeat: no-repeat;
}
#contentExec {
	clear: both;
	background-image:url(../img/content_execBriefingsBg.jpg);
	height: 300px;
	width: auto;
	background-repeat: no-repeat;
}
#contentTech {
	clear: both;
	background-image:url(../img/content_TechBg.jpg);
	height: 300px;
	width: auto;
	background-repeat: no-repeat;
}
#contentTrain {
	clear: both;
	background-image:url(../img/content_TrainingBg.jpg);
	height: 300px;
	width: auto;
	background-repeat: no-repeat;
}
/* content_container houses the 3 columns of main content - sub - main - add */
#content_container {
	position: relative;
	height: auto;
	width: 980px;
	overflow: auto;
	padding: 0;
	background-image:url(../img/content_container_bg.png);
	background-repeat: repeat-y;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FCE17E;
	margin-bottom:0px;
}
/* this is the left hand column(not used in this 2 column layout)*/
#content_sub {
	width: 200px;
	text-align: left;
	float: left;
	height: auto;
	margin-left: 5px;
}
/* this is the right hand column---------------------------------------------*/
#content_add {
	float: right;
	width: 300px;
	height: 450px;
	padding: 5px;
}
#content_addIndex {
float:right;
width: 400px;
	height: 450px;
	padding: 0px;
}
#content_addConsulting, #content_addTech, #content_addTrain {
	float: right;
	width: 280px;
	height: 450px;
	padding: 5px;
}
#content_addExec {
	float: right;
	width: 280px;
	height: 525px;
	padding: 5px;
}
#content_addClients {
	float: right;
	width: 250px;
	height: 450px;
	padding: 5px;
}
#content_addConsulting ul, #content_addExec ul, #content_addTech ul, #content_addTrain ul {
	margin:0;
	padding:5px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}
#content_addConsulting li a:link, #content_addConsulting li a:visited, #content_addExec li a:link, #content_addExec li a:visited, #content_addTech li a:link, #content_addTech li a:visited, #content_addTrain li a:link, #content_addTrain li a:visited {
	color:#FCE17E;
	background-color:#666;
	font-size:1em;
	text-decoration:none;
	line-height:1.2em;
	padding:1px;
}
#content_addConsulting li a:hover, #content_addConsulting li a:hover, #content_addExec li a:hover, #content_addTrain li a:hover {
	color:#FFF;
	background-color:#CC0000;
}
#content_addConsulting h1#serviceMenu, #content_addExec h1#serviceMenu, #content_addTech h1#serviceMenu, #content_addTrain h1#serviceMenu {
	width: 200px;
	height: 50px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../img/content_subServices_h1serviceMenu.png);
	}
/**************************/
#content_main {margin-right: 300px; text-align: left; padding-right: 15px; margin-top: 0px; margin-left:10px; padding-top: 0px; padding-bottom: 15px; padding-left:15px;}
#content_mainIndex {margin-right: 350px; text-align: left; padding-right: 15px; margin-top: 0px; margin-left:10px; padding-top: 0px; padding-bottom: 15px; padding-left:15px;}
/* content main headers h1, h2 all ID*/
#content_mainIndex h1#index { color:#039; width: 500px; height: 30px;
	background-image:url(../img/content_main_h1.png);
	background-repeat: no-repeat;
	text-indent: -9999px; }
	#content_main h1#about { width: 500px; height: 30px;
	background-image:url(../img/content_main_h1about.png);
	background-repeat: no-repeat;
	text-indent: -9999px; }
	#content_main h1#clients { color:#039; width: 500px; height: 30px;
	background-image:url(../img/content_main_h1clients.png);
	background-repeat: no-repeat;
	text-indent: -9999px; }
	#content_main h1#consulting {width: 500px; height: 30px;
	background-image:url(../img/content_main_h1Consulting.png);
	background-repeat: no-repeat;
	text-indent: -9999px; }
	#content_main h1#exec {width: 500px; height: 30px;
	background-image:url(../img/content_main_h1Exec.png);
	background-repeat: no-repeat;
	text-indent: -9999px; }
	#content_main h1#Tech {width: 500px; height: 30px;
	background-image:url(../img/content_main_h1Tech.png);
	background-repeat: no-repeat;
	text-indent: -9999px; }
	#content_main h1#Train {width: 500px; height: 30px;
	background-image:url(../img/content_main_h1Train.png);
	background-repeat: no-repeat;
	text-indent: -9999px; }
	#content_mainIndex h2#scope {
		color:#039; width: 400px; height: 30px;
	background-image:url(../img/content_main_h2scope.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	#content_mainIndex h2#service {
		color:#039; width: 300px; height: 30px;
	background-image:url(../img/content_main_h2service.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
#footer {
	position: relative;
	text-align: left;
	margin: 0px;
	clear: both;
	overflow: auto;
	width:980px;
	height: 200px;
	background-image:url(../img/footer_bg.png);
	background-repeat:no-repeat;
}
#footer ul {list-style-type: none;}
#site_info1 {
	position:relative;
	float:left;
	width: 30%;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.9em;
	overflow:auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#site_info1 h1 {
	width: 200px;
	height: 30px;
background-image:url(../img/site_info1_h1.png);
margin:0;
	padding:0;
	text-indent:-9999px;
}
#site_info1 ul {
	margin:0;
	padding:0;
}
#site_info1 li a:link, #site_info1 li a:visited {
	color:#FCE17E;
	background-color:#666;
	font-size:0.9em;
	text-decoration:none;
	line-height:1.2em;
		padding: 0.1em;
		margin-bottom: 0.1em;
	}
#site_info1 li a:hover {
	color:#FFF;
	background-color:#CC0000;
}
#site_info2 {
	width: 30%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;	
}
#site_info2 h1 {
	width: 200px;
	height: 40px;
background-image:url(../img/site_info2_h1.png);
margin:0;
	padding:0;
	text-indent:-9999px;
}
#site_info3 {
	float:right;
	width: 300px;
	margin-right: 0px;
	margin-left: auto;
	/*text-align:right;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.9em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#site_info3 ul {
	margin:0;
	padding:0;
		text-align:right;

}
#site_info3 li a:link, #site_info3 li a:visited {
	color:#FCE17E;
	background-color:#666;
	font-size:0.9em;
	text-decoration:none;
	line-height:1.2em;
	}
#site_info3 li a:hover {
	color:#FFF;
	background-color:#CC0000;
}
#site_info3 h1 { width: 300px; height: 50px; margin:0; padding:0;
background-image:url(../img/site_info3_h1.png);
text-indent:-9999px;
}

#menu {
	position:relative;
	margin: 0px;
	padding: 0px;
	height:30px;
	width:100%;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FCE17E;
	border-bottom-color: #FCE17E;
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat-x;
}
#menu ul {
	float:left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position:absolute;
	left:80px;
	bottom: 5px;
}
#menu li {
	float: left;
}
#menu li a:link, #menu li a:visited {
	color:#333;
	/*background-color:#FFF;*/
	padding: 0.2em 0.8em;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	line-height:1.2em;
	margin-right:0.5em;
	}
#menu li a:hover {
	color:#FFF;
	background-color:#CC0000;
}
#menu li a.current, #menu li a.current:hover, #menu li a.current:active {
	color: #CC0000;
	background-color:#FFF; cursor:default;
}
