/* Universal */

body { 
  background: transparent url("../siteimages/bgr-body.jpg") repeat;
  font-family: Georgia, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 12px;
  line-height: 15px;
  margin: 0; 
  padding: 0;
}
  
a img {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-style: none;
  border-color: #fff;
  color: #000;
}
div, p, ul, ol, li, img, form, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
  
a:link, a:visited, a:active {
  color: #384258;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
input.text {
  font-family: Verdana, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 12px;
  line-height: 15px;
  color: #000;
  background: #eee;
  border: #ccc 1px solid;
}

select {
  font-family: Verdana, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 12px;
  line-height: 15px;
  color: #000;
  background: #eee;
  border: #ccc 1px solid;
}

textarea {
  font-family: Verdana, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 12px;
  line-height: 15px;
  color: #000;
  background: #eee;
  border: #ccc 1px solid;
  overflow: auto;
}
.textfield {
  margin: 0;
  padding: 3px 14px 3px 10px;
  height: 0;
  width: 179px;
  height: 15px;
  border: solid 0 #fff;
}


/* Text Styles */

p { 
  font-family: Verdana, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
}
h1 {
  font-family: Verdana, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 16px;
  line-height: 22px;
  color: #384258;
  font-weight: normal;
}

h2 { 
  font-family: Verdana, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 14px;
  line-height: 20px;
  color: #384258;
  font-weight: normal;
}
h3 {
  font-family: Verdana, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 13px;
  line-height: 18px;
  color: #384258;
  font-weight: normal;
}
h4 {
  font-family: Verdana, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 11px;
  line-height: 17px;
  color: #384258;
  font-weight: normal;
}
h5 {
  font-family: Verdana, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 9px;
  line-height: 15px;
  color: #384258;
  font-weight: normal;
}
h6 {
  font-family: Verdana, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-family: Helvetica, Swiss, SunSans-Regular;
  font-size: 8px;
  line-height: 14px;
  color: #384258;
  font-weight: normal;
}
ul {
  font-family: Verdana, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  color: #000;
}
ol {
  font-family: Verdana, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  color: #000;
}
.error {
  font-family: Arial, Helvetica, Swiss, SunSans-Regular;
  text-align: left;
  font-size: 11px;
  line-height: 17px;
  color: #333333 ; 
}
.note {
  font-family: Verdana, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  text-align: left;
  font-size: 11px;
  line-height: 17px;
  color: #000 ;
}
.bodytext {
  font-family: Verdana, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
}
.white {
  color: #fff;
}
.arial {
  font-size: 20px;
  font-family: Arial, Helvetica, Swiss, SunSans-Regular;
  font-weight: bold;
  color: #6E83B0;
}
.header { 
  font-family: Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 18px;
  line-height: 22px;
  color: #384258;
}
.body_header {
  font-family: Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 16px;
  line-height: 20px;
  color: #384258;
}
.subheader { 
  font-family: Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 14px;
  line-height: 18px;
  color: #384258;
}

/* Text Styles Ends */

/* Pages Start */
#container {
  background: url("../siteimages/foot_tile.jpg") repeat-x bottom left #fff;
  width:800px;
  height:100%;
  margin-left: auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  padding-bottom: 24px;
  overflow: hidden;
}  
#page {
  width: 800px;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
#content_area {
  width: 800px;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
#header {
  background: transparent url("../siteimages/header.jpg") no-repeat;
  width: 800px;
  height: 199px;
  margin: 0;
  padding: 0;
  float: left;
}
#navigation { 
  font-family: Georgia, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 12px;
  line-height: 15px;
  width: 630px;
  height: 20px;
  margin: 0 0 25px 100px;
  padding: 7px 0 0 30px;
  float: right;
  border: dotted 0 #000;
  text-align: left;
}
#wrapper_1 {
  background: transparent url("../siteimages/left_side.jpg") no-repeat left top;
  width: 800px;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
#wrapper_2 {
  background: transparent url("../siteimages/left_side_tile.jpg") repeat-y;
  width: 800px;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
