/* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS */

/* _ something - picked up by IE 6 only - ex: _width:10px */

/* # something - picked up by IE 7 only - ex: #width:10px */

/* . something - picked up by IE 6 AND IE 7 - ex: .width:10px */
/* something expression - picked up by IE 6 AND IE 7 - ex: width:expression(10) */


/* DEFAULTS */
body {
	position: absolute;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 13px;
	color: #666;
	background-color: #FFF;
	xoverflow-y: hidden;
	overflow-y: hidden;
	xoverflow: hidden;	/* background-attachment: scroll;
	background-image: url(../images/Detroit_Reflection.jpg);
	background-repeat: no-repeat;
	background-position: center top; */
}
p, li {
	line-height: 1.5em;
	xmargin: 1.5em;
	font-size: 13px;
}
h1, h2, h3, h4, h5 {
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	xfont-style: italic;
	font-weight: bold;
	color: #000;
	margin-top: 1.5em;
	font-size: 21px;
}
h1 {
	xtext-transform: uppercase;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 11px;
	font-weight: normal;
}
a, a:link {
	color: #900;
	text-decoration: underline;
}
a:hover {
	color: #009;
	font-weight: normal;
	text-decoration: none;
}
a img {
	border: none;
}
p img, a img {
	vertical-align:middle;
	text-decoration: none;
}
img.ImageLeft {
	padding-right: 10px;
}
div {
	margin: 0px;
	padding: 0px;
	xborder: solid red 1px;
	xborder-collapse: collapse;
}
.FlashPlayer, .FlashPlayerFull {
	position:absolute;
	display: block;
	text-align: center;
	xborder: solid #000 1px;
	width: 850px;
	height: 300px;
	left: 5px;
}
.FlashPlayerFull {
	margin-left: -5px;
	xmargin-left: 20px;
	xleft: -20px;
	xborder-top: solid #000 1px;
	xborder-bottom: solid #000 1px;
	width: 900px;
}

/* BASIC LAYOUT *//* BASIC LAYOUT */

/* this div used to hadle centering left and right */
.Container {
	width: 900px;
	height: 100%;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
}
/* this div used to hadle up and down placement - hide/turn off if you want the page to go off screen and scroll */
.InnerContainer {
	position: absolute;
	display: block;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	width: 900px;
	height: 100%;
	background-color: #AFBDD7;
	background-image: url(../images/Velmeir-Background-00a.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-top: 1px #FFF none;
	border-right: 1px #00467F solid;
	border-bottom: 1px red none;
	border-left: 1px #00467F solid;
}

.Header {
	position: relative;
	display: block;
	xmargin-left: 200px;
	top: 0px;
	width: 900px;
	height: 220px;
	xbackground-color: #FFF;
	text-align: center;
}
.Header .logo {
	position: absolute;
	display: block;
	top: 4px;
	margin-left: 325px;
	.margin-left: -127px;
	width: 250px;
	height: 130px;
	xborder: solid 1px  red;
}

.MainContent {
	position: absolute;
	display: block;
	margin-left: 0px;
	top: 195px;
	bottom: 45px;
	width: 870px;
	padding-right: 30px;
	padding-bottom: 10px;
	xheight: 100%;
	_height: expression(document.getElementById("InnerContainer").clientHeight - document.getElementById("Header").clientHeight - document.getElementById("Footer").clientHeight + 5);
	overflow: auto;
	overflow-x: hidden;
	color: #000;
	xbackground-color: #FFF;
	xborder: 2px #000 solid; /* need a border for a positioning/margin fix in non IE browsers - delete bordr widths from width and height */
	clear:both;
}
.Left {
	xposition: relative;
	xdisplay: block;
	margin-left: 30px;
	_margin-left: 15px;
	xtop: 220px;
	margin-top: 20px;
	xbottom: 0px;
	width: 300px;
	xoverflow: hidden;
	text-align: center;
	xbackground-color: #AFBDD7;
	xborder: 2px #000 solid;
	float:left;
}
.Right {
	position: relative;
	.position: absolute;
	display: block;
	margin-left: 360px;
	.margin-left: 25px;
	top: 0px;
	width: 510px;
	padding-right: 30px;
	padding-bottom: 10px;
	color: #000;
	xbackground-color: #FFF;
	xborder: 1px #000 solid; 
}

.Footer {
	position: absolute;
	display: block;
	width: 900px;
	height: 35px;
	bottom: 0px;
	_bottom: -1px;
	background-color: #00467F;
	clear:both;
}
.Footer p {
	text-align:center;
	font-size: 14px;
	line-height: .5em;
	.line-height: 2.5em;
	letter-spacing: 1px;
	color: #FFF;
}



.MainMenu, .SubMenu {
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	bottom: 35px;
	_width: 98%;
	height: 35px;
	background-color: #00467F;
	padding-left: 2%;
}
.MenuItem, .SubMenuItem {
	position: relative;
	display: block;
	width: 16%;
	line-height: 35px;
	background-color: none;
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 13px;
	text-align: center;
	float:left;
}
.MenuItem a, .MenuItem a:link, .MenuItem b, .SubMenuItem a, .SubMenuItem a:link, .SubMenuItem b {
	display: block;
	width: 100%;
	color:#FFF;
	font-weight:normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.MenuItem a:hover, .SubMenuItem a:hover {
	color: #00467F;
	text-decoration: none;
	background-color: #AFBDD7;
	font-weight:bold;
	
}
.MenuItem b {
	text-decoration: none;
	font-weight:bold;
}
.SubMenu {
	background-color: transparent;
	height: 25px;
	bottom: -25px;
	padding-left: 15%;
}
#menu1Content .SubMenu {
	bottom: 0px;
	.left: -485px;
	.width: 98%;
}
#SubProperties {
	padding-left: 8%;
}
.SubMenuItem {
 	width: 20%;
	line-height: 25px;
	xbackground-color: #AFBDD7;
	border-right: solid #000 1px;
}
#SubServices .SubMenuItem {
 	width: 20%;
}
#SubProperties .SubMenuItem {
 	width: 18%;
}

.SMIEnd {
	border: none;
}
.SubMenuItem a, .SubMenuItem a:link, .SubMenuItem b { 
	color: #000;
	xbackground-color: transparent; 
}
.SubMenuItem a:hover {
}
.SubMenuItem b {
	text-decoration: none;
	font-weight:bold;
}

