@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;
}

.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: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#banner {
	float: left;
	height: 312px;
	margin-left: 0%;
	margin-top: 17px;
	clear: both;
	width: 100%;
	background-color: rgb(195, 219, 185);
	box-shadow: rgb(93, 93, 93) 0px 0px 8px 0px;
}
#bannerText {
    float: left;
    font-size: 3em;
    width: 42%;
    height: auto;
    text-align: center;
    font-weight: 500;
    line-height: 1em;
    word-wrap: break-word;
    margin-left: 7%;
    margin-top: 92px;
    clear: none;
    min-height: 106px;
    color: rgb(44, 44, 44);
    margin-right: 0px;
}
#btn {
	float: left;
	height: 39px;
	margin-left: 6.25%;
	margin-top: 16.125px;
	clear: none;
	width: 87.5%;
	background-image:-webkit-linear-gradient(270deg,rgb(22,107,170) 1%,rgb(15,61,124) 100%);
	background-attachment: scroll;
	background-size: auto;
	background-position: 0% 0%;
	background-repeat: repeat repeat;
}

#div1 {
	clear: both;
	margin-left: 0;
}
#heading {
}
#image1 {
    float: left;
    width: auto;
    max-width: 32%;
    height: auto;
    margin-left: 57%;
    margin-top: -250px;
    clear: none;
    color: rgb(0, 0, 0);
}
#HeadNav {
	display:inline
}
.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 {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#banner {
	height: 289px;
	width: 100%;
	margin-top: 16px;
	margin-left: 0%;
	clear: both;
}
#bannerText {
	margin-top: 61px;
	margin-left: 6%;
	clear: none;
	width: 42%;
	height: auto;
	font-size: 2em;
	float: left;
	margin-right: 0px;
}
#btn {
	background-color:#0F3D7C
	width: 42.5%;
	height: 39px;
	margin-top: 11px;
	margin-left: 0px;
	clear: left;
    background-image: -moz-linear-gradient(rgb(22,107,170), rgb(15,61,124)); /* FF 3.6+ */  
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #166BAA), color-stop(100%, #0F3D7C)); /* Safari 4+, Chrome 2+ */  
    background-image: -webkit-linear-gradient(rgb(22,107,170), rgb(15,61,124)); /* Safari 5.1+, Chrome 10+ */  
    background-image: -o-linear-gradient(rgb(22,107,170), rgb(15,61,124)); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#166BAA', endColorstr='#0F3D7C'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#166BAA', endColorstr='#0F3D7C')"; /* IE8+ */  
    background-image: linear-gradient(rgb(22,107,170), rgb(15,61,124));

	margin-right: 51%;
	float: right;
}
#div1 {
	clear: both;
	margin-left: 0;
}
#heading {
}
#image1 {
	margin-top: -190px;
	margin-left: 50%;
	clear: right;
	height: auto;
	width: auto;
	max-width: 40%;
	margin-right: 4%;
}
#HeadNav {
	display:inline
}
.hide_tablet {
	display: none;
}
.hide_mobile {
	display: inherit;
}
.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;
	clear: none;
	float: none;
	margin-left: auto;
}
#banner {
	width: 100%;
	height: 312px;
	margin-top: 16px;
	margin-left: 0%;
	clear: none;
}
#bannerText {
	margin-top: 68px;
	margin-left: 8.5%;
	clear: none;
	width: 48%;
	height: auto;
	font-size: 46px;
}
#btn {
    float: none;
    height: 39px;
    margin-left: 6.5%;
    margin-top: 211px;
    clear: none;
    width: 42.5%;
    background-image:-webkit-linear-gradient(270deg,rgb(22,107,170) 1%,rgb(15,61,124) 100%);
    background-attachment: scroll;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
}
#btnText {
    float: left;
    font-size: 2em;
    width: 72%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    word-wrap: break-word;
    margin-left: 14%;
    margin-top: 4px;
    clear: none;
    min-height: 29px;
    color: #FFFFFF;
}
#div1 {
	margin-left: 1.6949%;
	clear: none;
}
#heading {
}
#img {
}
#HeadNav {
	display:inline
}
#image1 {
	height: auto;
	width: auto;
	max-width: 33%;
	margin-top: -195px;
	margin-left: 0px;
	clear: none;
	margin-right: 5%;
	float: right;
}

.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
.hide_mobile {
	display: inherit;
}
}