/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	line-height: 1;
	color: #000;
	background: #e4ecf4;
	font-family: verdana, arial, helvetica;
	font-size: 75%;
}

body.smallText {
	font-size: 75%;
}

body.mediumText {
	font-size: 85%;
}

body.largeText {
	font-size: 100%;
}

h1 {
	color: #000;
	background: url(../images/bt-hd.gif) 0 2px no-repeat;
	margin: 0 0 0.5em 0;
	font-size: 120%;
	padding-left: 20px;
}

h2 {
	color: #000;
	margin: 1.4em 0 0.5em 0;
	font-size: 110%;
	padding-left: 20px;
}

h3 {
	color: #000;
	margin: 0.5em 0 0.5em 0;
	font-size: 100%;
	padding-left: 20px;
}

hr {
	background: #1f738b;
	color: #1f738b;
	margin-left: 20px;
}

p {
	margin: 1em 0 1em 0;
	line-height: 150%;
}

ul, ol {
	margin-left: 20px;
}

body.site ul, body.site ol {
	margin-left: 0;
}

#content ul, #content ol {
	margin-left: 20px;
	margin-bottom: 1em;
}

li {
	line-height: 150%;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	background: #1f738b;
	color: white;
	font-weight: bold;
	padding: 2px;
}

td {
	line-height: 150%;
}

form {
	margin: 0;
	padding: 0;
}

abbr, acronym { 
	border-bottom: 1px dotted #1f738b; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #1f738b;
	text-decoration: underline;
}

a:visited {
	color: #1f738b;
	text-decoration: underline;
}

a:hover {
	color: #1f738b;
	text-decoration: none;
}

a:active {
	color: #1f738b;
	text-decoration: none;
}

a:focus {
	color: #1f738b;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

label {
	cursor: pointer;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.button-member {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox {
	color: #000;
	border: solid 1px #679998;
	padding: 2px;
	font-family: arial, helvetica;
}

.clear {
	clear: both;
	display: block;
}

p.image {
	margin: 0;
	padding: 0;
}

p.small, span.small, a.small {
	font-size: 90%;
}

span.yellow {
	color: #FFCA00;
}

span.error {
	color: #f00;
}

p.small, span.small, ul.small, li.small, div.small, a.small, td.small {
	font-size: 90%;
}

p.large, span.large, ul.large, li.large, div.large, a.large, td.large {
	font-size: 110%;
}

p.red, span.red, ul.red, li.red, div.red, a.red, td.red {
	color: #e80016;
}

p.orange, span.orange, ul.orange, li.orange, div.orange, a.orange, td.orange {
	color: #f6b41f;
}

p.green, span.green, ul.green, li.green, div.green, a.green, td.green {
	color: #1f738a;
}

p.blue, span.blue, ul.blue, li.blue, div.blue, a.blue, td.blue {
	color: #243350;
}
/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks, #printTitle {
	display: none;
}

#container {
	width: 850px;
	margin: auto;
}

#header {
	height: 113px;
	background: url(../images/bg-header3.jpg) 100% 0 no-repeat; 
	font-size: 11px;
}

#logo {
	float: left;
}

#logo img {
	display: block;
}

#widgets {
	float: right;
	margin: 0 25px 0 0;
	font-size: 90%;
	display: inline;
	width: 310px;
}

#widgets ul {
	padding-top: 25px;
	padding-right: 10px;
}

#widgets li { 
	display: inline; 
}	

#widgets li a {
	display: inline; 
	text-decoration: none;	
	display: block;		
	height: 18px;
	width: 18px;
	text-indent: -9999px;		
	float:left;	
	overflow: hidden;		
}	

#widgets li a#rssToolbar { 
	width: 34px;
	height: 18px;
	margin-right: 20px;
	background: url(../images/icon-rss.gif) 0 0 no-repeat; 
}

#widgets li a#printToolbar { 
	width: 27px;
	height: 18px;
	background: url(../images/icon-print.gif) 0 0 no-repeat; 
}

