/* CSS Document */

* { margin:0; padding:0;}
html{font:11px tahoma, arial, Helvetica, sans-serif; color:#696969;}
body{
	background: url("images/bg_repeat.jpg") left top repeat-x #ffffff;	
}

.bgclass { border: 2px solid #666666; background-image: url("images/answer_bg.jpg"); background-position: top; background-repeat: repeat-x; }

.leftOrder { 
  padding: 5px 12px 5px 0px;
  text-align: right;
  width: 150px;
}

input, textarea, select{ 
	font: 12px tahoma, arial, helvetica, sans-serif;
	color: #696969;
	border: 1px solid #A09B96;
	vertical-align: top;
}

.bullet_line {
  color: #b2c83b;
  width: 232px;
  text-align: right;
  height: 1px;
  vertical-align: top;
}

.title_line {
  color: #b2c83b;
  width: 98%;
  text-align: left;
  height: 1px;
  vertical-align: top;
}
  
.title_line2 {
  color: #b2c83b;
  width: 100%;
  text-align: left;
  height: 1px;
  vertical-align: top;
}

.formThing {
  font-size: 10px;
  font-family: verdana;
  color: #666666;
}

.closingTitle {
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
  padding: 0px 0px 4px 0px;
  height: 20px;
  vertical-align: bottom;
}

table.closingTable td {
  padding: 3px 0px 4px 8px;
  font-size: 10px;
}

table.closingTable {  }

.light {
  background-color: #f8f8f8;
  width: 135px;
}
table.1 td { background-color: #f4f4f4; }
table.2 td { background-color: #f6f6f6; }

/*---links---*/
a{ text-decoration:none; color: #696969; }
a:hover{ text-decoration:underline; color:#9cb623;}
.link{background:url("images/bull.gif") 0 4px no-repeat; padding:0 0 0 10px;color:#D52D00; text-transform:uppercase; font-weight:bold; font-size:12px;}
.link_1{ color:#D52D00; text-decoration:underline;}
.link_white {color:#ffffff; text-decoration:none;}
.link_1:hover{text-decoration:none;}

ul.aboutList li { padding-bottom: 6px; }

.main {margin:0 auto; background-image: url("images/main_bg.gif"); background-position: top left; background-repeat: repeat-x; background-color: #f2f2f2}
#content { padding: 10px 25px 0px 25px; }

table.rates_table td { 
  text-align: center; 
  border-bottom: 1px solid #a1a1a1;
  padding: 5px;}
  
#linkage { color:#696969; text-decoration: underline; }
#linkage:hover { color:#9cb623; }

#header .indent{margin:0 0 0 -6px;}
#header .pos{ position:absolute;}
#header .indent .link_h { margin:0 286px 0 0;}
#header .menu { margin:87px 0 0 0;}
#wrapper{ background: url("images/bg_wrapp.gif") left bottom no-repeat #F2F2F2; width:100%;}

.readMore { 
  padding: 2px 24px 0px 0px; 
  text-align: right; 
  color: white; 
  width: 292px; 
  height: 19px; 
  background-image: url('images/more.gif'); 
  background-repeat: no-repeat; 
  background-position: top right;
}

.home {display: none;} 
#home1 {display: block;}

.readMore a:hover {
  color: white;
  text-decoration: underline;
}

#footer { padding: 0px; margin: 0px; background-color: #ffffff; color:#696969; vertical-align: top; text-align:center;}
#footer .line { background-image: url("images/bg_footer.gif"); background-repeat: repeat-x; background-position: top center; width: 95%; text-align: center;}
#footer a{ color:#696969;}
#footer a:hover{ color:#9cb623;}

/* RoundedCorners */

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f7f7f7;
  border-right:1px solid #f7f7f7;
  background:#fbfbfb}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f3f3f3;
  border-right:1px solid #f3f3f3;
  background:#fcfcfc}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #fcfcfc;
  border-right:1px solid #fcfcfc;}
.spiffy4{
  border-left:1px solid #f7f7f7;
  border-right:1px solid #f7f7f7}
.spiffy5{
  border-left:1px solid #fbfbfb;
  border-right:1px solid #fbfbfb}
.spiffyfg{
  background:#ffffff;
  padding: 5px 14px 6px 25px;}

/* End RoundedCorners */




