body{
	background: #ffffff;
	margin:0px;
	padding:0px;
}

#printHeader {
	display: none;
	visibility: hidden;
}

#printFooter{
	display: none;
	visibility: hidden;
}

#bodyContainer{
	background:#f1efe9 url(/20150114134215/images/bg-body-container.jpg) top left repeat-x;
	display: inline-block;
	width: 100%;
}

.page{
	margin:0 auto;
	width:990px;
}

.clear{
	clear:both;
}


/***********************************************************************************************************************************/
/************************** header *************************************************************************************************/
/***********************************************************************************************************************************/
#header{
	width: 100%;
	height:178px; 
}

.textSize{
	width:100%;
	text-align: right;
	display: inline-block;
}

.textSizeInner{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #fff;
	text-align: center;
	float:right;
	width: 194px;
	font-size: 18px;
	height: 33px;

	padding:8px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 3px 1px #e3dfd7;
	-moz-box-shadow: 0px 0px 3px 1px #e3dfd7;
	box-shadow: 0px 0px 3px 1px #e3dfd7;
}

.textSizeInner a{
	font-size: 18px;
	color: #999b99;
}

.textSizeInner a.selected{
	color:#d66f00;
}

#logo{
	width: 100%;
	text-align: center;
	margin:16px 0px 0px -4px;
}

#logo img{
	border:0px;
}

#mainNavigation{
	text-align: center;
	width: 100%;
	margin:17px 0px 10px 0px;
	display: inline-block;
}

#mainNavigation ul{
	margin:0px -10px 0px 0px;
	padding:0px;
	list-style-type: none;
}

#mainNavigation ul li{
	margin:0px;
	padding:0px;
	display: inline;
}

#mainNavigation ul li a{
	font-family: 'LatoRegular';
	font-size: 18px;
	color:#777;
	text-decoration: none;
	line-height: 20px;
	padding:7px 12px 7px 12px;
	border-radius: 3px;
	margin:0px 6px 0px 5px;
	display: inline-block;
}

#mainNavigation ul li a:hover,
#mainNavigation ul li a.current{
	background:#d76f00;
	color:#fff;
}

/***********************************************************************************************************************************/
/************************** homepage *************************************************************************************************/
/***********************************************************************************************************************************/
#cbHomepageContainer{
	min-height: 600px;
	display: inline-block;
	padding:0px 0px 33px 0px;
}

#cbSlideshow{
	width: 990px;
	height:350px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(185,183,179,1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(185,183,179,1);
	box-shadow: 0px 0px 5px 1px rgba(185,183,179,1);
}

#cbSlideshow img{
	border-radius: 3px;
	border:0px;
}

#cbSlideshow .imgCountersContainer {
    height: 12px;
    position: relative;
    z-index: 3000;
    margin-top:-8px;
}
#cbSlideshow .imgCounters {
    background: none;
    display: inline-block;
    height: 12px;
    margin:0px 12px 0px 0px;
    float: right;
}
#cbSlideshow .img_counter_page {
    height: 12px;
    width: 12px;
    margin:0px 6px 0px 0px;
}

#cbSlideshow .img_counter_page a {
    background-image: url("/20150114134215/images/slideshow-counter.png");
    background-repeat: no-repeat;
   	background-position:0px 0px;
   background-color: transparent;
    display:block;
    height: 12px;
    width: 12px;
    border:0px;
   
}

#cbSlideshow .img_counter_page a.current {
   background-position:-20px 0px;
}

#cbSlideshow .img_counter_page a span {
    display: none;
    visibility: hidden;
}

.cb{
	float:left;
	width:240px;
	margin-right:10px;
}

.cb h1,
.cb h2{
	margin:0px 0px 3px 0px;
}

.cb h1,
.cb h2,
.cb h1 a,
.cb h2 a{
	font-size:18px;
	font-family: 'Lato';
	color:#d76f00;
	line-height: 22px;
	font-weight: bold;
	text-transform: none;
}

.cb h1 a,
.cb h2 a{
	text-decoration: none;
}

.cb p{
	font-family: 'LatoRegular';
	font-size:16px;
	color:#777;
	line-height: 26px;
	margin:0px 0px 8px 0px;
}

.cb img{
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(193,190,190,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(193,190,190,1);
	box-shadow: 0px 0px 5px 0px rgba(193,190,190,1);
	border:0px;
}

.cbHomeboxes{
	width:100%;
	margin:37px 0px 0px 0px;
}

/***********************************************************************************************************************************/
/************************** inside Page *************************************************************************************************/
/***********************************************************************************************************************************/
#insidePage{
	background:url(/20150114134215/images/bg-inside-page.jpg) repeat-y;
	display: inline-block;
	width: 990px;
	border-radius: 4px;
	float:left;
	min-height: 600px;
	margin-left:-10px;
	margin-top:-3px;
}

#leftColumn{
	float:left;
	width:201px;
	min-height: 150px;
}

#insideContent{
	float:left;
	width:734px;
	min-height: 150px;
	padding:21px 21px 40px 34px;
}

#breadcrumb{
	float: right;
	font-size: 11px;
	color: #777777;
	line-height: 15px;
	font-family: 'LatoRegular';
}