#widgets li a#smallTxtToolbar {
	width: 7px;
	height: 18px;
	background: url(../images/icon-smallText.gif) 0 0 no-repeat;
} 

#widgets li a#mediumTxtToolbar {
	width: 9px;
	height: 18px;
	background: url(../images/icon-mediumText.gif) 0 0 no-repeat;
} 

#widgets li a#largeTxtToolbar {
	width: 17px;
	height: 18px;
	background: url(../images/icon-largeText.gif) 0 0 no-repeat;
}

#widgets li a#printToolbar-member { 
	width: 27px;
	height: 18px;
	background: url(../images/icon-print-member.gif) 0 0 no-repeat; 
}

#widgets li a#smallTxtToolbar-member {
	width: 7px;
	height: 18px;
	background: url(../images/icon-smallText-member.gif) 0 0 no-repeat;
} 

#widgets li a#mediumTxtToolbar-member {
	width: 9px;
	height: 18px;
	background: url(../images/icon-mediumText-member.gif) 0 0 no-repeat;
} 

#widgets li a#largeTxtToolbar-member {
	width: 17px;
	height: 18px;
	background: url(../images/icon-largeText-member.gif) 0 0 no-repeat;
}

#widgets p {
	margin: 0;
}

#widgets label {
	padding: 2px 0 0 20px;
	float: left;
	color: #fff;
}

#widgets label.member {
	color: #000;
}

#widgets input.textbox {
	width: 100px;
	float: left;
}

#widgets input.button {
	color: #fff;
	background: none;
	border: none;
}

#widgets input.button-member {
	color: #000;
	background: none;
	border: none;
}

#body {
	width: 850px;
	background: #fff url(../images/bg-body.gif) 0 0 repeat-y;
}

#body-trailblazing {
	width: 850px;
	background: #000 url(../images/bg-body.gif) 0 0 repeat-y;
}

#leftCol {
	width: 170px;
	float: left;
	padding: 30px 0 0 0;
	border-top: 30px solid #1f738a;
	font-size: 12px;
	background: #54697c url(../images/bg-body.gif) 0 0 repeat-y;
}

#content {
	width: 650px;
}

#menu ul, #menu li, ul.menu, ul.menu li {
	list-style-type: none;
}

#menu a, ul.menu li a, ul.menu li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2px 10px 2px 30px;
	width: 130px;
}

#menu a:hover, #menu a:active, #menu a:focus, ul.menu li a:hover, ul.menu li a:active, ul.menu li a:focus {
	color: #fff;
	background: #1f738b;
	text-decoration: none;
}

div.login {
	color: #fff;
	position: absolute;
	bottom: 0;
	width:170px
}

div.login2 {
	padding: 10px 10px 0 30px;
	font-size: 90%;
}

div.login a {
	font-size: 90%;
}

div.login a:visited, div.login a:link{
	color: #fff;
	text-decoration: none;
}

div.login p {
	margin: 0;
	padding: 2px 0;
}

div.login input.textbox {
	width: 100px;
	margin-top: 2px;
}

div.login input.button {
	color: #fff;
	background: none;
	border: none;
}

#rightCol {
	width: 680px;
	float: left;
	background: #fff;
}

#rightCol-trailblazing {
	width: 680px;
	float: left;
	background: #000;
}

#scroller {
	background: #54869b;
	color: #fff;
	height: 30px;
	font-size: 11px;
}

#scroller p {
	margin: 0;
	padding: 6px 5px 0 20px;
}

#scroller span {
	color: #ffca00;
}

#scroller a {
	color: #ffca00;
	text-decoration: none;
	font-weight: bold;
}

#scroller a:hover, #scroller a:active, #scroller a:focus {
	color: #ffca00;
	background: #54869b;
	text-decoration: underline;
}

#content-home {
	background: #fff url(../images/homeRipple.jpg) 0 0 no-repeat;
	height: 397px;
}

#content-home-trailblazing {
	background: #000 url(../images/beacon-homepage-trailblazing.jpg) 0 0 no-repeat;
	height: 311px;
}

