/* @override 
	http://localhost:3000/stylesheets/screen.css?1225274709
	http://localhost:3000/stylesheets/screen.css?1225458496
*/

/* @group Layout */

body {
  margin: 0;
  padding: 0;
  background: #575a58 url(../images/bg-repeat-y.gif) repeat-y left top;
  color: #3e3e3e;
}

#head {
  background: url(../images/bg-head.jpg) no-repeat left top;
}

#mid_img {
  clear: both;
  display: block;
}

#container {
  width: 940px;
}

#sidebar {
  width: 154px;
  float: left;
  font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
  padding-top: 0;
  padding-left: 15px;
}

#sidebar ul {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
  text-align: right;
}

#sidebar ul li {
  margin-bottom: 6px;
}

#sidebar ul.focus_links {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  /*padding-bottom: 10px;*/
}

#sidebar ul.focus_links li {
  margin-bottom: 8px;
}

#sidebar ul.focus_links li a {
  font-weight: bold;
  font-size: 1.2em;
  color: #1e324b;
}

#sidebar ul li a:hover {
  text-decoration: none;
}

#content {
  float: right;
  width: 660px;
  padding-right: 70px;
  font: 0.7em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
  margin-top: 11px;
}

#footer {
  clear: both;
  margin-bottom: 25px;
  color: #b1b1b1;
}

#footer ul {
  padding: 0;
  list-style-type: none;
  text-align: right;
  margin: 0 0 5px;
}

#footer ul li {
  display: inline;
  margin-left: 7px;
  border-left: 1px solid #d8d8d8;
  padding-right: 0;
  padding-left: 7px;
}

#footer ul li.first {
  border-left-style: none;
}

#footer ul.links li a {
  color: #868686;
}

#footer ul li a {
  color: #b1b1b1;
}

#footer ul li a:hover {
  color: #999;
}

/* @end */

/* @group Content Styling */

a img {
  border-style: none;
}

#content img {
  border: 1px solid #5c6e7c;
}

#content h1 {
  margin-top: 0;
  font-size: 1.4em;
  font-weight: normal;
  font-style: normal;
  color: #3f699b;
}

#content h2 {
  font-size: 1.2em;
  font-weight: normal;
  font-style: normal;
  color: #3f699b;
  margin-top: 0;
}

#content h1 img {
  vertical-align: text-top;
}

#sidebar ul li a {
  color: #3f699b;
}

#content a {
  color: #3f699b;
}

#content a:hover {
  color: #294465;
  text-decoration: none;
}

.buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.buttons li {
  display: inline;
  margin-right: 7px;
}

table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

table td {
  border-bottom: 1px solid #c0c0c0;
}

table thead {
  background-color: #ddd;
  font-weight: bold;
}

tr.ruled{
	background: #f1ebe0;
}

.page_body {
  margin-bottom: 25px;
}

#file_list {
  width: 100%;
  background-color: transparent;
  border-style: none;
}

#file_list td {
  border-bottom-style: none;
  padding-bottom: 12px;
}

#file_list .icon {
  width: 40px;
  text-align: center;
}

#file_list .icon a img {
  border-style: none;
}

/* @end */

/* @group Forms */

fieldset {
  border: 1px solid #8fabb8;
  margin-bottom: 15px;
  padding: 10px;
}

legend {
  font-size: 1.2em;
  padding-left: 10px;
  padding-right: 10px;
  color: #3f699b;
}

fieldset dl {
  margin-top: 0;
  margin-bottom: 0;
}

form dt, form dd {
  padding-top: 5px;
}

form dt {
  width: 170px;
  float: left;
  font-weight: bold;
  padding-top: 9px;
  text-align: right;
}

form dd {
  margin-left: 175px;
}

form dd input,
form dd textarea,
form dd select {
  font-size: 1.2em;
  width: 448px;
}

form dd input.submit,
form dd input.no_fill,
form dd.no_fill input,
form dd.no_fill textarea,
form dd.no_fill select {
  width: auto;
}

form .service_requirement {
  font-size: 0.9em;
  color: #727272;
  padding-bottom: 5px;
  padding-left: 2.5em;
}

.help {
  color: #7e7e7e;
  font-size: 0.9em;
  padding-top: 3px;
  padding-bottom: 7px;
}

.no_fill {
  width: inherit;
}

#login_form {
  text-align: center;
}

#login_form form {
  background-color: #dfdfdf;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 22px 5px 15px;
  text-align: left;
  border: 1px solid #aab5ce;
  font-weight: bold;
}

#login_form .fill {
  width: 100%;
}

#login_form input {
  font-size: 1.4em;
}

#login_form h1 {
  font-size: 1.2em;
  line-height: 1.4em;
}

#login_form p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* @end */

/* @group Directory */

#map {
  clear: both;
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
  border: 1px solid #19314d;
}

table#directory {
  background-color: #e6eaed;
  border-style: none;
  margin-bottom: 25px;
}

table#directory td {
  border-bottom: 1px solid #cecece;
  height: 33px;
}

table#directory thead td {
  height: 20px;
}

table#directory tr.ruled{
  background: #ededed;
}

table#directory tr.contact_details {
  background: #dee2e5 url(../images/contact_details_bg.gif) no-repeat 5px 5px;
}

table#directory tr.contact_details td {
  padding: 0;
}

table#directory tr.contact_details dl {
  margin-left: 39px;
}

table#directory tr.contact_details dl dt {
  font-weight: bold;
  width: 100px;
  float: left;
  text-align: right;
  margin-right: 10px;
  margin-bottom: 5px;
}

table#directory tr.contact_details dl dd {
  margin-left: 110px;
  margin-bottom: 5px;
}

table#associations {
  background-color: transparent;
  border: 1px solid #ccc;
  margin: 0 0 15px;
}

table#associations td {
  padding: 10px;
  border-bottom-style: none;
}

table#associations td.logo {
  text-align: right;
  vertical-align: middle;
}

table#associations td h2 {
  font-size: 1.2em;
  margin: 0 0 5px;
}

table#associations td p {
  margin: 0 0 5px;
}

table#associations td p.link {
  margin-bottom: 0;
}

.advert .main {
  width: 445px;
  float: left;
  padding-right: 15px;
  border-right: 1px solid #d0d0d0;
}

.advert .main h1 {
  margin-bottom: 0;
}

.advert .main h2 {
  font-size: 1.1em;
  margin-top: 5px;
  color: #9b9b9b;
}

/*.advert .main #map {
  clear: both;
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
  border: 1px solid #19314d;
}*/

.advert .meta {
  float: right;
  width: 180px;
  padding-top: 10px;
}

.advert .meta .thumbnail {
  text-align: center;
}

.advert .meta dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.advert .meta dd {
  margin: 0 0 10px;
  padding: 0;
}

/* @end */

/* @group Errors and Flashes */

#flash {
  background-color: #fdffca;
  border: 1px solid #ffcfa7;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}

#flash.notice {
  color: #177f00;
}

#flash.error {
  color: #7e0000;
}

#errorExplanation {
  background-color: #fde8be;
  padding: 10px;
  border: 1px solid #fdca64;
  margin-bottom: 15px;
}

#errorExplanation h2 {
  margin: 0;
  font-size: 1.2em;
  color: #65191e;
}

#errorExplanation ul {
  margin: 0;
}

/* @end */

/* @group Search */

#search_form {
  background-color: #d5dbd7;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #bfc4c1;
}

#search_form form {
  margin: 0;
}

#search_form form input {
  padding: 3px;
  margin-left: 4px;
  margin-right: 4px;
}

.results ul {
  margin: 0;
  font-size: 1.2em;
}



/* @end */