/* CSS Document */

body
{
	min-width: 800px;
	margin-top: 2px;
}

.style12 {font-size: 12pt}

#nav 
{
	min-width: 670px;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	/*padding: 0;*/
}

#nav a { color: white; text-decoration: none; font-weight: bold; }
.tab_inner
{
	background: url(images/tabgray.gif) transparent top left no-repeat;	
	/*padding-top: 6px;*/
	padding-left: 15px;
	margin-right: 15px;
	height: 30px;
}
.tab_outter
{
	background: url(images/tabgray.gif) transparent top right no-repeat;
	height: 30px;
}
.tab_active_in
{
	background: url(images/taborange.gif) transparent top left no-repeat;	
	/*padding-top: 6px;*/
	padding-left: 15px;
	margin-right: 15px;
	height: 30px;
}
.tab_active_out
{
	background: url(images/taborange.gif) transparent top right no-repeat;
	height: 30px;
}

.tab_outter_hover
{
	background: url(images/taborange.gif) transparent top right no-repeat;
	height: 30px;
}
.tab_inner_hover
{
	background: url(images/taborange.gif) transparent top left no-repeat;
	/*padding-top: 6px;*/
	padding-left: 15px;
	margin-right: 15px;
	height: 30px;
}
/* FOR THE SEARCH FIELD */
.textfield {

font-family:arial;
     font-size:14px;
	 font-weight:bold;
color:#666666 ;
margin:0px;
height:22px;
width:250px;
border:solid 0 #666666;
padding: 2px 0px 0px 0px;
background: #ffffff;
/*width:200px;*/
voice-family: "\"}\""; 
voice-family:inherit;
/*width:187px;*/
}
/* FOR SEARCH BOX & MAIN BOXES */
  table.search
  { 
     padding: 0;
	 margin: 0;
	 font-family:arial;
     font-size:22px;
	 color: #ffffff;
	 font-weight: bold;
     /*background-color:#ffffff;*/
     width:960px;
     border-style:solid;
     border-color:#0e4d88;
     border-width:1px;
  }
  table.search100
  { 
     padding: 0;
	 margin: 0;
	 font-family:arial;
     font-size:14px;
	 color: #ffffff;
	 font-weight: bold;
     /*background-color:#ffffff;*/
     width:100%;
	 height:40px;
     border-style:solid;
     border-color:#f26e0b;
     border-width:1px;
  }  
    table.mainboxes
  { 
     padding: 0;
	 margin: 0;
	 font-family:arial;
     font-size:12pt;
	 font-weight: bold;
     background-color:#ffffff;
     width:700px;
     border-style:solid;
     border-color:#efefef;
     border-width:1px;
  }
      table.mainboxes2
  { 
     padding: 0;
	 margin: 0;
	 font-family:arial;
     font-size:12pt;
	 font-weight: bold;
     background-color:#ffffff;
     width:500px;
     border-style:solid;
     border-color:#efefef;
     border-width:1px;
  }
/* FOR SUBMIT BUTTON */
.button {
  width: 87px;
  height: 67px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/findit.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}  
.buttonsmall {
  width: 87px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/findit2.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}  
