@charset "utf-8";

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

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 90px;
	display: block;
}

.callbox {
	display: none;
}

#Nav {
	clear: both;
	float: left;
	margin:0 auto;	
	width: 100%;
	display: block;
}
#Nav ul { margin: 0; padding: 0; z-index: 10000; list-style:none; }
#Nav li {  width: 100%; float:left; padding: .6em 1.8em .6em 1.5em;  /*position: absolute; top: 0; z-index: 10000;*/ font-family:'Alegreya Sans', sans-serif; text-transform:uppercase; text-decoration:none; background-color:#333; border-bottom:#ccc solid 2px;   }
#Nav a { height: 1em; display:inline;  font-family:'Alegreya Sans', sans-serif; color:#ffffff; font-size:1em; text-transform:uppercase; z-index: 10001; text-decoration:none; line-height: 1em; vertical-align:middle;  float:left; }
#Nav span { display: inline; padding: .8em;   }

#Nav a:hover, #Nav.on { color:#34bbd1;}

/* ==|== Secondary Nav Styles ========================================================= */


.on { border-bottom: solid 2px #34bbd1; color:#34bbd1  }

#Nav ul { margin: 0; padding: 0; }
#Nav li ul { /* second-level lists */  position: absolute; list-style: none; clear: both; z-index: 10000; display:none; border-top:solid #34bbd1 3px; background-color:#333; padding:0px; margin-top:-11px;  /* using left instead of display to hide menus because display: none isn't read by screen readers */ }
#Nav li ul li { position: relative; text-transform:capitalize;    }
#Nav li ul li, nav li ul li a { background-image: none !important; clear: both;border-bottom: #555 solid 2px; text-transform:capitalize; padding: 5px 5px 5px 5px;    }
#Nav li ul li a { color: #fff; font-size: 14px;  height: auto; text-decoration: none; text-indent: 0 !important; vertical-align: middle; width: 140px; z-index: 1100; border-bottom:none;  }
#Nav li ul li a:hover { background: #333; color:#00bce4 !important; width:140px;   }
#Nav li:hover ul { /* lists nested under hovered list items */ position: absolute; margin-top:30px; margin-left:-120px; width: 150px; list-style: none; clear: both; z-index: 99999999; display:block; /* to fix the sticky hover state in ie7 */display: none; }

#Feature {
	clear: both;
	float: left;
	margin-left: 0;
	padding-bottom: 5px;
	width: 100%;
	display: block;
}
#article1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#article2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#article3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footer-start {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 5px;
	background-color: #333;
	border-top:2px #666 solid;
	min-height: 250px;
	color:#ffffff;
}
.footerContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	/*font-family: 'Alegreya Sans', sans-serif;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 15px;
}
#Contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 58.3333%;
	display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
}
#AboutUs {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 37.5%;
	display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
}
#Support {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
}

/* 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%;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;	
	height:80px;
	display: block;
}
.callbox {
	display: block;
}

#Nav {
	clear: both;
	float: left;
	margin:0 auto;		
	padding-left: 0px;
	width: 100%;
	display: block;
}
#Nav ul { margin: 0; padding: 0; z-index: 10000; list-style:none; }
#Nav li {  width: auto; float:left; padding: .5em; /* position: absolute; top: 0; z-index: 10000;*/ font-family:'Alegreya Sans', sans-serif; color:#464646; text-transform:uppercase; text-decoration:none; background:url(../images/topnav-divider.png) no-repeat right center;  border-bottom:none;   }
#Nav a {  display:inline;  font-family:'Alegreya Sans', sans-serif; color:#464646; font-size:16px; text-transform:uppercase; z-index: 10001; text-decoration:none; line-height: 20px; vertical-align:middle;  float:left; }
#Nav span { display: inline; padding: .8em;   }

#Nav a:hover, #Nav.on { color:#34bbd1;}
#Nav .end {background:none;}

/* ==|== Secondary Nav Styles ========================================================= */