#content-home-trailblazing p.btnTrailblazing {
	margin: 0;

	padding: 340px 30px 0 0;
	text-align: right;
}

#content-home #dub3Content {
	padding: 60px 30px 0 0;
}

#content-home p {
	margin: -45px -5px 0px 0px;
	text-align: right;
	color: #2E3C80;
	font-size: 175%;
	line-height: 140%;
	font-weight: 24px;
	letter-spacing: -1px;
}

#content-home ul {
	float:left;
	margin-top:212px;
	width:683px;
	margin-bottom:-4px;
}

#content-home li {
	list-style:none;
	display:inline;
	float:left;
	margin-right:3px;
}

span.highlight {
	color: #feb713;
}

#logos {
	background: #fff;
	height: 70px;
}

#logos .left {
	float: left;
	padding-left: 40px;
}

#logos .right {
	float: right;
}


#footer {
	color: #fff;
	background: #1f738a;
	padding: 7px;
	font-size: 10px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #fff;
	background: #1f738b;
	text-decoration: none;
}

#footer p, #footer ul {
	margin: 0;
	float: left;
}

#footer p {
	padding: 0 20px 0 170px;
}


#footer li {
	display: inline;
	padding: 0 9px;
}

div.xMenuBtn {
	display: none;
}

/* END PAGE SPECIFIC STYLES */










#header-content {
	height: 85px;
	background: url(../images/bg-header3.jpg) 0 0 no-repeat; 
	font-size: 11px;
}

#header-contentTrailblazer {
	height: 85px;
	background: url(../images/bg-header-trailblazer.jpg) 0 0 no-repeat; 
	font-size: 11px;
}

#header-contentTrailblazer2010 {
	height: 85px;
	background: url(../images/bg-header-trailblazer-2010.jpg) 0 0 no-repeat; 
	font-size: 11px;
}

#header-contentMarketplace {
	height: 85px;
	background: url(../images/bg-header-marketplace.jpg) 0 0 no-repeat; 
	font-size: 11px;
}

#header-member {
	height: 85px;
	background: url(../images/bg-header-member.jpg) 100% 0 no-repeat; 
	font-size: 11px;
}

#menu-content {
	float: left;
	width: 680px;
	background: #54869b;
	padding: 0;
	display: inline;
	margin-left: 170px;
	margin-top: -26px;
	font-size: 11px;
}

#menu-content li {
	display: inline;
}

#menu-content a {
	color: #fff;
	float: left;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
}

#menu-content a:hover, #menu-content a:active, #menu-content a:focus {
	color: #92afbd;
	background: #1f738a;
	text-decoration: none;
}

#leftCol-content {
	width: 170px;
	float: left;
	padding: 30px 0 0 0;
	font-size: 12px;
	background: #54697c url(../images/bg-body.gif) 0 0 repeat-y;
	min-height: 415px;
	position: relative;
}

#leftCol-content p.header {
	background: #1f738b;
	color: #93b0be;
	padding: 5px 10px 5px 30px;
	margin: 0;
}

#submenu ul, #submenu li {
	list-style-type: none;
}

#submenu li {
	line-height: 130%;
}

#submenu a {
	color: #fff;
	background: url(../images/bt-submenu.gif) 25px 50% no-repeat;
	text-decoration: none;
	display: block;
	padding: 0 0 0 40px;
	width: 130px;
	margin-bottom: 5px;
	font-size: 11px;
}

#submenu a:hover, #submenu a:active, #submenu a:focus {
	color: #fff;
	background: #1f738b url(../images/bt-submenu.gif) 25px 50% no-repeat;
	text-decoration: none;
}

#content {
	padding: 35px 1px 0 10px;
	font-size: 95%;
	background: #fff;
	min-height: 410px;
}

#contentTrailblazing2010, #contentTrailblazing, #contentMarketplace {
	padding: 35px 1px 0 10px;
	font-size: 95%;
	background: #000;
	color: #fff;
	min-height: 410px;
}
#contentTrailblazing2010.test {
	background: #000 url(../images/beacon-homepage-trailblazing.jpg) 0 -50px no-repeat;
}

