/* Tradition Development
Developed by Instrument Marketing | http://www.weareinstrument.com/ */

/* global */
#content {
	width: 800px;
	overflow: hidden;
}

#header {
	float: left;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

#container {
	float: left;
	padding-bottom: 35px;
	margin: 10px auto 0px;
	width: 800px;
}

.leftcolumn {
	float: left;
	margin-right: 30px;
	width: 200px;
}

.rightcolumn {
	float: right;
	padding: 0 20px 35px 0;
	width: 550px;
}

dd {
	margin-left: 0;
}


.clear {
	clear: both;
	display: block;
}

img.lined {
	border: 1px solid #ccc;
	padding: 3px !important;
	margin: 0 15px 15px 0;
}

.left { float: left !important; }
.right { float: right !important; }
.center { text-align: center; }
.text-right {text-align: right;}

.orange { color:#DD822A; }

.awards, .awards li {
	display: inline;
	list-style-type: none;
	margin: auto 0;
}

.success h3, .success p {
	margin-bottom: .5em;
}

#login .error p {
	margin-bottom: 0;
}

.error h3, .error p {
	margin-bottom: .5em;
}

/* typogrpahy */

body { color: #4C4C4C; text-align: left; }

a {
	color: #00589E;
	font-weight: bold;
	text-decoration: none;
}

a:hover { color: #00589E; text-decoration: underline; }

h1,h2,h3,h4,h5 {
	color: #00589D;
	font-weight: bolder;
	line-height: normal;
}

h2 {
	font-family:"Helvetica Neue",Helvetica,Arial;
	font-size:21px;
	font-weight:bolder;
	line-height:normal;
	margin:0 0 10px;
	padding:0;
}

h3 {
	font-size: 17px;
}

h5 {
	color: #4c4c4c;
}

.hl {
	color: #00589D;
	font-weight: bold;
}

.strong { font-weight: bold; }

/* login-bar */

#login-bar {
	background: #efefef;
	color: #666;
	float: left;
	margin-bottom: 6px;
	width: 800px;
}

#login-bar p {
	font-weight: bold;
	float: left;
	margin: 3px 10px 3px;
}

#login-bar #login, #login-bar #logout {
	float: right;
	margin: 10px;
}

#login-bar input.text-field {
	border: 1px solid #d5d5d5;
	color: #959595;
	font-size: 11px;
	padding: 3px;
	width: 85px;
}

#login-bar #username { background: transparent url(/img/clientaccess-username-bg.png) }
#login-bar #password { background: transparent url(/img/clientaccess-password-bg.png) }

#login-bar input.submit {
	margin-bottom: -4px;
}

/* nav-bar and navigation */

#nav-bar {
	float: left;
	width: 800px;
	
	
}

#logo {
	float: left;
}

ul#main-nav li.home, ul#main-nav li ul {
	display: none;
}

#main-nav {
	float: right;
    height: 41px;
    list-style-type: none;
    margin: 7px 0 0 0;
	width: 540px;
}

#main-nav li {
    float: left;
	height: 41px;
}

#main-nav li a { display: block; background: url(/img/main-nav.png) 0 0 no-repeat; height: 100%; overflow: hidden; text-indent: -9999px; width: 100%; }
#main-nav li.about-us a { background-position: 0 0px; width: 63px; }
#main-nav li.services a { background-position: -63px 0px; width: 56px; }
#main-nav li.experience a { background-position: -119px 0px; width: 70px; }
#main-nav li.green-energy a { background-position: -189px 0px; width: 86px; }
#main-nav li.education a { background-position: -275px 0px; width: 63px; }
#main-nav li.news-and-events a { background-position: -338px 0px; width: 92px; }
#main-nav li.careers a { background-position: -430px 0px; width: 53px; }
#main-nav li.contact-us a { background-position: -483px 0px; width: 57px; }

