/*************************************/
/*        Boston Technologies        */
/*          Main Stylesheet          */ 
/*************************************/
.up_tick{
  color:green;
}

.down_tick{
  color:red;
}
/* start with zip */
* {
  margin:0;
  padding:0;
}
.underline{
	text-decoration:underline;
}
/* main element declarations */
body {
  font:12px/13px "Helvetica", sans-serif;
  color:#222;
  background:#dfe2d8 url(images/page_bg.png) center top repeat-y;
}
a {
  color:green;
  text-decoration:none;
  font-weight:bold;
}
a:hover {
  color:blue;
  text-decoration:underline;
}
p {
  margin:1em 0;
  line-height:140%;
  text-align: justify;
}
ul {
  padding:1em 1em 1em 2em;
}
ul li {
  line-height:140%;
}
ol {
  padding: 0 0 1em 3em;
}
ol li{
  line-height: 140%;
}

h3 {
  margin:1em 0;
}
img { border:0; }

/* adjustement classes */
.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }
.notopmargin { margin-top:0; }

/* main container */
#wrapper {
  width:940px;
  padding:20px 0 30px 0;
  margin:0 auto;
}

/* header */

#wrapper #header {
	height: 90px !important;
}

#header {
  height:80px;
  overflow:hidden;
}
#header h1 {
  float:left;
  width:300px;
  height:80px;
}
#header h1 a {
  display:block;
  width:300px;
  height:80px;
  background:url(images/logo.png) 0 0 no-repeat;
  text-indent:-1000em;
}
/* right contact information */
#header #header_contact {
  float:right;
  width:170px;
  padding:0 1em 1em 1em;
  margin-top:10px;
  text-transform:uppercase;
  color:#666;
}
#header #header_contact:hover {
  color:#000;
} 
#header #header_contact p {
  margin:0.1em 0;
}
#header #header_contact a:hover{
  color:#000;
}
#header #header_contact a{
  color:#666;
}
/* main menu */
#menu {
  overflow:auto;
  margin:5px 0 10px 0;
}
#menu ul {
  overflow:auto;
  padding:0;
  font-size:11px;
  list-style:none;
}
#menu ul li {
  float:left;
}
#menu ul#menu_top {
  background-color:#1c7bb6;

/*  background-color:#40ab43;*/
  font-weight:bold;
  text-transform:uppercase;
}
#menu ul#menu_top li {
  background-color:#1c7bb6;
  padding:10px 15px;
}
#menu ul#menu_top li a {
  color:#f3f3f3;
}
#menu ul#menu_top li a:hover {
  color:#fff;
}
#menu ul#menu_top li.current a {
  color:#fff;
  border-bottom:1px solid #fff;
}
#menu ul#menu_top li.current a:hover {
  text-decoration:none;
}
/*#menu ul#menu_top li#mt4 {
  margin:0;
  background-color:#40ab43;
}
#menu ul#menu_top li#mt4 ul li {
  background-color:#40ab43;
  padding:0 15px;
}
#menu ul#menu_top li#mt4 ul li.first {
  background:#40ab43 url(images/mt4_menu.png) 0 center no-repeat;
}
#menu ul#menu_top li#mt4 ul li.first a {
  display:block;
  float:left;
  width:60px;
  text-indent:-999em;
}*/
#menu ul#menu_sub {
  background:#eaeaea url(images/border_999.png) bottom left repeat-x;
}
#menu ul#menu_sub li {
  padding:7px 10px;
}
#menu ul#menu_sub li strong {
  color:#666;
}
#menu ul#menu_sub li a {
  font-weight:bold;
  color:#222;
}
#menu ul#menu_sub li.current {
  border:1px solid #999;
  border-bottom:0;
  border-top:0;
  background-color:#fff;
}
#menu ul#menu_sub li.current a {
  text-decoration:underline;
}

/* content */
#content {
/*   overflow:auto; */
}
#content h2 {
  margin:10px 0 0 0;
  height:40px;
  padding:10px 0 5px 27px;
  background:url(images/h2_bg.png) 0 0 no-repeat;
}
#content p{
	padding-top:0;
	margin-top:0;
}
.bios{
  margin:15px 0 0 30px;
}
/* content elements */
#content table.stylized {
  margin:1em;
  border-collapse:collapse;
}
#content table.stylized tr th, #content table.stylized tr td {
  padding:5px;
}
#content table.stylized tr th {
  background-color:#eaeaea;
  border-bottom:1px solid #aaa;
}
#content table.stylized tr td {
  border-bottom:1px solid #eaeaea;
}

/* optional right column */
#content #right {
  float:right;
  width:250px;
  margin:0 0 20px 20px;
  padding:10px;
  background-color:#e6ffe5;
}


/* privacy policy styles */
#privacy-policy {
	overflow: auto;
}