#wrapper_3 {
  background: transparent url("../siteimages/right_side.jpg") no-repeat right top;
  width: 800px;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
#wrapper_4 {
  background: url("../siteimages/right_side_tile.jpg") repeat-y right top;
  width: 800px;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
#right {  
  background: transparent;
  width: 175px;
  height: 100%;
  margin: 0 5px 0 10px;
  padding: 10px;
  float: right;
  border: solid 0 #441E15;
  text-align: center;
  display: none;
}
#left {  
  width: 450px;
  height: 100%;
  margin: 0 0 0 200px;
  padding: 0;
  float: left;
  border: dotted 0 #000;
}
#welcome_box {
  background: #FEFBF4; 
  width: 640px;
  height: 100%;
  margin: 10px 120px 20px 40px;
  padding: 0;
  float: left;
}
.welcome_photo img {
  margin: 0 0 5px 5px;
  padding: 0;
  border-style: solid;
  border-color: #8B2B01;
  border-width: 1px;
  float: right;
}    
#search_box {
  width: 228px;
  height: 100%;
  padding: 0 15px 0 15px;
  margin: 0 0 0 0;
  float: left;
}
input.search_text {
  width: 170px;
  padding: 2px;
  margin: 0;
  background: #fff;
  border: #551805 1px solid;
  vertical-align: bottom;
}
#breadcrumbs { 
  width: 463px;
  font-family: Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  color: #bbb;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  margin: 0;
  padding: 0;
}
#breadcrumbs img {
  vertical-align: bottom;
}
a.crumbs:link, a.crumbs:visited, a.crumbs:active {
  color: #bbb;
  text-decoration: none;
}
a.crumbs:hover {
  color: #aaa;
  text-decoration: underline;
}
#footer { 
  width: 800px;
  height: 105px;
  margin: 0;
  padding: 0;
  float: left;
  font-family: Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  font-size: 11px;
  color: #581B00;
  line-height: 12px;
}
#footer_wrapper_1 {
  background: transparent url("../siteimages/left_side_bottom.jpg") no-repeat left top;
  width: 800px;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
#footer_wrapper_2 {
  background: transparent url("../siteimages/right_side_bottom.jpg") no-repeat right top;
  width: 730px;
  height: 100%;
  margin: 0;
  padding: 62px 0 0 70px;
  float: left;
}
#tumis { 
  font-family: Georgia, Times, Helvetica, Swiss, SunSans-Regular;
  font-size: 9px;
  color: #fff;
  line-height: 12px;
  width: 390px;
  margin: 0;
  padding: 2px 10px 0 0;
  text-align: right;
  float: left;
}
#company { 
  font-family: Georgia, Times, Helvetica, Swiss, SunSans-Regular;
  font-size: 9px;
  color: #fff;
  line-height: 12px;
  width: 390px;
  margin: 0;
  padding: 2px 0 0 10px;
  text-align: left;
  float: left;
}
#second_nav { 
  width: 463px;
  font-family: Arial, Verdana;
  font-size: 12px;
  color: #aaa;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0;
}
a.nav_2:link, a.nav_2:active, a.nav_2:visited { 
  color: #0053A1;
  text-decoration: none; 
  font-style: italics;
}
a.nav_2:hover { 
  color: #aaa;
  text-decoration: none;
  border-bottom: 1px dotted #aaa;
  font-style: italics;
}
#third_nav { 
  width: 463px;
  font-family: Arial, Verdana;
  color: #fff;
  font-size: 12px;
  color: #008FD5;
  text-align: left;
  margin: 10px 0 0 0;
  font-weight: bold;
}
a.nav_3:link, a.nav_3:active, a.nav_3:visited { 
  color: #6E83B0;
  text-decoration: none; 
}
a.nav_3:hover { 
  color: #aaa;
  text-decoration: none;
  border-bottom: 1px dotted #442206;
}
a.tumis:link, a.tumis:visited, a.tumis:active {
  color: #FFF;
  text-decoration: none;
}
a.tumis:hover {
  color: #FFF;
  text-decoration: underline;
}
a.geo:link, a.geo:active, a.geo:visited { 
  color: #0053A1;
  text-decoration: none; 
  border-bottom: 1px dotted #0053A1;
}
a.geo:hover { 
  color: #aaa;
  text-decoration: none;
  border-bottom: 1px dotted #aaa;
}


