* {
	margin:0;
	padding:0;
}

/* GLOBAL STYLES */
body {
	margin: 0 auto;
	text-align: center;
	font-size: 62.5%;
	line-height: 1.7;
	font-family: Helvetica, Arial, sans-serif;
	background: url(/img/bg-body-mainstyle.gif) repeat-x left top;
	color: #333333;
}

/* LINKS */
a {
	color: #3f6eaa;
	text-decoration: underline;
	}
a:visited {
	color: #3f6eaa;
	}
a:hover {
	color: #3f6eaa;
	}

/* BUTTONS */
.input-button {
	display: inline-block;
	height: 21px;
	vertical-align: bottom;
	*vertical-align: middle;	/* only for IE */
	background: transparent url('/img/button-r.gif') no-repeat right top;
	cursor: pointer;
	margin-right: 5px;
}
.input-button span {
	display: block;
	_display: inline-block; /* only for IE6 */
	font-size: 11px;
	line-height: 21px;
	line-height: 20px;
	padding-left: 6px;
	margin-right: 6px;
	height: 100%;
	color: #fff;
	background: url('/img/button-l.gif') no-repeat left top;
	overflow: hidden;
	position: relative;
}
.input-button input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0); /* only for IE */
}
.input-button:link, .input-button:visited, .input-button:hover, .input-button:active {
	color: black;
	text-decoration: none;
}

.input-button-blue {
	display: inline-block;
	height: 21px;
	vertical-align: bottom;
	*vertical-align: middle;	/* only for IE */
	background: transparent url('/img/button-r-blue.png') no-repeat right top;
	cursor: pointer;
	margin-right: 5px;
} 

.input-button-blue span {
	display: block;
	_display: inline-block; /* only for IE6 */
	font-size: 11px;
	line-height: 20px;
	padding-left: 6px;
	margin-right: 6px;
	height: 100%;
	color: #fff;
	background: url('/img/button-l-blue.png') no-repeat left top;
	overflow: hidden;
	position: relative;
} 
.input-button-blue input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0); /* only for IE */
}
 
.input-button-blue:link, .input-button-blue:visited, .input-button-blue:hover, .input-button-blue:active {
	color: black;
	text-decoration: none;
}
.input-button-red {
	display: inline-block;
	height: 21px;
	vertical-align: bottom;
	*vertical-align: middle;	/* only for IE */
	background: transparent url('/img/button-r-red.png') no-repeat right top;
	cursor: pointer;
	margin-right: 5px;
} 
.input-button-red span {
	display: block;
	_display: inline-block; /* only for IE6 */
	font-size: 11px;
	line-height: 20px;
	padding-left: 6px;
	margin-right: 6px;
	height: 100%;
	color: #fff;
	background: url('/img/button-l-red.png') no-repeat left top;
	overflow: hidden;
	position: relative;
} 
.input-button-red input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0); /* only for IE */
}
 
.input-button-red:link, .input-button-red:visited, .input-button-red:hover, .input-button-red:active {
	color: black;
	text-decoration: none;
}
/* ALERTS & MESSAGES */
.warning,
.error {
	border: 1px solid #ff9999;
	padding: 10px 10px 10px 30px;
	background: #ffcccc url(/img/icons/priority-on.png) no-repeat 10px 12px;
	margin-top: 15px;
}
.alert {
	border: 1px solid #7493bd;
	padding: 10px 10px 10px 30px;
	background: #d3def2 url(/img/icons/alert.png) no-repeat 10px 12px;
	margin-top: 15px;
}
#jtracker-news,
.message {
	border: 1px solid #f8e586;
	padding: 10px 10px 10px 30px;
	background: #fefdc5 url(/img/icons/lightbulb.png) no-repeat 10px 12px;
	margin-top: 15px;
}
/* PRIMARY WRAPPER */
/** html #container { height: 100%;} */
#container {
	margin: 0 auto;
	text-align: left;
	width: 950px;
}

