body 
{
  //padding-top: 50px;
	//font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-family: Verdana,Geneva,Arial,sans-serif;
	font-size: 13px;
	background-color:rgb(55,52,59);
}

.siteTile
{
  //padding: 40px 15px;
  text-align: center;
  color:rgb(226,226,228);
}
.siteTile h3{
margin-top: 0px
}
a.siteTile:link, a.siteTile:visited, a.siteTile:hover, a.siteTile:active  {
    color: rgb(226,226,228);
	text-decoration: none;
}
.myBody
{ 
  //margin-top: -15px;
  overflow: hidden;
 
}
.myFooter
{
  text-align: center;
  background-color:rgb(200,200,200);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 11px;
  padding: 5px;
  margin-bottom: 20px;
  
  background-color:rgb(224,224,224);
  border-color: rgb(212, 212, 212);
  border-style: solid;
  border-width: 1px;
}
.myFooter p{
	margin-bottom: 0px
}
.container 
{
	padding: 0px;
	width: 700px;
}
.mainSection {
	padding: 30px;
	padding-top: 10px;
	background-color:rgb(224,224,224);
    width:700px;
    float:left;
	//height: 100%;
	min-height: 200px;
}
.sideSection {
	background-color:rgb(202,202,202);
    width:200px;
    float:left;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 7000px;
    margin-bottom: -6000px;
}

.carousel-indicators {
  bottom: 0px;
}
.product-caption{
  text-align: left;
  background: none repeat scroll 0% 0% #CACACA;
  padding-left: 16px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.product-caption h3{
margin-top: 0px
}

.navbar
{
	margin-bottom: 0px;
}
.navbar
{
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
body,
.navbar-nav
{
  min-width: 700px;
}
.myPadding
{
padding-bottom: 10px;
}
#imageCarousel
{
background-color: black;
 border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}

.thumbnail2 {
  position: relative;
  //width: 200px;
  height: 305px;
  
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.thumbnail2 img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail2.portrait2 img {
  width: 100%;
  height: auto;
}

.bodyTitle
{
	text-align: left;
}

.navbar .navbar-nav .open .dropdown-menu
{
  background-color:rgb(224,224,224);
}

.navbar .navbar-nav .open .dropdown-menu > li > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav > li > a
{
  color: rgb(51,51,51) !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, 
.navbar .navbar-nav .open > a,
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus
{
  background-color:rgb(202, 202, 202) !important;
}



.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus 
{
  color: rgb(51,51,51) !important;
}

.dropdown-menu 
{
	font-size: 13px;
}

.navbar-default 
{
    //background-color: #F8F8F8;
	background-color:rgb(224,224,224);
	border-color: rgb(212, 212, 212);
}
.retired
{
	text-align: center;
	color: rgb(255,0,0);
}

.thumbnail3 {
  position: relative;
  width: 82px;
  //height: 305px;
  
  overflow: hidden;
}
.thumbnail3 img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail3.portrait3 img {
  width: 100%;
  height: auto;
}
.mySideBar
{
	list-style-type: none;
	position: absolute;
	left: 100%;
	width: 180px;
	background-color:rgb(224,224,224);
	padding-bottom: 10px; 
	margin-left: 5px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 0px;
	border-radius: 4px;
}
.mySideBar > li > a
{
	padding-left: 15px; 
	padding-bottom: 5px; 
	padding-top: 5px;
	color: inherit; /* blue colors for links too */
	text-decoration: inherit; /* no underline */
	display: block;
}
.mySideBar > li:hover,
.mySideBar > li:focus
{
	background-color:rgb(202, 202, 202);
}