/*  CSS for CrosswordGrids.com  */

*{margin:0; padding:0;}

body {
  font-family: Verdana,Tahoma,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  color: #303030;
  background: #e8eaec;
}

#fixcenter {
  width: 1000px;
  margin: 10px auto;
  text-align: left;
  background: #ffffff;
  color:#303030;
  border: 2px solid #a0a0a0;
}

#header {
  height: 105px;
  width: 988px;
  margin: 1px;
  padding: 10px 0px 0px 10px;
  background: #80B0DA;
  color: #ffffff;
}

#float_google_ad_top {
  float: right;
  margin-top: 0px;
  margin-right: 15px;
  width: 728px;
  display: inline;
}

#navigation {
  height: 2.2em;
  line-height: 2.2em;
  font-size: 14px;
  width: 998px;
  margin: 0 1px;
  background: #578bb8;
  color: #ffffff;
  text-align: center;
}

#navigation li {
  float: left;
  list-style-type: none;
  border-right: 1px solid #ffffff;
  text-align: center;
}

#navigation li a {
  display: block;
  padding: 0 10px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  background-color: inherit;
  color: #ffffff;
  text-align: center;
}

#navigation a:hover {
  background: #80B0DA;
  color: #ffffff;
  text-decoration: none;
}

#content {
  width: 958px;
  font-size: 14px;
  padding: 20px;
}

#content p {
  text-align: justify;
  margin-top: 1.0em;
}

#content h2 {
  display: block;
  margin: 0 0 16px 0;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #505050;
  background-color: inherit;
  text-align: center;
}

#content h3 {
  display: block;
  margin: 0 0 16px 0;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #505050;
  background-color: inherit;
  text-align: left;
}

#content h4 {
  display: block;
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #505050;
  background-color: inherit;
  text-align: center;
}

#content h2 {font-weight:normal;}
#content ul, #content ol {margin:0 5px 10px 15px;}
#content a{color:#467aa7; background-color:inherit; font-weight:bold; text-decoration: none;}
#content a:hover{color:#467aa7; background-color:inherit; text-decoration: underline;}

#footer {
  clear: both;
  width: 998px;
  padding: 5px 0;
  margin: 0 1px;
  font-size: 14px;
  color: #f0f0f0;
  background: #467aa7;
}

#footer li {
  display: inline;
}

#footer ul {
  margin-left: -5px;
  text-align: center;
}

#partners {
  margin-left: -15px;
  font-size: 12px;
}

#partners ul, #partners li {
  font-size: 12px;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold; text-decoration: none;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

.float_left {
  float: left;
  margin: 10px 15px 3px 0px;
}

.float_right {
  float: right;
  margin: 3px 0px 3px 15px;
}

/*
Page Navigation
*/

ul.pagelist {
  height: 25px;
  clear: both;
  padding: 0;
  margin: 15px 0 15px 0;
  padding-top: 15px;
  list-style-type: none;
  text-align:center;
  color: #467aa7;
}

ul.pagelist li {
  display: inline;
}

ul.pagelist li a, ul.pagelist span.disabledlink {
  padding: 4px;
}

ul.pagelist li a {
  font-weight: bold;
  text-decoration: none;
  color: #467aa7;
}

ul.pagelist li.current a {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
  color: #325676;
}

ul.pagelist li.prev {
  margin-right: 10px;
}

ul.pagelist li.next {
  margin-left: 10px;
}

.disabledlink {
  font-weight: bold;
  color: #80b0da;
  cursor: default;
}

.pagenav {
  clear: both;
}

.disabled_nav {
  visibility: hidden;
}
