@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@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%;
}

/* 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;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	margin-top: 20px;
	font-size: medium;
}

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

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}
.gridContainer750 {
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}
.gridContainerCenter {
	text-align: center;
	font-family: Open Sans;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}
.imageContainer {
	display: inline-block;
	vertical-align: bottom;
	font-family: Open Sans;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin: 10px 20px 10px 20px;
}
.imageContainerRight {
	float: right;
	margin: 0px 0px 0px 30px;
}
#div1 {
}
#logo {
	margin-top: 20px;
	text-align: center;
}
#Horiz-Nav ul {
	list-style-type: none;
	text-align: center;
	border-bottom-color: rgba(0,0,0,0.30);
	border-bottom-style: solid;
	border-bottom-width: 1.5px;
}
#Horiz-Nav ul li  {
	display: inline;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 13px;
	margin: 0;
	line-height: 2.2em;
}
#Horiz-Nav ul li a  {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	padding: 5px 10px;
	margin: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,0.15) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(52%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.15) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.15) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.15) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.15) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 ); /* IE6-9 */
}
#Horiz-Nav a:hover {
	text-decoration: none;
	margin: 0;
	background: -moz-linear-gradient(top, rgba(245,148,49,0.25) 0%, rgba(165,11,234,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,148,49,0.25)), color-stop(100%,rgba(165,11,234,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(245,148,49,0.25) 0%,rgba(165,11,234,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(245,148,49,0.25) 0%,rgba(165,11,234,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(245,148,49,0.25) 0%,rgba(165,11,234,0.2) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(245,148,49,0.25) 0%,rgba(165,11,234,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40f59431', endColorstr='#33a50bea',GradientType=0 ); /* IE6-9 */
	}
#Horiz-Nav a:visited {
	text-decoration: none;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.fluid.Nav .cycle-slideshow {
}

/* 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;
	margin-left: auto;
}
#div1 {
}
#logo {
}
#Horiz-Nav ul {
	list-style-type: none;
}
#Horiz-Nav ul li  {
	display: inline;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 13px;
	margin: 0;
}
#Horiz-Nav ul li a  {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	padding: 5px 10px;
	margin: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,0.15) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(52%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.15) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.15) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.15) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.15) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 ); /* IE6-9 */
}
#Horiz-Nav a:hover {
	text-decoration: none;
	margin: 0;
	background: -moz-linear-gradient(top, rgba(245,148,49,0.25) 0%, rgba(165,11,234,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,148,49,0.25)), color-stop(100%,rgba(165,11,234,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(245,148,49,0.25) 0%,rgba(165,11,234,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(245,148,49,0.25) 0%,rgba(165,11,234,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(245,148,49,0.25) 0%,rgba(165,11,234,0.2) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(245,148,49,0.25) 0%,rgba(165,11,234,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40f59431', endColorstr='#33a50bea',GradientType=0 ); /* IE6-9 */
	}
#Horiz-Nav a:visited {
	text-decoration: none;
}
.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-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#logo {
}
#Horiz-Nav ul {
	list-style-type: none;
}
#Horiz-Nav ul li  {
	display: inline;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 13px;
	margin: 0;
}
#Horiz-Nav ul li a  {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	padding: 5px 10px;
	margin: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,0.15) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(52%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.15) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.15) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.15) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.15) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 ); /* IE6-9 */
}
#Horiz-Nav a:hover {
	text-decoration: none;
	margin: 0;
	background: -moz-linear-gradient(top, rgba(245,148,49,0.25) 0%, rgba(165,11,234,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,148,49,0.25)), color-stop(100%,rgba(165,11,234,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(245,148,49,0.25) 0%,rgba(165,11,234,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(245,148,49,0.25) 0%,rgba(165,11,234,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(245,148,49,0.25) 0%,rgba(165,11,234,0.2) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(245,148,49,0.25) 0%,rgba(165,11,234,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40f59431', endColorstr='#33a50bea',GradientType=0 ); /* IE6-9 */
	}
#Horiz-Nav a:visited {
	text-decoration: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.Horiz-Nav ul  {
	text-decoration: none;
}
.Horiz-Nav ul li  {
	text-decoration: none;
}
}