/* Tell a Friend Start */

#tell_friend {
  width: 380px;
  height: 100%;
  border-width: 1px;
  border-color: #ccc;
  background-color: #fff;
  padding: 10px;
}

#tell_friend td {
  font-family: Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  text-align: left;
  font-size: 11px;
  line-height: 30px;
  color: #130d06;
}
  
#tell_friend table {
  background-color: #ffffff;
}


/* Images */

.home_photo img {
  margin: 0 0 5px 10px;
  padding: 0;
  border-style: solid;
  border-color: #8B2B01;
  border-width: 1px;
  float: left;
}    
.home_photo_right img {
  margin: 0 0 5px 10px;
  padding: 0;
  border-style: solid;
  border-color: #8B2B01;
  border-width: 1px;
  float: right;
}    
.news_photo img {
  margin: 0 10px 5px 0;
  padding: 0;
  border-style: solid;
  border-color: #8B2B01;
  border-width: 1px;
  float: right;
}    
#name_plate {
  display: none;
}


/* Bios */
.home_photo img {
  margin: 0 8px 0 0;
  padding: 0;
  border-style: solid;
  border-color: #8B2B01;
  border-width: 1px;
  float: left;
}    
.bios_container {
  width: 442px;
}
.bios {
  width: 442px;
  height: 100%;
  padding: 0;
  margin: 0 0 15px 0;
  float: left;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #6E83B0;
  list-style: none;
}
.bios_left  {
  width: 90px;
  height: 100%;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
}    
.bios_right  {
  width: 440px;
  height: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  float: left;
}    
.bio_container {
  width: 442px;
}
.bio {
  width: 442px;
  height: 100%;
  padding: 5px 10px 10px 10px;
  margin: 0 0 15px 0;
  float: left;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #6E83B0;
}
.bio_left  {
  width: 120px;
  height: 100%;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
}    
.bio_right  {
  width: 440px;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
}    


/* Links */
#category_link { 
  width: 457px;
  font-family: Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  color: #6E83B0;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin: 0;
  padding: 0;
}
a.category_link:link, a.category_link:visited, a.category_link:active {
  color: #6E83B0;
  text-decoration: none;
}
a.category_link:hover {
  color: #fff;
  text-decoration: underline;
}
#link_categories {
  width: 145px;
  height: 100%;
  float: left;
  padding: 0;
  margin: 0;
  padding: 15px 10px 20px 5px;
  margin: 0 15px 20px 0;
  border-color: #6E83B0;
  border-width: 0 1px 0 0;
  border-style: solid;
}
#link_listing {
  width: 485px;
  height: 100%;
  float: left;
  padding: 0;
  margin: 0;
  padding: 15px 0 0 5px;
  margin: 0 0 0 0;
}
.links { 
  font-family: Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  color: #384258;
  line-height: 13px;
  margin: 0 0 0 0;
  font-size: 10px;
  font-weight: bold;
}
a.links:link, a.links:visited, a.links:active {
  color: #384258;
  text-decoration: none;
}
a.links:hover {
  color: #6E83B0;
  text-decoration: underline;
}
.sub_link { 
  font-family: Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  color: #384258;
  line-height: 18px;
  margin: 0 0 0 0;
  font-size: 10px;
  font-weight: bold;
}
a.sub_link:link, a.sub_link:visited, a.sub_link:active {
  color: #384258;
  text-decoration: none;
}
a.sub_link:hover {
  color: #6E83B0;
  text-decoration: underline;
}

/* Search */