#contentTrailblazing2010 h1, #contentTrailblazing2010 h2, #contentTrailblazing2010 h3 {
	background: none;
	color: #3d7eda;
}

#contentTrailblazing2010 a:link {
	color: #3d7eda;
	text-decoration: underline;
}

#contentTrailblazing2010 a:visited {
	color: #3d7eda;
	text-decoration: underline;
}

#contentTrailblazing2010 a:hover {
	color: #3d7eda;
	text-decoration: none;
}

#contentTrailblazing2010 a:active {
	color: #3d7eda;
	text-decoration: none;
}

#contentTrailblazing2010 a:focus {
	color: #3d7eda;
	text-decoration: none;
}

#contentTrailblazing.test {
	background: #000 url(../images/beacon-homepage-trailblazing.jpg) 0 -50px no-repeat;
}

#contentMarketplace.test {
	background: #000 url(../images/beacon-homepage-marketplace.jpg) 0 -50px no-repeat;
}

#contentTrailblazing h1, #contentTrailblazing h2, #contentTrailblazing h3 {
	background: none;
	color: #5baf00;
}

#contentTrailblazing a:link {
	color: #5baf00;
	text-decoration: underline;
}

#contentTrailblazing a:visited {
	color: #5baf00;
	text-decoration: underline;
}

#contentTrailblazing a:hover {
	color: #5baf00;
	text-decoration: none;
}

#contentTrailblazing a:active {
	color: #5baf00;
	text-decoration: none;
}

#contentTrailblazing a:focus {
	color: #5baf00;
	text-decoration: none;
}

#contentMarketplace h1, #contentMarketplace h2, #contentMarketplace h3 {
	background: none;
	color: #74a2c4;
}

#contentMarketplace a:link {
	color: #74a2c4;
	text-decoration: underline;
}

#contentMarketplace a:visited {
	color: #74a2c4;
	text-decoration: underline;
}

#contentMarketplace a:hover {
	color: #74a2c4;
	text-decoration: none;
}

#contentMarketplace a:active {
	color: #74a2c4;
	text-decoration: none;
}

#contentMarketplace a:focus {
	color: #74a2c4;
	text-decoration: none;
}

div.twoColA {
	width: 310px;
	padding-right: 10px;
	float: left;
	overflow: auto;
	scrollbar-base-color: #fff;
	scrollbar-arrow-color: #54697c;
	scrollbar-3dlight-color: #54697c;
	scrollbar-darkshadow-color: #fff;
	scrollbar-shadow-color: #54697c;
	scrollbar-track-color: #e4ecf4;
	/*height: 420px;*/
}

div.twoColA2 {
	width: 360px;
	height: 420px;
	padding-right: 10px;
	float: left;
}


#content p, #content ul, #content ol, #contentTrailblazing2010 p, #contentTrailblazing2010 ul, #contentTrailblazing2010 ol, #contentTrailblazing p, #contentTrailblazing ul, #contentTrailblazing ol, #contentMarketplace p, #contentMarketplace ul, #contentMarketplace ol {
	padding-left: 20px;
}

#content table p, #contentTrailblazing2010 table p, #contentTrailblazing table p, #contentMarketplace table p {
	padding-left: 0;
}

#content table {
	margin-left: 20px;
}

#contentTrailblazing2010 table td img, #contentTrailblazing table td img, #contentMarketplace table td img {
	float: left;
}

div.twoColB {
	padding-left: 30px;	/*modified by Ross 03-07-07*/
	width: 300px;		/*modified by Ross 03-07-07*/
	float: left;
}

div.twoColB2 {
	margin-left: 20px;
	margin-top: 10px;
	padding-left: 5px;
	width: 250px;
	float: left;
	border: 1px solid #54869b;
}

#video_text {width: 244px ; text-align: left; } /*added by Jenna 14-08-07*/