.on { border-bottom: solid 2px #34bbd1; color:#34bbd1  }

#Nav ul { margin: 0; padding: 0; }
#Nav li ul { /* second-level lists */  position: absolute; list-style: none; clear: both; z-index: 10000; display:none; border-top:solid #34bbd1 3px; background-color:#333; padding:0px; margin-top:-11px;  /* using left instead of display to hide menus because display: none isn't read by screen readers */ }
#Nav li ul li { position: relative; text-transform:capitalize;    }
#Nav li ul li, nav li ul li a { background-image: none !important; clear: both;border-bottom: #555 solid 2px; text-transform:capitalize; padding: 5px 5px 5px 5px;    }
#Nav li ul li a { color: #fff; font-size: 14px;   height: auto; text-decoration: none; text-indent: 0 !important; vertical-align: middle; width: 140px; z-index: 1100; border-bottom:none;  }
#Nav li ul li a:hover { background: #333; color:#00bce4 !important; width:140px;   }
#Nav li:hover ul { /* lists nested under hovered list items */ position: absolute; margin-top:30px; margin-left:-120px; width: 150px; list-style: none; clear: both; z-index: 99999999; display:block; /* to fix the sticky hover state in ie7 */display: inline; }

#Feature {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;	
	padding-bottom: 5px;
}
#article1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
}
#article2 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 48.7179%;
	display: block;
}
#article3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footer-start {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color:#ffffff;
}
.footerContainer {
	width: 90.675%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	/*font-family: 'Alegreya Sans', sans-serif;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 15px;
}
#Contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
}
#AboutUs {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 48.7179%;
	display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
}
#Support {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
}
}

/* 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.2%;
	max-width: 960px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:80px;
	display: block;
}
.callbox {
	display: block;
}
#Nav {
	clear: both;
	float: left;	
	padding-left: 2em;
	margin:0 auto;	
	width: 100%;
	display: block;	
	background: #fff;
}
#Nav ul { margin: 0; padding: 0; z-index: 10000; list-style:none; }
#Nav li { width: auto; float:left; padding: .6em 1.5em 0em 1em;  /*position: absolute; top: 0; z-index: 10000;*/ font-family:'Alegreya Sans', sans-serif; color:#464646; text-transform:uppercase; text-decoration:none; background:url(../images/topnav-divider.png) no-repeat right center; border-bottom:none;   }
#Nav a { height: 37px; display:inline;  font-family:'Alegreya Sans', sans-serif; color:#464646; font-size:16px; text-transform:uppercase; z-index: 10001; text-decoration:none; line-height: 22px; vertical-align:middle;  float:left; }
#Nav span { display: inline; padding: .8em;   }

#Nav a:hover, #Nav.on { color:#34bbd1;}
#Nav .end {background:none;}
/* ==|== Secondary Nav Styles ========================================================= */

.on { border-bottom: solid 2px #34bbd1; color:#34bbd1  }

#Nav ul { margin: 0; padding: 0; }
#Nav li ul { /* second-level lists */  position: absolute; list-style: none; clear: both; z-index: 10000; display:none; border-top:solid #34bbd1 3px; background-color:#333; padding:0px; margin-top:-11px;  /* using left instead of display to hide menus because display: none isn't read by screen readers */ }
#Nav li ul li { position: relative; text-transform:capitalize;    }
#Nav li ul li, nav li ul li a { background-image: none !important; clear: both;border-bottom: #555 solid 2px; text-transform:capitalize; padding: 5px 5px 5px 5px;    }
#Nav li ul li a { color: #fff; font-size: 14px;  height: auto; text-decoration: none; text-indent: 0 !important; vertical-align: middle; width: 140px; z-index: 1100; border-bottom:none;  }
#Nav li ul li a:hover { background: #333; color:#00bce4 !important; width:140px;   }
#Nav li:hover ul { /* lists nested under hovered list items */ position: absolute; margin-top:30px; margin-left:-120px; width: 150px; list-style: none; clear: both; z-index: 99999999; display:block; /* to fix the sticky hover state in ie7 */display: inline; }

#Feature {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top:-3px;
	width: 100%;
	display: block;
	padding-bottom: 8px;
}
#article1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 28.5714%;
	display: block;
}
#article2 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 28.5714%;
	display: block;
}
#article3 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 38.7755%;
	display: block;
}
#Footer-start {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color:#ffffff;
}
.FooterContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: 0 auto;
	/*font-family: 'Alegreya Sans', sans-serif;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 15px;
}
#Contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 28.5714%;
	display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
}
#AboutUs {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 28.5714%;
	display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
}
#Support {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 38.7755%;
	display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
}
}