.js .main-content, .js #splash { visibility:hidden}
/***** Global reset ****/

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend  {
	vertical-align: baseline;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border:0;
}

/***** Global Classes *****/
 
.clear            { clear:both; }
.float-left       { float:left; }
.float-right      { float:right; }
 
.text-left        { text-align:left; }
.text-right       { text-align:right; }
.text-center      { text-align:center; }
.text-justify     { text-align:justify; }
 
.bold             { font-weight:bold; }
.italic           { font-style:italic; }
.underline        { border-bottom:1px solid; }
.highlight        { background:#ffc; }
 
.img-left         { float:left; margin:0.4em 1em 0.4em 0; }
.img-right        { float:right; margin:0.4em 0 0.4em 1em; }
 
.nopadding        { padding:0; }
.noindent         { margin-left:0; padding-left:0; }
.nobullet         { list-style:none; list-style-image:none; }

.display-none     { display: none; }
.display-block    { display: block; }
.visibility-none  { visibility: hidden; }
.visibility-block { visibility: visible; }

.minus-text-indent { position: absolute; left: -9999px;}


/**** px/em ****/

html {
	font-size: 100%;
}

body {
	font-size: 0.625em;
	font-weight: normal !important;
}

/**** typo ****/

body {
	font-family:arial, sans-serif;
	color: #fff;
}

a, a:visited {
	color: #fff;
	font-size: 1.3em;
	text-decoration: underline;
}

a:hover {
	color: #86ddff;
}

h1 {
	margin: 0 0 22px 0;
	padding: 0;
	font-size: 4em;
	line-height: 0.8em;
	font-family: georgia;
	font-weight: normal;
	position: relative;
	z-index: 10;
}

h2 {
	margin: 0 0 2px 0;
	font-size: 1.6em;
	font-family: arial;
	font-weight: bold !important;
	position: relative;
	z-index: 10;
}

h2.preamble {
	font-family: arial;
}

h3 {
	margin: 0 0 15px 0;
	font-size: 2.2em;
	font-family: georgia;
	font-weight: normal !important;
	position: relative;
	z-index: 10;
}

h4 {
}

p {
	margin-bottom: 18px;
	font-size: 1.3em;
	line-height: 1.4em;
	position: relative;
	z-index: 10;	
}

.main-content ol, .main-content ul {
	margin-bottom: 18px;
	font-size: 1.2em;
	list-style-type: square;
	list-style-position: inside;
	/*text-indent:-12px; */
	padding:0 0 0 15px;
}

.article  ol, .article  ul {
	text-indent:0;
	padding:0;
}

li {
	margin-bottom: 4px;
}

th, td {
	font-size: 1.3em;
}

/* font size normalization */
p a, td a, th a, li a, li p a { font-size: 1em !important}


/***** font declaration *****
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     GemFonts
 * @vendorurl:  http://www.moorstation.org/typoasis/designers/gemnew/w01.htm
 * @licenseurl: http://www.fontsquirrel.com/license/Lane
 *
 *
 */

/* font used as a preloaded font before the typekit font for preventing "junping" of content*/
@font-face {
	font-family: 'Lane - Narrow Regular';
	src: url('../../gui/font/LANENAR_.eot');
	src: local('Lane - Narrow Regular'), local('Lane-Narrow'), url('../../gui/font/LANENAR_.woff') format('woff'), url('../../gui/font/LANENAR_.ttf') format('truetype'), url('../../gui/font/LANENAR_.svg#Lane-Narrow') format('svg');
}

.font-face-lane {
	margin-top: -5px;
	width: 301px;
	padding-bottom: 10px;
}

.font-face-lane h1 {
	font-size: 34px !important;
	line-height: 30px !important;
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2", "Lane - Narrow Regular", Arial, sans-serif !important;
	font-weight: normal !important;
}

.font-face-lane h4 {
	font-size: 34px !important;
	line-height: 30px !important;
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2", "Lane - Narrow Regular", Arial, sans-serif !important;
	font-weight: normal !important;
}

.font-face-lane h1 a, .font-face-lane h4 a {
	font-size: 34px !important;
}

.white{
	color: #cce4f0;
}

.blue{
	color: #5ec0ed;
}

.lightblue{
	color: #91d2ef;
}

.darkblue{
	color: #214859;
}

/**** general ****/

html, body {
	height:100%;
	/* text-align:center; */
	background: #1f80a8 url(../../gui/images/bg_winston.jpg) no-repeat left top;
}

#splash{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
	background: none no-repeat left top;
}