#content div.twoColB2 p, #contentTrailblazing2010 div.twoColB2 p, #contentTrailblazing div.twoColB2 p, #contentMarketplace div.twoColB2 p {
	padding-left: 0;
}

#companySearch
{
	background-color:#cbc8ce;
	margin-left: 20px;
	padding: 5px;
}

#companySearch p {
	margin: 0;
	padding: 0 5px 5px 5px;
	text-align: right;
}

#companySearch td {
	padding: 0 3px 0 0;
	margin-left: 0px
}

#companySearch table {margin-left: 0px; border: 0px }

.dataPad td
{
	padding-left:5px;
	padding-right:5px;
	margin: 0px;
	border: 0px;
	background-color: #e4e3e6;
	
}

table.dataPadTable {margin-left: 0px; background-color: #e4e3e6; padding-top: 5px; border: 1px solid #e4e3e6;}

div.scrollDiv
{
	height:250px;
	overflow:auto;
	margin-left: 0px;
	scrollbar-base-color: #fff;
	scrollbar-arrow-color: #54697c;
	scrollbar-3dlight-color: #54697c;
	scrollbar-darkshadow-color: #fff;
	scrollbar-shadow-color: #54697c;
	scrollbar-track-color: #e4ecf4;
	scrollbar-width: 20px

 }

.colOne {width: 187px;}
.colTwo {width: 100px;}


input.searchText {
	padding: 2px;
	width: 105px;
}

p.tableHeader {
	margin-bottom: 0;
}

p.tableHeader a {
	color: #000;
	text-decoration: none;
}

p.tableHeader a:hover, p.tableHeader a:active, p.tableHeader a:focus {
	color: #000;
	text-decoration: underline;
}

#featureScroll {
	height:385px;
	overflow:auto;
	scrollbar-base-color: #fff;
	scrollbar-arrow-color: #54697c;
	scrollbar-3dlight-color: #54697c;
	scrollbar-darkshadow-color: #fff;
	scrollbar-shadow-color: #54697c;
	scrollbar-track-color: #e4ecf4;
}



.contactdetails
{
	float: right;
	border: 2px solid #ccc;
	padding: 0 4px;
	margin: 0;
}

/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* END LIGHTBOX STYLES */










/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */


/* Styles added by Ross */
label.form{display:block;width:120px;float:left;}
td.selected{background-color:#54869b}
td.selectedOld{background-color:#92bdcf;}
div.twoCol{}
div.oneCol{clear:left;width:100%;}

tr.dtgtitle th{padding:3px;}
tr.dtgtitle th a{color:#fff;}
tr.dtgtitle th a:visited{color:#fff;}
.dtgdata td{padding:0 0 0 2px;border-top: solid 5px #EBECEC;border-bottom: solid 5px #EBECEC;height:25px;}
.dtgdata_highlight td{padding:0 0 0 2px;border-top: solid 5px #EBECEC;border-bottom: solid 5px #EBECEC;height:25px;}
.dtgdata{background-color: #FFFFFF;}
.dtgdata_highlight {background-color: #E8F7FF;}
.dtgdata_selected {background-color: #E8F7FF;}
.dtgpager{height:20px}
.hidden{display:none;}
.dtgpager ul{text-align: center;vertical-align: middle;margin: 2px 2px 2px 2px;height: 25px;padding: 0 0 0 5px;}
.dtgpager li{display: inline;color: #000000;list-style-type: none;height: 20px;padding: 5px;}
.dtgpager span{text-align: center; display: block;}


/* Styles by Dave! */

div.blue { background-color:#cbc8ce; padding:6px;}
div.left {float:left; width:100px; padding: 4px; }
div.clearDiv {clear:both;}

.leftSide { width: 450px;}
input.small { width:100px; height:18px;}
.imageDiv {width:auto; text-align:center; float:left;}

.headPad { padding-left:6px; padding-bottom:5px; padding-right:3px; }

div#flashButton {float:right; padding-bottom:10px;}

#footer li.twitter {padding: 0 30px 0 90px; background: url(/cms/outertemplates/images/twitter.gif) no-repeat 100% 50%;}
