
/* General Styles */

ul { 
  list-style-image:url('../images/style/listbullet.gif');
}

ul li {
  margin-top:.4em;
}

.white {
  background-color:#FFFFFF;
}

.tan {
  background-color:#ECEFE4;
}

.action {
  margin-bottom:0px;
}

div.title {
  height:32px;
}

select {
  margin-left:10px;
}

a { 
  /* lime */
  /*color:#7EBE01;*/
  color:#4A7B29;
  text-decoration:underline;
}

div.alink {
  float:right;
  padding-top:4px;  
}

div.alink a {
  /*orange*/
  color:#FF7A03; 
  text-decoration:underline;
}

div.alink img {
  margin-right:5px;
}

/* End General Styles */

/* Special Cases */
div#imggallery img {
  margin:5px 30px;
  width:140px;
  height:130px;
  border-style:solid;
  border-width:1px;
  border-color:black;
  padding:2px;
}

div#videmo {
  width:320px;
  height:265px;
  border-style:solid;
  border-width:1px;
  border-color:black;
  margin-left:50px;
}

div#privacy {
  padding:0px 10px 25px 10px;
}



/* End Special Cases */

/* Header Styles */
div#header {
  height:271px; 
  background:url('../images/style/ttq_banner.jpg') top right no-repeat;
}

div#headspacer {
  height:182px;
  padding:0px;
  margin:0px;
}

div#header img {
  width:133px;
  height:51px;
  padding:0px;
  margin-left:-2px;
  margin-right:-2px;
}

div#headleft {
  background:url('../images/style/ttq_rightedge.jpg') right top repeat-x; 
  height:271px;
  position:absolute;
  top:0;
  right:0;
  width:50%;
  z-index:-1;
}

div#headright {
  background:url('../images/style/ttq_leftedge.jpg') left  top repeat-x;
  height:271px; 
  position:absolute; 
  top:0; 
  left:0;  
  width:50%;
  z-index:-1;
}
/* End Header Styles */

/* Footer Styles */
div#footer {
  background-color:#2F2E2E;
  color:#7B7D7A;
  width:100%;
  height:120px;
  padding:20px;
}

div#footer a {
  color:#7B7D7A;
}

div#footerlinks {
  margin-top:18px;
}
/* End Footer Styles */