@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	right: auto;
	left: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/ 

.fluid {
	clear: both;
	width: 100%;
	float: left;
	font-weight: 300;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
}
.showAreaH2  {
	font-weight: bold;
}
.vline  {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
.mainFont {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2rem;
	text-align: center;
	color: #FFFFFF;
	border-radius: 7px;
}
.mainFontgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2rem;
	text-align: center;
	color: #00CC00;
}
.mainFontgreenL {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.5rem;
	text-align: center;
	color: #00CC00;
}

.mainFonty {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2rem;
	text-align: center;
	color: #f2b11c;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}	

.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;

}
.navsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 0.8rem;
	text-align: center;
}


.textbox {
	color: #B5C7E3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 0.8rem;
	background-color: #2B2B2B;
	background-image: -webkit-linear-gradient(270deg,rgba(116,115,115,1.00) 0%,rgba(46,46,46,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(116,115,115,1.00) 0%,rgba(46,46,46,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(116,115,115,1.00) 0%,rgba(46,46,46,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(116,115,115,1.00) 0%,rgba(46,46,46,1.00) 100%);
	border-radius: 96px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #9DB6FC;
}

/* BELOW THIS ARE ALL RELATED TO SCREEN WIDTH Mobile Layout: 480px and below. */
 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-right: 2px;
	clear: none;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-left: 2px;
	overflow-x: visible;
}

.Imgwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-right: 2px;
	clear: none;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-left: 2px;
}
#top img {
     margin-right: auto;
     margin-left: auto;
}
#menuSystem {
}
.menuItem {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	color: #FFFFFF;
	background-color: #868888;
	border-radius: 3px;
	width: 100%;
	margin-left: 0;
	clear: both;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 200;
	text-shadow: 0px 0px;
	background-image: -webkit-linear-gradient(270deg,rgba(168,165,165,1.00) 0%,rgba(67,67,67,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(168,165,165,1.00) 0%,rgba(67,67,67,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(168,165,165,1.00) 0%,rgba(67,67,67,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(168,165,165,1.00) 0%,rgba(67,67,67,1.00) 100%);
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

.gridContainer.clearfix #top a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	font-variant: normal;
	padding-bottom: 0px;
	display: block;
}
.gridContainer.clearfix #end a {
	font-family: Myriad Pro;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	font-variant: normal;
	padding-bottom: 0px;
	display: block;
}

.headerL {
	font-family: Myriad Pro;
	font-style: normal;
	font-weight: 300;
	font-size: 2.1rem;
	text-align: left;
}
.headerongrey {
     font-family: Myriad Pro;
     font-style: normal;
     font-weight: 300;
     font-size: 1.8rem;
     text-align: center;
     width: 100%;
     background-color: #494a4a;
     -webkit-box-shadow: 2px 2px 7px #292929;
     box-shadow: 2px 2px 7px #292929;
     color: #ffffff;
}

.thumbL {
	margin-right: 14px;
	left: 10px;
	position: relative;
}
.thumb2 {
	margin-left: 14px;
	display: table-row-group;
}

.phone {
	font-family: Arial;
	font-style: normal;
	font-weight: 300;
	font-size: 2.4rem;
	color: #707070;
}

#sidebar {
	float: left;
	width: 37%;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin-left: 7%;
}
#mainContent {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-family: Myriad Pro;
	font-style: normal;
	font-weight: 400;
	color: #676060;
	padding-top: 7px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	/* REMOVED 	04/02/2022 padding-left: 1.1625%; */
	padding-right: 1.1625%;
	clear: none;
	float: none;
}
.Imgwrapper {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
}
#menuSystem {
}/* adjusted the width from 10.2564% to 20.2564% 
plus margin left from 2.5641% to 3.5641% for iPad */
.menuItem {
width: 21.2564%;
clear: none;
margin-left: 3.5641%;
display: block;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: 1400px;
	float: none;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
} 

    
.Imgwrapper {
	width: 70%;
	max-width: 1000px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	float: none;
	margin-left: auto;
	clear: none;
}
#menuSystem {
	display: block;
}
.menuItem {
width: 15.2542%;
clear: none;
margin-left: 1.6949%;
display: block;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.textbox {
width: 86%;
font-size: 1.4rem;
}
/* Don't add styles below here as they apply to media queries */
