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

/* Default Layout Styles */
body{
	background:#efefef;
	color:#333;
	margin:0;
	padding:0;
	font-size:.8em;
	line-height:1.3em;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}
h1,h2,h3,h4,h5,h5{
	margin:0;
}
a{
        color:#006699;
}
a img{
	outline:none;
	border:none;
}
.break{
	clear:both;
}

div#siteHeader{
	background:#fbfcf7;
	padding:0;
	
}
div#siteHeader .inner{
	text-align:left;
	height:110px;
	position:relative;
	width:900px;
	margin:0 auto;
}
div#siteHeader #etLogo{
	position:absolute;
	top:0;
	left:0;
}
div#siteHeader .miscNav{
	text-align:right;
	position:absolute;
	right:0;
	top:10px;	
	
}
div#siteHeader .miscNav a{
	color:#333;
	text-decoration:none;
	margin:0 5px;
}

div#siteHeader ul{
	list-style:none;
	position:absolute;
	right:0;
	top:60px;
	background:url(images/nav-gradiant.jpg) repeat-x top;
	margin:0;
	padding:0;
}
div#siteHeader li{
	margin:0;
	padding:0;
	float:left;
}
div#siteHeader ul li a{
	float:left;
	height:30px;
	display:block;
	border-right:2px solid #FFF;
	padding:20px 20px 0 15px;
	color:#1c5d7c;
	text-decoration:none;
	text-transform:uppercase;
	margin:0;
}
div#siteHeader ul li.current a{
	background:#4d89c0;
	color:#FFF;
}
#secondaryDefault div#mainWrapper{
	background:url(images/sp-bkgnd.jpg) repeat-x top;
	padding:10px 0;
}
#secondaryLanding div#mainWrapper{
	background:#0a86c1;
	padding:10px 0;
}
div#siteMain{
	padding:50px 0;
	width:900px;
	margin:0 auto;
	text-align:left;	
	border-bottom:10px solid #e5eaee;
}
#secondaryDefault div#siteMain{
	background:#FFF;
	padding:10px;
	width:880px;

}
#secondaryLanding  div#siteMain,
#home  div#siteMain{
	background:#FFF;
	padding:10px;
	width:880px;

}
#introWrapper{
	background:#349fd1 url(images/home-bkgnd.jpg) top repeat-x;
	padding:0;
}
.homeIntro{
	padding:20px 0;
	padding:0;
	height:260px;
	overflow:hidden;
	width:900px;
	margin:0 auto;
	text-align:left;
	color:#FFF;
	/*background:url(images/home-graphic.jpg) no-repeat 270px top;*/
	background:url(images/home-graphic_docs.jpg) no-repeat 270px top;
}
#home  div#siteMain{
	background:#FFF;
	padding:10px;
	width:880px;

}
#spIntro{
	color:#4e4e4e;
	background:#e5eaee;
	overflow:hidden;
	height:140px;
	position:relative;
	margin-bottom:20px;
	padding:20px 300px 20px 30px;
}
#spIntro h2{
	color:#000;
	font-weight:normal;
	font-size:1.8em;
	margin:20px 0 10px 0;
        z-index:20;
line-height:1.4em
width:400px;
}
#spIntro p{
	width:440px;
	font-size:1.2em;
	line-height:1.4em;
}
#spIntro .graphic{
	position:absolute;
	top:0;
	right:0;
	z-index:0;
}
#spSidebar{
	width:180px;
	float:left;
	margin:0 50px 0 10px;
}
#spSidebar h4{
	margin:20px 0;
}
#spContent{
	width:610px;
	padding:0 30px 30px 0;
	float:left;
}
.content h3{
	color:#0099cc;
	font-size:1.5em;
	font-weight:normal;
	margin:20px 0 0 0;
}
.content h4{
	color:#333;
	font-size:1.3em;
	font-weight:normal;
	margin:20px 0 0 0;
}
.content p{

	margin:.5em 0;
}
.content a{
	color:#1f5670;
}

