.elementsbg {
	background: #fff; 
}


/* Page Elements */

div.orbit-wrapper {
	margin-top: 25px;	
}

.slider_content {
	background: #3c3c3c url(../images/sliderbg.png);
}

#orbitDemo.orbit img {
	}

.content_title {font-size: 20px; color: #FFF;}

.content_text {font-size: 16px; color: #FFF;}

.slider_nav {
	width: 99.8%;
	
	margin: auto;
	margin-bottom: 10px;
}

#sliderbg, #productbg {
		border-bottom: 1px solid #333; /*#E1E1E1; JGN 050112*/
		background: url(../images/sliderbg.jpg) #a4a4a4 no-repeat 50% 0; /*url(../images/sliderbg.png); JGN 050112*/ /*posit. x was "0"*/
}

/*============================*/
/*===== Callout Section ======*/
/*============================*/

.calloutbg {
		background: #FBEBE3;       /*#eaeaea url(../images/calloutbg.png); JGN 050312*/
		min-height: 80px;
		border-bottom: 1px solid #e1e1e1;
}

#calloutwrap {
	min-height: 80px;
	overflow: hidden;
	position:relative;
	display: block;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dotted #ccc;
	background: #fff;
	border-radius: 2px;
}

/*#callout_text {
	font-size: 20px;
	font-weight: 400;
	color: #444;
	padding: 25px 0px 20px 0px;
} JGN 050612*/


#callout_text {
	font-size: 21px;
	font-weight: bold;
	color: #444;
	font-style: plain;
	padding: 25px 0px 20px 0px;
} /*JGN 050612*/


#callout_text .quote {
    /*font-family: times New Roman,times,serif;
    font-size: 100px;
    line-height: 100px;
	font-style: plain;
	color: #870F0F;
	 margin: 0 0 0 -24px;
	border: solid 1px pink; /**/
} JGN 050612*/


.bqstart {
     /*float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #FF0000;
     	border: solid 1px red;  JGN 051612 - ORIGINAL*/

 }

 .bqend {
     /*float: right;
     height: 25px;
     margin-top: 0px;
     padding-top: 45px;
     font-size: 700%;
     color: #FF0000;
     	border: solid 1px blue;  JGN 051612 - ORIGINAL*/

 }
 
/* ---------------------------------------------------------------- */
 
/*Check after EVERY quote change. Turn borders on to see. Try starting/stopping slider to be sure it works.*/

.bqstart {
    font-family: times New Roman,times,serif;
    color: #870F0F;
    float: left;
    font-size: 600%;
    height: 240px;
    margin-bottom: 0;
    margin-top: -70px;
    padding-top: 0;
        /*border: 1px solid red; */
} /*JGN 051612 - My Mods.*/


.bqend {
    font-family: times New Roman,times,serif;
    color: #870F0F;
    float: right;
    font-size: 600%;
    height: 142px;
    margin-top: -58px;
    padding-top: 0;
        /*border: 1px solid blue; */
} /*JGN 051612 - My Mods.*/

/* ---------------------------------------------------------------- */

#callout_text #attribute {
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0 80px;
} /*JGN 050612*/


#callout_text a {text-decoration: underline;}

#calloutbutton {
	padding: 10px 5px 10px 5px;
	margin-top: 28px;
	background: #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-align: center;
	position: relative;
	
}

#calloutimg{
	padding-top: 10px;
	
	float:right;
}

.callout_link {text-align: center; margin-bottom: 0px;}

#calloutbutton:hover{
	background: #222;
}

#calloutbutton a{
	color: #fff;
	font-size: 18px;
	font-weight: 800;
}

/*============================*/
/*====== Bread Crumbs ========*/
/*============================*/

/*#crumbs {
	border: 1px solid #DDD;
	margin-bottom:15px;
	margin-top:15px;
	background:#FFF;
	}JGN 051012*/




#crumbs {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #222222;
	margin-bottom:15px;
	margin-top:15px;
} /*JGN 051012*/

.crumbs_text {padding: 1px 5px 5px 15px;}

/*============================*/
/*===== Widgitized Boxes =====*/
/*============================*/

.boxes {margin-top:20px;margin-bottom:20px;}

#box_container {
	min-height: 240px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#box_container ul {
	list-style: none;
}

.boximg {
	margin: auto;
	margin-bottom: 15px;
}

.boxtext {
	text-align: left;
	color: #444;
	margin-bottom: 15px;
	font-size: 14px;
}

.box-widget-title {
	color: #389954;  /*#222; JGN 050312*/
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
}

#box1 {
	min-height: 180px;
	color: #222;
}

#box2 {
	min-height: 180px;
	color: #222;
}

#box3 {
	min-height: 180px;
	color: #222;
}

.boxes ul { padding-left: 15px; }