#privacy-policy p {
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
}

#privacy-policy #address {
	margin-left: 75px;
	margin-right: 75px;
	text-align: justify;
}

#privacy-policy h2 {
	color:#222;
	font-size:110%;
	text-transform:uppercase;
}

#privacy-policy ul {
	margin-left: 50px;
	margin-right: 50px;
	list-style-type: circle;
}

#privacy-policy ul li {
	text-align: justify;
}


/* disclaimer styles */
#disclaimer {
	overflow: auto;
}

#disclaimer p {
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
}

#disclaimer h2 {
	color:#222;
	font-size:110%;
	text-transform:uppercase;
}


/* homepage styles */
#home {
  overflow:auto;
}
#home #left {
  float:left;
  width:660px;
}
#home #left #splash {
  width:660px;
  height:330px;
}
#home #left #splash a {
  display:block;
  width:660px;
  height:330px;
  text-indent:-1000em;
  background:#dfe2d8 url(images/home_big.png) 0 0 no-repeat;
}
#home #left #info {
  overflow:auto;
  margin-top:10px;
  padding:10px;
  background-color:#f3f3f3;
}
#home h2 {
  color:#222;
  font-size:110%;
  text-transform:uppercase;
  border-bottom:1px solid #666;
}
#home h3 {
  font-size:100%;
}
#home #left #news {
  float:left;
  width:320px;
}
#home #left #market {
  float:right;
  width:300px;
}

#home #right {
  float:right;
  width:270px;
}
#home #right #bridges {
  height:330px;
  /*text-indent:-1000em;
  /*  background:#40ab43 url(images/home_bridges.png) 0 0 no-repeat;*/
}
#home #right #bridgestext{
  text-indent:-1000em;
  height:0px;
}
#home #right #bridges * {
  margin:0;
  padding:0;
}
#home #right #about {
  margin-top:10px;
  padding-top:10px;
}
#wide_banner, #narrow_banner {
  margin:10px 0;
}

/* footer */
#footer {
  clear:both;
  overflow:auto;
  margin:20px 0;
  padding:10px 0 20px 0;
  font-size:11px;
  border-top:1px solid #ccc;
}
#footer ul {
  float:left;
  margin:0;
  padding:0;
  list-style:none;
}
#footer ul li {
  display:inline;
  padding-right:5px;
}
#footer ul li a {
  color:#666;
}
#footer ul li a:hover {
  color:#005a8c;
}
#footer p.right {
  float:right;
  margin:0;
  padding:0;
}
/*Bios*/
#bios {
  list-style:none;
}
#bios li {
  padding:10px 0;
  clear:both;
}
#bios li h3, #bios li .title {
  float:left;
  width:200px;
  margin:0;
  padding:0;
}
#bios li h3 {
  font-size:120%;
  margin:0;
  padding:0;
}
#bios li .title {
  clear:left;
  font-size:110%;
  color:#666;
}
#bios li .bio {
  margin:0;
  margin-left:210px;
}
#bios li img {
  float:right;
  margin-left:10px;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
.button{
text-align:center;
width:250px;
height:10px;
padding:25px;
background-color:#1C7BB6;
}
.upbutton{
float:left;
text-align:center;
width:150px;
height:10px;
padding:8px;
margin:0 10px;
/*background-color:#1C7BB6;*/
border:1px solid #1C7BB6;background-image:url(../ads/z.png);
}
.activ{
background:none;
background-color:#fff;

}
.upbutton a{

color:#000;
}
.button a{
color:#fff;
}

.goback{
padding-top:8px;
width:70px;
float:left;
}
.goback a{
color:#000;
font-size:12px;
}
.nofloat{
/*border:1px solid #000;*/
margin:5px 0;
padding:0;
width:100%;
height:40px;
float:none;
}

.adsform input,.adsform select,.adsform textarea{
padding: 0 1px;
border:2px solid #1C7BB6;
color:#000;
}
.adsform input,#cat{
width:310px;
}

input.but{
padding: 3px 20px;
border:2px solid #1C7BB6;
background-color:#1C7BB6;
color:#fff;
}
.tdis{
border:0;
color:#000;
background-color:#fff;
height:auto;
overflow: auto;
}
.vw{
padding:5px;
border-bottom:1px dashed #000;
}
.vw h4,.vw p{
padding:0;
margin:0;
}

#for td{
padding:2px 0;
}
#for p{
padding:1px;
margin:0;
}
p.centr{
text-align:center;
}
#typ{
width:60px;
}
#err{
color:red;
}

#contact_form {
	float:right;
	margin-left:20px;
	margin-top:25px;
	width:210px;
}

#contact_form input[type=text], #contact_form textarea {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	border: #aaa 1px solid;
	padding: 3px;
}

#contact_form textarea {
	margin-bottom: 10px !important;
	height: 75px;
}
