*{margin:0;}
html, body{height:100%;}
.bg{
	min-height:100%;
	min-width:2604px;
	width:100%;
	height:auto;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-9999;
}
@media screen and (max-width: 2604px) {
	.bg {
		left:50%;
		margin-left:-1302px;
	}
}
#wrapper{
	width:1064px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0 auto -120px;
	background-image:url('images/content_wrapper_bg_v2.png');
	background-repeat:repeat-y;
	background-position:top center;
}
#masthead{
	background-color:#ffffff;
	height:100px;
	width:994px;
	margin:0 auto;
	padding:10px 15px 0 15px;
}
	.mastheadLogo{
		float:left;
		width:200px;
		margin-left:20px;
	}
	.mastheadTagline{
		float:left;
		margin:52px 0 0 15px;
	}
    div#contactnumbers {
        position: absolute;
        left: 388px;
        top: 20px;
        font-style: italic;
        font-weight: bold;
    }
#content_wrapper{
	float:left;
	width:1064px;
	background-image:url('images/content_wrapper_top_bg.png');
	background-repeat:no-repeat;
	background-position:top center;
}
#navigation{
	width:940px;
	margin:0 auto;
	height:26px;
	padding-bottom:25px;
	background:url('images/navBg.png') repeat-x;
}
	#navigation td{
		padding-top:5px;
	}
	#navigation td a{
		display:block;
	}
#sidebar{
	float:left;
	width:230px;
	/*background-color:#bbb;
	border-right:1px blue solid;*/
	padding:0 0 20px 65px;
}
	#sidebar ul li img{
		width:217px;
		cursor:pointer;
	}
#content{
	width:700px;
	text-align:left;
	padding:10px 45px 20px 20px;
	float:left;
}
	#content p{
		margin:10px 0 15px 0;
	}
	#content ul li{
		list-style:disc;
		margin:2px 0;
		margin-left:40px;
	}
#footer, #push{
	height:135px;
	clear:both;
}
#footer{
	background-color:#2E348E;
	border-top:3px solid #EA1D28;
	clear:both;
	padding:5px 0 0 0px;
	margin-right:300px;
	width:100%;
}
	#footer img{
		margin:10px 0 0 10px;
	}
	#footer p{
		margin:18px 0 0 10px;
		float:left;
        line-height: 16pt;
	}
	#footer img.footerDeltaResearch{
		float:right;
		margin:15px 20px 0 0;
		width: 100px;
	}
#footerContent{
	width:1024px;
	margin:0 auto;
}
/*------ Certificaetes----- */
#certificates #content img{
	width:700px;
	margin:15px 5px 0 0;
}