
/*Change the colour of the LH menu*/
body.why div.infoMenu ul{border-top-color:#f08c2a;}
body.why div.infoMenu li{border-bottom-color:#f08c2a;}
body.why div.infoMenu li a:hover {color: #f08c2a;}
body.why div.infoMenu li a.selected{background: #f08c2a;}
body.why div.infoMenu li a.selected:hover { background: #f08c2a; color:#FFFFFF;}

table#history td
{
	width:141px;
	height:97px;
	background-color:#f08c2a;
	text-align:center;
	vertical-align:middle;
	border: solid 3px white;
	font-size:16pt;
	color:white;
}
/*Change the width of the LH menu*/
div.infoMenu ul {
   
   width: 235px;
  
   }
   
div.infoMenu li {
   
   width: 235px;
  
   }
   
div.infoMenu li a {
  
   width: 228px;
   
   }


body.why .tripleCol h2{
   color: #f08c2a;
   margin: 0;
   padding: 14px 8px 20px 6px;
   display: block;
   }

body.why p.linkcode{
   line-height: 14pt;

   color: #404040;
   padding: 6px 8px 6px 6px;
   display: block;
   background: #f6f6f6;
   border: 1px dashed #7f7f7f;
   margin: 0 0 14px 0;
   }

body.why p.topnote{

   color: #404040;
   padding: 0;
   margin: 0;
   display: block;
   position: absolute;
   bottom: 8px;
   right: 8px;
   }

body.why p.bigp{
   line-height: 18pt;

   color: #505050;
   padding: 6px 8px 16px 6px;
   }

ul.bulleted
{
	margin-left:10px;
	margin-bottom:20px;
}
ul.bulleted li
{
	text-indent:10px;
	list-style: disc;
	
	margin-top:6px;
	margin-bottom:6px;
}

ul.bulleted li span
{
	color:#404040;
}

/*
	Clearfix
*/
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
    content: "\0020"; display: block; height: 0; visibility: hidden;
}
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }


/*
	Pagination
*/
 .pagination {margin-bottom: 10px;}

 .pagination .previous,
 .pagination .next {
    background-color: #F08C2A;
    color: #FFF;
    padding: 6px 10px 7px 15px;
    float: left;
	cursor:pointer;
}

 .pagination .next {padding: 6px 15px 7px 10px;}

 .pagination ul {
    border-color: #F08C2A;
    border-style: solid;
    border-width: 1px 0;
    float: left;
    height: 29px;
    margin: 0;
    width: 565px;
    overflow: hidden;
}

 .pagination ul li {
    list-style: none;
    float: left;
    margin: 5px;
    padding: 1px 2px 1px 2px;
    
}

 .pagination li.totals {margin-right: 20px;}
 .pagination li.all {float: right;}

 .pagination ul li a:hover {
    text-decoration: underline;
}

 .pagination ul li .selected {
    background-color: #F08C2A;
    color: #FFFFFF;
}

/*
	testimonials
*/
div#headerList{height:333px;width:100%;position:relative;}
div#headerList div.header
{
	float:left;
	display:block;
    height: 333px;
    width:735px;
    position: absolute;
    z-index:1;
}

div#headerList p.quoteText
{
	height:105px;
	overflow:hidden;
}
div#headerList p.quoteFrom
{
	float:right;
}
div#tNavigation
{
	margin-top:3px;
}
a#prevTestimonial
{
	color:#626d79;
	float:left;
	cursor:hand;
	cursor:pointer;
}
a#nextTestimonial{float:right;
	color:#626d79;
	cursor:hand;
	cursor:pointer;
}
/*
	Timeline
*/
.timeline .timeline-entry {
    background-color: #fdf3e9; padding:15px;
    margin-bottom: 20px;
    display: none;
}

.timeline .current {
    display: block;
}

.timeline .timeline-entry h3 {margin: 0 6px;}

.timeline .timeline-entry h3,
.timeline .timeline-entry p {
    width: 310px;
    float: left;
}

.timeline .timeline-entry .year-block {
    background-color: #F08C2A;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 99px;
    padding:40px;
    text-align: center;
    width: 150px;
    height:100px;
}
#timelineNav li
{
	cursor:hand;
	cursor:pointer;
}

ul#timelineNav li.selected
{
	background-color: #F08C2A;
    color: #FFFFFF;

}


ul#library {
    margin-top: 30px;
}
ul#library li {
    float: left;
    margin-right: 13px;
    width: 153px;
    margin-bottom: 20px;
}
ul#library li .button {
    background-color: #F08C2A;
    text-align: center;
    width: 100px;
}
ul#library li .button a {color: #FFFFFF;}

/*Blog*/
div.posts
{
	margin-bottom:20px;
}
div.post
{
	border-bottom: solid 1px #F08C2A;
	padding-bottom:10px;
}
div.post p.byline em{
    font-size: 12pt;
    font-style:italic;
}
div.post a.readMore
{
	float:right;
	clear:both;
}
div.post p.list-of-tags a
{
	color:#404040;
}

/*Style Child items in LH menu.*/
body.why div.infoMenu li ul {
   border: none;
   width: 203px;
   list-style: none;
   margin: 0;
   padding: 0;
   font-size: 7.5pt;
   font-weight: normal;
}

body.why div.infoMenu li ul li {
   margin: 0;
   padding: 0;
   width: 203px;
   display: block;
   border: none;
   float: left;
   clear: left;
   background: #fff;
   }

body.why div.infoMenu li ul li a {
   margin: 0;
   padding: 0px 0 8px 13px;
   width: 197px;
   display: block;
   border: none;
   color: #666;
   text-decoration: none;
   background: none;
}

body.why div.infoMenu li ul li a:link { text-decoration: none; }
body.why div.infoMenu li ul li a:visited { text-decoration: none; }
body.why div.infoMenu li ul li a:hover { text-decoration: underline; color: #F08C2A; background: none; }

body.why div.infoMenu li ul li a#instop { padding: 8px 0 8px 13px; }
body.why div.infoMenu li ul li a#instop:link { padding: 8px 0 8px 13px; }
body.why div.infoMenu li ul li a#instop:visited { padding: 8px 0 8px 13px; }
body.why div.infoMenu li ul li a#instop:hover { padding: 8px 0 8px 13px; }

body.why div.infoMenu li ul li a.selected { color: #F08C2A; background: none; font-weight: bold; }
body.why div.infoMenu li ul li a.selected:link { text-decoration: none; background: none; font-weight: bold; }
body.why div.infoMenu li ul li a.selected:visited { text-decoration: none; background: none; font-weight: bold; }
body.why div.infoMenu li ul li a.selected:hover { text-decoration: none; background: none; color: #F08C2A; font-weight: bold; }

body.why div#picOverlay p{color:#ffffff;font-size:13pt;margin:10px 10px 10px 10px;}

body.why table.chart{width:100%}
body.why table.chart th{background-color:#f08c2a;height:20px;font-weight:normal;padding-top:10px }
body.why table.chart th div{display:block;float:left;text-align:right;border-right:solid 1px white;}
body.why table.chart th div span{display:block;padding:0px 5px 10px 10px;color:White;}
body.why table.chart td.background{background-color:#d0d0d0;width:100%;border-top: solid 1px white;}
body.why table.chart div.bar{background-color:#f08c2a;height:20px; padding:10px 0px 10px 10px;color:White;}