@charset "utf-8";

body {
	background-image:url(../img/JohnYoungSignsBG.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#d65501;
}
.red {
	color:red;
}
.p-indent {
	text-align:left;
	border-bottom:thin #CCCCCC solid;
}
.p_footer_small {
	text-align:left;
	font-size:9px;
	line-height:14px;
	float:left; 
	width:70%; 
	text-align:left;
}
.p_footer_small1 {
	font-size:12px;
}
.white {	
	background-color:#FFFFFF;
}
.custom-padding {
	padding:10px;
}
.myclearfix {
	clear:both;
	height:5px;
}
.bodyConetnt {
	padding-left:0%;
	padding-right:0%;
}
.h1jys {
	font-size:24px;
	text-shadow:2px 2px 5px #666;
	margin-top:-10px;
	border-bottom:thin solid #CCCCCC;
}
.h1jysB {
	font-size:24px;
	text-shadow:2px 2px 5px #666;
	color:#d65501;
}
.white-text {
	color:#FFFFFF;
}
padding-right {
	padding-right:10px;
}
header {
	background-image:url(../img/JohnYoungHeader.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding:0px;
	box-sizing:border-box;
	height:150px;
	box-shadow: 0px 0px 5px #242424;
	webkit-box-shadow: 0px 0px 5px #242424;
	moz-box-shadow: 0px 0px 5px #242424;
}
.sales_subhead {
	float:right;
	background-color:#FFFFFF;
	box-sizing:border-box;
	padding-left:10px;
	border-radius:10px;
	moz-border-radius:10px;
	webkit-border-radius:10px;
	width:300px;
	height:110px;
	margin:14px;
	box-shadow: 0px 0px 5px #242424;
	webkit-box-shadow: 0px 0px 5px #242424;
	moz-box-shadow: 0px 0px 5px #242424;
	border:#CC6633 1px outset;
	text-shadow:#CCCCCC 1px 1px 5px; 
}
.sales_subhead h4 {
	font-size:14px;
	color:#FF0000;
	text-align:left;
}
.sales_subhead h2 {
	font-size:44px;
	color:#000000;
	text-align:left;
}
.sales_subhead p {
	margin-top:-10px;
	color:#999999;
}
.jysLogo {
	float:left;
	margin-left:10px;
	width:auto;
	height:150px;
	/*background-color:#0033CC;*/
}
.jysSection {
	width:33.3333332%;
	*width:30.5555554%;
	height:200px;
	display:block;
	margin:0px;
	float:left;
	background-color:#ffffff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border:outset thin #999999;
	padding:10px;
	box-shadow:inset 0px 0px 30px #666;
	-webkit-box-shadow:inset 0px 0px 30px #666;
	-moz-box-shadow:inset 0px 0px 30px #666;
	box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
}
.jysSection:hover {
	background-color:#d1d1d1;
	box-shadow:inset 0px 0px 10px #ccc;
	-webkit-box-shadow:inset 0px 0px 10px #ccc;
	-moz-box-shadow:inset 0px 0px 10px #ccc;
}
.jysSection a:link {
	text-decoration:none;
	color:#000000;
}
.jysSection-Image {
	width:100%;
	height:90px;
	background-color:#d65501;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:outset thin #999999;
	margin-bottom:10px;
	overflow:hidden;
}
a {
	color:#666666;
}
a:hover {
	color:#000000;
}
.minus-padding {
	margin-top:-20px;
}
footer {
	background-color:#cccccc;
	height:150px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:20px;
	border:outset thin #999999;
	text-align:right;
}

/*news toggle code - the hidden div expands to reveal the story */
#hiddenstory
{
display:none;
}
#hiddenstory2
{
display:none;
}
#hiddenstory3
{
display:none;
}
#hiddenstory4
{
display:none;
}
#hiddenstory5
{
display:none;
}
#hiddenstory6
{
display:none;
}
#hiddenstory7
{
display:none;
}
/*news toggle code - add additional stories to css and jquery file */

/* Styles for the ACCORDION MIAN Green Coloured one */
.accordion {
  margin-bottom: 20px;
}

.accordion-group-main {
  margin-bottom: 2px;
	border:#ccc outset thin;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.accordion-group-main a {
	color:#666;
	text-decoration:none;
}
.accordion-heading-main {
  	border-bottom: 0;
	background-color:#000;
  	background-image: linear-gradient(bottom, rgb(209,209,209) 35%, rgb(245,245,245) 68%);
	background-image: -o-linear-gradient(bottom, rgb(209,209,209) 35%, rgb(245,245,245) 68%);
	background-image: -moz-linear-gradient(bottom, rgb(209,209,209) 35%, rgb(245,245,245) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(209,209,209) 35%, rgb(245,245,245) 68%);
	background-image: -ms-linear-gradient(bottom, rgb(209,209,209) 35%, rgb(245,245,245) 68%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.35, rgb(209,209,209)),
		color-stop(0.68, rgb(245,245,245))
	);
	box-shadow: 0px 0px 8px #ccc;
	moz-box-shadow: 0px 0px 8px #ccc;
	webkit-box-shadow: 0px 0px 8px #ccc;
}
.accordion-heading-main p {
	font-weight:bold;
	font-size:16px;
}
.accordion-heading-main .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner-main {
  padding: 9px 15px;
  border-top: 1px solid #ccc;
  /*my custom styles*/
  	background-color: #ffbf96;
	background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(228,244,247) 52%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(228,244,247) 52%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(228,244,247) 52%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(228,244,247) 52%);

	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(255,255,255)),
	color-stop(0.52, rgb(228,244,247))
	);
}
/* END of Styles for the ACCORDION MAIN */

