/* ------------------------- GENERAL ------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
  {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
}

img {
  display: block;
}

ol,ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,th,td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: "";
}

blockquote,q {
  quotes: "" "";
}

* {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
  background: #e5e2d5 url(/images/lines.gif) repeat top;
}

p {
  margin: 0;
  padding: 1.3em 0 0;
  line-height: 150%;
}

a img {
  border: none;
}

a {
  outline: none;
}

/* ------------------------- CONTAINERS ------------------------- */
#container {
  float: left;
  width: 100%;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
  clear: both;
}

/* ------------------------- GRAPHIC HEADER ------------------------- */
#graphicheadWrapper {
  float: left;
  width: 100%;
  background: url(/images/findacomputershow/graphicHeaderBg.png) repeat-x center top;
}

#graphicheadWrapper img {
  display: block;
  margin: 0 auto;
  padding: 0;
}
/* ------------------------- MASTHEAD ------------------------- */
#masthead {
  float: left;
  width: 100%;
  height: 70px;
  color: #fff;
  background: url(/images/findacomputershow/headerBg.png) repeat-x center top;
}

#masthead h1 {
  margin: 0px;
  text-transform: uppercase;
  text-align: left;
  color: #e8e5cc;
  font-size: 3em;
  height: 66px;
  background: url(/images/findacomputershow/findaLogo.png) top left no-repeat;
  text-indent: -9000px;
}

#masthead h1 a {
  float: left;
  top: 0;
  left: 0;
  display: block;
  width: 325px;
  height: 66px;
  margin: 0 auto;
  border: none;
  font-size: 12px;
  background: url(/images/findacomputershow/findaLogo.png) top left no-repeat;
  outline: none;
}

#masthead ul {
  list-style-type: none;
  float: right;
  margin-top: -35px;
  padding-right: 40px;
}

#masthead li {
  display: inline;
  padding-left: 15px;
  color: #fff;
}

#masthead li a,#masthead li a:link,#masthead li a:active,#masthead li a:visited
  {
  color: #fff;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: -1px;
  outline: none;
}

#masthead li a:hover {
  color: #9eff1b;
  text-decoration: none;
}

#help #masthead .helpNav a,#search #masthead .search a,#list #masthead .list a,#contact #masthead .contact a,#welcome #masthead .welcome a
  {
  color: #9eff1b;
}

/* ------------------------- drop down menu styles ------------------------- */
ul.dropdown {
  position: relative;
  z-index: 999;
}

ul.dropdown li {
  font-weight: bold;
  float: left;
}

ul.dropdown li a {
  display: block;
}

ul.dropdown li.hover,ul.dropdown li:hover {
  position: relative;
}

ul.dropdown ul {
  width: 100%;
  visibility: hidden;
  position: absolute;
  padding-top: 40px;
}

ul.dropdown ul li {
  font-weight: bold;
  float: none;
  background: #7ad500;
  padding-bottom: 5px;
  line-height: 1.25em;
}

ul.dropdown ul li a {
  width: 200px;
  display: inline-block;
}

ul.dropdown ul ul {
  position: absolute;
  margin-left: 40px;
}

ul.dropdown li:hover ul {
  visibility: visible;
}

/* ------------------------- CONTENT ------------------------- */
#contentWrapper {
  width: 100%;
  background: #e5e2d5 url(/images/lines.gif) repeat top;
  margin: 0 auto;
  clear: both;
}

#content {
  width: 950px;
  margin: 0 auto;
  padding: 40px 10px 50px 20px;
  clear: both;
}

#content h1 {
  color: #454545;
  font-weight: normal;
  font-size: 2.0em;
  font-family: Georgia, serif;
  text-align: left;
}

#content h1.small {
  font-size: 1em;
  font-weight: bold;
}

#content h2 {
  position: relative;
  padding: 15px 0px 0px 15px;
  font-size: 1.2em;
  font-weight: normal;
  font-family: Georgia, serif;
  text-align: left;
  color: #006300;
  margin-bottom: 3px;
}

#content h2 a {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  text-decoration: none;
  outline: none;
  border: none;
}

#content h2 a:hover,#featured h2 a:hover {
  text-decoration: none;
  border: none;
}

#content h3 {
  color: #444;
  font-weight: bold;
  font-size: .95em;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

#content p {
  color: #666;
  font-size: .95em;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}

#content p strong {
  color: #444;
  font-weight: bold;
  font-style: italic;
}

#content a:link,#content a:visited,#content a:active {
  color: #7ad500;
  border-bottom: 1px dashed #999;
  text-decoration: none;
}

