/* Start of CMSMS style sheet 'style' */
/* === header === */
#header h1 {
  margin: 0px;
  padding: 0px;
  height: 100px;
  background: url(/uploads/images/logo_artistiqueacres.png) center no-repeat;
  text-indent: -9999px;
}
#header h1 a {
  display: block;
  height: 100px;
  text-decoration: none;
}
/* === \header === */

/* === content === */
#content h1, #content h2, #content h3, #content h4 {
  margin: 0.1em 0;
  padding: 0;
  font-family: tahoma,helvetica,sans-serif;
}
#content h1 {
  font-size: 160%/1.2em;
  font-weight: normal;
  border-bottom: 1px solid #888;
  color: #840000;
  background-color: transparent;
}
#content h2 {
  font-size: 130%;
  font-weight: normal;
  text-transform: uppercase;
  color: #840000;
  background-color: transparent;
}
#content h3 {
  font-size: 110%;
  font-weight: normal;
}
#content h4 {
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#content p,#content address {
  margin: 0 0 1em 1em;
  font-style: normal;
}
#content p,#content li,#content address {
  font-size: 80%;
  line-height: 1.5em;
}
#content ul {
  margin-top: 0;
}
#content ul ul {
  list-style-type: square;
}
#content li li {
  font-size: 90%;
}
#content table {
  width: 100%;
  margin: 10px 0;
  padding: 0;
  border: 1px solid #888;
}
#content td,#content th {
  font: 70% arial,helvetica,sans-serif;
  vertical-align: top;
  padding: 2px;
}
#content th {
  font-weight: bold;
}
#content caption {
  font-weight: bold;
}
#content a:link,#content a:active,#content a:visited {
  background-color: transparent;
  color: #ff9900;
  font-weight: bold;
  text-decoration: none;
}
#content a:hover {
  background-color: transparent;
  color: #ff0000;
  text-decoration: underline;
}
.error {
  background-color: transparent;
  color: #ff0000;
}
.cell1 {
  width: 15%;
}
.cell2 {
  width: 32%;
  text-align: center;
}
.cell1,.cell2,.cell3 {
  border-bottom: 1px solid #888;
}
.cell2,.cell3 {
  border-left: 1px solid #888;
}
.image {
  text-align: center;
}
.image img {
  margin: 0 auto;
  border: none;
}
/* === \content === */

/* =sidebar */
#sidebar p {
  margin: 2em 0.2em 1em;
  font-size: 80%;
  text-align: center;
  color: #FFFFFF;
  background-color: transparent;
}

/* == tip == */
blockquote#tip {
  float: right;
  margin: 0 0 1em 0.3em;
  padding: 0;
  width: 160px;
  border-style: solid;
  border-width: 3px 0 1px;
  border-color: #ff9900;
  font-family: 'times new roman',georgia,serif;
}
#tip h4 {
  margin: 0.1em 0 0.2em;
  padding: 0 0.3em;
  font: bold 80% verdana,arial,sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #FFDDAA;
  color: #000000;
}
#tip p {
  margin: 0;
  padding: 0;
  font: normal 110% georgia,'times new roman',times,serif;
  text-align: center;
}
#tip div.read {
  font-size: 80%;
  text-align: right;
}
/* == sidebar == */
.bannerad {
  margin: 12px 0;
  text-align: center;
}
.bannerad a {
  display: block;
  padding: 1px 0;
  border: none;
}
.bannerad a:hover {
  background-color: #E0BFB1;
}
.bannerad a img {
  border: none;
}
/* === navcontainer === */
#navcontainer {
  margin: 0px;
  padding: 6px 0px 0px;
  background: #990000 url(/uploads/images/navcontainer_btm.png) bottom center no-repeat;
}
ul#navlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navlist li {
  margin: 0 1px 1px;
  font: normal 80%/1.4em 'gill sans mt',helvetica,arial,sans-serif;
  background: transparent url(/uploads/images/bg_navitem.png) bottom left no-repeat;
  color: #000000;
}
#navlist li#abka {
  margin: 0px;
  padding: 0px;
  height: 100px;
  background-image: none;
}
#navlist a,#navlist a:link,#navlist a:active,#navlist a:visited {
  display: block;
  padding: 0 12px;
  text-decoration: none;
  background: #DEBDAE url(/uploads/images/bg_navitem_hover.png) -200px -40px no-repeat;
  color: #000;
}
#navlist a.current,#navlist a.current:visited,#navlist a:hover {
  background-position: bottom left;
  background-image: none;
  color: #FFFFFF;
  background-color: #00458A; /* #DEBDAE; */
}
#navlist li#abka img {
  border: none;
}
#navlist li#abka a,
#navlist li#abka a:link,
#navlist li#abka a:visited {
  padding: 0px;
  background-image: none;
  text-decoration: none;
}
/* === \navcontainer === */

/* === footer === */
#footer p {
  font-size: 70%;
  margin: 1em;
  color: #888888;
}
#footer a {
  color: #ffffff;
  background-color: transparent;
}
#footer a:hover {
  color: #66CCFF;
  text-decoration: none;
}
/* === \footer === */

/* == form elements == */
form {
  position: relative;
  margin: 0;
}
fieldset {
  margin: 6px;
  padding: 6px;
}
legend {
  margin-bottom: 6px;
}
label {
  float: left;
  width: 90px;
  text-align: right;
  font-size: 80%;
}
label.inline {
  float: none;
  display: inline;
  width: 40px;
  text-align: left;
}
label.long {
  float: none;
  display: block;
  text-align: left;
  margin-left: 6px;
  width: 90%;
}
input,textarea {
  font-size: 80%;
}
form div.space {
  clear: both;
  margin-top: 6px;
}
form div.caption {
  clear: both;
  margin-left: 93px;
  margin-bottom: 6px;
  font-size: 70%;
}
form p {
  margin: 0;
}
/* End of 'style' */

