/* BODY/HEADER/CONTAINERS/COLUMNS/FOOTER DEFAULTS */

body {
  margin: 0px;
  background: #B5BCC6;
  background-image: url(images/backgrounds/background_1280.jpg);
  background-repeat: no-repeat;
  background-color: #B5BCC6;
  background-position: top center;
  background-attachment: fixed;
}

.container_bg {
/* THIS CONTAINER HOLDS THE IMAGE THAT FLOATS ABOVE THE BODY BACKGROUND IMAGE  
  background: url(images/employees/1/ralna_burridge_1440.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-attachment: fixed;
*/
}

.container_page {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 825px;
  height: 100%;
  border: none;
  margin-top: 5px;
  margin-bottom: 0px;
  background: none;
}

.container_top_menu {
  margin-right: 25px;
}

.container_top {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 94px;
  background-image: url(../images/backgrounds/header_top.png);
  background-repeat: no-repeat;
}

.container_content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 825px;
  height: 100%;
}

.column1 {
  float: left;
  width: 800px;
  margin: 0px 0px 0px 0px;
  background: url(../images/backgrounds/bg_middle2.png);
  background-repeat: repeat;
}

.column2 {
  float: right;
  width: 25px;
  background: none;
  margin: 0px 0px 0px 0px;
}

.content_body {
  width: 790px;
  margin: 0px 5px 40px 5px;
}

.content_column1 {
  float: left;
  width: 475px;
  padding: 10px;
}

.content_column2 {
  float: right;
  width: 295px;
  margin-top: 37px;
}

.content_body_end {
  clear: both;
  margin: 0px;
}

.container_content_end {
  clear: both;
  margin: 0px;
}

.content_bottom {
  background: url(../images/backgrounds/bg_footer.png);
  background-repeat: no-repeat;
  height: 95px;
  color: #616161;
}

.copyright p {
  text-align: center;
  font-size: 9px;
  line-height: 2px;
  color: #616161;
}


/* TEXT DEFAULTS */ 

body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  color: #808080;
  line-height: 1.2em;
}

.branch_info {
  clear: both;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  padding-top: 8px;
  margin-top: 8px;
  margin-right: 10px;
}

.title {
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
/*  text-transform: capitalize; */
  color: #ec9c35;
  margin: 10px 0px 0px 0px;
  text-align: left;
}

.sub_title {
  font: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-image: url('../images/backgrounds/bg_subtitle.png');
  background-repeat: no-repeat;
  background-position: top left;
  height: 28px;
  width: 475px;
  padding: 7px 0px 0px 15px;
}

.sub_title2 {
  font: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-image: url('../images/backgrounds/bg_subtitle2.png');
  background-repeat: no-repeat;
  background-position: top left;
  height: 28px;
  width: 480px;
  padding: 7px 0px 0px 15px;
}

.alt_title {
  font: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.lead_p {
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  color: #808080;
  line-height: 1.5em;
}

.text_bold {
  font-weight: bold;
}

.text_italic {
  font-style: italic;
}

.text_small {
  font-size: 10px;
}

.text_large {
  font-size: 15px;
  font-weight: bold;
}

.text_blue {
  color: #000099;
}

.text_red {
  color: #FE0000;
}

.copyright_first {
  font-size: 10px;
  line-height: 8px;
}

.highlight {
  font-style: italic;
}

.title_image {
  font-size: 24px;
  color: #fe7a22;
}

/* ALIGNMENT DEFAULTS */

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}


/* IMG DEFAULTS */


/* LINK DEFAULTS */

a:link		{ text-decoration: none; color: #717171; font-weight: bold; }
a:visited	{ text-decoration: none; color: #717171; font-weight: bold; }
a:hover		{ text-decoration: underline; color: #717171; font-weight: bold; }

.content_bottom a { color: #616161; }
.content_bottom a:hover { text-decoration: underline; }

/* LIST DEFAULTS */

.bulletlist {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.bulletlist li {
  padding-left: 0px;
  background-image: url(../images/icons/icon_20x20_special_bullet.png);
  background-repeat: no-repeat;
  background-position: 0px;
  margin-bottom: 15px;
}

.sub_bulletlist {
  padding-left: 25px;
  background-image: url(../images/icons/icon_20x20_special_bullet.png);
  background-repeat: no-repeat;
  background-position: 0px;
  margin-bottom: 15px;
}

.checklist {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.checklist li {
  padding-left: 25px;
  background-image: url(../images/icons/icon_20x20_special_bullet.png);
  background-repeat: no-repeat;
  background-position: 0px;
  margin-bottom: 15px;
}

ol li {
  margin-bottom: 15px;
}

ul li {
  margin-bottom: 15px;
}