#content a:hover {
  color: #7ad500;
  text-decoration: none;
  border-bottom: 1px solid #666;
}

#content #newsbg {
  background: url(/images/iconsprites.png) no-repeat;
  background-position: -112px 0px;
}

#content #bellbg {
  background: url(/images/iconsprites.png) no-repeat;
  background-position: -240px 0px;
}

#content #helpbg {
  background: url(/images/iconsprites.png) no-repeat;
  background-position: -80px 0px;
}

#content #datebg {
  background: url(/images/iconsprites.png) no-repeat;
  background-position: -192px 0px;
}

#content #contactUs {
  background: url(/images/iconsprites.png) no-repeat;
  background-position: -16px 0px;
}

#content #siteMapBG {
  background: url(/images/iconsprites.png) no-repeat;
  background-position: -176px 0px;
}

#content #emailbg {
  background: url(/images/iconsprites.png) no-repeat;
  background-position: -144px 0px;
}

#content #tandcPrivacy {
  background: url(/images/iconsprites.png) no-repeat;
  background-position: -48px 0px;
}

#content #helpTopicsBG {
  background: url(/images/iconsprites.png) no-repeat;
  background-position: -64px 0px;
}

#content #sponsors {
  background: url(/images/iconsprites.png) no-repeat;
  background-position: -96px 0px;
}

#content #special {
  background: url(/images/iconsprites.png) no-repeat;
  background-position: -224px 0px;
}

#content #star {
  background: url(/images/iconsprites.png) no-repeat;
  background-position: -32px 0px;
}

#content #oops {
  background: url(/images/iconsprites.png) no-repeat;
  background-position: -128px 0px;
}

#content .column-1 {
  width: 260px;
  float: left;
  /*margin-right: 40px;*/
  height: 100%;
  min-height: 100px;
  padding: 0;
}

#content .column-1med {
  width: 375px;
  float: left;
  /*margin-right: 40px;*/
  height: 100%;
  min-height: 100px;
  padding: 0;
}

#content .column-2 {
  width: 660px;
  float: left;
  margin-right: 20px;
  height: 100%;
  padding: 0px 0px 0px 0px;
}

#content .column-3 {
  width: 980px;
  float: left;
  margin-right: 20px;
  height: 100%;
  padding: 0px 0px 0px 0px;
}

form div.forms { /* input row container */
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

form span.outerBox { /* border */
  position: relative;
  display: block;
  margin-left: 165px;
  font-size: .8em;
  color: #666;
}

form span.outerBox input,form span.outerBox textarea,form span.outerBox select
  {
  margin: 0;
  padding: 4px 8px;
  font-size: 14px;
  font-family: inherit;
  color: #111;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  border-top-color: #777;
  border-bottom-color: #DDD;
  width: 90.5%;
}

form span.outerBox input.standard,form span.outerBox textarea.standard,form span.outerBox select.standard
  {
  width: 90.5%;
}

form span.outerBox input.medium,form span.outerBox textarea.medium,form span.outerBox select.medium
  {
  width: 40.5%;
}

form span.outerBox input.small,form span.outerBox textarea.small,form span.outerBox select.small
  {
  width: 20.5%;
}

* html form span.outerBox input.standard,* html form span.outerBox textarea.standard,* html form span.outerBox select.standard
  {
  width: 90.5%;
}

form span.outerBox input:focus,form span.outerBox textarea:focus,form span.outerBox select:focus
  {
  background-color: #FFF;
}

form span.outerBox textarea {
  height: 18em;
}

form span.box {
  position: relative;
  display: block;
  margin-left: 165px;
  padding: 2px;
  font-size: .7em;
}

form span.termsagree {
  position: relative;
  display: block;
  margin-left: 165px;
  padding: 2px;
  font-size: .7em;
  color: #666;
}

form label {
  text-align: left;
  float: left;
  display: block;
  width: 130px;
  padding-left: 20px;
  margin: 2px 0 0 0;
  font-size: .8em;
  color: #666666;
}

form span.eg {
  display: block;
  margin-left: 165px;
  padding: 3px 2px 0 2px;
  font-size: .6em;
  color: #990000;
}

form span.terms {
  display: block;
  height: 8em;
  padding: 4px;
  color: #666;
  overflow: auto;
}

.success {
  color: #004500;
  min-height: 25px;
  text-align: center;
  font-size: .8em;
  border-top: 1px solid #004f00;
  border-bottom: 1px solid #004f00;
  background: #def2de;
  padding-left: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}

.error {
  color: #d20000;
  min-height: 25px;
  font-size: .8em;
  text-align: center;
  border-top: 1px solid #a31616;
  border-bottom: 1px solid #a31616;
  background: #f2d8d8;
  padding-left: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}

/* -------------------------EVENT LISTINGS ------------------------- */
.paddingWrap {
  width: 600px;
  padding: 0px 20px;
}

.listingWrapper {
  width: 660px;
  background: url(/images/2colBoxBg.png) repeat-y center top;
  padding: 10px 0px 5px 0px;
  text-align: justify;
}

.listing2colTop {
  height: 52px;
  background: url(/images/2colBoxTopH1.png) no-repeat center top;
  padding: 0px;
}

.listing2colTop h1 {
  color: #006300;
}

.listing2colBtm {
  height: 32px;
  background: url(/images/2colBoxBottom.png) no-repeat center top;
  padding: 0px;
}

.justifyText {
  text-align: justify;
}

#listingInfo {
  float: left;
  width: 450px;
}

