
a {
color: #121D2A;
}

a:hover {
text-decoration: none;
color:#ff8900;
}
/* style.css */

/**
 * DTI: change padding
 */
header .indent-bottom {
/* padding-bottom:33px; */
padding-bottom: 15px;
}

.logo {
width: 275px;
height: 120px;
display:block;
overflow:hidden;
background:url(../graphics/gdc.png) 0 0 no-repeat;
text-indent:-999em;
}

h1 a {
display:inline;
width: auto;
height: auto;
background: none;
text-indent: none;
}

h2 {
font-size: 40px;
letter-spacing: normal;
color: #121d2a;
}

h3 {
font-size: 28px;
letter-spacing: normal;
color: #203349;
}

h4{
font-family: 'Carrois Gothic SC', sans-serif; 
font-size: 22px;
letter-spacing: normal;
color: #203349;

}

h6{
font-size:18px;
letter-spacing: normal;
color: #203349;

}

.note {
font: 12px bold ;
font-family:'Droid Sans', sans-serif;
letter-spacing: normal;
color: #203349;
margin-top: 15px;
}
.faq {
font: 13px; 
font-family: 'Droid Sans', sans-serif;
letter-spacing: normal;
color: #203349;
}
/**
 * DTI: no col-1-1
 */
.col-1-1{float:left; width:120px; margin-right:20px;}

/**
 * DTI: changes to border-right1 to 220px 
 */
.border-right1{
background:url(../images/pic-1.gif) 219px top repeat-y;
}

/**
 * DTI: opposite
 */
.p4{margin-bottom:22px;}
.p4-1{margin-bottom:20px;}

/* slider */

.slides_container {
/* width: 599px; */
/* height: 349px; */
background-image:url('graphics/sliderBack6.png');
height: 349px;
width: 649px;

}

/*
	.slide {
	width: 599px;
	height: 349px;
	}
*/

.caption {
/*
	top: 250px;
	left: 20px;
	line-height: 50px;
*/
	font-size: 40px;
	width: 580px;
	margin-left: auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:10px;
	text-shadow: 0 0 0.2em #121D2A;, 0 0 0.2em #121D2A;, 0 0 0.2em #121D2A;;
}

.caption strong{
letter-spacing:-2px;
}

/* new rules */

figure.p7 img,
.slide img {
border: none; /*1px solid rgba(0, 0, 0, 0.35)*/
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

div#slides {
float: left;
width: auto;
}

.waist {
/* padding-bottom: 15px; */
}

.waist > div {
height: 320px;
position: relative;
}

.waist > div a {
position: absolute;
bottom: 0;
}

div.page {
min-height:400px;
padding-bottom: 15px;
}

.page h1 {
float: none;
}

.credentials {
list-style-type: disc;
margin-left: 75px;
margin-bottom: 20px;
}

ul.noBullet li {
list-style-type:none;
}

.memberships li {
height: 150px;
line-height: 150px;
width: 200px;
display: inline-block;
float:left;
margin:10px;
border: 1px dotted #ddd;
text-align: center;
padding: 5px;
}

.memberships li img {
vertical-align: middle;
}

div.wrapper {
	overflow: visible;
}

.indent-bottom10 {
margin-bottom: 10px;
}

.portrait {
padding: 15px;
margin: 0 0 30px 15px;
float: right;
border: 1px solid rgba(0, 0, 0, 0.05);
background-color: rgba(0, 0, 0, 0.02);
}

.portrait img {
float: right;
border: 1px solid rgba(0, 0, 0, 0.35);
/* padding-top: 5px; */
background-color: white;
}

.flag {
float:right;
margin-top:-200px;
padding-right:40px;
}

.delivery table {
width: 500px;
margin: 0 auto;
}

.mapLink {
	display: block;
	text-align: center;
}

.instruction{
background: rgba(0, 0, 0, 0.01);
text-align: center;
margin: 30px auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: -moz-linear-gradient(-90deg,#003471,#448CCB);
  background: -webkit-gradient(linear, left top, left bottom, from(#003471), to(#448CCB));
}

/*  Border Shadow */

img.shadow {
  border: 5px solid #c4c8cc;
  -moz-box-shadow: 5px 5px 7px #888;  
  /* -moz-border-radius-bottomright: 5px;

  -webkit-border-bottom-right-radius: 5px; */   
  -webkit-box-shadow: 5px 5px 7px #888;
  }
/* Inset */
.insetBgd {
  width: 600px;
  height: 100px;
  background: -moz-linear-gradient(-90deg,#003471,#448CCB);
  background: -webkit-gradient(linear, left top, left bottom, from(#003471), to(#448CCB));
}

.insetType {
  padding-top: 7px;
  text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
}

  
  
/**
 * DTI: Hovers
 */
.memberships li:hover {
background-color: #ddd;
border: 1px dotted black;
}

.button:hover {
background-color: rgba(210, 50, 50, 1);
background-color:#ff8900;
color: white;
}

/**
 * DTI: opacity transitions
 */

.logo,
 figure img /*,
.slide img */ {
opacity: 0.8;
}

.logo:hover  ,
figure img:hover /*,
.slide img:hover */ {
opacity: 1;
}


/**
 * DTI: Nav menu
 */

.menu li a {
background-image: none;
background-color: #121D2A;
height: 41px;
line-height: 41px;
text-align: center;
padding: 1px 10px;
color: white;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.menu li a:hover {
background-color:#ff8900;
}


/**
 * DTI: Transitions
 */

a:hover,
.slide img:hover, 
figure img:hover,
.menu li a:hover,
.memberships li:hover,
.button:hover
{
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}

a,
.slide img,
figure img,
.menu li a,
.memberships li,
.button
{
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
.list-1 a,
.list-1 a:hover,
.pagination a,
.menu li a {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}

/**
 * DTI: Page menu
 */

.pageMenu {
float: left;
padding: 15px;
}

.pageMenu .menu li {
text-align: center;
float: none;
width: 220px;
margin: 5px;
}

.pageMenu .menu li a {
height: 60px;
line-height: 60px;
font-size: 25px;
border-radius:5px;
background-color: #121D2A;
background-image: none;
}

.pageMenu .menu li a:hover {
background-color:#ff8900;
}
.intro{
float: left;
margin: 0 30px 15px 0;
padding: 15px;
border: 1px solid rgba(0, 0, 0, 0.05);
background-color: rgba(0, 0, 0, 0.02);
}

.intro img {
float: left;
border: 1px solid rgba(0, 0, 0, 0.35);
/* padding-top: 5px; */
background-color: white;
}

.products {
list-style-type: disc;
padding-left: 25px;
position: relative;
}
img, span
.center {
margin: auto;
text-align: center;
}

.building {
margin:0 20px 20px 20px;
border: 15px solid rgba(0, 0, 0, 0.05);
}
ul.contact {
text-align:left;
margin-left:100px;
}
.left {
float: left;
margin-right:40px;
}
.rightCDT {
float:right;
padding: 20px;
}

.gallery{
background: rgba(0, 0, 0, 0.06);
text-align: center;
margin: 25px auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.gallery img{
margin:15px;
}
.bird {
margin: auto;
display:block;
}

/*  Border Shadow */

img.shadow {
  border: 5px solid #c4c8cc;
  -moz-box-shadow: 5px 5px 7px #888;  
  -moz-border-radius-bottomright: 5px;

  -webkit-border-bottom-right-radius: 5px;   
  -webkit-box-shadow: 5px 5px 7px #888;
  }

 /*
img.inset {
*/


/**
 * DTI: Bootstrap tables
 */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dddddd;
  
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}