/* Styles for the ACCORDION INFO Grey Coloured one */
.accordion {
  margin-bottom: 20px;
}

.accordion-group-info {
  margin-bottom: 2px;
	border:#ccc outset thin;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.accordion-group-info a {
	color:#666666;
	text-decoration:none;
}
.accordion-heading-info {
	background-color:#CCCCCC;
  	background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(245,245,245) 52%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(245,245,245) 52%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(245,245,245) 52%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(245,245,245) 52%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(245,245,245) 52%);

	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(255,255,255)),
	color-stop(0.52, rgb(245,245,245))
	);
	border:#fff outset thin;
	box-shadow: 0px 0px 8px #ccc;
	moz-box-shadow: 0px 0px 8px #ccc;
	webkit-box-shadow: 0px 0px 8px #ccc;
}
.accordion-heading-info p {
	font-weight:bold;
	font-size:16px;
}
.accordion-heading-info .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner-info {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.remove-padding {
  padding: 0px 0px;
  border-top: 1px solid #e5e5e5;
}
/* Styles for the ACCORDION sets */

/* Large desktop */
@media (min-width: 1200px) {


 }
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

body {
	background-image:none;
	background-repeat:no-repeat;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
}
.h1jys {
	font-size:20px;
	line-height:24px;
	text-shadow:1px 1px 3px #666;
	margin-top:-10px;
	border-bottom:thin solid #CCCCCC;
}
.h1jysB {
	font-size:20px;
	line-height:24px;
	text-shadow:1px 1px 3px #666;
	color:#d65501;
}
.jysSection {
	width:50%;
	height:190px;
	display:inline-block;
	float:left;
	background-color:#ffffff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:solid thin #999999;
	padding:8px;
	box-shadow:inset 0px 0px 30px #666;
	-webkit-box-shadow:inset 0px 0px 30px #666;
	-moz-box-shadow:inset 0px 0px 30px #666;
	box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
}
.jysSection:hover {
	background-color:#d1d1d1;
	box-shadow:inset 0px 0px 10px #ccc;
	-webkit-box-shadow:inset 0px 0px 10px #ccc;
	-moz-box-shadow:inset 0px 0px 10px #ccc;
}
.jysSection-Image {
	width:auto;
	height:70px;
	background-color:#d65501;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:outset thin #999999;
	margin-bottom:10px;
	overflow:hidden;
}
.container-fluid {
  padding: 0px;
  margin:0px;
  *zoom: 1;
}
.container {
  margin-right: 0px;
  margin-left: 0px;
  padding:0px;
  *zoom: 1;
}
.bodyConetnt {
	padding-left:1%;
	padding-right:1%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.minus-padding {
	margin-top:-20px;
}
 }
 
/* Landscape phones and down */
@media (max-width: 480px) { 



}
