
body{
	background-repeat: no-repeat;
	background-position: 0px 120px;
	background-image: url(/images/integrate/yukon_delta_blue.png);
	background-size: 100%;
}

#header {
	background: #d5dbe7;
	background-repeat: no-repeat;
	background-image: url(/images/integrate/front_banner.jpg);
	height: 135px;
	border-bottom: 5px solid #30415c;
}
/* basic nav menu */
#nav {

top: 140px;
  background: #e9f4fc;
}


h2{
	clear:both;
	margin-top: 45px;
	
}

h2 a img.floating {
	margin-top: 15px;
}

ul{
	padding-left: 0;	
	list-style-type: none;
}


.itg-box{
	padding: 10px;
	
	
	
}

.itg-innerbox{
	margin-top: 20px;
	width: 100%;
	margin:auto;
}
.itg-topbox {
	background: #c5d5ee;
	color: #30415c;
	margin: auto;
	margin-top: 10px;
	font-size: 18px;
	
}
.itg-floatbox {
	width: 45%;
	font-size: 14px;
	margin: auto;
	margin-top: 20px;
	max-width: 700px;
	
}
.itg-floatbox-right{
	float:right;
	margin-right: 5%;
}

.itg-floatbox-left{
	float:left;
	margin-left: 2%;
}

.itg-floatbox a img{
	float: left;
	margin-right:5px;
	margin-top: 10px;
	
}
.itg-topbox div{
	font-size: 12px;
}

.itg-topbox div a{
	
	color: #30415c;	
}
.itg-topbox div strong a{
	display: block;
	border-bottom: 2px solid #30415c;
	margin-left: 20px;
	font-size: 14px;
	color: #30415c;
	text-decoration: none;
	
}

.itg-bottombox{

}

.maincontent{
	background: rgba(255,255,255,0.80);
	margin: auto;
}
.mainleft{
	padding:10px;
	padding-top: 0px;
}


@media screen and (min-width: 900px) {
	.itg-bottombox{
		float:right;
		width: 25%;
		padding: 8px;
		background: rgba(186,206,236,0.20);
		
	}
	.mainleft{
		float:left;
		width: 70%;
	}
	.itg-bottombox .itg-floatbox{
		width: 95%;
		font-size: 0.8em;
		line-spacing: 0.8em;
		
	}
	.itg-bottombox .itg-floatbox-left{
		float: none;
	}
	.itg-bottombox .itg-floatbox-right{
		float: none;
	}
	.itg-topbox {
		padding-left: 2%;
		padding-right: 2%;
	}
	
}
@media screen and (min-width: 1250px) {
	
	.itg-bottombox{
		width: 30%;
	}
	.mainleft{
		width: 65%;
		font-size: 1.1em;
	}
	.itg-bottombox .itg-floatbox{
		font-size: 0.9em;
		line-spacing: 0.9em;
		
	}
	.itg-topbox {
		padding-left: 10%;
		padding-right: 10%;
	}
}


@media screen and (max-width: 805px){
	.itg-topbox a img{
		display: none;
	}
	.itg-topbox div strong a{
		margin-left: 0px;
	}
	
}
	
	


@media screen and (max-width: 600px){
	.mainleft a img{
		display: none;
	}
	.itg-floatbox{
		float: none;
		width: 100%
	}
}




.serc-content{
	max-width: 1800px;
	width: 92%;
	margin:auto;
	margin-top: 0;
	padding: 0;	
}
#searchbox {
    left: 825px;
    top: 15px;
}

.searchboxsubmit{
	border: 2px solid #c5d5ee;
	color: #30415c;
}
@media screen and (max-width: 960px) {
	#searchbox{
		left: 5px;
		top: 125px;
	}
}

#nav {
	display: none;
}
#crumbs{
	display:none;
}

.dj_ie7 body{
	background-image: none;
	
}
.dj_ie7 #content{
	margin:0;
}
.dj_ie8 body{
	background-image: none;
	
}
.dj_ie8 #content{
	margin:0;
}

#searchbox{
	top: 23px;
}

/* ---phone displays ---*/
@media screen and (max-width: 450px){
	#header {
		background: url("/images/integrate/front_banner.jpg") no-repeat scroll -70px 0 #D5DBE7;
	}
	#searchbox {
		top: 150px;
		left: 13px;
	    }
	#searchbox input {
		font-size: 16px;
	    }
}