@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%;
	margin-left: 0px;
	float: none;
	clear: left;
}

/* 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:		10;
	dw-num-cols-desktop:	18;
	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;
	display: block;
	text-align: justify;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	clear: none;
	float: none;
	font-family: "Arial Narrow";
	font-style: normal;
	font-weight: 200;
	color: #3F484C;
}

#HomeFooter {
	background-color: #262E38;
	width: 100%;
	height: 0;
	padding-bottom: 25%;
	color: #FFFFFF;
	font-size: small;
	font-family: "Arial Narrow";
	font-weight: lighter;
}


#footerLeftText {
	padding-left: 3%;
}
#footerRightText {
	padding-left: 3%;
}
#footerPics {
	width: 10%;
	margin-left: 3%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	clear: none;
	float: none;
	margin-left: auto;
	font-family: arial narrow;
}

#FooterCopyRight {
	font-size: x-small;
}

#HomeFooter {
	padding-bottom: 11%;
}


#footerLeftText {
	width: 45%;
}
#footerRightText {
	float: right;
	width: 40%;
	text-align: center;
	clear: none;
	padding-left: 0%;
}
#footerPics {
	width: 10%;
	margin-right: 15%;
	float: right;
	margin-top: 2%;
	margin-bottom: 1%;
}
.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 {
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	font-family: "Arial Narrow";
	font-style: normal;
	font-weight: 200;
	color: #343434;
}

#HomeFooter {
	width: 100%;
	background-color: #262E38;
	height: 0;
	padding-bottom: 10%;
}
#FooterPic {
	width: 40%;
	clear: none;
	height: 0;
	padding-bottom: 20%;
}
#footerRight {
	width: 15%;
	float: right;
	clear: none;
	background-color: #617480;
	height: 0;
	padding-bottom: 40%;
}
#FooterWhole {
	width: 100%;
}
#HomeAboutButtonLeft {
	width: 30%;
	margin-bottom: 10%;
	margin-top: 2%;
	text-align: center;
	padding-left: 12.5%;
	padding-right: 7.5%;
	margin-left: 0%;
}
#HomeAboutButtonRight {
	width: 30%;
	float: right;
	clear: none;
	margin-top: 2%;
	margin-bottom: 10%;
	text-align: center;
	padding-right: 12.5%;
	padding-left: 7.5%;
}
#HomeAboutContainer {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#footer1 {
	width: 100%;
	background-color: #617480;
	height: 0;
}
#footer2 {
	width: 100%;
	background-color: #617480;
	height: 0;
}
#footer3 {
	width: 100%;
	background-color: #617480;
	height: 0;
}
#footer4 {
width: 100%;
background-color: #617480;
height: 0;
}
#footerLeftText {
	padding-left: 5%;
	width: 45%;
}
#footerRightText {
	width: 20%;
	clear: none;
	float: right;
	padding-right: 5%;
	text-align: center;
}
#footerPics {
	width: 10%;
	float: right;
	margin-top: 3%;
	margin-bottom: 1%;
	margin-right: 10%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}


a.class1:link {
	text-decoration: none;
	color: #292F32;
}
a.class1:visited {
	text-decoration: none;
	color: #292F32;
}
a.class1:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.class1:active {
	text-decoration: none;
}



a.class2:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.class2:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.class2:hover {
	text-decoration: none;
	color: #292F32;
}
a.class2:active {
	text-decoration: none;
}