#main-nav li.about-us a:hover { background-position: 0 -41px ;}
#main-nav li.services a:hover { background-position: -63px -41px ;}
#main-nav li.experience a:hover { background-position: -119px -41px ;}
#main-nav li.green-energy a:hover { background-position: -189px -41px ;}
#main-nav li.education a:hover { background-position: -275px -41px ;}
#main-nav li.news-and-events a:hover { background-position: -338px -41px ;}
#main-nav li.careers a:hover { background-position: -430px -41px ;}
#main-nav li.contact-us a:hover { background-position: -483px -41px ;}

ul#main-nav.about-us li.about-us a { background-position: 0 -82px !important;}
ul#main-nav.services li.services a { background-position: -63px -82px !important;}
ul#main-nav.experience li.experience a { background-position: -119px -82px !important;}
ul#main-nav.green-energy li.green-energy a { background-position: -189px -82px !important;}
ul#main-nav.education li.education a { background-position: -275px -82px !important;}
ul#main-nav.news-and-events li.news-and-events a { background-position: -338px -82px !important;}
ul#main-nav.careers li.careers a { background-position: -430px -82px !important;}
ul#main-nav.contact-us li.contact-us a { background-position: -483px -82px !important;}

body#news-and-events #content table {
	border-left:1px solid #ccc;
}

body#news-and-events #content table thead tr {
	background: #000;
	color: #fff;
	font-weight:bold;
}

body#news-and-events #content table thead tr td {
	font-weight:bold;
	border-right: 1px solid #fff;
}

body#news-and-events #content table tbody tr td {
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
}

/* footer */

#footer {
	background: #cecece;
	clear: both;
	color: #666;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
	padding: 5px 10px;
	width: 800px;
}

#footer p {
	margin: 0;
}

#footer a, #footer a:hover { color: #666; }

/* homepage */

#banner {
	width:800px;
	height: 149px;
	margin-bottom: 20px;
	overflow-y: hidden;
	position:relative;
}

#homepage #banner {
	margin-bottom: 6px;
}
#banner img.new{
	display:none;
}
#banner1, #banner2, #banner3, #banner4{
	width:8px;
	height:8px;
	background-image:url(img/blank.gif);
	position:absolute;
	z-index:2000;
}
#banner1{
	top:132px;
	left:723px;
}
#banner2{
	top:132px;
	left:742px;
}
#banner3{
	top:132px;
	left:760px;
}
#banner4{
	top:132px;
	left:778px;
}

#homepage .leftcolumn { width: 265px; }
#homepage .rightcolumn { padding-right: 0; width: 505px; }

.newsbox {
	background: #f1f1f1 url(/img/newsbox-bg-bottom.gif) no-repeat bottom;
	padding-bottom: 10px;
}

.newsbox h3 {
	background: url(/img/newsbox-bg-top.gif) no-repeat top;
	margin-bottom: 0;
	padding: 10px;
}

.newsbox dl {
	margin: 0 10px 1em;
}

#modules {
	background: #d6d6d6 url(/img/homepage-module-bot.gif) no-repeat bottom;
	float: left;
	margin-bottom: 15px;
	position: relative;
	width: 505px;
}

#modules p {
	margin: auto 15px;
}

.module a.hit_state {
	height:24px;
	left:10px;
	overflow: hidden;
	position:absolute;
	text-indent:-9999px;
	top:10px;
	width:240px;
}

#services-module {
	background: url(/img/full-service-solutions-bg.gif) no-repeat top;
	float: left;
	margin-bottom: 10px;
	position: relative;
	width: 253px;
}

#tracker-module {
	background: url(/img/market-tracker-bg.gif) no-repeat top;
	clear: right;
	float: right;
	margin-bottom: 10px;
	position: relative;
	width: 252px;
}

#green-module {
	background: url(/img/green-energy-bg.gif) no-repeat top;
	clear: right;
	float: right;
	margin-bottom: 10px;
	position: relative;
	width: 252px;
}

