@charset "utf-8";
/* CSS Document */

body {
  margin:0px auto;
  padding:0;
}

div.clear {
  clear:both;
}

/*TYPOGRAPHY*/
body, p {
  font-family:"Lucida Grande","Trebuchet MS",Arial,Helvetica,sans-serif;
  line-height:1.6em;
  color:#333;
  font-size:15px;
}

h1, h2 {
  color:#524e26;
  font-weight:normal;
  font-family:"Century Schoolbook",Georgia,Times New Roman,serif;
}

#header h1 {
  position:absolute;
  left:-1000em;
}

#header h1 span {
  position:absolute;
  left:-999em;
}

#header h1 a {
  color:#fff;
  font-size:22px;
  text-transform:uppercase;
  letter-spacing:1px;
  text-decoration:none;
  font-weight:normal;
}

#header h1 a span {
  text-transform:capitalize;
  letter-spacing:1.5px;
  display:block;
  font-size:20px;
  font-weight:bold;
}

#content h2 {
  margin-top:0;
  font-size:32px;
  padding-top:5px;
}

h2 {
  margin-top:2em;
}

h3 {
  color:#5a1249;
  font-size:17px;
}

a {
  color:#600;
}

a img {
  border:none;
}

#main_content a:hover,
#newsflash a:hover {
  border-bottom:1px solid #600;
}

/* LAYOUT */
body {
  margin:0px auto;
  background:#AAB7A2;
}

#container {
  background:#AAB7A2 url(images/BODY_BG.gif) repeat-y top center;
  width:706px;
  margin:0px auto;
}

#container_inner {
  width:690px;
  margin-left:6px;
}

#header {
  height:221px;
  width:690px;
  background:#524E26 url(images/header.jpg) no-repeat top left;
  position:relative;
}

img.banner {
  margin:0;
  vertical-align:top;
}

#content {
  position:relative;
  background:url(images/content_bg.jpg) repeat-x top left;
}

#main_content {
  padding:30px 50px 20px 50px;
  background:url(images/watermark.gif) no-repeat center 50px;
  min-height:320px;
}

iframe {
  width:640px;
  margin:0px -25px;
}

#main_content img {
  padding:5px;
  background:#E7EBDE;
  border:1px solid #ccc;
}

#content_image {
  margin:0 0 1.5em 1.5em;
  padding:5px;
  background:#E7EBDE;
  border:1px solid #ccc;
  float:right;
}

#nav {
  position:absolute;
  bottom:0px;
  left:170px;
  margin:0 0 0 0;
  padding:0;
}

#nav li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
}

#nav li a {
  padding:5px 8px;
  font-size:16px;
  color:#524e26;
  text-decoration:none;
  display:block;
  background:#AAB7A2;
  margin-right:1px;
  -moz-border-radius-topright:10px;
  -moz-border-radius-topleft:10px;
}

#nav li a:hover {
  color:#5a1249;
  background:#C9CAB4;
}

#nav a.here {
  background:#E2E2D8;
  border-bottom:1px solid #E2E2D8;
}

#top_admin {
  position:absolute;
  right:30px;
  top:10px;
  margin:0;
  padding:0;
}

#top_admin li {
  float:left;
  padding:10px;
  list-style-type:none;
  margin:0;
}

#footer {
  margin-top:20px;
  background:#C9CAB4;
  border-top:1px dashed #524e26;
  border-bottom:1px solid #524e26;
}

#footer #card {
  background:#E2E2D8 url(images/footer_logo.gif) no-repeat 480px center;
  width:640px;
  padding-left:50px;
  padding-top:20px;
  padding-bottom:20px;
}

#footer #card h4,
#footer #card p,
#footer #card a {
  color:#333;
  font-size:10px;
}

#footer #site_info li a,
#footer #site_info {
  color:#333;
  font-size:12px;
}

#footer #site_info {
  padding:10px 50px;
  width:590px;
  background:#d7dec9;
  margin:0;
  border-top:1px solid #5a1249;
}

#footer #card h4,
#footer #card p {
  margin:.25em 0;
}

#footer #card h4 {
  font-size:14px;
  margin-top:0px;
  color:#5a1249;
}

