@charset "utf-8";
/* CSS Document */
body{
	/*background-color:#eeecdc;*/
	background-color:#eeeeee;
}
/*td {
	width:100%;
}
table{
	width:100%;
}*/
.header{	
background:#2B6A47;
/*background-image:url(../media/images/from-here-to-career.png);*/
padding:5px;
text-align:left;
width:100%;
color:#FFFFFF;

}

.splashHeader{	
background:#2B6A47;
/*background-image:url(../media/images/from-here-to-career.png);*/
padding:5px;
text-align:left;
width:100%;
color:#FFFFFF;

}
h2,h1{
	line-height:40px !important;
	padding:0px;
	margin:0px;
	
}
h3{
	color:#ffffff;
}
 
NOBR{
	 padding:2px 20px 2px 20px;
	 background:	#55886C;
     color:#fff;
	 white-space:normal;
	 overflow:auto;
}


input[type="Submit"], input[type="Button"], input[type="Reset"]{
	color:#55886c !important;
	font-weight:bold;
	background-color:#ccc !important;
}
input[type="Submit"]:hover, input[type="Button"]:hover, input[type="Reset"]:hover{
    background-color:#D5E1DA;
}

.headerAd{
	
	/*width:100%;*/
	
	float:right;
	margin-right:30px;
	/*background-image:url(../media/images/from-here-to-career.png);*/
}
/*.splashHeader .headerAd{
	height:50px;
	width:auto;
	float:right;
	margin-right:10px;
	background-image:url(../media/images/from-here-to-career.png);
}*/

.headerLogo, .headerTitle{
	/*background:url(../images/headerLogo.png);*/
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	float:left;
	margin:0 20px 0 20px;
	vertical-align:top !important;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:38px;
	font-weight:bold;
}

.headerAd img{
	max-width:680px !important;
	width:90% !important;
}

.headerTitle img{
	max-width:350px !important;
	width:90% !important;
}

.splashHeader .headerLogo, .splashHeader headerTitle{
	/*background:url(../images/headerLogo.png);*/
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	float:left;
	margin:0 20px 0 20px;
	vertical-align:top !important;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:38px;
	font-weight:bold;
}

.contentArea{
	padding:20px;
	/*background:#E0DCC3;*/
	background:#ffffff;
	width:100%;
	max-width:1680px;
}

.homePageSelection{
	/*width:30%;*/
	width:22%;  /* changed to accommodate 4th button */
	/* width:15%; /*changed to accommodate 5th button */
	max-width:500px;
	float:left;
	padding:15px;
	/*border-left: #000 thin solid;
	border-right: #000 thin solid;*/
}

.homePageSelection a:hover{
	opacity:.7;
}

@media screen and (max-width: 1075px) {
.homePageSelection{
	width:60%;
	min-width:250px;
	float:inherit;
	text-align:center;
	padding:10px;
}

.headerAd{
	width:100%;
	margin-right:0px !important;
}

.headerAd img{
	max-width:680px !important;
	width:90% !important;
}

.headerTitle img{
	max-width:350px !important;
	width:90% !important;
}