#green-module h5 {
	color: #156D24;
	margin: .5em 15px;
}

#green-module p {
	margin-top: 0;
}

#services-module ul {
	color: #00589E;
	margin: 15px 15px 0px 26px;
}

#services-module ul a, #service-module ul a:hover {
	color: #434343;
	font-weight: normal;
}

#services-module h3, #tracker-module h3, #green-module h3 {
	overflow: hidden;
	text-indent: -9999px;
	margin: 10px 0;
}

#middle-content {
	float: left;
	margin-bottom: 10px;
}

#middle-content p {
	margin: 0;
}

.addison-photo {
	float: left;
	margin-right: 15px;
}

#addison-container {
	float: right;
}

#addison-text {
	width: 237px;
}

#testimonial {
	background: url(/img/quoteBG2.jpg) no-repeat;
	height: 97px;
	margin-top: 14px;
	padding: 5px 8px;
	width: 217px;
}

#testimonial p {
	font-size: 1em;
	width: 217px;
}

#testimonial p.small {
	color: #000;
	font-size: 9px;
	line-height: 1.4em;
	margin: 5px 0;
}

#homepage .awards {
	display: inline;
	float: left;
	margin-bottom: 20px;	
}

#homepage .awards li {
	margin-right: 10px;
}

.announcement img {
  padding-right:14px; 
}

.announcement h5 {
  margin-bottom: 0;
  padding-top: 67px;
  width: 300px;
}
.announcement, .announcement * {
  float:left; 
}

#energy-desk {
	border-top: 2px solid #cecece;
	padding-top: 20px;
	margin-top: 20px;
	float:left; 
}

#energy-desk img {
	float: left;
	margin-right: 15px;
}

#energy-desk h5 {
	margin-bottom: .2em;
}

#energy-desk p {
	font-size: .9em;
}

#energy-desk h5, #energy-desk a, #energy-desk a:hover {
	color: #FC8A21;
}

/* subpages */

.subnav { color: #00589E; }
.subnav a { color: #4c4c4c; font-weight: normal; }
.subnav a:hover { color: #00589E; text-decoration: none; }
.subnav li.active a { color: #00589E; font-weight: bold; }
ul.subnav { margin: 0 1em 1em 1.5em; }

.leftbar-caption {
	margin: 1.5em 0;
	text-align: center;
}

#about-us .rightcolumn h3 a.small {
	font-size: 10px;
}

#about-us h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	margin-right: 10px;
}

#about-us h4 span {
	font-weight: normal;
}

#client-testimonials {
	float: left;
	margin-bottom: 1.5em;
}

.client-testimonial {
	float: left;
	margin: 1em 0;
}

.client-testimonial p {
	margin-left: 100px;
	margin-bottom: 0;
}

.client-testimonial h5 {
	margin-bottom: 0;
}

/* seminar registration */

.seminar-registration form p.small {
	color: #777;
	letter-spacing:1px;
	text-align:left;
	text-transform:uppercase;
}

.seminar-registration fieldset {
	border:1px dashed #CCCCCC;
	display: block;
	float: left;
	margin: 0;
	padding: 0 15px;
}

.seminar-registration fieldset div {
	background-color: #F8F8F8;
	border:1px dashed #CCCCCC;
	float: left;
	margin: 15px 0;
	padding: 15px;
	width:485px;
}

.seminar-registration fieldset div p {
	display: block;
	float: left;
	margin-right: 60px;
}

.seminar-registration fieldset div p label {
	display: block;
	font-size: 11px;
	font-weight: normal !important;
}

.seminar-registration fieldset div p input {
	padding: 3px;
}


#form-footer {
	height: 40px;
}

#form-footer p {
	font-size: 11px;
	margin: auto;
	width: 350px;
}
.seminar-registration button {
	border: 0;
	float: right;
	height: 26px;
	padding: 0;
	width: 118px;
}

