body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #e5e5e5;
}
#logo {
	position: relative;
	z-index: 600;
	height: 135px;
	width: 299px;
	top: -20px;
	float: left;
}
#logo_mcd {
	position: relative;
	z-index: 600;
	height: 100px;
	width: 300px;
	float: left;
	margin-left:45px;
	margin-top:-10px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 106px;
	width: 900px;
	z-index: 1;
	position: relative;
	top: 20px;
}
#wrapper {
	margin: 0px auto;
	width: 900px;
}
#news {
	display: inline;
	float: left;
	height: 102px;
	width: 900px;
}
#menu {
	background-image:url(../images/menu_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:38px;
	position:relative;
	top:100px;
	width:900px;
	z-index:0;
}

#feature {
	width: 900px;
	overflow: hidden;
	height: 60px;
	float: left;
	display: inline;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 98px;
}
#boxes {
	display: inline;
	float: left;
	height: 112px;
	width: 900px;
	overflow: hidden;
}
#contentareawrap {
	background-image: url(../images/grad_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	display: inline;
	float: left;
	width: 900px;
}
#contentarea {
	background-image: url(../images/designed_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: inline;
	float: left;
	width: 900px;
}
#image {
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	float: left;
	height: 348px;
	width: 319px;
}
#content {
	display: inline;
	float: left;
	width: 571px;
	padding-right: 10px;
}
#bottom {
	display: inline;
	float: left;
	height: 58px;
	width: 271px;
	text-align: right;
	vertical-align: top;
}
#bottom2 {
	display: inline;
	float: left;
	height: 38px;
	width: 280px;
	text-align: left;
	vertical-align: middle;
	padding-top: 14px;
}
#bottom3 {
	display: inline;
	float: left;
	height: 38px;
	width: 20px;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
}

#newscol{
	width: 190px;
	height: 102px;
	float: left;
	display: inline;
	text-decoration:none;
}
#newscol a{
	text-decoration: none;
	color:#337a30;
	font-size: 14px;
}
#newscol a:hover{
	text-decoration: underline;
	color:#000;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style: none;
list-style-type: none;
position: relative;
display: inline;
float: left;
color:#FFFFFF;
top: -137px;
width:900px;
z-index:0;

}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
color:#FFFFFF;
font-size:14px;
}

/*Top level list items*/
.suckertreemenu ul li:hover {
list-style: none;
list-style-type: none;
color:#FFFFFF;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 1px 8px;
text-decoration: none;
color:#FFFFFF;
}

	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
color:#FFFFFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
color:#FFFFFF;
}



/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
color:#FFFFFF;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
text-decoration: none;
padding: 1px 5px;
color:#FFFFFF;
}

.suckertreemenu ul li a:hover{
color: white;
color:#FFFFFF;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{

}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { 
float: left; 
height: 1%;
position: relative;
display: inline;
float: left; }
* html .suckertreemenu ul li a { height: 1%;
display: inline;
float: left; }

/*Sub level menu list items (undo style from Top level List Items)*/
* .suckertreemenu ul li ul li{
display: list-item;
float: none;
left:0px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
* .suckertreemenu ul li ul li ul{ 
left: 259px; /* no need to change, as true value set by script */
top: 0;
}
/* End */