#breadcrumb a{
	font-size: 11px;
	color: #777777;
	line-height: 15px;
	font-family: 'LatoRegular';
	padding:0px 1px 0px 0px;
}

#breadcrumb .breadcrumbCurrent{
	font-size: 11px;
	color: #d66f01;
	line-height: 15px;
	font-family: 'LatoRegular';
	padding:0px 0px 0px 1px;
}

/********* Left Navigatio *********/
#navigationTitle{
	padding:27px 25px 0px 25px;
	margin:0px 0px 20px 0px;
}

#navigationTitle a{
	font-family: 'Lato';
	font-weight: bold;
	font-size: 20px;
	color:#525252;
	line-height: 24px;
}

#navcontainer ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
	width: 201px;
}

#navcontainer ul li{
	margin:0px;
	padding:0px;
	width: 201px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	line-height: 20px;
}

#navcontainer ul li a{
	font-family: 'LatoRegular';
	font-size:16px;
	line-height: 24px;
	color:#d76f00;
	text-decoration: none;
	padding:5px 10px 6px 24px;
	margin:0px 0px 0px 0px;
	width:167px;
	display: inline-block;
	border-top:1px solid #ece8e0;
}

#navcontainer ul li a:hover{
	color:#138f90;
}

#navcontainer ul li.no-children-current a,
#navcontainer ul li.has-children-current a{
	color:#8e4b04;
	background: #fff;
	border-top:1px solid #e2dcd0;
}

#navcontainer ul li a span{
	padding:0px 0px 0px 17px;
	width: 150px;
	display: inline-block;
}

#navcontainer ul li.has-children a span{
	background: url(/20150114134215/images/navigation-arrow.png) left no-repeat;
}

#navcontainer ul li.has-children a:hover span{
	background: url(/20150114134215/images/navigation-arrow-hover.png) left no-repeat;
}

#navcontainer ul li.has-children-current a span{
	background: url(/20150114134215/images/navigation-arrow-current.png) left no-repeat;
}

#navcontainer ul li a span span,
#navcontainer ul li.has-children a span span,
#navcontainer ul li.has-children a:hover span span,
#navcontainer ul li.has-children-current a span span{
	padding:0px;
	background: none;
}

#navcontainer ul li.has-children-current ul{
	background: #e2dcd0;
	padding:3px 0px 3px 0px;
}

#navcontainer ul li.has-children-current li{
	margin:0px 0px 0px 0px;
	width: 201px;
	padding:0px;
}

#navcontainer ul li.has-children-current li a{
	border-top:0px;
	background: none;
	font-size: 14px;
	line-height: 18px;
	color:#d76f00;
	margin:0px 0px 0px 30px;
	width: 140px;
	padding:7px 10px 6px 21px;
}

#navcontainer ul li.has-children-current li a span{
	width:140px;
	padding:0px 0px 0px 0px;
}

#navcontainer ul li.has-children-current li a:hover{
	color:#138f90;
}

#navcontainer ul li.has-children-current li a span,
#navcontainer ul li.has-children-current li a:hover span{
	background:none;
}

#navcontainer ul li.has-children-current li a#current{
	background: #fff;
	color:#8e4b04;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#navcontainer ul li.has-children-current li li a{
	font-size: 12px;
	width: 130px;
	padding:3px 10px 3px 31px;
}

#navcontainer ul li.has-children-current li li a#current{
	background: transparent;
}

/***********************************************************************************************************************************/
/************************** footer *************************************************************************************************/
/***********************************************************************************************************************************/
#footer{
	width: 100%;
	display: inline-block;
	height: 294px;
	box-shadow: 0 -5px 5px -5px #bfbdb6;
}

#footer p,
#footer a{
	font-size: 14px;
	color:#777;
	line-height: 20px;
	font-family: 'LatoRegular';
	text-decoration: none;
}

#footer a:hover,
#footer a.current{
	color:#d66f01;
}

#footer p{
	margin:0px 0px 15px 0px;
}

#footer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer ul li{
	margin: 0px;
	padding: 0px;
}

.footerBox1{
	float:left;
	width: 250px;
	min-height: 1px;
	padding-top:28px;
}

.footerBox2{
	float:left;
	width: 481px;
	min-height: 1px;
	padding:28px 15px 0px 40px;
}

.footerBox3{
	float:left;
	width: 100px;
	min-height: 1px;
	padding:28px 0px 0px 104px;
}

#footer .footerBox3 li{
	line-height: 18px;
}

#footer .footerBox3 a{
	line-height: 18px;
}


.footerBox4{
	width: 100%;
	float:left;
	margin:10px 0px 0px 0px;
}

.footerBoxTitle,
#footer p.footerBoxTitle{
	font-family: 'Lato';
	font-weight: bold;
	width: 100%;
	font-size: 14px;
	color:#777;
	line-height: 20px;
	line-height: 18px;
	margin:0px 0px 1px 0px;
}

.copyRight{
	float:left;
}

#footer .footerBox4 p,
#footer .footerBox4 a{
	font-size: 12px;
}


.footerLinks{
	float:right;
}

.footerLinks ul li{
	display: inline;
}

#footer .footerLinks ul li.divider{
	padding:0px 5px 0px 5px;
}

.gbLogo{
	text-align: center;
	float: left;
	width: 100%;
}

#GRIPFooterLogo{
	margin:0 auto;
}