/* Global style for the website (Layout + Header + Footer) */

body {
	background-image: url('../images/bg-home.png');
	background-repeat: repeat-x;
	background-position: top;
}
div#outercontent {
	width: 1003px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#innercontent {
	width: 997px;
	display: inline-block;
	float: left;
	background-color: #FFFFFF;
}
/* style for header */
div#header {
	width: 997px;
	height: 120px;
	background: #FFFFFF;
}
#header-logo img{
	margin:0;
	padding: 35px 0px 0px 10px;
}
/* style for login box located on header */
#login-container{
position:relative;
left:480px;
top:-90px;
width:460px;
background: #0082C8 url(../images/login-bg.jpg) no-repeat 0 100%;
padding:5px 10px;
color: #FFFFFF;
font-size:14px;
}
#login-container a{
color: #FFFFFF;
}
#login-container input#f_username,
#login-container input#f_password
{
	width: 93px;
	margin: 0;
	padding: 0;
	border: 1px solid #807770;
	height: 20px;
}
#login-container input#login-button
{
	color: #fff;
	vertical-align: bottom;
}
/* style for the find a mover field and button */
input#search-button
{
	color: #fff;
	vertical-align: bottom;
}
#find-a-mover{
position:relative;
left:685px;
top:-65px;
width:310px;
color: #0082C8;
font-size:14px;
}
#find-a-mover input#f_movername
{
	width: 130px;
	margin: 0;
	padding: 0;
	border: 1px solid #807770;
	height: 20px;
}
/* style for error message when logon fields are empty */
img.redx{
margin-top:7px;
}
/* style for social network links located on the menu */
#social-network{
position:relative;
left:880px;
top:0px;
width:100px;
padding:5px 10px;
color: #FFFFFF;
}

/* style for footer */
div#runners {
	width: 997px;
	display: block;
}
div#footer {
	display: block;
	width: 997px;
	background-color: #c4d4e9;
	height:180px;
	text-align:left;
}
div#footerbottom{
width:967px;
padding-right:10px;
}
#footer ul {
	float: left;
	margin-bottom:0;
	margin-top:0;
	list-style-type:none;
	list-style-position:outside;
	width: 150px;
	font-size: 0.9em;
}
#footer ul .newsletterform{
	font-size: 0.8em;
}
#footer ul li {
	margin: 0 0 0 -20;
	display: block;
}

#footer .footer-columns ul li a {
	font-size: 0.8em;
	color:#3d3d3d;
	text-decoration:none;
	padding: 0px;
}

#footer .footer-columns ul li a:hover,
#footer .footer-columns ul li a:focus {
	font-size: 0.8em;
	color:#0082c8;
	text-decoration:none;
}

/* End Style */