#listingIcons {
  float: right;
  width: 85px;
}

#listingIcons img {
  padding: 2px;
  border: 1px solid #999;
}

#listingIcons img:hover {
  border: 1px solid #006300;
}

.listingWrapper h3 {
  color: #666666;
  font-weight: normal;
  font-size: 1.2em;
  padding-bottom: 15px;
}

.listingWrapper blockquote {
  margin: 20px 10px 0px 10px;
  padding: 1.5em;
  background: #f5f1e1;
  border-top: 1px solid #e1d6a1;
  border-bottom: 1px solid #e1d6a1;
}

.listingWrapper blockquote p {
  padding-top: 0;
  font-size: 1em;
  font-style: italic;
  color: #444;
  text-align: justify;
  line-height: 1.7em;
}

.listingWrapper blockquote p strong {
  color: #333;
}

#listingcontainer {
  width: 600px;
  margin: 0 auto;
}

ul.listingDefault {
  width: 600px;
  padding: 0px;
  margin: 0px;
}

ul.listingDefault li {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 14px 14px;
  width: 580px;
}

#container table.listing a.listing:link,#container table.listing a.listing:visited,#container table.listing a.listing:active
  {
  color: #000;
  border: none;
  text-decoration: none;
}

#container table.listing a.listing:hover {
  text-decoration: underline;
}

.listingcontainer .featuredEvent,.listingcontainer .standardEvent {
  color: #990000;
  font-size: 1.1em;
  font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
  width: 90%;
}

table.listing {
  border: none;
  border-collapse: collapse;
}

table.listing tr.title {
  padding: 5px 0px;
}

.listingDefault .featuredEvent {
  background: url(/images/iconsprites.png) no-repeat;
  background-position: -32px 0px;
  padding-left: 20px;
}

.listingLocation {
  font-size: .7em;
}

.listingImage {
  width: 10%;
}

.listingDates {
  font-size: .85em;
  color: #444;
  padding-top: 15px;
  width: 90%;
}

.listingDesc {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: .85em;
  color: #444;
  padding-top: 15px;
  width: 90%;
}

/* ------------------------- FOOTER ------------------------- */
#footer {
  border-top: 1px solid #c2c0b5;
  width: 900px;
  clear: both;
  margin: 0 auto;
}

#footer p {
  text-align: center;
  color: #717171;
  font-size: .70em;
}

#footer a:link,#footer a:visited,#footer a:active {
  color: #717171;
  text-decoration: underline;
  border-bottom: none;
}

#footer a:hover {
  color: #494949;
  text-decoration: underline;
  border-bottom: none;
}

#footerWrapper {
  clear: both;
}

/* ------------------------- RIGHT COLUMN ------------------------- */
.rightWrapper p {
  color: #999999;
  font-size: .95em;
  padding: 0px;
  margin: 0px;
  line-height: .7em;
}

.rightWrapper {
  width: 240px;
  background: url(/images/1colBoxBg.png) repeat-y center top;
  padding: 10px 0px 10px 20px;
}

.rightWrapper1colTop {
  height: 52px;
  background: url(/images/1colBoxTopH1.png) no-repeat center top;
  padding: 0px;
}

.rightWrapper1colTop h1 {
  color: #006300;
}

.rightWrapper1colBtm {
  height: 32px;
  background: url(/images/1colBoxBottom.png) no-repeat center top;
  padding: 0px;
}

.searchForm span.outerBox2 input,.searchForm span.outerBox2 textarea {
  margin: 0;
  margin-left: 0px;
  padding: 6px 5px;
  font-size: 14px;
  font-family: inherit;
  color: #111;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  border-top-color: #777;
  border-bottom-color: #DDD;
}

