@import url("tables.css");

/* base tags */
body {

	font: 0.8125em/1 Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background: #FFFFFF;
}
a:link, a:visited{

	color: #4A6078;
	text-decoration: none;
}
a:hover {
	color: #DB2900;
	text-decoration: underline;
}
a img {

	border-width: 0px;
	border-style: none;
}
a.external {
	background: url(http://ascnet/images/shared/icons/external.gif) no-repeat left center !important;
	padding-left: 12px;
}
h1 {
	font-size: 1.4em;
	letter-spacing: 2px;
}
h2 {
	font-size: 1.3em;
}
#header h2 {
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}
dt, dd {

	line-height: 1.8em;
}
dt {

	font-weight: bold;
}
dd {

	margin-bottom: 0.8em;
}
/* page sections specifics */
#container {
	width: 70%;
	text-align: left;
	margin: 0 auto;
}
/* header */
.trane #header {
	padding: 0 0 0 220px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 0.88em;
	position: relative;
	margin-bottom: 1em;
	border-bottom: 1px solid #999999;
	height: 80px;
	background: url(http://ascnet/images/logos/trane_logo.gif) no-repeat left center;
	text-align: right;
}
.ashac #header {

	padding: 0 0 0 410px;
	font-size: 0.88em;
	position: relative;
	margin-bottom: 1em;
	border-bottom: 1px solid #999999;
	height: 80px;
	background: url(http://ascnet/images/logos/trane_ashac.png) no-repeat left center;
	text-align: right;
}
h1.release {
	text-align: center;
}

#navbar {
	padding: 5px;
	text-align: right;
	font-size: 0.88em;
	color: #FFFFFF;
	background: #cfc59a;
}
#navbar a:link,  #navbar a:visited,  #navbar a:hover {
	color: #4a6078;
}
#header h1 {
	margin: 30px 0px 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.5em;
	text-align: right;
}
#header address {
	margin-top: 7px;
	color: #333333;
}

address p {
	margin: 0px;
	padding: 0px;
}


#header ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#header li {

	float: left;
	margin-right: 20px;
}
/* end left sidebar navigation */
/* main content area */
#mainContent {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 1em;
}

#mainContent p {
	line-height: 1.6em;
	margin: 0px 0px 1.5em;
}
#mainContent li {
	line-height: 1.6em;
	margin-left: 0.5em;
}
#mainContent ul {
	list-style: square;
}

#mainContent a:link, #mainContent a:visited {
	color: #003366;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #DB2900;
	text-decoration: underline;
}
/* end main content area */
/* footer */
#footer {
	border-top: 1px solid #999999;
	text-align: left;
	color: #999999;
	font-style: oblique;
	background: url(http://ascnet/images/logos/IRfooter.png) no-repeat right center;
	height: 50px;
	padding-right: 165px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.88em;
	line-height: 50px;
}
/* end footer */
/* various classes */
.fltrt {
	float: right;
	margin-left: 1.5em;
}
.fltlft {
	float: left;
	margin-right: 1em;
	padding: 0em 1em 1em 0em;
}
.clearfloat {

	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p.adobe {
	line-height: 33px;
	vertical-align: middle;
}
p.adobe img {
	margin-right: 33px;
}
.excerpt {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	border-bottom: 1px dashed #CCCCCC;
}
div.illustration {
	margin: 0.5em 0.5em 0.5em 0em;
	float: left;
	padding: 0em 0.5em 0em 0em;
}
.illustration p {
	font-size: 95%;
	font-style: italic;
	text-align: center;
	border-top: 1px dashed #CCCCCC;
	margin: 0.25em 0px 0px;
	padding: 0px;
}
.note {
	font-size: 0.8em;
}
.boilerplate {
	font-size: 0.7em;
}
.footnote {
	font-size: 0.8em;
}
div.signature table, div.signature td, div.signature th {
	border: none;
	background: none;
	font-size: 1em;
	line-height: 1.6em;
}
#languages, #topnav {
	text-align: right;
	margin-top: 0.5em;
	font-size: 0.85em;
}
#languages p, #topnav p {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#languages p a {
	font-weight: normal;
}
.figure {
	margin: 0 0 1.5em;
	font-size: 0.9em;
	text-align: center;
	padding: 0.25em;
	border-top: 1px dotted #d7ddd8;
	border-bottom: 1px dotted #d7ddd8;
}
.figure p {
	margin: 0 !important;
	text-align: left;
	width: auto !important;
}
.figure .credit {
	font-size: .8em;
	text-align: right;
}
.figure img {
	margin-right: auto;
	margin-left: auto;
}
.figure .title {
	font-style: normal;
	font-weight: bold;
}
.half-col, .third-col {
	float: left;
	margin: 0.3em 1.5em 1em 0;
}
.half-col {
	width: 50%;
}
.figure .250-col {
	float: left;
	margin: 0.3em 1em 1em 0;
	width: 270px;
}
.threeq-col {
	width: 75%;
}
.2thirds-col {
	width: 66%;
}
.third-col {
	width: 33%;
}
.quarter-col {
	float: left;
	margin: 0.3em 2em 1em 0;
	width: 25%;
}
.quarter-colR {
	float: right;
	margin: 0.3em 0 1em 1em;
	width: 25%;
	background: #F4F2EA;
}.ir #header {
	padding: 0 0 0 410px;
	font-size: 0.88em;
	position: relative;
	margin-bottom: 1em;
	height: 80px;
	background: url(http://ascnet/images/logos/Ingersoll_Rand.gif) no-repeat left center;
	text-align: right;
}
p.date    {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.ir #container #mainContent h1 {
	text-align: right;
}
.ir #container #mainContent h2 {
	text-align: center;
	padding: 0.25em;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