.search_entry {
  width: 440px;
  padding:5px 5px 25px 5px;
  margin:15px 0 0 0;
  border-width:0 0 1px 0;
  border-style:dotted;
  border-color:#B25D24;  
  font-family: Verdana, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 13px;
  line-height: 17px;
  color: #000;
}
input.search_page_box {
  width: 300px;
  background: transparent;
  color:#384258;
  border: #ccc 1px solid;
  margin:4px 0 4px 0;
  padding:3px;
}
.form_t {
  margin:0 0 4px 0;
  padding:0;
}
.table {
  width: 450px;
  padding: 0;
  margin: 0;
  border-color: #55A1D5;
  border-width: 0;
  border-style: solid;
}
.table_cells_top {
  width: 150px;
  padding: 3px 13px 5px 3px;
  margin: 0;
  border-color: #55A1D5;
  border-width: 0;
  border-style: solid;
}  
.table_cells {
  width: 150px;
  padding: 3px 13px 20px 3px;
  margin: 0;
  border-color: #55A1D5;
  border-width: 0;
  border-style: solid;
}  
.teaser p {
  margin: 0;
  padding: 0;
}

.bios_right p {
  margin: 0;
  padding: 0;
}
.container { 
  width: 450px;
  height: 100%;
  margin-bottom:15px;
  padding: 13px;
  background-color:#fff;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #DF4104;
  float:left;
}

.portfolio_container { 
  width: 370px;
  height: 100%;
  margin:15px 0 0 0;
  padding: 13px;
  background-color:#fff;
  border-width: 1px;
  border-style:solid;
  border-color: #DF4104;
  float:left;
}

.portfolio_container p { 
  font-family: "Arial", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  font-size: 10px;
  line-height: 12px;
  color:#000;
}
.portfolio_photo { 
  margin: 12px 0 12px 12px;
  padding: 0;
  float:right;
}
.portfolio_photo img { 
  border-width:1px;
  border-style:solid;
  border-color:#DF4104;
}
.portfolio_img  { 
  margin:0;
  padding:0;
}
.portfolio_img { 
  border-width:0;
  border-style:solid;
  border-color:#DF4104;
}
.portfolio_thumb_t {
  width: 420px;
  height:100%;
  float:left;
  background-color: #fff;
  padding: 13px;
  margin: 0 0 0 0;
  border-width: 1px 1px 0 1px;
  border-style:solid;
  border-color: #DF4104;
}
.portfolio_thumb {
  width: 420px;
  height:100%;
  float:left;
  background-color: #fff;
  padding: 13px;
  margin: 0 0 0 0;
  border-width: 0 1px 0 1px;
  border-style:solid;
  border-color: #DF4104;
}
.portfolio_thumb_b {
  width: 420px;
  height:100%;
  float:left;
  background-color: #fff;
  padding: 13px;
  margin: 0 0 0 0;
  border-width: 0 1px 1px 1px;
  border-style:solid;
  border-color: #DF4104;
}
.portfolio_number {
  background-color: #8B2B01;
  padding: 4px;
  margin: 0;
  font-size: 10px;
  border-width: 1px;
  border-style:solid;
  border-color: #DF4104;
}
a.portfolio_number:link, a.portfolio_number:visited, a.portfolio_number:active { 
  color:#fff;
  text-decoration: none;
}
a.portfolio_number:hover {
  color:#fff;
  text-decoration: underline;
}
.portfolio_number_on {
  background-color: #F5F5D7;
  padding: 4px;
  margin: 0;
  font-size: 10px;
  line-height: 14px;
  border-width: 1px;
  border-style:solid;
  border-color: #330000;
}
.portfolio_back {  
  font-family: Helvetica, Swiss, SunSans-Regular;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  text-transform: lowercase;
}
#portfolio td {
  background-color: #fff;
  padding:15px 10px 10px 10px;
}
#gal_image {
  border-width: 1px;
  border-style:solid;
  background-color: #fff;
  border-color: #aaa;
  height:100%;
  float:left;
}
#portfolio {
  border-width: 1px;
  border-style:solid;
  background-color: #fff;
  border-color: #aaa;
}
.portfolio_page {
  border-width: 1px; 
  border-style:solid; 
  border-color: #8B2B01; 
  height:100%; 
  float:left;
}