#container {
	position:relative;
	width:945px;
	/* margin:0 auto; */
	margin-left: 50px;
	text-align:left;
}

/* flash cont */

#logo, .logo  {
	margin-top: 40px;
}

#winston-process {
	position: relative;
	margin: -15px 0 5px -85px;	
}

#winston-process-text {
	position: absolute;
	margin: 190px 0 0 310px;	
}

/* / flash cont */

ul.menu {
	position: relative;
	font-size: 1.3em;
	z-index: 10;
}

ul.menu li {
	float: left;
	display: inline;
	padding: 22px 17px 22px 0;
	margin-right: 8px;
	background: transparent url(../../gui/images/menu-lines.png) no-repeat right 25px;	
}

ul.menu li.last {
	color: #084e6b;
	background: none;
}

ul.menu li a, ul.menu li a:visited {
	text-decoration: none;
}

ul.menu li a:hover {
	text-decoration: underline;
}

ul.menu li.selected {
	color: #fffb98;
}

.main-content {
	padding: 96px 0 120px 0;
/*	visibility: hidden; */
}

.main-content .left-col {
	width: 369px;
}

.main-content .right-col{
	width: 521px;
	margin-right: 20px;
}

.main-content .right-col .divider{
	position: relative;
	width: 521px;
	height: 6px;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	background: transparent url(../../gui/images/divider.png) no-repeat center top;
}

.splash {
	width: 360px;
	margin: 33px 0 145px 160px;
	cursor: pointer;
}

.splash h2 {
	font-size: 2.8em;
	font-family: Georgia;
	color: #274049;
	margin-bottom: 4px;
	font-weight: normal !important;
	text-align: left;
}

.splash p{
	text-align: left;
}

.splash p a {
	text-decoration: none;
}

.splash p a:hover {
	color: #fff;
}

.splash h2.hover, .splash p a.hover {
	color: #86ddff;
	text-decoration: underline;
}

.job-illuBg {
	position: relative;
	margin: -125px 0 -215px -20px;
	z-index: 5;
}

.article ul {
	font-size: 1em;
	list-style-type: none;
	margin-bottom: 0;
}

.article.twitter {
	margin-top: 30px;
}

.article.twitter p {
	font-family:Georgia;
	font-size:2.2em;
	font-weight:normal !important;
	margin-top:0;
}

.article.twitter div.twitterTime {
	margin-top: 18px;
	color: #76c6e7;
	font-family: arial;
	font-size: 1.3em;
}

.article-header {
	margin-top: 5px;
	font-size: 1.2em;
	font-family: Georgia;
	text-transform: uppercase;
	font-weight: normal !important;
	color: #8cd9f7;	
}

.article li {
	padding-bottom: 5px;
}

.article li h3 {
	margin: 15px 0 6px 0;
}

.article li p {
	font-size: 1.3em;
	display:block;
	margin-top: 1em;
}
/*
.article li > p:first-child{
	display:inline !important;
	margin-top: 0;
	background:green;
}
*/
.article li span.date {
	color: #76c6e7;
	font-size: 1.3em;
}

.article .article-read-more {

}

