/*----------------------------------------*\
== style sheet for LISI Broker's Web Site ==
== Migrated by Ed Weill in 2004           ==
== edw@eweill.net 
== Updated may 08                        ==
\*----------------------------------------*/

/*--------------------------------------------------------*\
== basic styles 
\*--------------------------------------------------------*/
body {
	background-image: url(G://AGB Broker Website/Dreamweaver/_BGA Website/images/gif/background-tile.gif);
	background-repeat: repeat;
}

p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#355A34;
	text-decoration:none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#9AA982;
	text-decoration:underline;
}



table.mainTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	margin: 0px auto 0px auto;
	border-right: 1px solid #899B6E;
	border-left: 1px solid #899B6E;
	background-color: #ffffff;
	color: #333333;
}

table.mainTable tr td.headTable {
	vertical-align: top;
	
	
}

#topLogo {
   margin: 20px 24px 14px 15px;
}

table.mainTable td {
	vertical-align: top;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	color: #333333;
	
}
td {
	vertical-align: top;
}

th {
	color: #FFFFFF;	
}



/*--------------------------------------------------------*\
== useful generic styles 
\*--------------------------------------------------------*/
.right {
	text-align: right;
}
.center {
	text-align: center;
	vertical-align: middle;
}
.tiny {
	font-size: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 140%;
}
.smalltext {
	font-size: 11px;
	vertical-align: text-top;
}

.hidden {
	display: none;
}

.img {
	text-align: right;
	width: 35px;
	float: right;
}


/*--------------------------------------------------------*\
== styles for the basic - main - normal templates
\*--------------------------------------------------------*/
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #333333;
	text-align: left;
	vertical-align: middle;
}

/*header searches */
.searchTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin-left: 16px;
	margin-top: 13px;
}

.searchTop input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 2px;
}

.searchTopFirst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin-left: 0px;
	margin-top: 13px;
}

.searchTopFirst input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	text-decoration: none;
}

#tbfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	text-decoration: none;
}

#tbfooter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	text-decoration: none;
}

#tbfooter a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	text-decoration: underline;
}



/*--------------------------------------------------------*\
== styles for the side bar navigation area
\*--------------------------------------------------------*/
.sidebar {
	
}
.nav {      /*  this is for the spans which are the menu */
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #355A34;
	text-decoration: none;
	line-height: 30px;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin: 0;
}

.login input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-top: 6px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 0px;
	border-bottom: 0px;
	width: 125px;
	padding: 2px;
}
.login input.goButton {
border: 0;
margin: 6px 0px 12px 0px;
width: 100px;
padding: 0;
}

.login img {
margin: 0px 0px 6px 0px;
padding: 0;
}

.login a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
//	font-weight: bold;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.login a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #355A34;
}
.login a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.errmesg {   /* for if we write text for the error message in the login area */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F1873B;
	text-align: center;
	background-position: center center;
}


/*--------------------------------------------------------*\
== styles for the columns templates
\*--------------------------------------------------------*/
.rightTableBorder {
  border: 1px solid #D9D9D9;
  width: 186px;
}

.righttop2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #899B6E;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.columnbody2 {
	margin: 4px;
	background-color: #B9CD9B;
	width: 178px;
/*	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #899B6E;
	border-right-color: #899B6E;
	border-bottom-color: #899B6E;
	border-left-color: #899B6E;
	background-color: #FFFFFF;
	border-top-style: none; */
}


/*--------------------------------------------------------*\
== Miscellaneous styles 
\*--------------------------------------------------------*/

.newshdrs {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 18px;
  text-transform: uppercase;  
  color: #355A34;
 }
.phdrs {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  font-weight: bold; 
  text-transform:uppercase; 
  color: #899B6E;
 }
.newshdrssm { 
 	font-family: Arial, Helvetica, sans-serif; 
 	font-size: 11px; 
 	font-weight: bold; 
  text-transform:uppercase; 
  color: #899B6E;
 }
.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;

}
.type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #355A34;
}
.subtype {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px; 
 	font-weight: bold; 
 	color: #333333}


/*--------------------------------------------------------*\
== styles for the administration templates
\*--------------------------------------------------------*/
table.edit ,td.edit ,tr.edit {
	background-color: #B9CD9B;
	color: #355A34;
	background : #B9CD9B;
}
.homecarrierlogos {
	background-position: center center;
	padding: 3px;
}
.x-tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.listcat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.ceheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
}
ul, ol, li {
	line-height: 150%;
}

hr {
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #999999;
	display: block;
	width: 98%;
	height: 1px;
}
.smallcaps {
	font-size: 9px;
	text-transform: uppercase;
}


h1 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 20px;
  text-transform: uppercase; 
  color: #899B6E;
  margin: 0px 0px 25px 0px;
  padding: 0;
  font-weight: normal;
}

h1 a:link, h1 a:visited, h1 a:active {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 20px;
  text-transform: uppercase; 
  color: #899B6E;
  margin: 0px 0px 25px 0px;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
}

h1 a:hover{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 20px;
  text-transform: uppercase; 
  color: #899B6E;
  margin: 0px 0px 25px 0px;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}

/* old 
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #355A34;
	line-height: 130%;
}*/

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #899B6E;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #73825C;
}
  
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
  
p, ul, ol {
	line-height: 140%;
}
.error {
	font-style: italic;
	color: #993300;
}
.active {
	color: #ff8500;
}
sup {
	vertical-align: 20%;
}

.bottom6px {
  margin-bottom: 6px;
}

.anchorlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #355A34;
}

.homeNews {
	margin-top: 10px;
	font-weight: bold;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}



.homeNews a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #343234;
	text-decoration: none;

}

.homeNews a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #343234;
	margin: 0px 5px 10px 5px;
	line-height: 11px;
	padding: 0;
	display: block;
}

.homeNews a:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #343234;
	margin: 0px 5px 10px 5px;
	line-height: 11px;
	padding: 0;
	display: block;
}

.homeNews a:visited {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px 5px 10px 5px;
	line-height: 11px;
	padding: 0;
	display: block;
}

.homeNews a:visited:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px 5px 10px 5px;
	line-height: 11px;
	padding: 0;
	display: block;
}
