/* LIST #2 */
#list2 { width:320px; }
#list2 ol { font-style:italic; font-family:Georgia, Times, serif; font-size:24px; color:#bfe1f1;  }
#list2 ol li { }
#list2 ol li p { padding:8px; font-style:normal; font-family:Arial; font-size:13px; color:black; border-left: 1px solid #black; }
#list2 ol li p em { display:block; }

.carousel-inner>.slide {transition:5s;-webkit-transition: 5s ease-in-out left;-moz-transition:5s ease-in-out left;-o-transition: 5s ease-in-out left;}

.carousel-control
{height:400px;
}

.headerOne {
display:inline;
font-size:18px;
font-weight:bold;
text-decoration:underline;
}

.headerTwo{
display:inline;
font-size:18px;
font-weight:bold;
text-decoration:underline;
}

.grayRight
{background-color:#FBFBF8;border-radius: 12px 12px 12px 12px;margin:0px;padding:5px;
min-height:275px;
 }

.grayCenter
{background-color:#FBFBF8;border-radius: 12px 12px 12px 12px;margin:0px;padding:5px;
min-height:250px;
 }

.grayCenter2
{background-color:#FBFBF8;border-radius: 12px 12px 12px 12px;margin:0px;padding:5px;
min-height:350px;
 }
.primary-container{margin-bottom:10px;
}



.list-container img{
margin-top:0px;border-radius: 12px;;margin-left:10px; margin-right:10px;width: 350px;height: 300px;
}
.row:{margin:-5px;}

#list .carousel-control.left {background-image: none;}
#list .carousel-control.right {background-image:none;left: auto;right: 0;}

#list .item{width:95%;margin-right:auto;margin-left:auto;}

#list .carousel-indicators li {border:1px solid #000000;}
#list .carousel-indicators .active{background-color:red;}

#list .carousel-inner{min-height:500px;max-height:500px;background-color:#E6E9EE}

#list .carousel-inner .listTitle{background-color:#000032;
border-radius:10px;color:white;
}

#list .carousel-inner .listTitle a{10px;color:white;
}

#list .carousel-inner .listOnlyTitle{background-color:#a00000;
border-radius:10px;color:white;
}



.carousel-listOnly{background-color:#a00000 ;
border-radius:10px;
}

.carousel-listOnly H4{
color:white;
}


#sidebar  {background-color:red;}
#sidebar >li >a {background-color:red;}


.theBody
{background-image:url("/Web.nsf/get/Image-Default-Basic/$file/PowerFlorGrid.jpg");background-repeat:repeat;
}


/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/


.navbar-inverse .navbar-inner {background-color: red;background-image: linear-gradient(to bottom, red, red);background-repeat: repeat-x;border-bottom:1px solid black;margin:10px;}

/* Body and structure
-------------------------------------------------- */

.theBody {
  position: relative;
  padding-top: 40px;
}

/* Code in headings */
h3 code {
  font-size: 14px;
  font-weight: normal;
}



/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

body > .navbar {
  font-size: 13px;
}

/* Change the docs' brand */
body > .navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: left;
  font-weight: normal;
  color: #ffffff;

}
body > .navbar .brand:hover {
  text-decoration: none;
  color:gray;
}









/* Sidenav for Docs
-------------------------------------------------- */
.bs-docs-sidenavCPS .nav-header a{background-color:#efefef;border:1px solid #A00000;}
.bs-docs-sidenavCPS .currentCategory a{background-color:#C0C0C0;}
.currentCategory a{background-color:#C0C0C0;}

.bs-docs-sidenavCPS {
  width: 228px;
  margin: 10px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenavCPS > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
  font-size:12px;
}


.sideRight > li > a {
text-align:left;
}


.bs-docs-sidenavCPS > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenavCPS > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenavCPS > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenavCPS .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenavCPS > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenavCPS a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenavCPS .active .icon-chevron-right,
.bs-docs-sidenavCPS .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenavCPS.affix {
  top: 40px;
}
.bs-docs-sidenavCPS.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}




.cpsNavbar{margin:5px 2px 3px 3px }
	
  /* Sidenav */
  .bs-docs-sidenavCPS {
    width: auto;
    margin-bottom: 20px;
  }
  


div.listTitle {
 color: #000000;
    display: none;
    margin-bottom:0;
    text-align: center;
border-radius:10px;
}



div.listTitle h4 {
    color: black;
    font-size: 14px;
    margin-top: 0;
padding:3px;
    padding-left: 10px;
    text-align: center;
}

div.listTitle a {
    color: #000032;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}
div.listTitle a:hover {
}
div.listTitle a:visited {
}


div.listOnlyTitle  {
border-radius:10px;
}

div.listOnlyTitle h4  {
    color: black;
    font-size: 14px;
    margin-top: 0;
padding:3px;
    padding-left: 10px;
    text-align: center;
}

div.listDiv{
      z-index: 999;
background-color:#efefef;
border-radius: 12px 12px 12px 12px;
padding-bottom:10px;
padding-top:20px;
margin-bottom:15px;
}

div.listText {
  
}

div.listText a {
    text-decoration: underline;
}



.listFooter{text-align:center;}


.navbar{margin-bottom:20px;}form{display:inline}


.visible-phone input {border:0px;;}
#sitesearchPhone{margin:0px:0px;padding:0px;}

.titlePhone{text-align:center;}


.powerflorRepeat{width:100%;background-image:url('/WebbuWorking.nsf/get/Image-Default-Basic/$FILE/PowerFlorPanel.jpg');background-repeat:repeat-x;height:15px;margin-left:1px;margin-bottom:4px;}

.powerflorContainer{
padding:10px;
background-color:#E6E9EE;
margin-right:auto;
margin-left:auto;
-webkit-border-radius:12px;
-moz-border-radius:12px;
border-radius:12px;
}
