@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%;
	padding-left: 10px;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	
	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;
}
#div1 {
}
.fluid {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#textLeft {
	width: 33%;
	float: left;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 360px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.fluid {
}
#header {
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 1em;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	font-family: amethysta;
	font-style: normal;
	border-radius: 12px;
	width: 100%;
	background-color: #023468;
	border: 2px solid #3A88BC;
	margin-top: 4px;
}
#main {
	background-color: #FFFFFF;
	border-radius: 12px;
	padding-left: 10px;
	border: 2px solid #3A88BC;
	margin-top: 4px;
	width: 100%;
	display: inline-block;
}
.smallText {
	font-size: 0.6em;
	width: 60%;
	float: right;
	clear: right;
	padding-right: 36px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.imagesHome {
	padding-top: 14px;
	padding-right: 10px;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	width: 80%;
}
.paddingRight {
	padding-right: 10px;
}
.emailHighlight {
	background-color: #17406A;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#nav {
	background-color: #0D3A69;
	font-size: 0.8em;
	text-align: center;
	border-radius: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	border: 2px solid #3A88BC;
}
.navBox {
	border: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#footer {
	text-align: center;
	font-weight: 400;
	font-size: 0.7em;
	margin-top: 8px;
	background-color: #0D3A69;
	margin-bottom: 8px;
	color: #FFFFFF;
	border-radius: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
}
.logoSize {
	width: 31%;
}
.imageLeft {
	float: left;
}
#textHomeLeft {
	display: inline;
	padding-left: 6%;
	width: 84%;

}
#centerHome {
	width: 50%;
	margin-left: 26%;
}

#textHomeRight {
	float: right;
	clear: both;
	border-radius: 12px;
	padding-top: 4px;
	width: 85%;
	margin-right: 16%;
}
#top {
	background-color: #17406A;
	height: 14px;
	margin-bottom: 4px;
}
#copy {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#call {
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #C3C3C3;
	display: inline-block;
}
#textHomeMain {
	width: 90%;
	float: right;
	padding-right: 10px;
	background-color: #FFFFFF;
}
#headText {
	font-size: 0.5em;
	color: #FFFFFF;
	display: inline;
	float: left;
}



















}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1024px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#textHomeMain {
	width: 90%;
	float: right;
}

.fluid {
}
#header {
	height: 182px;
	text-align: center;
	color: #F9F9F9;
	font-weight: 400;
	font-size: 2em;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	font-family: amethysta;
	font-style: normal;
	border-radius: 12px;
	width: 100%;
	border: 2px solid #3A88BC;
}
#main div {
}

#nav {
	background-color: #0D3A69;
	font-size: 0.8em;
	text-align: center;
	border-radius: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	border: 2px solid #3A88BC;
}
#main {
	background-color: #F4F4F4;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	margin-top: 4px;
}
.smallText {
	font-size: 0.6em;
	width: 51%;
	float: right;
	clear: right;
	margin-right: 80px;
}
.imageLeft {
	float: left;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.navBox {
	border: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.logoSize {
	width: 20%;
	padding-left: 94px;
	margin-top: 7px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
}
.gridContainer.clearfix #main div {
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 8px;

}
#textHomeLeft {
	float: left;
	width: 20%;
	clear: left;






}
#textHomeRight {
	float: right;
	clear: both;
	width: 50%;
	margin-right: 11%;

}
#headText {
	font-size: 0.5em;
	width: 36%;
	color: #FFFFFF;
	float: left;
	display: block;
}
#footer {
	text-align: center;
	font-weight: 400;
	font-size: 0.7em;
	margin-top: 8px;
	background-color: #0D3A69;
	margin-bottom: 8px;
	color: #FFFFFF;
	border-radius: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}






}
