/* 
********************************************************************************** 
LAYOUT STYLES
**********************************************************************************

Color:
Green: #00907f
Dk Green: #009999
Lt Green: #4db8b8
Tan: #7a7a56
Lt Tan: #dcdcb2

*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  background-color: #928c68;
  background-image: url("/images/bg_tan.png");
  background-repeat: repeat-x;
  color: #2c2d2e;
  font: normal 62.5% Arial, Helvetica, sans-serif;
  line-height: 14px;
  margin: 10px 0;
  padding: 0 0 0 0;
  text-align: center;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  min-width: 800px;
  text-align: left;
  width: 1024px;
  border-left:  solid 1px #7a7a56;
  border-right: solid 1px #7a7a56;
}
#header {
  background-color: #fff;
  background-image: url("/images/header_public.jpg");
  background-repeat: no-repeat;
  border-bottom: solid 1px #767a7f;
  font-size: 18px;
  font-weight: bold;
  min-height:166px;
  height: 166px;
  line-height: 15px;
  padding: 0px 10px;
}
#subheader {
  background-color: #dcdcb2;
  background: url("/images/bg_subhead.png") repeat-x;
  height: 20px;
  font-size:11px;
  font-weight:bold;
  border-bottom: solid 1px #7a7a56;
  padding: 7px 10px 5px 10px;
}
#subheader .affiliate { float:left; }
#subheader .date { float: right; }
#contentWrapper {
  clear: both;
  background-image: url("/images/contentWrapper_bg.png");
  background-repeat: repeat-y;
  overflow: hidden;
}
#leftSideBar {
  background-color: #fff;
  border-right: solid 1px #7a7a56;
  float: left;
  padding: 0px;
  width: 260px;
}
#menu {
  background-image: url("/images/bg_menu.png");
  background-repeat: repeat;
  width: 260px;
  padding: 0px 0px 10px 0px;
  border-bottom: solid 2px #7a7a56;
}
#menu h1 {
  background-color: #7a7a56;
  background: url("/images/bg_menu_h1.gif") repeat-x;
  margin: 0px;
  line-height: 18px;
  color: #fff;
  padding: 4px;
  font: bold 1.6em Verdana, Arial, Helvetica, sans-serif;
}
/* ******************** LOGIN BOX ******************** */
#login {
  background-color: #dcdcb2;
  /*background-image: url("APA3_images/0");*/
  width: 260px;
  margin-bottom: 10px;
  border-bottom: solid 1px #7a7a56;
  color: #7a7a56;
}
#login h1 {
  background-color: #7a7a56;
  background: url("/images/bg_login_h1.gif") repeat-x;
  margin: 0px;
  line-height: 18px;
  color: #fff;
  padding: 4px;
  font: bold 1.6em Verdana, Arial, Helvetica, sans-serif;
}
#login form { padding: 10px 5px 0px 5px; }
#login p, #login a {
  padding: 0px 5px;
  color: #7a7a56;
}
/* ******************** TESTIMONIALS BOX ******************** */
#testimonial_sidebar {
  background-color: #fff;
  background: url("/images/bg_testimonial.png") no-repeat;
  width: 250px;
  padding: 0px;
  margin-bottom: 40px;
}
#testimonial_sidebar h2 {
  font: bold 16px Verdana, Arial, Helvetica, sans-serif;
  padding-top: 20px;
  text-align:right;
  color: #7a7a56;
}
#testimonial_sidebar .blurb {
  padding: 25px 5px 5px 20px;
  font-style:italic;
  font-size: 12px;
  font-weight: normal;
}
#testimonial_sidebar h3 {
  font-size: 11px;
  font-weight: bold;
  margin-top: 5px;
  text-align:right;
}
#testimonial_sidebar .more {
  font-size: 11px;
  font-weight: normal;
  margin-top: 10px;
  text-align:right;
}
/* ******************** VIEW ALL TESTIMONIALS PAGE ******************** */
div.quote { margin: 0px 20px 30px 25px; }
div.quote h3 { color: #00907f; }
div.quote .firm {
  color: #7b7b7c;
  font-style: italic;
}
div.quote .body {
  padding: 3px 0px 10px 40px;
  background-image:url(/images/icon_comment.gif);
  background-repeat:no-repeat;
}
/* ******************** MAIN PAGE CONTENT ******************** */
#main {
  margin: 0 0 0 260px;
  padding: 10px 10px 75px 15px;
  font-size: 1.2em;
}
#page_functions {
  padding: 10px 10px 30px 10px;
  font-size: 1em;
  float: right;
}
#page_functions ul {
  margin: 2px 10px 10px 0;
  text-align: right;
  float: right;
}
#page_functions li {
  display: inline;
  list-style-type: none;
  padding-left: 4px;
}
#page_functions img, #function a:link, #function a:active, #function a:visited, #function a:hover { border: 0px; }
#main p {
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 4px;
  margin-top:0px;
}
#main ul li {
  padding-top: 0px;
  padding-bottom: 10px;
  margin-left: 0px;
}
#footer {
  background-color: #7a7a56;
  padding: 10px 10px 10px 10px;
}
#info {
  color:#fff;
  text-align:center;
  margin: 0 auto
}
#footer a:link, #footer a:active, #footer a:visited {
  color: #fff;
  text-decoration: none;
}
#footer a:hover { text-decoration: underline; }
div.pullquote {
  float: right;
  width: 200px;
  color: #00907f;
  border: solid #00907f;
  border-width: 5px 0;
  font: bold 1.3em arial, helvetica, verdana, sans-serif;
  font-style:italic;
  padding: 6px 3px;
  margin: 4px 8px;
}
/* ******************** GENERAL MARKUP STYLES ******************** */
.blue { color: #474CAA; }
.gold { color: #7a7a56; }
.red { color: #ff0000; }
.alert {
  color: #ff0000;
  background-image: url('/images/icon_error.gif');
  background-repeat:no-repeat;
  padding: 2px 0px 3px 20px;
  line-height: 22px;
}
h1 {
  color: #000;
  font-size: 2em;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 15px;
}
h2 {
  color: #7a7a56;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 25px;
}
h2.events {
  background:url("/images/icon_cal.gif") no-repeat;
  padding-left: 20px;
  color:#474caa;
}
h3 {
  color: #00907f;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 10px;
  margin-top: 25px;
}
h3.associated_files {
  background-color: #ccc;
  padding: 5px 2px;
  color:#474caa;
}
h3.details {
  padding-left: 20px;
  text-transform:uppercase;
  font-weight:bold;
  margin-bottom: 0px;
}
h3.details a, h3.details a:link, h3.details a:visited {
  text-decoration: underline;
  color: #00907f;
}
h3.details a:hover {
  text-decoration: none;
  color: #009999;
}
h3.details a:focus {
  text-decoration: underline;
  color: #ff0000;
}
ul.details {
  list-style-image: url("/images/list_check.png");
  margin: 0;
}
ul.details li {
  padding-bottom: 0px;
  margin-bottom: 2px;
  padding-top: 0px;
}
.small { font-size: 10px; }
a, a:link, a:visited {
  color: #00907f;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #00907f;
  text-decoration: underline;
}
a:focus { color: #00907f; }
a:active { color: #383644; }
.right_img {
  float: right;
  padding: 0px;
  margin: 0px 0px 10px 10px;
  border:1px solid #474CAA;
}
.right { float: right; }
.align_right { text-align: right; }
.left_img {
  float: left;
  padding: 0px;
  margin: 0px 10px 10px 0px;
  border:1px solid #474CAA;
}
.left { float: left; }
.clear { clear:both; }
.img {border: none; }
.indent10 { margin-left: 10px; }
.indent15 { margin-left: 15px; }
.indent20 { margin-left: 20px; }
.indent25 { margin-left: 25px; }
.indent30 { margin-left: 30px; }
.indent35 { margin-left: 35px; }
.indent40 { margin-left: 40px; }
.indent45 { margin-left: 45px; }
.heavy, .bold { font-weight:bold; }
/* ******************** GENERAL FORM STYLES ******************** */
#login input { margin-bottom: 3px; }
#login input .red {
  background-color: #cc0000;
  font-weight: bold;
  font-size: 12px;
  color: white;
}
.ListLine0 { background-color: #C1CEDE; }
.ListLine1 { background-color: #D4DEEA; }