/* MASTHEAD */
div#masthead {
	margin-top: 25px;
	height: 64px;
}
div#masthead h1 {
	display:block;
	width:191px;
	height:53px;
	text-indent:-9009px;
	background-color: transparent;
	background-image: url(/img/jtracker-logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#masthead h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}
/* MAIN NAVIGATION */
#primary_nav {
	margin-top: 6px;
	height: 33px;
	font-size: 1.2em;
	background: url(/img/bg-nav.png) no-repeat right top;
	}
#primary_nav ul {
	list-style: none;
	}
#primary_nav ul li {
	background: url(/img/bg-nav-divider.png) no-repeat left bottom;
	float: left;
	height: 33px;
	}
#primary_nav li.first {
	background: none;
	}
#primary_nav ul li a {
	color: #fff;
	font-weight: bold;
	background: url(/img/bg-nav-sprites.png) no-repeat 0 -66px;
	float: left;
	padding: 7px 10px 6px;
	margin: 0;
	text-decoration: none;
	}
#primary_nav ul li a.selected {
	background: url(/img/bg-nav-sprites.png) no-repeat 0 -99px;
	}
#primary_nav ul li.first a.selected {
	background: url(/img/bg-nav-sprites.png) no-repeat 0 -33px;
	}
#primary_nav ul li.first a {
	background: url(/img/bg-nav-sprites.png) no-repeat 0 0;
	padding-left: 19px;
	}
#primary_nav ul li a:hover {
	background: url(/img/bg-nav-sprites.png) no-repeat 0 -99px;
	text-decoration: none;
	}
#primary_nav ul li.first a:hover {
	background: url(/img/bg-nav-sprites.png) no-repeat 0 -33px;
	}
/* HOMEPAGE STYLES */
.splash {
	width: 950px;
	height: 335px;
	background: url(/img/splash.jpg) top left no-repeat;
	margin-top: 10px;
	}
.login {
	float: left;
	padding: 10px;
	width: 200px;
	}
.trial {
	color: #ffffff;
	float: left;
	font-size: 12px;
	line-height: normal;
	padding: 16px 25px;
	width: 150px;
	}
.brokers {
	float: left;
	width: 420px;
	font: normal 12px arial, sans-serif;
	padding: 25px;
}
.carriers {
	float: left;
	width: 420px;
	font: normal 12px arial, sans-serif;
	padding: 25px;
	}
.brokers h2,
.carriers h2 {
	font: bold 24px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #3f6eaa;
	margin-bottom: 15px;
	}
.brokers ul,
.carriers ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 18px; 
}
.brokers li,
.carriers li {
	padding-left: 20px;
	background-image: url(/img/icons/bullet_green.png);
	background-repeat: no-repeat;
	background-position: 6px 7px;
	
}
/* BODY CONTENT */
#body-content {
	padding: 10px;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
#body-content h2 {
	font: bold 18px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #3f6eaa;
}
#body-content p {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
input.text,
select,
textarea {
	border: 1px solid #a5acb2;
	font: normal 11px Arial, Helvetica, sans-serif;
}
input.text {
  font-size: 11px;
  padding-top: 2px;
  height: 16px;
}
div#prefcol {
	width: 455px;
	float: left;
}
div.pref {
	background: url(/img/bg-pref-bottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
	margin-top: 20px;
}
div.pref div.pref-top {
	background: url(/img/bg-pref-top.gif) no-repeat left top;
	min-height: 60px;
	padding: 10px 15px 5px 15px;
}
div.pref div h3 {
	color: #70a637;
	font: bold 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
}
div.pref div em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

/* FOOTER */
#footer {
	background-image: url(/img/bg-footer-global.gif);
	background-repeat: repeat-x;
	height: 91px;
/*	width: 100%;
	position: relative;
	margin-top: -91px; */
}
#footer a {
	color: #70a637;
	text-decoration: none;
}
#footer-body {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 15px;
}
#copyright {
	float: left;
}
#footer-links {
	float: right;
	list-style: none;
}
#footer-links li {
	display: block;
	float: left;
}
#footer-links a {
	display: block;
	margin-left: 10px;
}

/* register.php */
.carrier_only {
	display: none;
}