body {
	margin: 0px;
	background-attachment: fixed;
	background-color: #e5e5e5;
	background-image: url(../images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
}
#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;
}
#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;
}
#news {
	display: inline;
	float: left;
	height: 122px;
	width: 900px;
	background-color: #e5e5e5;
	background-image: url(../images/sponsors_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom:12px;
}
.newses {
	list-style-image:url(/images/bullet.png);
	padding:0;
	width:190px;
	/*float:left;*/
}
.newses li {
	/*float:left;*/
	width:165px;
}
.newses a {
	padding:3px 0;
	float:left;
}
#feature {
	width: 900px;
	overflow: hidden;
	height: 326px;
	float: left;
	display: inline;
}
#boxes {
	display: inline;
	float: left;
	height: 225px;
	width: 900px;
	overflow: hidden;
}
#sponsors {
	background-color: #e5e5e5;
	background-image: url(../images/sponsors_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	float: left;
	height: 66px;
	width: 900px;
	margin-top: 11px;
}
#sponsors p{
	margin-top: -1px;
}
#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 */

.signup_box {
	position: absolute;
	margin-top: 262px;
	margin-left: 521px;
	width: 379px;
	height: 63px;
	background: url(/images/signup_bg.png) no-repeat;
	font-size:12px;
}
.signup_box input {
	float:right;
	margin-bottom:1px;
}
.signup_left {
	margin: 10px 2px 2px 15px;
	padding:0;
	font-weight: bold;
	width:350px;
	float:left;
}
.signup_right {
	float:left;
	width:150px;
	margin-top:10px;
	text-align:right;
}
.subscribe_btn {
	margin-top:-5px;
}