@charset "utf-8";
/* CSS Document */

body {
	background-color:#354665;
	background-image:url(Images/EMSBackground.png);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #container {
	width: 960px;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: transparent;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
 background-image:
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	color:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#NavBar {
	top:89px;
	left:-25px;
	z-index:1;
	width:965px;
	height:410px;
	background-image:url('Images/NavBackground.png');
	background-color:transparent;
	position:relative;
}
#btnHome {
	position:relative;
	padding-left:15px;
	padding-top:35px;
	width:115px;
	height:38px;
	text-align:right;
}
#btnHome:hover {
	background-image:url(Images/NavButtonBackground.png);
	background-repeat:no-repeat;
	background-position:5px 34px;
}
#btnContact {
	position:relative;
	padding-left:15px;
	padding-top:10px;
	width:115px;
	height:38px;
	text-align:right;/*background-image:url(Images/NavButtonBackground.png);
	background-repeat:no-repeat;
	background-position:5px 8px;*/
}
#btnContact:hover {
	background-image:url(Images/NavButtonBackground.png);
	background-repeat:no-repeat;
	background-position:5px 8px;
}
#btnProfile {
	position:relative;
	padding-left:15px;
	padding-top:10px;
	width:115px;
	height:38px;
	text-align:right;/*background-image:url(Images/NavButtonBackground.png);
	background-repeat:no-repeat;
	background-position:5px 10px;*/
}
#btnProfile:hover {
	background-image:url(Images/NavButtonBackground.png);
	background-repeat:no-repeat;
	background-position:5px 10px;
}
#btnCapabilities {
	position:relative;
	padding-left:15px;
	padding-top:10px;
	width:115px;
	height:38px;
	text-align:right;/*background-image:url(Images/NavButtonBackground.png);
	background-repeat:no-repeat;
	background-position:5px 8px;*/
}
#btnCapabilities:hover {
	background-image:url(Images/NavButtonBackground.png);
	background-repeat:no-repeat;
	background-position:5px 8px;
}
#btnProjects {
	position:relative;
	padding-left:15px;
	padding-top:10px;
	width:115px;
	height:38px;
	text-align:right;/*background-image:url(Images/NavButtonBackground.png);
	background-repeat:no-repeat;
	background-position:5px 8px;*/
}
#btnProjects:hover {
	background-image:url(Images/NavButtonBackground.png);
	background-repeat:no-repeat;
	background-position:5px 8px;
}
#btnNews {
	position:relative;
	padding-left:15px;
	padding-top:10px;
	width:115px;
	height:38px;
	text-align:right;/*background-image:url(Images/NavButtonBackground.png);
	background-repeat:no-repeat;
	background-position:5px 8px;*/
}
#btnNews:hover {
	background-image:url(Images/NavButtonBackground.png);
	background-repeat:no-repeat;
	background-position:5px 8px;
}
#ContentBodyContainer {
	position:relative;
	width:800px;
	z-index:100;
	top:-400px;
	left:112px;
}
#ContentBodyTop {
	position:relative;
	background-image:url(Images/ContentBGtop.png);
	background-repeat:no-repeat;
	width:800px;
	height:34px;/*border: 2px solid #FF0000;*/
}
#ContentBodyMiddle {
	position:relative;
	background-image:url(Images/ContentBGmiddle.png);
	background-repeat:no-repeat;
	background-color:#CCCCCC;
	width:760px;
	min-height:500px;
	padding-left:20px;
	padding-right:20px;/*border: 2px solid #FF0000;*/
}
#ContentBodyBottom {
	background-image:url(Images/ContentBGbottom.png);
	background-repeat:no-repeat;
	width:800px;
	height:44px;
}
#ContentHeader {
	position:relative;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	top:-15px;
}
#MissionStatement {
	background-image:url(Images/MissionBG.png);
	background-repeat:no-repeat;
	width:272px;
	height:188px;
	float:left;
}
#MissionStatementContent {
	width:232px;
	height:188px;
	color:#FFFFFF;
	padding:20px;
}
#FeaturedProject {
	width:475px;
	height:178px;
	float:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ContentText {
	position:relative;
	width:760px;
	float:none;
	text-align:left;
	top:10px;
}
#ContentText a{
color:#000000;
text-decoration:underline;
}
#ContentText a:hover{
color: #FF0000;
}
#NewsModule {
	position:relative;
	width:436px;
	background-image:url(Images/newsTop.png);
	background-repeat:no-repeat;
	top:20px;
}
#NewsText {
	position:relative;
	background-image:url(Images/centerBg.png);
	top:49px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#NewsBottom{
	width:436px;
	background-image:url(Images/newsBottom.png);
	height:22px;
}
#classes a {
	color:#FFFFFF;
	text-decoration:none;
	line-height:16px;
}
#classes a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#896363;
}
#btnBBB{
position: absolute;
top: 420px;
left: 50px;
}
