div#topbar {
  padding: 0;
  margin: 0;
  clear: both;
  background: #F3E9D9 url(../cmsimages/topbar_bg.gif) top left no-repeat;
  text-align: left;
  margin-top: 20px;
  float: left;
}

div#topbar h1#section_title {
  font-size: 130%;
  color: #514A42;
  padding: 0px 24px;
  margin: 0;
  line-height: 38px;
  float: left;
  vertical-align: center;
}

div#topbar img {
  padding: 0;
  margin: 0;
  float: left;
}


div#sub_main {
  clear: both;
  padding: 0 auto;
  width: 794px;
  margin-left: 12px;
  background: #F3E9D9 url(../cmsimages/sub_bg_repeat.gif) top left repeat-y;
  position: relative;
}

div.footerImage
{
	position: absolute;
	bottom: 0;
	right: 12px;
}



div#sub_main div#content_container {
  float: left;
  width: 582px;
  text-align: left;
  color: #514A42;
  padding-bottom: 10px;
}

h2#page_title2 {
  float: left;
  clear: left;
  color: #D81A1F;
  padding: 0px 0px 0px 24px;
  font-size: 110%;
  font-weight: normal;
  line-height: 19px;
}

div#content_container h2#page_title {
  background: #f9d57f url(../cmsimages/sub_pagetitlebg.gif) top left no-repeat;
  color: #D81A1F;
  padding: 0px 12px;
  font-size: 110%;
  font-weight: normal;
  line-height: 23px;
 
}

div#content_container h2#page_title a {
  color: #D81A1F;
  line-height: 23px;
  text-decoration: none;
}

div#content_container div#copy {
  clear: both;
  float: left;
  margin-left: 12px !important;
  margin-left: 6px;
  width: 475px;
}

div#content_container div#copy table {
  border-collapse: separate;
}

div#copy span.fancyimgdiv {
  display: block;
  background-color: #E8D5BB;
  border: 1px solid #D81A1F;
  padding: 3px;
  margin-right: 7px;
}

div#copy img.fancy {
  border: 1px solid white;
}

div#copy img.redbottom {
  border-bottom: 2px solid #D81A1F;
}

div#content_container div#copy p {
  line-height: 1.5em;
  margin-top: .5em;
  margin-bottom: .5em;
}

div#copy a {
  color: #AA5342;
}

div#copy a:hover {
  text-decoration: none;
}

div#content_container a.box {
  float: left;
  background: white url(../cmsimages/grey_box_bg.gif) top left no-repeat;
  height: 120px;
  width: 145px;
  margin-right: 8px;
  margin-bottom: 8px;
  color: white;
  text-decoration: none;
  font-weight: normal;
  display: block;
}

div#content_container a.box:hover {
  background: white url(../cmsimages/red_box_bg.gif) top left no-repeat;
}

div#content_container a.box span {
  float: left;
  font-size: 110%;
  margin: 2px 4px;
  font-weight: normal;
 
}

div#content_container a.box img {
  clear: both;
  float: left;
  margin: 0px 4px;
}

div#right_bar {
  width: 212px;
  float: right;
  text-align: left;
  font-size: 80%;
}



div#right_bar h3#right_section_heading {
  color: white;
  background: red url(../cmsimages/rightbar_headerbg.gif) top left repeat-y;
  padding: 0px 15px;
  font-weight: normal;
  font-size: 120%;
  line-height: 23px;
}
div#right_bar h3#right_section_heading a {
   color: white;
   display: block;
   line-height: 23px;
   text-decoration: none;
}

div#right_bar ul a {
  text-decoration: none;
  color: #514A42;
  padding-left: 10px;
  width: 150px;
 }

div#right_bar ul a:hover, div#right_bar ul li.selected a,
div#right_bar ul li.selected ul li.selected a {
  background: transparent url(../cmsimages/bullet.gif) left top no-repeat;
}
div#right_bar ul li.selected ul li a{
	background: none;
}

div#right_bar ul#navside {
  padding: 15px 4px 35px 4px;
}

div#right_bar ul#navside li {
  background: transparent url(../cmsimages/navsub_underline.gif) center 19px no-repeat;
  margin-right: 12px;
	padding: 4px 0;
  font-weight: bold;
}

div#right_bar ul#navside li ul {
	display: none;
}
div#right_bar ul#navside li.selected ul {
	display: block;
	padding-top: 6px;
}

div#right_bar ul#navside ul li {
 
  background: none;
}

div#right_bar ul#navside ul li a {
  color: #AA5342;
  padding-left: 20px;
}


div#main_bottom {
  text-align: left;
}


.hidden {
  display: none;
}

.red {
  color: #D81A1F;
}

.darker {
  color: #AA5342;
}

.big_text {
  font-size: 110%;
}

.gray
{
	color: #999999;
}

.gray a
{
	color: #514A42;
	text-decoration: none;
}

h3 {
  font-size: 90%;
  font-weight: bold;
}

h2 {
  font-size: 100%;
  font-weight: bold;
}

h1 {
  font-size: 120%;
  font-weight: bold;
  color: #D81A1F;
  margin-top: .5em;
}

// Styles for jobs page
table.job_listing {
  border-collapse: separate; 
}

td.job_label {
  color: #AA5342;
  text-align: right;
  width: 120px;
  padding: 3px 0;
  padding-right: 10px;
  vertical-align: top;
}

td.job_border {
  border-bottom: 1px dashed #ac513c;
  padding: 3px 0px;
  vertical-align: top;
}

td.job_position {

  color: #D81A1F;
  font-weight: bold;
}

/* Added by Tweak Developer for Form */
ol
{
	list-style: decimal outside;
	margin-left: 2.5em;
	padding-bottom: 1em;
}
