﻿/* EB 04/28/2008 Add the ms partner logo to the subnav bar */
#footer ul#nav-footer {
	float: left;
	width: 410px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-decoration: none;
    padding-top: 13px;
	padding-left: 100px;
	text-align: center;
	color: #b7c87a
}
#footer ul#nav-footer li {
	display: inline;
	line-height: 21px;
	
}
#footer ul#nav-footer li a {
	text-decoration: none; 
}
#footer ul#nav-footer li a:hover {
	text-decoration: underline; 
}
span.line {
	margin-right: 1px;
	margin-left: 1px;
}

#ms_logo
{
    padding-left: 0px;
    margin-left: -105px;
    float: right;
	/*top: 0px;*/
	top: 0px;
    right: 0px;
    position:relative;
    width: 100px;
}

LI.ms_image
{
	position: relative;
    float: left;
	top: 20px;
}

LI.ms_image IMG
{
	/*height: 46px;*/
}

/* Same formatting for request forms, but enter does not fire submit on the form */
#main form#noreturn_request ul li {	
	margin: 0;	
	padding: 0 0 3px 0;
	background: none;
}
#noreturn_request fieldset {
	clear: both;
	padding: 10px 0;
	background: url(../_img/contact-fieldset-bg.gif) bottom repeat-x;
}

