@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 12pt;
	color: #999999;
	background-color:#c4c4c4;
}
h1 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 26pt;
	color: #012d6b;
}
h2 {
	border-top:2px solid #CCC;
	font-family: 'Noto Sans', sans-serif;
	font-weight:normal;
	font-size: 20pt;
	line-height: 23pt;
	color: #949494;
}

.wrapper {
	width:1136px;
	margin: 0 auto;
	/*border:1px solid #000;*/
	background-image: url(../images/heroContent.png);
	background-position:right top;
	background-repeat: no-repeat;
	background-color:#FFF;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.wrapperAbout {
	width:1136px;
	margin: 0 auto;
	/*border:1px solid #000;*/
	background-image: url(../images/heroContent.png);
	background-position:right top;
	background-repeat: no-repeat;
	background-color:#FFF;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.wrapperContact {
	width:1136px;
	margin: 0 auto;
	/*border:1px solid #000;*/
	background-image: url(../images/heroContent.png);
	background-position:right top;
	background-repeat: no-repeat;
	background-color:#FFF;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.wrapperHome {
	width:1136px;
	margin: 0 auto;
	/*border:1px solid #000;*/
	background-image: url(../images/heroHomePage.png);
	background-position:right top;
	background-repeat: no-repeat;
	background-color:#FFF;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.logo {
	padding: 35px 70px 65px 10px;
}

.navContainer{
	/*border:1px solid #000;*/
	overflow: hidden;
	float:right;
	clear: both;
	padding: 55px 250px 0 0;
	position: relative;
	width:500px;
}

a.nav:link{
	font-size: 11pt;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	text-decoration:none;
	color: #FFF;
	padding: 0 20px 0 20px;
	text-shadow: 2px 2px 15px #003366;
    filter: dropshadow(color=#003366, offx=2, offy=2);
}
a.nav:active{
	font-size: 11pt;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	text-decoration:none;
	color: #FFF;
	padding: 0 20px 0 20px;
	text-shadow: 2px 2px 15px #003366;
    filter: dropshadow(color=#003366, offx=2, offy=2);
}
a.nav:visited{
	font-size: 11pt;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	text-decoration:none;
	color: #FFF;
	padding: 0 20px 0 20px;
	text-shadow: 2px 2px 15px #003366;
    filter: dropshadow(color=#003366, offx=2, offy=2);
}
a.nav:hover {
	font-size: 11pt;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	text-decoration:underline;
	color:#cc3333;
	text-shadow: 2px 2px 15px #003366;
    filter: dropshadow(color=#003366, offx=2, offy=2);
}

.h2Home {
	font-family: 'Noto Sans', sans-serif;
	font-weight:normal;
	font-size: 20pt;
	line-height: 23pt;
	color: #949494;
}
.calloutH1{
	font-size:16pt;
	color:#416290;
	font-weight:bold;
	padding-bottom:20px;
}
.callout1{
	float:left;
	/*border:1px solid #000;	*/
	width:200px;
	padding-right:40px;
	font-size:12pt;
	line-height:16pt;
	background-image:url(../images/separator.png);
	background-position:right;
	background-repeat:repeat-y;
}

.callout2{
	float:right;
	/*border:1px solid #000;*/
	width: 310px;
	font-size:12pt;
	line-height:16pt;
}
.content {
	/*border:1px solid #000;*/
	padding: 0 0 0 65px;
	width:430px;
	line-height: 16pt;
}
.contentHome {
	/*border:1px solid #000;*/
	padding: 30px 0 0 65px;
	width:550px;
	line-height: 16pt;
	height:300px;
}
.footer{
	border-top: 5px solid #012d6b;
	background-image:url(../images/footerGradient.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#c4c4c4;
	height:100px;
	width:100%;
	padding-top:15px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	
}