ul#subnav{
	list-style:none;
	margin:0;
	padding:0;
	border-top:1px solid #aaaaaa;
}
ul#subnav li{
	margin:0;
	padding:0;
	border-bottom:1px solid #aaaaaa;
	
}
ul#subnav li a{
	color:#006699;
	text-decoration:none;
	display:block;
	padding:5px;
}
ul#subnav li a:hover{
	text-decoration:underline;
}

ul#subnav li.current{
	font-weight:bold;
	background:#f1f8fb;
}
#spSidebar .callout{
	margin:20px 0;
}
#spLandingHeader{
	background:url(images/sp-landing-bkgnd.jpg) repeat-x top;
	padding:10px 20px;
}
#spLandingHeader h2{
	color:#000;
	font-weight:normal;
	font-size:1.8em;
	margin:20px 0 10px 0;
}

#spLandingContent{
	margin:30px 0;
}

/* HOME */
div#homeClients,
div#homeTestimonial,
div#homeIndustries{
	float:left;
	margin-top:10px;
	height:250px;
	display:inline;
}
div#homeClients{
	margin-left:20px;
	margin-right:10px;
	width:350px;
	background:url(images/callout-vdiv.gif) right top no-repeat;
}
div#homeClients h3{
	color:#223e4b;
	font-size:1.6em;
	font-weight:normal;
	margin-bottom:10px;
}
div#homeClients a img{
	float:left;
}
a#requestPDF, a#whitepaper{
	height:160px;
	width:180px;
	display:block;
	overflow:hidden;
	text-indent:-1000em;
	background:url(images/button-requestpdf.gif) no-repeat top left;
}
a#whitepaper{
	background:url(images/button-whitepaper.gif) no-repeat top left;
}
a#requestPDF:hover, a#whitepaper:hover{
	background-position:bottom;
}
a.moreLink{
	display:block;
	height:30px;
	clear:both;
	overflow:hidden;
	text-indent:-1000em;
}
a.moreLink:hover{
	background-position:bottom !important;
}
div#homeClients a.moreLink{
	width:207px;
	background:url(images/button-seeclients.gif) no-repeat top left;
}
div#homeTestimonial{
	width:305px;
	background:url(images/callout-vdiv.gif) right top no-repeat;	
}
blockquote{
	background:url(images/icon-quote.jpg) no-repeat top left;
	margin:0 10px;
	padding:0 30px;
	font-size:1.2em;
	line-height:1.4em;
	font-style:italic;
}
blockquote span{
	background:url(images/icon-quote2.jpg) no-repeat;
	padding:5px 10px;
	height:20px;
	width:20px;
	margin:0 0 0 10px;
}
div#homeTestimonial .quoteby{
	color:#666666;
	margin:10px 10px 10px 40px;
}
div#homeTestimonial a.moreLink{
	width:257px;
	background:url(images/button-ROI.gif) no-repeat top left;
	/*width:213px;
	background:url(images/button-downloadwp.gif) no-repeat top left;*/
	margin-left:30px;
}
div#homeIndustries{
	margin-left:20px;
	margin-right:10px;
	width:160px;
}
div#homeIndustries h3{
font-size:1.3em;
	color:#223e4b;
	font-weight:normal;

}
div#homeIndustries ul{
	margin:10px 0 20px 5px;
	padding:0;
	font-size:1em;
	color:#2d617a;
}
div#homeIndustries ul li{
	margin:2px 0;
	padding:3px 0 0 15px;
	list-style:none;
	background:url(images/icon-bullet.jpg) left 5px no-repeat;
}
div#homeIndustries a.moreLink{
	width:100px;
	background:url(images/button-learn.gif) no-repeat top left;
}
div.homeIntro .mainMessage h2{
	/*padding-right:250px;*/
	line-height:1.2em;
	font-style:normal;
	margin-top:10px;
	padding-right:180px;
	font-size: 18px;
}
div.homeIntro .mainMessage{
	float:left;
	width:600px;
	padding-left:30px;
	font-size:1em;
	/*margin-top:30px;*/
	margin-top:15px;
}
div.homeIntro .mainMessage a:link, div.homeIntro .mainMessage a:visited, div.homeIntro .mainMessage a:hover, div.homeIntro .mainMessage a:active {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
div.homeIntro .mainMessage p{
	width:300px;
}
div.homeIntro .supportingMessage{
	float:left;
	background:url(images/supp-bkgnd.gif) repeat-x top;
	width:220px;
	padding:20px;
}
div.homeIntro .supportingMessage ul{
	margin:10px;
	padding:0;
}

div.homeIntro .supportingMessage li{
	margin:5px 0;
}
div.homeIntro .mainMessage a.moreLink{
	background-image:url(images/button-taketour.gif);
	width:179px;
	height:23px;
}
div.homeIntro .supportingMessage a.moreLink{
	background-image:url(images/button-demovideo.gif);
	width:164px;
	height:23px;
}
div#siteFooter{
	width:900px;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
}