.seminar-registration button:hover {
	cursor: pointer;
}

.seminar-registration button:hover img {
  margin-top: -27px;
}

/* client-acess */

#clients #banner {
	height: 47px;
}

#logout a { 
	text-decoration: underline;
}
#clients h4 {
	color: #000;
	margin-bottom: 0;
}

#energy-graphs {
	border-bottom: 2px dotted #E7E7E7;
	clear: both;
	margin-bottom: 10px;
}

#client-data {
	border-bottom: 2px dotted #E7E7E7;
	clear: both;
	margin-bottom: 10px;
}

#chart_ng,
#chart_cl {
	float: left;
	margin-right: 0px;
	display: inline;
}

#energy-graphs table {
	float: left;
	display: inline;
	width: 260px !important;
	}

#clients .copyright {
	padding-top: 20px;
	border-top: 2px dotted #E7E7E7;
}

#clients h5 {
	margin-bottom: 0;
}

#clients ul li ul {
	margin-bottom: 1.5em;
}

#login .rightcolumn form div {
	clear: both;
	margin-bottom: 1em;
}

#login .rightcolumn form label {
	display: block;
	float: left;
	margin-bottom: 1.5em;
	width: 90px;
}

/* client tables */

#current-contracts, #contract-history {
	font-size: 10px;	
	margin: 10px auto;
}

#current-contracts-container {
	display: none;
}

#contract-history-container {
	display: none;
}

h3.contract-title {
	margin: .5em 0 0;
}

.col-header {
	background: #cbebff url(/img/trad-th-bg.png) no-repeat;
	border-right: 1px solid #114b8f;
	border-bottom: 1px solid #114b8f;
	border-top: 1px solid #114b8f;
	color: #fff;
	font-weight: bold;
	height: 30px;
	padding: 0 10px;
	text-align: left;
	vertical-align: bottom;
	cursor: pointer;
}

.col-header:hover {
	background-color: #004875;
}

table.tablesorter thead tr .header span, .col-header{
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}

.row-header {
	text-align: left;
	border-right: 1px solid #114b8f;
	border-bottom: 1px solid #114b8f;
	border-left: 1px solid #114b8f;
	padding: 5px 10px 5px 5px;
}

.firstth { border-left: 1px solid #114b8f; }

#current-contracts td {
	border-right: 1px solid #114b8f;
	border-bottom: 1px solid #114b8f;
	padding: 5px 5px 5px 10px;
}

#contract-history td {
	border-right: 1px solid #114b8f;
	border-bottom: 1px solid #114b8f;
	padding: 5px 5px 5px 10px;
}

.odd {
  background-color: #efffef;
}
.even {
  background-color: #fff;
}

.table-bg {
	background: #eee;
	float: left;
}

.table-bg h4 {
	margin: 10px;
	font-size: 11px;
	font-weight: bold;
}

div.table-bg a {
	color: #006dae;
}

/* bulls and bears */

#bulls-and-bears #banner {
	height: 47px;
}

.onecolumn {
	width: 800px;
}

.bulls-left {
	float: left;
	margin-right: 30px;
	width: 300px;
}

.bulls-right {
	float: right;
	width: 470px;
}

#bulls-and-bears #awards {
	margin: 20px 0;
}

#bulls-and-bears ul.awards {
	margin: 30px auto 0;
}

#bulls-and-bears ul.awards li {
	margin-right: 20px;
}

#bb-disclaimer {
	clear:both;
	font-size:8px;
	text-align:justify;
}

.caption {
	font-style:italic;
	padding-left:10px;
}
.marketReportContent .caption {
	display: block;
	text-align: center;
}

/* custom town sports table */

table.town-sports { border-left: 1px solid #114B8F;}

table.town-sports th.col-header.firstth,
table.town-sports th.row-header { display: none !important; }

/* Market Reports */ 

.marketReportContent img {
  max-width:550px; 
}

