/* Reset */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
 /* vertical-align: baseline; */
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Basic */
body {
  color: #000;
  font-family: Trebuchet MS,  Georgia, Times, 'Times New Roman' , serif;
  line-height: 1.5;
  margin: 0;
  font-size: 13px;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.2em;
}
ul, ol {
  margin: 0;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
li ul, li ol {
  margin: 0 1.5em;
}
dl dd {
  margin-left: 1.5em;
}
abbr, acronym {
  border-bottom: 1px dotted #000;
}
address {
  font-style: italic;
  margin-top: 1.5em;
}
a {
  color: #dc002e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
blockquote {
  border-left: 4px solid #ccc;
  font-family: Georgia, 'Times New Roman' , serif;
  font-size: 1.2em;
  margin: 1.5em;
  padding-left: 1em;
}
blockquote cite {
  font-size: .9em;
}
em, dfn {
  font-style: italic;
}
pre, code {
  margin: 1.5em 0;
  white-space: pre;
}
pre, code, tt {
  font-family: consolas, monospace;
}
tt {
  display: block;
  margin: 1.5em 0;
}
sup, sub {
  font-size: .875em;
  line-height: 1.875em;
  margin-bottom: 1.875em;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
table {
  margin-bottom: 1.4em;
  width: 100%;
}
th, td {
  padding: .2em 1em;
  text-align: left;
}
thead th {
  background: #bbb;
  padding: .4em 1em .2em;
}
tbody th, tbody td {
  background: #fff;
}
tbody tr.alt th, tbody tr.alt td {
  background: #eee;
}
tfoot th, tfoot td {
  background: #eee;
}
tfoot tr.total th, tfoot tr.total td {
}
tfoot tr.total th {
  text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6, dl dt, strong, dfn {
  color: #4c473f;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Trebuchet MS';
}
p, dl {
  margin: 0 0 1.5em;
}
del {
  color: #000;
}
.align-left {float: left; margin-right: 1em;}
.align-center {display: block; margin-left: auto; margin-right: auto;}
.align-right {float: right; margin-left: 1em;}

/* Forms */
.field {
  padding: 0 0 10px 0;
}
.field label {
  display: block;
}
.field.error .info {
  color: #d00;
}
.field.required label:after {
  content: ' *';
}
.field input, .field textarea {
  font-family: Georgia, Times, 'Times New Roman' , serif;
}

/* Comments */
.comment {
  font-size: .9em;
  margin: 10px 0;
  padding: 10px;
  background: #ecefef;
}
.comment p {
  margin-bottom: 0;
}
.comment.rejected {
  color: #d00;
}
#comment-form {
  margin-top: 20px;
}
#comment-form fieldset {
  background: #ecefef;
  padding: 10px;
  margin-top: 10px;
}
#comment-form .info {
  font-size: .9em;
}
#comment-form .field input {
  width: 40%;
}
#comment-form .field textarea {
  width: 80%;
  height: 200px;
}

/* Forms */
ul.form {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.form li {
  padding-bottom: 10px;
  border: 1px solid #fff;
  position: relative;
  clear: both;
  width: 90%;
}
ul.form li p {
  margin: 0;
}
ul.form li div.group label {
  display: inline !important;
}

ul.form li div.text p {
  margin: 0 0 1.5em;
}
ul.form li.formtwo1 {
  width: 45%;
  float: left;
  clear: left !important;
}
ul.form li.formtwo2 {
  width: 45%;
  float: left;
  clear: none !important;
}
ul.form li.formthree1 {
  width: 30%;
  float: left;
  clear: left !important;
}
ul.form li.formthree2 {
  width: 30%;
  float: left;
  clear: none !important;
}
ul.form li.formthree3 {
  width: 30%;
  float: left;
  clear: none !important;
}
.form.topLabel .field label {
  display: block;
}
.form.leftLabel .field label {
  float: left !important;
  width: 150px !important;
  margin-right: 10px !important;
}
.form.rightLabel .field label {
  float: left !important;
  width: 150px !important;
  margin-right: 10px !important;
  text-align: right !important;
}
ul.form .field.required label:after {
  content: ' *';
}
ul.form li span.checkbox label {
  float: none;
  display: inline !important;
  width: auto;
}
ul.form li input.date {
  width: 100px;
  margin-right: 5px;
}
ul.form li input.time {
  width: 60px;
}
ul.form li.textboxsmall input {
  width: 100px;
}
ul.form li.textboxmedium input {
  width: 200px;
}
ul.form li.textboxlarge input {
  width: 400px;
}
ul.form li.textboxsmall textarea {
  width: 200px;
  height: 100px;
}
ul.form li.textboxmedium textarea {
  width: 400px;
  height: 150px;
}
ul.form li.textboxlarge textarea {
  width: 600px;
  height: 200px;
}
ul.form li.selectsmall select {
  width: 100px;
}
ul.form li.selectmedium select {
  width: 200px;
}
ul.form li.selectlarge select {
  width: 400px;
}

.grid-9 img {
padding:5px;
}