/** Clients **/
img.clientLogo{
	float:left;
	margin:10px 5px 0 0;
}
#spContent img.clientLogoDetails{
	float:right;
	margin:30px 0 10px 20px;
}
/** News & Events **/

div.newsBlurb{
	margin:10px 0 10px 0;
	padding:20px 20px 0 0;
	border-top:1px solid #d1e0e7;
}
div.newsBlurb h4{
	font-size:1.4em;
	line-height:1.2em;
	font-weight:normal;
}
.pagination{
	margin:20px 0 0 0;
	padding:10px;
	background:#f1f8fb;
}

/** Partners **/
div.partnerBlurb{
	margin:10px 0 10px 0;
	padding:20px 20px 0 0;
	border-top:1px solid #d1e0e7;
	clear:both;
}
div.partnerBlurb h4{
	font-size:1.4em;
	line-height:1.2em;
	font-weight:normal;
}
div.partnerBlurb img.partnerLogo{
	float:right;
}

/** Landing Pages **/
div.demoVideo{
	float:left;
	margin:30px 40px 20px 0;
}
form{
	float:left;
	width:380px;
}
form h4{
	font-size:1.1em !important;
	line-height:1.4em;
	padding: 0;
}
form label{
	width:100px;
	float:left;
	margin:.5em 0;
	text-align:left;
}
form input{
	margin:.5em 0;
}
.landingTeaser{
	border-top:2px dashed #ccc;
	padding:20px 30px;
}
.landingIntro{
	padding:0 40px 20px 40px;
}
/*Interactive Piece *****/
.intCopy{
	width:370px;
	float:left;
	padding-right:10px;
	margin:0 10px 0 20px;
	font-size:.9em;
}
.intScreens{
	width:460px;
	height:400px;
	float:left;
	margin-top:-30px;
	background:url(images/int-bk.jpg) right top no-repeat;	
}
.intCopy li{
	list-style-image:url(images/icon-check.jpg);
}
div#part1,
div#part2{
	font-size:1.1em;
}
div#part1{
	border-bottom:1px solid #c7dbe2;
	padding-bottom:30px;
}
.intCopy h3 a{
	color:#0099cc;
	text-decoration:none;
}
.intCopy h3 a:hover{
	text-decoration:underline;
}


.pics { height: 360px; width: 430px; padding:0; margin:20px 0 0 17px; overflow: hidden; }
.pics img { height: 360px; width: 430px; top:0; left:0 }
pre { display:none }

div#siteHeader .inner {height: 138px;}
div#siteHeader .inner .miscNav {top: 0; line-height: 0.8em; padding: 0; margin: 8px 0 0 0;}
div#siteHeader .inner .topline {height: 34px; width: 594px; margin: 0; position: absolute; top: 28px; right: 0; background: url(http://www.expresstrain-ts.com/images/topline_bg_03.jpg) top right no-repeat; text-align: right; padding: 8px; color: #fff;}
div#siteHeader .inner .toplinenum {font-weight: bold; font-size: 14px;}
 div#siteHeader .inner ul {top: 88px;}