.searchForm span.outerBox2 select {
  margin: 0;
  margin-left: 0px;
  margin-right: 10px;
  padding: 6px 5px;
  font-size: 90%;
  font-family: inherit;
  color: #111;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  border-top-color: #777;
  border-bottom-color: #DDD;
}

.searchForm {
  float: left;
}

/* ------------------------- BUTTONS ------------------------- */
.buttons a,.buttons button {
  display: block;
  float: left;
  margin: 0px 5px 0 5px;
  background: #fff;
  border: 1px solid #666;
  border-bottom: 1px solid #666;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
  font-size: 100%;
  letter-spacing: -1px;
  line-height: 130%;
  text-decoration: none;
  color: #354b7d;
  cursor: pointer;
  padding: 5px 10px 6px 7px; /* Links */
  outline: none;
}

.buttons button {
  width: auto;
  overflow: visible;
  outline: none;
  padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button[type] {
  outline: none;
  padding: 6px 10px 6px 7px; /* Firefox */
  line-height: 19px; /* Safari, netscape, opera */
}

* :first-child+html button[type] {
  padding: 2px 10px 2px 7px; /* IE7 */
}

.buttons button img,.buttons a img {
  margin: 0 3px -3px 0 !important;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
  display: inline;
  outline: none;
}

/* ------------------------- STANDARD ------------------------- */
button:hover,.buttons a:hover {
  background-color: #efefef;
  color: #354b7d;
  outline: none;
}

.buttons a:active {
  background-color: #e8caca;
  outline: none;
}

/* ------------------------- POSITIVE ------------------------- */
button.positive,.buttons a.positive,.buttons a:link,.buttons a:visited {
  color: #354b7d;
}

.buttons a.positive:hover,button.positive:hover {
  background-color: #efefef;
  color: #354b7d;
}

.buttons a.positive:active {
  color: #354b7d;
}

/* ------------------------- NEGATIVE ------------------------- */
.buttons a.negative,button.negative {
  background: url(/images/findacomputershow/searchFormBG.jpg) no-repeat center;
  border: none;
  color: #fff;
  outline: none;
  font-weight: bold;
}

.buttons a.negative:hover,button.negative:hover {
  background: url(/images/findacomputershow/searchFormBG.jpg) no-repeat center;
  border: none;
  color: #fff;
  font-weight: bold;
}

.buttons a.negative:active {
  background: url(/images/findacomputershow/searchFormBG.jpg) no-repeat center;
  border: none;
  color: #fff;
  outline: none;
  font-weight: bold;
}

.clear {
  clear: both;
}

.inlineImg {
  display: inline;
}

#helpPage {
  font-size: .7em;
  text-align: justify;
  color: #666;
}

#helpPage strong {
  color: #222;
  font-weight: bold;
}

.pointer {
  cursor: pointer;
}

#printReturn {
  position: absolute;
  left: -9999em;
}

/* ------------------------- Support for FAQ ------------------------- */
#content .support {
  font-size: .9em;
  text-decoration: none;
  line-height: 30px;
}

#content a.support:link,#content a.support:visited
#content a.support:active {
  color: #555;
  text-decoration: underline;
  border-bottom: none;
}

#content a.support:hover {
  color: #000;
  text-decoration: underline;
  border-bottom: none;
}

#content p.supportsub {
  font-size: .8em;
  text-align: justify;
  margin: 5px 30px;
  background: #f5f1e1;
  border-top: 1px solid #e1d6a1;
  border-bottom: 1px solid #e1d6a1;
  padding: 15px;
  color: #888;
}

ul#helpTopics {
  list-style-type: none;
  text-align: center;
  width: 200px;
  padding: 5px 0px;
}

ul#helpTopics li {
  margin-bottom: 10px;
  text-align: center;
  padding: 7px 0px;
  border-bottom: 1px solid #e1d6a1;
  margin-top: -10px;
}

ul#helpTopics li a {
  color: #82796b;
  display: block;
  text-decoration: none;
  border-bottom: none;
  font-size: .75em;
  cursor: pointer;
}

ul#helpTopics li:hover {
  background: #fff;
  color: #555;
  cursor: pointer;
  background: #f5f1e1;
}

ul#helpTopics li a:link,ul#helpTopics li a:active,ul#helpTopics li a:visited {
  color: #82796b;
  text-decoration: none;
  border-bottom: none;
  cursor: pointer;
}

ul#helpTopics li a:hover {
  color: #555;
  text-decoration: none;
  border-bottom: none;
  cursor: pointer;
}