form dl, form dt, form dd {
  margin-left:0;
}

form dt {
  margin-top:1em;
}

/* Form tables created with $table->display() */
th.row {
  vertical-align:top;
  padding-right:10px;
  padding-bottom:4px;
  text-align:right;
  white-space:nowrap;
  font-size:normal;
  font-weight:normal;
}

td.form {
  padding-bottom:4px;
  vertical-align:top;
}

input.radio, input.checkbox {
	margin-right:5px;
	vertical-align:middle;
	border:none;
	}

input, select, textarea {
	border:1px solid #999;
	padding:4px;
	}

select {
	padding:1px 0px 1px 4px;
	}

#team, #businesses {
  margin:1em 0 0 0;
  padding:0;
}

#team li,
#businesses li {
  margin:2.5em 0 0 0;
  padding:0;
  list-style-type:none;
  clear:both;
}

#businesses li img,
#team li img {
  float:left;
}

#businesses li img {
  margin-top:1em;
}

#team li img {
  border:1px solid #ccc;
}

#team li div {
  float:right;
  width:80%;
}

#businesses li div {
  float:right;
  width:60%;
}

#team li h3 {
  margin:0;
  font-size:95%;
}

#team h4 {
  margin-top:.25em;
  font-size:90%;
}

#team li h3 a {
  cursor:pointer;
}
#team li p {
  display:none;
  padding-bottom:2em;
}

/***  modules   */

.module {
  margin: 0 1em 0 0;
  padding: .5em 0 1em 0;
}
.moduleHeading {
  line-height: 25px;
  height: 25px;
  font-size: 12pt;
  font-weight: bold;
}

.moduleContent {
  padding: .5em;
  margin: 0;
}
.module .list div {
  margin: 0;
  padding: 3px 0 3px 22px;
  text-indent: -17px;
  border-bottom: 1px solid #EECCCC;
}
.module .list .toggle {
  background-color: #FFFFE3;
}
.module-link {
  font-size:10pt;
  font-weight: normal;
  margin-left: 1em;
  margin-right: .25em;
}

/***  icons  ***/

.icon {
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: top left;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.icon:link, .icon:visited {
  padding: 0;
}
.icon:hover {
  background-position: top center;
  background-color: transparent;
  text-decoration: underline;
}
.icon-disabled {
  background-position:top right;
}
.icon-disabled:hover {
  background-position: top right;
  background-color: transparent;
  text-decoration: none;
}

label.error {
  display:block;
  color:red;
}

#flash {
  background:#FCFBC9 url(../../images/icons/warning.png) no-repeat 12px 8px;
  border:1px solid red;
  padding:10px 10px 10px 30px;
}

#flash ul {
  margin:0;
  padding:0;
  list-style-type:none;
}

#flash li,
#flash p {
  list-style-type:none;
  color:red;
  margin-left:0;
  padding-left:25px;
}

#flash p {
  margin-top:0;
}

p.notice {
  background:#fcfbc9;
  padding:10px;
  border:1px solid green;
  color:green;
}

#comment_form {
  display:none;
}

#comment_form.visible {
  display:block;
}

#comment_switch {
  cursor:pointer;
}

div.comment {
  margin-top:1em; 
  padding-top:0em;
  border-top:1px dotted #ccc;
  padding-bottom:1em;
  margin-bottom:1em;
}

div.comment h4 {
  margin-bottom:0;
}

div.comment h5 {
  margin-top:0;
  margin-bottom:0;
  font-size:80%;
  color:#666;
}

#preview_comment {
  background:#fcfbc9;
  margin:0 -16px;
  padding:0 16px;
}

div.excerpt {
  font-size:125%;
  margin:2em 0 1em 0;
}

span.hi a {
  color: #333;
  cursor:default;
  text-decoration:none;
}

#newsflash {
  float:right;
  width:170px;
  background:#eee;
  border:#ccc;
  padding:10px;
  margin:10px -30px 2em 2em;
  opacity:.7;
}

#newsflash h3 {
  background:#5a1249;
  color:#fff;
  width:170px;
  padding:6px 10px;
  margin:-10px -10px 10px -10px;
}