/* CSS Reset style */
* {
  margin: 0;
  padding: 0;
}

table { border: 0; }

/*
 * Site-wide styles
 */
body {
  background-image: url("images/bg.gif");
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

a { text-decoration: none; }
a img { border-style: none; }
a:link    { color: #0033FF; }
a:visited { color: #0033ff; }
a:active  { color: #FF00FF; }

img { vertical-align: middle; }

ul { list-style: none; }

h3 { font-weight: normal; }

#logo {
  margin: auto;
  margin-top: 8px;
  text-align: center;
}

#wrapper {
  width: 1200px;
  margin: auto;
  margin-top: 12px;
  text-align: center;
}

#footer {
  margin: auto;
  margin-top: 6px;
  text-align: center;
}

/*
 * Navigation bar styles
 */


.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.nav li {
  float: left;
}

.nav li a {
  display: block;
  color: #0033ff;
  text-align: center;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 18px;
}

.nav li a:hover:not(.active) {
  background-color: #efefef;
}

.nav a {
  font-size: 18px;
}

/*
 * Tagline styles
 */
.tagline {
  font-size: 16px;
  font-weight: normal;
  color: #CC3333;
}
.tagline .join-now {
  margin-left: 4em;
}

/*
 * Advertisers table styles
 */
.advertisers {
  margin-top: 14px;
}
.advertisers td {
  vertical-align: top;
}
.advertisers h2 {
  font-size: 1.4em;
  font-weight: normal;
  text-transform: uppercase;
}
.advertisers span {
  color: #006633;
  font-size: 0.9em;
  font-family: Tahoma, sans-serif;
}

/*
 * Main content table styles
 */
#main-content {
  width: 1200px;
  margin-top: 6px;
  border: solid 2px #FAEFFA;
  border-collapse: collapse;
}
#main-content td {
  vertical-align: top;
}

.login {

	color: #333333;
	font-size: 11px;
	font-family: tahoma;
}

#main-content .login input {
  width: 100%;
}

/*
 * Left column styles
 */
#main-content .left-column {
  font-size: 1.1em;
  background-color: #D7FFFF;
  width: 210px;
}

/*
 * Right column styles
 */
#main-content .right-column {
  font-size: 1.1em;
  background-color: #D7FFFF;
  width: 210px;
}

/*
 * Main column styles
 */
#main-content .main-column {
  width: 760px;
}

/*
 * Styles for the left and right columns
 */

ul.fast-facts {
  text-align: left;
  list-style: none;
  line-height: 1.25em;
}
.fast-facts li {
  padding-left: 0.5em;
}

.features {
  width: 95%;
  margin: auto;
  padding: 5px 2px 5px 2px;
  
  border: outset 1px #FFE4CA;
  background-color: #F8F8F8;
  text-align: center;
}
.features h3 {
  font-size: 0.7em;
}
.features ul {
  list-style: none;
  line-height: 1.25em;
  font-size: 0.9em;
}
.features li {
  margin-top: 1em;
}

br.separator {
  height: 1.5em;
}

/*
 * Search form styles
 */
.listings-search {
  border: solid 1px #DDFFFF;
}
.listings-search-inner {
  margin: 2px;
  border: inherit;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background-color: #FFFFFF;
  font-size: 1.5em;
}
.listings-search-header {
  text-align: left;
  color: #207CCA;
  font-weight: bold;
  font-size: smaller;
}
.listings-search table {
  width: 90%;
  margin: auto;
}
.listings-search button {
  width: 100%;
}

.listings-search input,
.listings-search input {
  padding: 8px 15px;
  background: rgba(50, 50, 50, 0.2);
  border: 0px solid #DBDBDB;
  
  width: 100%;
}
.listings-search button {
  position: relative;
  padding: 6px 15px;
  left: -8px;
  border: 2px solid #207CCA;
  background-color: #207CCA;
  color: #FAFAFA;
  
  text-transform: uppercase;
}
.listings-search button:hover  {
  background-color: #FAFAFA;
  color: #207CCA;
}

/*
 * Listings and licensing block styles
 */
.licensing-link, .listings-link {
  text-align: left;
  width: 50%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.licensing-link {
  background-color: #FFFFCC;
}
.listings-link {
  background-color: #CCFFCC;
}
.licensing-link h3, .listings-link h3 {
  font-size: 1.7em;
}
.licensing-link p, .listings-link p {
  font-size: 1.1em;
  line-height: 1.6em;
}

/*
 * Forums block styles
 */
.forum-link {
  border: solid 1px #FFCC99;
}
.forum-link-inner {
  border: inherit;
  margin: 2px;
  background-color: #F3F3F3;
}
.forum-link h2 {
  font-size: 1.3em;
  font-weight: normal;
}
.forum-link h3 {
  font-size: 1em;
  font-weight: bold;
  color: #CC3333;
}

/*
 * Article synopsis styles
 */
.article-synopsis {
  background: url("article_images/bg2.gif");
  background-repeat: no-repeat;

  height: 237px;
  padding: 44px 18px 14px 18px;
  margin: 2px auto 10px;
  
  text-align: justify;
  font-size: 0.9em;
  line-height: 20px;
  color: #333333;
}
.article-synopsis h2 {
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 1.8em;
  text-indent: 1em;
}
.article-synopsis .picture {
  float: left;
  margin-right: 9px;
  margin-bottom: 9px;
}
.article-synopsis .read-more {
  margin-top: 1em;
  margin-right: 2em;
  float: right;
}