.header{
	background-color:#FFC300;
    min-height: 80px;
    height: 10%;
    clear:both;
    display: block;
}
.containerOne{

}
.containerTwo{

}
#pagehead {
    font-size: 24px;
    font-family: sans-serif;
}
.title{
	align:left;
}
h3{
	color:#000505;
    margin-bottom:0px;
}
.headerSearch{
	text-align:end;
    float: center;
    width: 80%;
    margin-top: 0.5%;
}
.headerSearchBtn{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    width:15%;
}
.headerColumnOne{
   width: 20%;
   text-align: center;
   float:left;
}
#headerImage{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:21%;
    padding-top: 2%;
}
body{
    margin-right: 0%;
    margin-left:0%;
    margin-bottom: 0%;
    margin-top:0;
}
.column-1{
    width: 33.3%;
    float:left;
}
.column-1-row-2{
    width: 33.3%;
    float:left;

}
.column-1-row-3{
    width: 33.3%;
    float:left;
}
.column-2{
    width: 33.3%;
    float:left;
}
.column-2-row-2{
    width: 33.3%;
    float:left;
}
.column-2-row-3{
    width: 33.3%;
    float:left;
}
.column-3{
    width: 33.3%;
    float:left;
}
.column-3-row-2{
    width: 33.3%;
    float:left;

}
.column-3-row-3{
    width: 33.3%;
    float:left;
}
.footer{
    background-color: rgba(0, 12, 12, 0.5);
    color:white;
    font-family: tahoma;
}
#brand-logo{
    margin-top: -5px;
    margin-left: 5px;
}
.bullet-in > li {
    font-size :16px;
}
.partner-info{
     color: #c3b278;
     font-family:Questrial-Regular, sans-serif;
		 padding-bottom: 10px;
		 font-size: 16px;
}
.map{
    margin-bottom  : 50px;
}

.bs-example {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}
/* Echo out a label for the example */
.bs-example:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "Make an Inquiry";
}

.bs-example-padded-bottom {
  padding-bottom: 24px;
}

/* Tweak display of the code snippets when following an example */
.bs-example + .highlight,
.bs-example + .zero-clipboard + .highlight {
  margin: -15px -15px 15px;
  border-width: 0 0 1px;
  border-radius: 0;
}

/* Make the examples and snippets not full-width */
@media (min-width: 768px) {
  .bs-example {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .bs-example + .highlight,
  .bs-example + .zero-clipboard + .highlight {
    margin-top: -16px;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .bs-example-standalone {
    border-radius: 4px;
  }
}

/* Undo width of container */
.bs-example .container {
  width: auto;
}

/* Tweak content of examples for optimum awesome */
.bs-example > p:last-child,
.bs-example > ul:last-child,
.bs-example > ol:last-child,
.bs-example > blockquote:last-child,
.bs-example > .form-control:last-child,
.bs-example > .table:last-child,
.bs-example > .navbar:last-child,
.bs-example > .jumbotron:last-child,
.bs-example > .alert:last-child,
.bs-example > .panel:last-child,
.bs-example > .list-group:last-child,
.bs-example > .well:last-child,
.bs-example > .progress:last-child,
.bs-example > .table-responsive:last-child > .table {
  margin-bottom: 0;
}
.bs-example > p > .close {
  float: none;
}

/* Typography */
.bs-example-type .table .type-info {
  color: #767676;
  vertical-align: middle;
}
.bs-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}
.bs-example-type .table tr:first-child td {
  border-top: 0;
}
.bs-example-type h1,
.bs-example-type h2,
.bs-example-type h3,
.bs-example-type h4,
.bs-example-type h5,
.bs-example-type h6 {
  margin: 0;
}

/* Contextual background colors */
.bs-example-bg-classes p {
  padding: 15px;
}

/* Images */
.bs-example > .img-circle,
.bs-example > .img-rounded,
.bs-example > .img-thumbnail {
  margin: 5px;
}

/* Tables */
.bs-example > .table-responsive > .table {
  background-color: #fff;
}

/* Buttons */
.bs-example > .btn,
.bs-example > .btn-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.bs-example > .btn-toolbar + .btn-toolbar {
  margin-top: 10px;
}

/* Forms */
.bs-example-control-sizing select,
.bs-example-control-sizing input[type="text"] + input[type="text"] {
  margin-top: 10px;
}
.bs-example-form .input-group {
  margin-bottom: 10px;
}
.bs-example > textarea.form-control {
  resize: vertical;
}

/* List groups */
.bs-example > .list-group {
  max-width: 400px;
}
