BODY {
	margin: 0px;
	padding: 0px;
	font-family:  Arial, Helvetica, sans-serif;
                font-size:10px;
	background: #cdcdcd url(/icons/images/bkg-body.jpg) repeat-x top;
	color: #333333;
}
#main-body {
	position: relative;
	width: 960px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;

}
h1, h2, h3, h4 {font-weight: lighter;}
h1 {font-size: 2em; color: #333366;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}

a.serv:link {
               font-size: 1.4em;
	color: #06C;
	text-decoration: underline;
}
a.serv:visited {
	color: #339;
	text-decoration: underline;}
a.serv:hover {
	color: #e48130;
	text-decoration: underline;}
a.serv:active {
	color: #e48130;
	text-decoration: underline;}

a:link {
                color: #06C;
	text-decoration: underline;}
a:visited {
	color: #339;
	text-decoration: underline;}
a:hover {
	color: #e48130;
	text-decoration: underline;}
a:active {
	color: #e48130;
	text-decoration: underline;}


a.listitem:link {
                font-size: 12px;
	color: #06C;
	text-decoration: underline;}
a.listitem:visited {
	color: #339;
	text-decoration: underline;}
a.listitem:hover {
	color: #e48130;
	text-decoration: underline;}
a.listitem:active {
	color: #e48130;
	text-decoration: underline;}

P, INPUT, SELECT, TH, TD {font-size: 12px;}
UL, LI {font-size: 12px;}
	
/* TOP MENU */
.topmenu {
	color: #FFFFFF;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	padding: 5px 0px;
	text-align: right;
}
.topmenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.topmenu a:hover {
	color: #FF0000;
	text-decoration: underline;}

/* BIG CONTAINER */
#BigContainer {
	position: relative;
	background-color: #FFFFFF;
	margin: 0;
	padding: 5px 20px;
	}
	
/* LOGO & NAVIGATION */
#container1 {
	position: relative;
	height: 100px;
	}
#logo {
	font-size: 1.8em;
	color: #333366;
	background: url(/images/STI-logo.jpg) no-repeat left top;
	height: 99px;
	padding-left: 85px;
	vertical-align: 50%;
	width: 30%;
}
#logo a{
	color: #333366;
	text-decoration: none;
	position: relative;
	display: block;
	top: 10px;
}
#logo img {
	float: left;
	margin-right: 10px;
}

#note {
                font-size: 13px; 
                color: #e27b27;
                position: absolute;
	top:35px;
                right: 0px;
	bottom: 0px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#nav {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	position: absolute;
	right: 0px;
	bottom: 0px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#nav a {
	border-bottom: 1px solid #000000;
	margin: 0px;
	padding: 5px 10px;
	background: url(/icons/images/bkg-tab-off.gif) no-repeat 0px 0px;
	vertical-align: 50%;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 1.25em;
	text-decoration: none;
	display: table-cell;
}
#nav a:link, #nav a:visited {
	background-image: url(/icons/images/bkg-tab-off.gif);
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	background-image: url(/icons/images/bkg-tab-on.gif);
	color: #001853;
	text-decoration: none;
}

/* TOP BANNER */

#TopBanner {
	/*background: url(/icons/images/top-banner-2.jpg) no-repeat 0px 0px;*/
                background: url(/images/top-banner-4.jpg) no-repeat 0px 0px;
	height: 170px;
	position: relative;
	padding: 20px 0 0 50px;
	margin-top: 10px;
}
#TopBanner strong {
	font-size: 1.8em;
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
}
#TopBanner a {
	color: #FFF;
	background: url(/icons/images/arrow-square-off.gif) no-repeat 0px 0px;
	height: 26px;
	display: block;
	padding-left: 30px;
	text-decoration: none;
	font-size: 1.4em;
	vertical-align: 50%;
	padding-top: 0.5em;
	width: 50%;
}
#TopBanner a:hover{
	background-image: url(/images/arrow-square-on2.gif);
               font-weight: bold;
               color:  #FFF;
               /*color: #e48130;*/
}

/* BLURB */
#container2 {
	position: relative;
	margin-top: 10px;
	height: 190px;
	clear: both;
}
#blurb {
	float: left;
	width: 60%;
}
#RequestBrochure {
	height: 186px;
	width: 266px;
	top: 0px;
	right: 0px;
	/*background: url(/icons/images/request-brochure-off.jpg) no-repeat left top;*/
               background: url(/images/brochure4.jpg) no-repeat left top;
	margin-bottom: 10px;
                padding-left:10px;
}
#RequestBrochure div {
	font-size: 14px;
	color: #000000;
	font-weight: lighter;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin-right: auto;
	margin-left: 10px;
	top: 30px;
	position: relative;
	width: 75%;
}
#RequestBrochure a {
	color: #000;
	text-decoration: none;
}
#RequestBrochure a:hover {
	/*color: #e48130;*/
                  color: #000;
                 font-weight: bold;
	text-decoration: none;
	/*background-color: #FFFFFF;*/
}

/* 3 COLUMNS */
#container3 {
	position: relative;
	margin-top: 20px;
	clear: both;
}
#wrapper {
	float: left;
	width: 67%;
}
#col-right {
	float: right;
	width: 30%;
}
#col-left {
	float: left;
	width: 47%;
}
#col-middle {
	float: right;
	width: 47%;
}
h2.services {
	background: url(/icons/images/bullet-services.gif) no-repeat left 50%;
	padding-left: 30px;
}
h2.industries {
	background: url(/icons/images/bullet-industries.gif) no-repeat left 50%;
	padding-left: 30px;
}
h2.info {
	background: url(/icons/images/bullet-info.gif) no-repeat left 50%;
	padding-left: 30px;
}

/* INSIDE PAGE CONTENT */
#container4 {
	position: relative;
	margin-top: 10px;
	clear: both;
}
#content-main {
	width: 60%;
	float: left;
}
#content-side {
	width: 275px;
	float: right;
}

/* ROUND BOX */
.bl {background: url(/icons/images/round-bottom-l.gif) no-repeat 0 100%; }
.br {background: url(/icons/images/round-bottom-r.gif) 100% 100% no-repeat}
.tl {background: url(/icons/images/round-top-l.gif) 0 0 no-repeat}
.tr {background: url(/icons/images/round-top-r.gif) 100% 0 no-repeat; padding: 5px 10px 10px 20px}
.clearer {font-size: 17px; float: right; position: absolute; top: 480px; right: 30px; border: 1px solid #ffffff}


/* FOOTER */
#footer {
	width: 896px;
	margin-top: 10px;
	background: #67728F url(/icons/images/footer-bkg.gif) repeat-x top;
	color: #FFFFFF;
	font-size: 1em;
	border: 3px solid #D8D8D8;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}
#footer-links {
	width: 62%;
	border-right: 1px solid #FFFFFF;
	padding-right: 10px;
}

#footer-links ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#footer-links li {
	padding:5px 0 5px 10px;
}

#contact {
	width: 30%;
	float: right;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
	padding-right: 3px;
	padding-left: 3px;
}
#footer a:visited {
	color: #E1E1E1;
	text-decoration: underline;
}
#footer a:hover {
	color: #001853;
	text-decoration: none;
	background-color: #E1E1E1;
}

/* COPYRIGHT */
#copyright {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* TEXT */
a.learn {
	background: url(/icons/images/button-lean-off.gif) no-repeat 0px 50%;
	width: 105px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	display: block;
	height: 23px;
	line-height: 1.6em;
}
a.learn:hover {
             color: #FFFFFF;	
             background: url(/icons/images/button-lean-on.gif) no-repeat 0px 50%;
}
}
