@charset "utf-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFFFFF;
	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;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#navWrapper {
	position:relative;
	width:100%;
	}
	
#menuWrapper {
	position:absolute;
	width:100%;
	z-index:10;
	top: 91px;
	left: 0px;
	font-size:11px;
	letter-spacing: .1em;
	}
#dm_projects {
	position:absolute;
	top: 19px;
	left: 180px;
	width:669px;
	font-size:11px;
	letter-spacing: .1em;
	display:none;
	z-index:10;
	}
.mtextover:link, .mtextover:visited {
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	color:#858585;}
.mtextover:hover {
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	color:#CC0000;}
.mtextselect {
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	color:#CC0000;}	

.smtextover:link, .smtextover:visited {
	font-weight:bold;
	font-size:9px;
	text-decoration:none;
	color:#858585;}
.smtextover:hover {
	font-weight:bold;
	font-size:9px;
	text-decoration:none;
	color:#CC0000;}
.smtextselect {
	font-weight:bold;
	font-size:9px;
	text-decoration:none;
	color:#CC0000;}






#bodyWrapper {
	position:relative;
	width:100%;
	height:574px;
	line-height:1.5em;
	}
#navArrows {
	position:absolute;
	width:135px;
	height:46px;
	top: 485px;
	left: 795px;
}
#footerWrapper {
	position:relative;
	width:100%;
	
	}