/* customers */
p.ingress 
{
    font-size:1.8em;
    font-weight:bold;
    width: 640px;
    line-height:1.4em;
}
p.ingress span 
{
    color:#a6e6fe;
}
div.trades {
	margin-top: 10px;
    padding:6px;
	background: url(../../gui/images/dotted-line.gif) repeat-x left top;
}
div.trades p {
	float: left;
    font-size:1.2em;
    color:#d6f3ff;
    font-weight: bold;
}
div.trades ul {
	text-indent: 0px;
	padding: 0;
	margin: -4px 0 0 0;
    cursor:pointer;
}
div.trades ul li {
	float: left;
	list-style: none;
    font-family:Arial;
    font-size:1.1em;
    color:#d6f3ff;
    line-height:1.6em;    
    padding: 0.1em 0.8em;
    cursor:pointer;
}
div.trades ul li.active {
    background-color: #fff;
    color: #007cab;
    cursor:pointer;
}
div.customers {
    padding-top:25px;
	margin-top: 8px;
	background: url(../../gui/images/dotted-line.gif) repeat-x left top;	
}
div.customers ul {
    float: left;
    width: 195px;
    margin-bottom: 50px;
}
div.customers ul li {
	list-style: none;
    font-family:Arial;
    font-size:1.1em;
    font-weight: bold;
    margin-bottom:0.6em;
    color:#fff;
}
div.customers ul li.active {
}
div.customers ul li.active-ie6 
{
    color:#d6f3ff;
    font-weight:900;
    text-decoration:underline;
}

/* contact */

.contact {
	padding-top:5em !important;
}

.contact-information {
	width:445px;
	margin:0px 0 10px 0;
}

.contact-information th {
	width:5.2em;
	padding-bottom: 5px;
	font-weight: normal;
}

.contact-left {
	float:left;
	display:inline;
	width:200px;
	margin:20px 0 5px 0;
}
		
.contact-right {
	float:right;
	display:inline;
	width:200px;
	margin:20px 0 5px 0;
}

.role {
	font: 1.3em/1.3em Georgia;
	color:#16495e;
	margin-bottom:0 !important;
}

.name {
	font:bold 2.2em/1.5em Georgia;
	color:#fff;
	margin:0;
	padding-bottom: 5px;
}


#twitter-curtain {
	position: absolute;
	top: -200px;
	right: 0px;
	width:229px; /* -padding */
	height:180px; /* -padding */
	padding: 10px 20px;
	background: url(../../gui/images/twitter_curtainBg.png) no-repeat left top;
	z-index: 300;
	color: #343434;
}

.twitter-curtain-close {
	position: absolute;
	top: 8px;
	right: 13px;
	cursor: pointer;
}

#twitter-curtain p {
	width: 229px;
}

#twitter-curtain p.header {
	color: #009ed0;
	font: 2.2em/1.3em Georgia;
	margin-bottom: 10px;
}

#twitter-curtain p.status {
	position: absolute;
	top: 153px;		
	color: #a0a0a0;
}

#twitter-curtain div.twitterTime {
	font-size:1.3em;
	color: #a0a0a0;
	margin-bottom: 3px;
}

#twitter-curtain p.status a, #twitter-curtain p.status a:visited, #twitter-curtain p.twitterStatus a, #twitter-curtain p.twitterStatus a:visited {
	color: #1a5e79;
}

#twitter-curtain-show-hide-area {
	display: inline; 	
	position: absolute;
	top: 200px;	
	margin-left: 89px;
	width:60px;
	height:77px;
	background: url(../../gui/images/twitter_curtainBg.png) no-repeat -109px -200px;	
	cursor: pointer;
}

#readMoreLayer {	
	position: absolute;
	top:310px;
	margin-left:340px;
	width: 467px;
	background: url(../../gui/images/readMoreLayer-topBg.png) no-repeat left top;
	color: #1f4656;
	z-index: 50;
}