form
{
margin: 0;
padding: 0;
display: inline;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
/* Left BOXES */
div.box {
	background: #FFFFFF url('images/boxbg.gif') repeat-y 0 0;
	color: #f0f0f0;
	margin-bottom: 10px;
}
.box h2 {
	background: url('images/box-top.gif') no-repeat 0 0;
	padding: 11px 10px 3px 12px;
	/*font-weight: bold;*/
	font-family:arial;
	font-size: 14px;
	margin:0;
	color: #0066ff;
	TEXT-DECORATION: none;
	height: 25px;
}
a.box  {
	/*background: url('boxbg.gif') no-repeat 0 0;*/
	/*padding: 8px 10px 10px 20px;*/
	font-family:arial;
	font-size: 12px;
	margin:0;
	color: 0090FF;
	TEXT-DECORATION: none;
}
a.box:hover  {
	/*background: url('boxbg.gif') no-repeat 0 0;*/
	/*padding: 8px 10px 10px 20px;*/
	font-family:arial;
	font-size: 12px;
	margin:0;
	color: #FB9940;
	TEXT-DECORATION: underline;
}
#side div.box ul {
	margin: 5px 10px 20px 20px;
	padding: 0;
}
#side div.box ul li {
	list-style: none;
	font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 4px 0 4px 20px;
}
div.box div.bottom {
	background: url('images/box-bottom.gif') no-repeat 0 0;
	height: 23px;
}
/*FONTS*/
.style11 {font-size: 14px}
.style3 {
	color: #0066FF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.style3:link {
	color: #0066FF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
}
a.style3:visited {
	color: #0066FF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
}
a.style3:hover {
	color: #FB9940;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:underline;
}
a.style3:active {
	color: #FB9940;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
}
a.style3s:link {
	color: #0066FF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.style3s:visited {
	color: #0066FF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.style3s:hover {
	color: #00c517;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a.style3s:active {
	color: #FB9940;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.style3sm:link {
	color: #0066FF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.style3sm:visited {
	color: #0066FF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.style3sm:hover {
	color: #00c517;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a.style3sm:active {
	color: #FB9940;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.style6 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 21px;
	color: #0066CC;
}
.style10 {font-size: 16px}
.orange {
	color: #FB9940;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.right:link {
	color: #0066FF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.right:visited {
	color: #0066FF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.right:hover {
	color: #FB9940;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a.right:active {
	color: #FB9940;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.text2{
font-family:arial;
     font-size:14px;
	 font-weight:bold;
color:#666666 ;}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a.style5:link {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.style5:visited {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.style5:hover {
	color: #FB9940;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a.style5:active {
	color: #FB9940;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.ftrlink {color: white; text-decoration: none; font-weight: bold; font-size:14px; font-family:arial;}
.textfield1 {
font-family:Trebuchet MS;
     font-size:16pt;
	 font-weight:bold;
color:#303030 ;
margin:0px;
height:29px;
border:solid 0 #333333;
padding: 1px 0px 0px 4px;
background: #ffffff;
/*width:200px;*/
voice-family: "\"}\""; 
voice-family:inherit;
}
.main_body {				border: 1px #e4e4e4 solid;
							margin: 0px 0px 0px 8px;
							padding: 1px;
}
.off {						border-bottom: 1px #eaeaea solid;
							border-right: 1px #eaeaea solid;
							border-top: 1px #f2f2f2 solid;
							border-left: 1px #f2f2f2 solid;
							background: #fafafa; 

							padding: .5em 0em; 
							margin-bottom: 1px;
}
/*
.on {						border-bottom: 1px #eee solid;
							border-right: 1px #eee solid;
							border-top: 1px #fff solid;
							border-left: 1px #fff solid;
							background: #fff; 
							padding: .5em 0em;
							margin-bottom: 1px;
}
*/
.main_body2 {				border: 1px #e4e4e4 solid;
							margin: 5px 0px 20px 8px;
							padding: 1px;
}
.off {						border-bottom: 1px #eaeaea solid;
							border-right: 1px #eaeaea solid;
							border-top: 1px #f2f2f2 solid;
							border-left: 1px #f2f2f2 solid;
							background: #fafafa; 

							padding: .5em 0em; 
							margin-bottom: 1px;
}
/*.on {						border-bottom: 1px #eee solid;
							border-right: 1px #eee solid;
							border-top: 1px #fff solid;
							border-left: 1px #fff solid;
							background: #fff; 
							padding: .5em 0em;
							margin-bottom: 1px;
}
*/
.text2{
font-family:arial;
     font-size:14px;
	 font-weight:bold;
color:#666666 ;}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
