/* Library Includes
************************/
@import url("http://local.bridgesinternational.com/assets/css/lib/reset.css");
@import url("http://local.bridgesinternational.com/assets/css/lib/grid.css");
@import url("http://local.bridgesinternational.com/assets/css/lib/typography.css");
@import url("http://local.bridgesinternational.com/assets/css/lib/forms.css");
@import url("http://local.bridgesinternational.com/assets/css/lib/galleriffic.css");


/* Color Scheme
*************************/
h3, a {
  color: #4E0805;  /*maroon*/
}

#header {
  background: transparent url("/assets/images/interface/header_maroon.jpg") top left repeat-x;
}

#logo {
  background: transparent url("/assets/images/interface/logo_maroon.png") top left no-repeat;
}

#tagline {
/*   background: transparent url("/assets/images/interface/tagline_maroon.png") 13px top no-repeat; */
}

ul.thumbs li.selected a.thumb {
	background: #4E0805;
}

div.pagination span.current {
	background-color: #4E0805;
	border-color: #4E0805;
}

#footer_col3 .btn_submit {
  background: transparent url("/assets/images/interface/btn_contact.png") top left no-repeat;
}

/* Header
************************/
#header {
  height: 255px;
  overflow: hidden;
}

#header_col1 {
  float: left;
  width: 336px;
  margin-left: 7px;
}

#header_col2 {
  width: 600px;
  float: left;
  padding-top: 20px;
  padding-left: 4px;
}

#logo, 
#logo_link {
  float: left;
  width: 336px;
  height: 174px;
  display: block;
  overflow: hidden;  
  text-indent: -999em;
}

#logo_link {
  margin-left: -336px;
}

#logo {
  margin-bottom: 0;
}

#tagline {
  color: #eee;
  float: left;
  width: 336px;
  display: block;
  overflow: hidden;
  margin-left: 13px;  
  font: normal 26px Georgia, "Times New Roman", serif;
  line-height: 1.375em;
}

/* banner images */
.banner_image {
  width: 295px;
  height: 203px;
}

/* navigation */
ul#nav {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

ul#nav li {
  float: left;
}

ul#nav li a {
  color: #fff;
  height: 25px;
  display: block;
  margin: 0 10px;
  padding: 5px 15px  0;
}

ul#nav li a:hover,
ul#nav li a.current {
  color: #333;
  background: #fff;
  text-decoration: none;
}

/* Page
************************/
#main_content {
  position: relative;
  padding: 20px 20px 25px;;
  background: white;
}

.content_img {
  width: 350px;
  float: right;
  padding-left: 1.5em;
  padding-bottom: 1.5em;
}

/* Gallery
**********************/
.gallery {
  float: left;
  width: 350px;
  margin: 0 50px 20px;
}

#back_to_galleries {
  float: right;
}

/* Footer
**********************/
#footer {
  color: #fff;
  padding: 10px 20px;
  background: #61534B;
}

#footer h2 {
  color: #fff;
  font-size: 1.167em;
  padding-bottom: 0.5em;
  text-transform: uppercase;
  border-bottom: solid 1px #fff;
}

#footer a {
  color: #fff;
}

#footer_col1,
#footer_col2 { 
  float: left;
  width: 200px;
  margin-right: 30px;
}

#footer_col1 ul,
#footer_col2 ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

#footer_col1 li,
#footer_col2 li {
  margin-bottom: 1.5em;
}

#footer_col1 li {
  width: 80px;
  float: left;
  margin-left: 0;
  margin-right: 20px;
}

#footer_col1 li.last {
  margin-right: 0;
}


#footer_col3 {
  float: left;
  width: 450px;
}

#footer_col3 .text {
  color: #bbb;
  float: left;
  width: 200px;
  margin-right: 20px;
}

#footer_col3 input[type=text].last {
  margin-right: 0;
}

#footer_col3 .textarea {
  color: #bbb;
  width: 432px;
  height: 100px;
}

#footer_col3 .btn_submit {
  width: 75px;
  height: 20px;
  float: right;
  display: block;
  border: 0 none;
  line-height: 0;
  cursor: pointer;
  margin-right: 5px;
  text-indent: -999em;
}

#footer_col3 input[type=text]:focus, 
#footer_col3 input.text:focus, #footer_col3 input.title:focus, 
#footer_col3 textarea:focus, #footer_col3 select:focus { 
  border-color:#2E2119; 
}

#form_response {
  padding-left: 10px;
}


#form_response li {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

/* copyright
*************************/
.copyright {
  color: #ddd;
  text-align: center;
  font-size: 0.87em;
  font-style: italic;
  margin: 5px 0 20px;
}

/* Overrides and helpers
*************************/
.none {
  display: none;
}

.error { 
  background: #FBE3E4; 
  color: #8a1f11; 
  border-color: #FBC2C4; 
}