/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

hr {display: none;}

body {
  background:#ededde;
  padding:0;
  margin:25px 0 0;
}

body, p, li, th, td {
  font-family:Georgia, Times, "Times New Roman", serif;
  font-size:0.95em;
  line-height:1.4;
}

h1, h2, h3, h4, h5, h6 {
  color:#173363; 
}

.wrapper {
  width:982px;
  margin:0 auto;
}

.background {
  background:url(images/middle.png) repeat-y 0 0;
}

a:link,
a:visited {
  color:#173363;
}

a:hover,
a:active {
  color:#7d8f30;
  text-decoration:none;
}

/* Header */

#top {
  background:url(images/top.png) no-repeat 0 0;
  padding:11px 11px 0;
}

h1.headermain {
  position:absolute;
  top:-10000px;
}

#topbar,
#topbar td {
  border:none;
  border-collapse:collapse;
}

#top1,
#top3 {
  background:#7d8f30;
  height:8px;
  width:220px;
}

#top2 {
  background:#173363;
  height:8px;
  width:520px;
}

/* Tables */

table.vedit {background: none;border-color: #ddd;width:75%;margin-bottom: 10px !important;}
.vedit th {background: none;border: none;width:40%;font-size: 1em;}
.vedit td {border: none;width:60%;background: none;}
.vedit input {
  width:250px;
  background:#ededde;
  border:1px solid #d9d9ce;
  outline:none;
  font-size:14px;
  padding:5px;
}

h3 {margin:25px 0 10px;}
#signup table.vedit {background: url(images/gradient.jpg) repeat-x 0 100%;width:75%}
#signup table.vedit th {padding:25px 10px 10px 10px}
#signup table.vedit td {padding:25px 10px 10px 5px;}
#signup table.vedit input {width:200px;}
#signup table.vedit input.checkbox,
#signup table.vedit input.radio {width:auto;margin-right:5px;}


#signup table.vedit td label  {padding-bottom: 0;}

/* Footer */

#footer {text-align: center;margin-top: 25px;}

 
#bottom {
  background:url(images/bottom.png) no-repeat 0 100%;
  line-height: 1;
}

.bottomlogo img {margin: 0;padding:25px;}
.powered {display: none;}
/* Admin *

#admin h3 {margin:0;padding:1.5em;}

#admin input {font-size: 13px;} */


.copy {text-align: center;background: #eee; padding:10px;margin:25px 19px 0}
.copy p {margin: 0;font-size: 0.75em;}

.centered {padding:0 19px;}