@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: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	font-size: 1.6rem;
	text-align: center;
}
.tinytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}	

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

}
.clients {
	float: left;
	padding-right: 20px;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	font-size: 1.6rem;
	width: 30%;
	height: 103px;
}
.clientsb {
	float: left;
	padding-left: 280px;
	padding-right: 20px;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	font-size: 1.6rem;
	width: 30%;
	height: 103px;
}

.tablesgreen {
	border: 1px solid #979797;
}
/* Mobile Layout: 480px and below. */
 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-right: 2px;
	clear: none;
	float: none;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	padding-left: 2px;
}

.Imgwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-right: 2px;
	clear: none;
	float: none;
	font-family: source-sans-pro;
	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: #D3D9E9;
	border-radius: 5px;
	width: 100%;
	margin-left: 0;
	clear: both;
	display: block;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	-webkit-box-shadow: 1px 1px 5px #878080;
	box-shadow: 1px 1px 5px #878080;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
/*sub menu*/
ul#menuSystem li ul.sub-menu {
    display:none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100px;
}
ul#menuSystem li:hover ul.sub-menu {
    display:block;
}

.gridContainer.clearfix #top a {
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	font-variant: normal;
	padding-bottom: 0px;
	display: block;
}
.gridContainer.clearfix #end a {
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	font-variant: normal;
	padding-bottom: 0px;
	display: block;
}

.headerL {
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	font-size: 2.1rem;
	text-align: left;
}
.headerongrey {
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	font-size: 1.8rem;
	text-align: center;
	width: 100%;
	background-color: rgba(236,236,236,1.00);
	-webkit-box-shadow: 2px 2px 7px #ADAAAA;
	box-shadow: 2px 2px 7px #ADAAAA;
}

.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: source-sans-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%;
	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: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	float: none;
	margin-left: auto;
	clear: none;
}

.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;
}
}
/* Don't add styles below here as they apply to media queries */
