/* CSS Document */

/********** GLOBAL PROPERTIES - FONTS, STYLES, LINKS, ETC. ************/

body {
  margin: 0;
  background: #1B1B1B;
}

body, p, label, input, textarea, select, td, th {
  font-family: Arial, Helvetica, sans-serif;
}

p {
  margin: 0 0 12px 0;
  color: #FFFFFF;
  font-size: 12px;
}

.small_txt {
  font-size: 10px;
}

.orange_txt {
  color: #BB8621;
}

a {
  color: #BB8621;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

.clear_float {
  clear: both;
}



/********************** CENTER PAGE ***********************/
#wrapper {
  margin: 0 auto;
  width: 809px;
}



/************************ HEADER **************************/
#header {
  height: 207px;
  background: url(/new/images/layout/header_bg.jpg);
}
#header p.left {
  margin: 0;
  padding: 72px 17px 0 23px;
  width: 153px;
  float: left;
  font-size: 11px;
  color: #CCCCCC;
}
#header h1 {
  margin: 21px 0 0 0;
  width: 424px;
  height: 186px;
  float: left;
  background: url('/new/images/layout/logo_top.jpg');
}
#header h1 span {
  display: none;
}
#header p.right {
  margin: 0;
  padding: 20px 20px 0 10px;
  width: 162px;
  float: left;
  font-size: 12px;
  color: #EAF9F8;
  text-align: center;
}
#header p.right span.header {
  font-size: 13px;
  color: #B77B00;
}
#header p.right span.big {
  font-size: 18px;
}
#header p.right img {
  display: none;
  margin-right: 5px;
  vertical-align: middle;
}




/********************* MAIN NAVIGATION ***********************/
#nav {
  margin: 0;
  padding: 5px 5px 0 4px;
  height: 32px;
  background: url('/new/images/layout/logo_middle.jpg') 193px 0 no-repeat;
  clear: both;
  list-style: none;
  font-size: 12px;
  color: #CCCCCC;
}
#nav li.left {
  float: left;
}
#nav li.right {
  float: right;
}
#nav li a {
  color: #CCCCCC;
  text-decoration: none;
}
#nav li a:hover {
  color: #FFFFFF;
}



/********** USE THIS FOR 3 COLUMNS WITH EVEN HEIGHTS **********/
#content_wrapper {
  width: 809px;
  background: url('/new/images/layout/content_bg.jpg');
}



/******************** LEFT AND RIGHT COLUMNS *******************/
#left_col {
  width: 174px;
  float: left;
}
#right_col {
  padding-top: 15px;
  width: 174px;
  float: left;
}
#left_col h3, #right_col h3 {
  margin: 0 5px 5px 4px;
  padding: 7px 14px;
  font-size: 12px;
  color: #000000;
}
h3.blue {
  background: #63798F;
}
h3.orange {
  background: #BB8621;
}
h3.green {
  background: #6D8048;
}
#left_col p, #right_col p {
  padding: 0 19px 0 18px;
}
#left_col a, #right_col a {
  color: #FFFFFF;
  text-decoration: underline;
}
#right_col img {
  margin-left: 12px;
}
#right_col img#annual_theme {
  border: 1px solid #383838;
}
#visitors_center {
  margin: 20px 15px 10px 13px;
  display: block;
}



/************************* MAIN CONTENT *************************/
#content {
  padding: 0 19px 19px 19px;
  width: 423px;
  float: left;
}
#content h2 {
  margin: 0 0 15px 0;
  color: #BB8621;
  font-size: 13px;
  clear: both;
}
#content h3 {
  margin: 0 0 12px 0;
  font-size: 13px;
  color: #BB8621;
  font-weight: normal;
}


/************** NAVIGATION DIRECTLY UNDER THE LOGO **************/
#sub_nav {
  margin: 0;
  padding: 25px 0 0 24px;
  height: 30px;
  background: url('/new/images/layout/logo_bottom.jpg') top left no-repeat;
  list-style: none;
  font-size: 12px;
  color: #CCCCCC;
}
#sub_nav li {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  border-left: 1px solid #CCCCCC;
}
#sub_nav li.left {
  border-left: 0;
}
#sub_nav li a {
  padding: 0 8px;
  display: block;
  color: #CCCCCC;
  text-decoration: none;
  white-space: nowrap;
}
#sub_nav li a:hover {
  color: #FFFFFF;
}
#sub_nav ul {
  margin: 0;
  padding: 1px 0;
  position: absolute;
  top: 18px;
  left: 0;
  list-style: none;
  background: #63798F;
  border: 1px solid #000000;
  visibility: hidden;
  font-size: 11px;
}
#sub_nav ul li {
  float: none;
  border: none;
}
#sub_nav ul li a {
  padding: 1px 5px;
  color: #000000;
}
#sub_nav ul li a:hover {
  color: #FFFFFF;
}
#our_team_sub {
  width: 110px;
}
#our_story_sub {
  width: 107px;
}
#our_community_sub {
  width: 116px;
}
#other_links_sub {
  width: 100px;
}



/***************** BORDER AT BOTTOM OF PAGE ********************/
#bottom_line {
  display: block;
  clear: both;
}

