body {
	text-align:center;
	margin:0px 0px 0px 0px;
	background:#212a77;
}
#pagebackground {
	position:relative;
	margin:0px 0px 0px 0px;
	min-height:231px;
	_height:231px;
	background:url(images/pageBG.jpg) repeat-x top;
}
#wrapper {
	margin:0px auto;
	width:900px;
}
#header{
	width:900px;
	height:67px;
	background:url(images/header.jpg) no-repeat top;
}
#menu {
	width:900px;
	height:23px;
	background:url(images/menuBG.jpg) no-repeat top;
}
#menu_text {
	float:right;
	width:435px;
	text-align:center;
	color:#ffffff;
}
#pt_frame {
	float:right;
	width:133px;
	height:23px;
	padding-right:100px;
}
#pt {
	float:left;
	width:133px;
	height:23px;
}
#shell {
	float:left;
	width:900px;
	min-height:451px;
	_height:451px;
	background:url(images/shell_repeat.jpg) repeat-y top;
}
#shellBG {
	width:900px;
	min-height:451px;
	_height:451px;
	background:url(images/shellBG.jpg) no-repeat top;
}
#content_area {
	float:left;
	width:620px;
}
#title {
	float:left;
	/*width:450px;*/
	width:550px;
	height:40px;
	text-align:left;
	padding-left:80px;	
	padding-top:25px;
}
#content_text {
	float:left;
	width:500px;
	min-height:235px;
	_height:235px;
	text-align:left;
	padding-left:95px;
	padding-top:30px;
	color:#ffffff;
	font-size:14px;
	margin-top:35px;
	/*overflow-x:auto;*/
}
#content_text p{
	font:11px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#ffffff;
}
#content_text a{
	font:11px Verdana,Arial,Sans-Serif;
	color:#CF4400;
}
#content_text h2{
	font:11px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#ffffff;
}
#content_text h3{
	font:11px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#ffffff;
}
#content_text h4{
	font:11px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#ffffff;
}
#content_text h5{
	font:11px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#ffffff;
}
#content_text ul{
	font:11px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#ffffff;
	margin-left:-27px;
}
#content_text ol{
	font:11px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#ffffff;
	margin-left:-17px;
}
#contact_us_BG {
	float:left;
	width:541px;
	height:49px;
	padding-left:80px;
}
#contact_us {
	float:left;
	width:541px;
	height:49px;
	background:url(images/contact_us.jpg) no-repeat top;	
}
/*#contact_usinner
{
	float:right;
	width:541px;
	height:49px;
	margin-right:45px;	
}*/
#contact_us_Lansing_frame {
float:left;
width:173px;
height:49px;
padding-left:145px;
}
#contact_us_Lansing {
float:left;
width:173px;
height:49px;
}
#contact_us_Okemus_frame {
float:left;
width:170px;
height:49px;
padding-left:15px;
}
#contact_us_Okemus {
float:left;
width:170px;
height:49px;
}
#flash_area {
	float:right;
	width:218px;
	height:452px;
	padding-right:41px;
}
#flash {
	float:left;
	width:218px;
	height:452px;
}
#shell_bottom {
	width:900px;
	height:146px;
	background:url(images/shell_bottom.jpg) no-repeat top;
}
#footer_text{
	width:900px;
	text-align:center;
	color:#ffffff;
	font:10px Verdana,Arial,Sans-Serif;
	padding-top:110px;
	line-height:1.5;
}
#footer_text a{
	color:#ffffff;
	font:10px Verdana,Arial,Sans-Serif;
}
#footer_text a:hover{
	text-decoration:underline;
}

#clear {clear:both;}
#clear1 {clear:both;}
.clear {clear:both;}
.image_class {border:none;}

/*INNER PAGE*/
#image_frame {
	float:right;
	width:218px;
	height:452px;
	padding-right:41px;
}
#image {
	float:left;
	width:218px;
	height:452px;
	margin-top:-15px;
}

/* Menu implementation */
#MainMenu {
	margin:0px 0px 0px 25px;
	padding:0px 0px 0px 0px;
	width:435px;
	/*height:23px;*/
}

#MainMenu ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:23px;
	width:455px;
	text-align:left;
	z-index:997;
	vertical-align:top;
}

#MainMenu ul li {
	margin:0px 0px 0px 0px;
	padding:0px 13px 0px 0px;
	list-style:none;
	display:inline;
	height:23px;
	position:relative;
	z-index:998;
	
}

#MainMenu ul li a {
	font:14px Verdana,Arial,Sans-Serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color: #ffffff;
	text-transform:lowercase;	
}

#MainMenu ul li a:hover {
	text-decoration: none;
	color:#000000;
}
#MainMenu ul li a img{
	padding:0px 13px 0px 0px;
	vertical-align:middle;
}
#MainMenu ul li ul {
	position: absolute;
	height: auto;
	width: 160px;
	/*border: 1px #fff solid;*/
	margin:0px 0px 0px 0px;
	padding:7px 0px 13px 0px;
	left:0;
	/*top:24px;*/
	background: #000000;
	/*border-bottom: none;*/
	display: none;
	z-index:999;
	text-align:left;
}

#MainMenu ul li ul li {
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	display: block;
	height:20px;
	width: 160px;
	/*width: 145px;*/
}

#MainMenu ul li ul li a {
	font: 11px Verdana,Arial,sans-serif;
	color: #ffffff;
	display:block;
	padding:5px 0px 5px 13px;
	height:auto;
	width: 147px;
	text-transform:none;

}

#MainMenu ul li ul li a:hover {
	text-decoration: none;
	color:#000000;
	padding:5px 0px 5px 13px;
	height:auto;
	background:#5AA3C9;
	width: 147px;

}

/*sIFR Implementation*/
.sIFR-flash {  
	visibility: visible !important;	
	margin: 0;	
	padding: 0;
}
.sIFR-replaced { 
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 0; 
	height: 0; 
	display: block; 
	overflow: hidden;
}
.sIFR-replaced > div { 
	display: none !important;
}
.sIFR-active #title .sIFR {
	visibility: hidden;
	font:normal 48px/100% Arial, Helvetica, sans-serif;
	color:#000000;
}