@charset "UTF-8";
@import url("../webfonts/261D8B_0_0/stylesheet.css");
/* 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 {
	float: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

#slides {
	display:none;
}

a {
	color: #000000;
}

.live {
	color: #18449B;
}

/*
	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;        
}

nav {
	text-align: center;
}
nav ul {
	margin: 0;
	padding: 1em;
	list-style-type: none;
}
nav ul li {
	display: inline;
	margin-left: 1em;
}
nav ul li:first-child {
	margin-left: 0;
}
nav ul li ul {
	display: none;
}

nav a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Nexa;
	font-size: 12px;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#footer {
    background: #0070FF;
    line-height: 2;
    text-align: center;
    color: #042E64;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 0 #84BAFF;
    box-shadow: 0 0 15px #00214B
}

/* 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;
}
header {
	height: 170px;
}
#logo {
	position:absolute;
	width: 86.45%;
	height: 100px;
}
#header_social {
	position:absolute;
	height: 60px;
	line-height: 60px;
	width: 86.45%;
	display: table-cell;
	vertical-align: middle;
	top: 153px;
}
header .img {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

#welcome {
	display:none;
}

.mainHeadings {
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	color: #676767;
	border-top: thin solid #666666;
	border-bottom: thin solid #666666;
	font-family: NexaBold;
	font-size: 22px;
	line-height: 40px;
	margin-top: 10px;
	padding-top: 10px;
}
.fluid.homeText {
	width: 100%;
	margin-right: 0px;
	font-family: MuseoSans-500;
}
.fluid.homeText img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.fluid.subText {
	width: 100%;
	margin-right: 0px;
	font-family: MuseoSans-500;
}
.fluid.subText img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.fluid.subTextFull {
	width: 100%;
	margin-right: 0px;
	font-family: MuseoSans-500;
	text-align:center;
}

.fluid.subText .blue {
	font-family: MuseoSans-500;
	color: #18449B;
	font-weight:bold;
	text-transform:uppercase;
}


.fluid.subText .strong {
	font-family: MuseoSans-500;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
}

.fluid.subText hr { 
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.subHeadings {
	position:relative;
	height: 38px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	color: #FFF;
	background-color: #908f8f;
	font-family: NexaBold;
	font-size: 20px;
	line-height: 38px;
	margin-top: 10px;
	padding-top: 10px;
}

.subHeadings a {
	color: #FFF;
	text-decoration:none;
}


#social1 {
    width: 100%;
	margin-bottom: 10px;
    clear: both;
}
#social2 {
    width: 100%;
	margin-bottom: 10px;
    clear: none;
}
#social3 {
    width: 100%;
	margin-bottom: 10px;
    clear: none;
}

.footer {
	border-top: 8px #18449B solid;
	background-color: #000000;
	min-height: 80px;
	font-family: MuseoSans-500;
	color:#FFFFFF;
	font-size:small;
	padding-top: 30px;
}
#footerContainer1 {
    width: 100%;
    clear: both;
    margin-left: 0;
}
#footerContainer2 {
    width: 100%;
    clear: both;
    margin-left: 0;
}
#footerContainer3 {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-family: MuseoSans-500;
	font-size: small;
	border-top: thin solid #FFF8F8;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footerContainer3 a {
	color: #ffffff;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.social {
	width: 30%;
	background-color: #DC1519;
	float: left;
}

input[type=text],
input[type=email],
input[type=name] {
	width: 95%;
	border: 1px solid #ccc;
	float:left;
	font-family: Nexa;
	padding: 2%;
	margin: 10px 0 10px 0;
	color: #000;
}

textarea {
	width: 95%;
	border: 1px solid #ccc;
	float:left;
	font-family: Nexa;
	padding: 2%;
	margin: 10px 0 10px 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=name]:focus,
textarea:focus {
	outline: 0;
	border-color: #003399;
}

input[type=submit] {
	width: 100%;
	border: 1px solid #003399;
	background-color: #003399;
	float:left;
	font-family: Nexa;
	line-height: 50px;
	margin: 10px 0 10px 0;
	color: #fff;
}

/* 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;
}
header {
	height: 115px;
}
#logo {
	position:relative;
	width: 310px;
	margin-left: 0px;
	float:left;
}
#header_social {
	position:inherit;
	width: 184px;
	float: right;
	height: 34px;
	margin-top: 40px;
}
header .img {
  position: relative;
  top: 0; left: 0; bottom: 0; right: 0;

}
#welcome {
	display: block;
}

.fluid.homeText img {
	width: 50%;
}
.fluid.subText img {
	width: 95%;
	margin-bottom: 10px;
}
.fluid.homeText .textRight {
	width: 48%;
	float:right;	
}
.fluid.subText .imgLeft {
	width: 25%;
	float:left;
}
.fluid.subText .textRight {
	width: 73%;
	float:right;	
}
#social1 {
    width: 32.2033%;
    margin-left: 0;
    clear: both;
}
#social2 {
    width: 32.2033%;
    margin-left: 1.6949%;
    clear: none;
}
#social3 {
    width: 32.2033%;
    margin-left: 1.6949%;
    clear: none;
}
#footerContainer1 {
    width: 48.7179%;
    clear: both;
    margin-left: 0;
}
#footerContainer2 {
    width: 48.7179%;
    clear: none;
    margin-left: 2.5641%;
}

.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;
	clear: none;
	float: none;
	margin-left: auto;
}
#header_social {
	width: 184px;
	float: right;
	height: 34px;
	margin-top: 40px;
}
#social1 {
    width: 32.2033%;
    margin-left: 0;
    clear: both;
}
#social2 {
    width: 32.2033%;
    margin-left: 1.6949%;
    clear: none;
}
#social3 {
    width: 32.2033%;
    margin-left: 1.6949%;
    clear: none;
}
#footerContainer1 {
    width: 49.1525%;
    margin-left: 0;
    clear: both;
}
#footerContainer2 {
    width: 49.1525%;
    margin-left: 1.6949%;
    clear: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

}
