#homeHeader {
	background: url(../images/earth2.jpg) #000 left no-repeat;
	height: 125px;
	margin: 0;
	padding: 0;
}

#homeContent {
	margin: 0;
	padding: 15px;
}

#quickLinks {
	width: 200px;
	background: #062b3e;
}

#quickLinks h2 {
	color: #99CC00;
	padding: 10px;
}

#quickLinks .quickLink {
	width: 200px;
	height: 35px;
	background: url(../images/leftTab.jpg) #062b3e left no-repeat;
}

#quickLinks a {
	color: #FFF;
}

/* New Home Page design changes */
#homePageBanner {
	background: url(../images/homepagebanner.jpg) top left no-repeat fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow-y: auto;
}
.text-colm {
	width: 40%;
	float: left;
	margin-left: 20px;
}
.welcomeText h1 {
	font-family: 'Spartan';
	font-size: 40px;
	font-weight: 900;
	line-height: 1.0;
	text-transform: uppercase;
	color: #324F94;
}
.welcomeText h1 span {
	display: block;
    color: #00FFFF;
    font-size: 54px;
    line-height: 0.9;
}
.descriptionCol {
	background: url(../images/transparentbg.png) no-repeat;
	background-position: bottom right;
	background-size: cover;
	padding: 10px 30px 15px 30px;
	font-size: 11px;
	float: right;
	width: 45%;
	color: #fff;
	min-height: 400px;
	margin-right: 25px;
	margin-bottom: 75px;
}
.descriptionCol span {
	color: #68f3ef;
	text-transform: uppercase;
	font-weight: bold;
}

.descriptionCol p {
    font-size: 1em;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    line-height: 1.5em;
}

.lastParagraph {
	padding-right: 100px;
}


/* Disclaimer Section Styles Begin */
#disclaimerSection {
	background-color: #3e6db4;
	/* width: 100%; */
    height: auto;
	margin: 0;
	padding: 5px;
	clear: both;
	position: fixed;
	bottom: 0;
}

#disclaimerSection p {
	font-size: 10px;
	color: #FFF;
	margin: 0;
	padding: 0;
	line-height: 1.0;
	text-align: center;
	padding-right: 10px;
}

.copyrightContent {
	font: 9px Verdana, Tahoma, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding-top: 5px;
}

#home .copyrightContent a{
	color: #00FFFF;
	font: 9px Verdana, Tahoma, sans-serif;
	font-weight: normal;
}

.copyrightContent a:hover {
	transition: .3s;
	opacity: 0.5;
}
/* Disclaimer Section Styles End */

/* Home Page CSS Breakpoints */

@media screen and (min-height: 767px) {
	#homePageBanner{
		min-height: 768px;
	}
}
@media screen and (min-height: 1080px) {
	#homePageBanner{
		min-height: 1000px;
	}
	}
@media screen and (min-height: 1200px) {
	#homePageBanner{
		min-height: 1218px;
	}
	}

