@charset "UTF-8";
/* CSS Document */

/* Updates
Update: July 22, 2015
*/


body
{
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
    padding: 0px;
	}
	
p {
	margin: 0px;
	padding: 0px;
}

h1 {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #022c56;
    line-height: 24px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
	}

#topbar {
	background-color: #555555;
	width: 100%;
	height: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

#container {
	width: 940px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
} 

#headercontainer {
	width: 940px;
	min-height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
} 
	
#logo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 20px;
	width: auto;
	position: relative;
	height: auto;
}


#picturecontainer {
	background-color: #b2b2b2;
	width: 100%;
	height: 195px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

#picturehome {
	width: 940px;
	height: 195px;
	background-image: none;
	background-color: #022c56;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	top: 0px;

}

#transboxhome {
	width: 940px;
	height: 95px;
	background: rgba(255, 255, 255, 0.85) /* violet background with 85% opacity */;
	position: absolute;
	bottom:50px;
}

.transboxtext {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #022c56;
	text-align: center;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}



#bodycontainer {
	width: 940px;
	min-height: auto;
	margin: auto;
	position: relative;
	padding-top: 10px;
}


#homecopycontainer {
	width: 940px;
	margin: auto;
	position: relative;
	padding-top: 20px;
	clear: both;
}

#footercontainer {
	background-color: #555555;
	width: 100%;
	height: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}

#footer {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
} 

#footercenter {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	top: 0px;
	float: left;
} 

#footerright {
	width: 460px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: right;
	position: relative;
	top: 0px;
	float: right;
	clear: right;
} 



.bodycopy {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	font-weight: normal;
	color: #555555;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.bodycopy a:link {
	text-decoration: underline;
	color: #1e72c6;
}

.bodycopy a:visited {
	text-decoration: underline;
	color: #1e72c6;
}

.bodycopy a:active {
	text-decoration: underline;
	color: #1e72c6;
}

.bodycopy a:hover {
	text-decoration: underline;
	color: #555555;
}

.contact {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	font-weight: normal;
	color: #555555;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}

.contact a:link {
	text-decoration: underline;
	color: #1e72c6;
}

.contact a:visited {
	text-decoration: underline;
	color: #1e72c6;
}

.contact a:active {
	text-decoration: underline;
	color: #1e72c6;
}

.contact a:hover {
	text-decoration: underline;
	color: #555555;
}


.footercopy {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img { border: 0; }


html {
  overflow-y: scroll;
}


@media print and (orientation:portrait){
	/* Remove unwanted elements */
#topbarcontainer, #footercontainer
	{display: none;
}
	
body
{
	background-color: #ffffff;
	}		
}
