/* CSS Document */

html, body {
	height: 100%;	
}

body {
/*	margin: 0; */
	margin:0px auto 0px auto;
	padding: 0;
	background-color: #FFFFFF;
	color:#3F3F3F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
}

a {
	text-decoration:none;
	color:#0083C8;
}

#container {
/*	min-height: 100%;*/
	background: #FFFFFF;
	text-align:center;
	height:auto;
}

#header {
	background: #FFFFFF;
	height:100px;
	width:979px;
	text-align:center;
	
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#header-right-top {
	height:19px;
	width:176px;
	text-align:center;
	float:right;
	background-image:url(/graphics/header-small-menu.png);
	margin-right:20px;
	font-size:80%;
	padding-top:5px;
}

#header-right-bottom {
	height:36px;
	width:784px;
	text-align:center;
	float:right;
	margin-top:20px;
	margin-right:20px;
}

#header-right-bottom2 {
	height:18px;
	width:784px;
	text-align:center;
	float:right;
	margin-right:20px;
	background-image:url(/graphics/main-menu/menu-bottom.png);
	background-repeat:no-repeat;
}

#menu-buttons-wrapper {
	padding-top:5px;
	padding-left:35px;
	text-align:center;
}

.menu-button {
	width:119px;
	float:left;
}

.menu-button a {
	color:#3F3F3F;
}

.menu-button-selected {
	width:119px;
	float:left;
}

.menu-button-selected a {
	color:#FFFFFF;
}

.menu-Home {
	background-image:url(/graphics/main-menu/nav1.png);
	background-repeat:no-repeat;
}

.menu-Loans {
	background-image:url(/graphics/main-menu/nav2.png);
	background-repeat:no-repeat;
}

.menu-Mortgages {
	background-image:url(/graphics/main-menu/nav3.png);
	background-repeat:no-repeat;
}

.menu-Vehicle-Finance {
	background-image:url(/graphics/main-menu/nav4.png);
	background-repeat:no-repeat;
}

.menu-Asset-Finance {
	background-image:url(/graphics/main-menu/nav5.png);
	background-repeat:no-repeat;
}

.menu-Investments {
	background-image:url(/graphics/main-menu/nav6.png);
	background-repeat:no-repeat;
}

#header-left {
	float:left;
	background:#FFFFFF;
	width:165px;
	padding-top:25px;
}

#header-right {
	float:right;
	background:#FFFFFF;
	width:814px;
}

#content {
	width:979px;
	background-color:FFFFFF;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#col-left {
	float:left;
	width:140px;
	text-align:left;
	padding-left:15px;
	padding-top:20px;
}

#col-left-menu {
	padding-left:18px;
	padding-top:10px;
}

#col-left h3 {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:120%;
	color:#0083C8;
}

#col-left ul {
	margin: 0px;
	padding: 0px;
	margin: 0px;

	
}

#col-left li {
/*	clear:left;
	padding: -5px;
	margin: -5px;*/	

	
}

#main {
	float:left;
	width:572px;
	padding-left:21px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
}

#main h1 {
	font-size:120%;
	color:#0083C8;
}

#col-right {
	float:right;
	width:201px;
	padding-top:20px;
	padding-right:20px;
}

#col-right-news {
	text-align:left;
	padding-left:10px;
}

#col-right-news h3 {
	font-size:120%;
	color:#0083C8;
}

.newsFeature {
	margin-bottom:10px;
}

.clearall {
  	clear: both;
}

#footer {
	height:20px;
	width:979px;
	text-align:center;
	color:#000000;
	background-image:url(/graphics/footer.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:5px;
	
	margin-left:auto;
	margin-right:auto;
}