#readMoreLayer .readMoreLayer-content {
	position: relative;
	top: 21px;
	padding-bottom: 5px;
	background: url(../../gui/images/readMoreLayer-contentBg.png) repeat-y left top;
}

#readMoreLayer .readMoreLayer-content h1, #readMoreLayer .readMoreLayer-content h2, #readMoreLayer .readMoreLayer-content h3, #readMoreLayer .readMoreLayer-content p {
	margin-left: 25px;
	width: 407px;
}

#readMoreLayer .readMoreLayer-content h2 {
	font-family: Georgia;
	font-size: 2.4em;
	font-weight: normal !important;
	color: #00a8de;
	margin-bottom: 15px;
}

#readMoreLayer .readMoreLayer-content h3 {
	font-family: Arial;
	font-size: 1.6em;
	font-weight: bold !important;
	color: #1f4656;
	margin-bottom: 2px;
}

#readMoreLayer .readMoreLayer-content .readMoreLayer-nav {
	border-top: 5px solid #f3fbff;
	height: 30px;
	margin: 0 0 0 25px !important;
}

#readMoreLayer .clip {
	height: 290px;
}

#readMoreLayer .readMoreLayer-content .readMoreLayer-nav a, #readMoreLayer .readMoreLayer-content .readMoreLayer-nav a:visited {
	color: #10c9f9;
	font-size: 1.1em !important;
	text-decoration: none;
	width: 195px;
	margin-top: 10px;
}

#readMoreLayer .readMoreLayer-content .readMoreLayer-nav a.float-right {
	text-align: right;
}

#readMoreLayer .readMoreLayer-content .readMoreLayer-nav a span.arrow {
	display: inline;
	float: left;
	margin: 2px 10px 0 0;
	height: 12px;
	width: 18px;
	background: url(../../gui/images/readMoreLayer-arrows.png) no-repeat left top;
}

#readMoreLayer .readMoreLayer-content .readMoreLayer-nav a.float-right span.arrow {
	float: right;
	margin: 2px 0 0 10px;
	background: url(../../gui/images/readMoreLayer-arrows.png) no-repeat -18px top;
}

#readMoreLayer .readMoreLayer-bottom {
	position: relative;
	top: 21px;
	height: 21px;
	background: url(../../gui/images/readMoreLayer-bottomBg.png) no-repeat left top;	
}

#readMoreLayer .readMoreLayer-close {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 15px;
	top: -10px;
	cursor: pointer;
}

#readMoreLayer .readMoreLayer-nav .clip1, #readMoreLayer #clip1 h2 {
	color: #00A8DE !important;
}
#readMoreLayer .readMoreLayer-nav .clip2, #readMoreLayer #clip2 h2 {
	color: #DC0076 !important;
}
#readMoreLayer .readMoreLayer-nav .clip3, #readMoreLayer #clip3 h2 {
	color: #EAC800 !important;
}
#readMoreLayer .readMoreLayer-nav .clip4, #readMoreLayer #clip4 h2 {
	color: #DD8100 !important;
}
#readMoreLayer .readMoreLayer-nav .clip5, #readMoreLayer #clip5 h2 {
	color: #A4BF46 !important;
}

#map_canvas {
	position: absolute;
	width: 519px;
	height: 514px;
	border: 1px solid #ccc;
	color: #000;
	display: none;
	z-index: 300;
}

#close_map_canvas {
	visibility: hidden;
	position: absolute;
	margin-left: 490px;
	margin-top: 10px;
	height: 35px;
	width: 32px;
	color: #000;
	background: white;
	cursor: pointer;
	background: url(../../gui/images/gMap-close.png) no-repeat right top;
	z-index: 250;
}

#map_image {
	position: relative;
	z-index: 200;
	cursor: pointer;
}

#map_hover {
	visibility: hidden;
	position: relative;
	display: block;
	float: left;
	margin-left: 405px;
	margin-top: -400px;
	z-index: 180;
	cursor: pointer;
}