@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
	background-image: url(../images/outsource-finance-bg.jpg);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
}

br {
line-height: 10px;
}


/* wrappers */

#wrapper {
	width: 900px;
	height: auto;
	margin: 0 auto; /*Center wrapper on page*/
	margin-top: 10px;
	text-align: left;
	padding: 0px;

}

/*containers */
#menucont{
	width: 900px;
	height: 100px;
	margin-top: 0px;
	text-align: left;
	padding: 0px;	
    background-color: #FFFFFF;
	
}
#homeitemscont{
	width: 860px;
	height: auto;
	margin-top: 0px;
	text-align: left;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;	
	padding-bottom: 20px;	
  background-color: #FFFFFF;
	
}
#tempcont{
	width: 860px;
	height: auto;
	margin-top: 0px;
	text-align: left;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;	
	padding-bottom: 20px;	
    background-color: #FFFFFF;
	float: left;
	
}

/*headers */
#financelogo{
	width: 200px;
	height: 100px;
	margin-top: 0px;
	text-align: left;
	padding: 0px;	
	background-color: #FFFFFF;
	float: left;
}

#shot{
	width: 860px;
	height: 320px;
	margin-top: 0px;
	text-align: left;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;	
	padding-bottom: 0px;
	background-color: #FFFFFF;		
}
#hometx{
	width: 860px;
	height: 100px;
	margin-top: 0px;
	text-align: left;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;	
	padding-bottom: 0px;
	background-color: #FFFFFF;	
}
#homedisc{
	width: 110px;
	height: 100px;
	margin-right: 10px;
	float: left;	
}
#hometxarea{
	width: 340px;
	height: 80px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;	
	padding-bottom: 0px;
	margin-right: 0px;
	float: left;
		}
#homenews{
	width: 400px;
	height: 100px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;	
	padding-bottom: 0px;
	float: left;
		}

/* menu */
.underlinemenu{
	width: 680px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	float: left;
	background-repeat: no-repeat;
}

.underlinemenu ul{
	margin: 0;
	text-align: left; 
	padding-top: 65px;
	padding-right: 0;
	padding-bottom: 11px;
	padding-left: 20px;
}

.underlinemenu ul li{
display: inline;
background-color: #FFFFFF;
}

.underlinemenu ul li a{
	color: #002072;
	padding: 6px 0px 4px 0px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 6px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	background-color: #FFFFFF;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
color: #658EB9;
border-bottom-color: #658EB9;
background-color: #FFFFFF;
}

/*left menu */

#leftmenu{
float: left;
border: 0px solid black;
border-bottom-width: 0;
width: 169px;
}

#leftmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 15px;
color: #002072;
text-decoration: none;
}

#leftmenu li a{
display: block;
padding: 5px 0;
padding-left: 11px;
width: 169px; /*185px minus all left/right paddings and margins*/
height: auto;
text-decoration: none;
color: #002072;
background-color: #ffffff;
border-bottom: 1px solid #658EB9;
border-left: 0px solid #1958b7;

}

* html #leftmenu li a{ /*IE only */
width: 167px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#leftmenu li a:hover {
	color: #729AC3;
	background-image: url(../images/leftbg.jpg);
	background-repeat: no-repeat;
}


/*content */
#temphd{
	width: 860px;
	height: 90px;
	margin-top: 0px;
	margin-right: 10px;
	text-align: left;
	background-color: #FFFFFF;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#left{
	width: 180px;
	height: auto;
	margin-top: 0px;
	margin-right: 20px;
	text-align: left;
	padding: 0px;	
	background-color: #FFFFFF;
	float: left;
}
#centre{
	width: 440px;
	height: auto;
	margin-right: 20px;
	text-align: left;
	padding: 0px;	
	background-color: #FFFFFF;
	float: left;
}
#right{
	width: 200px;
	height: auto;
	margin-top: 0px;
	text-align: left;
	padding: 0px;	
	float: left;
}

/*footer */
.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}

#footer{
	width: 870px;
	height: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	background-image: url(../images/finance-outsourcing-footbg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #729AC3;
	text-decoration: none;
}

.footermenu ul{
	margin: 0;
	text-align: left; 
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.footermenu ul li{
display: inline;
}
.footermenu ul li a{
	color: #FFFFFF;
	padding: 0px 10px 0px 0px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 6px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #729AC3;
	}
.footermenu ul li a:hover, .foootermenu ul li a.selected{
color: #729AC3;
}
/* Reused classes */
.leftquote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #658EB9;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #658EB9;
	padding-bottom: 15px;
}
.line{
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #002072;
	padding-bottom: 0px;
}
.pressline{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #002072;
	padding-bottom: 0px;
}
.formcont{
	width: 418px;
	height: auto;
	margin-right: 0px;
	text-align: left;
	padding: 10px;
	background-color: #FFFFFF;
	float: left;
	border: 1px dashed #658EB9;
}
.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #777777;
	height: 13px;
	width: 180px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.formboxmulti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #777777;
	height: 40px;
	width: 180px;
	margin-top: 2px;
	margin-bottom: 2px;
}


/* Font classes */

.bodtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #777777;
	text-decoration: none;
}

UL.bodtext {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 15px;
padding: 0px;
list-style-position: outside;
}

LI.bodtext {
margin-top: 0px;
margin-bottom: 5px;
margin-left: 0px;
padding: 0px;
}

.bodtext a:link, .bodtext a:visited, .bodtext a:active {
	color: #729AC3;
	text-decoration: none;
}
.bodtext a:hover {
	color: #729AC3;
	text-decoration: underline;
}

.bodtextbd{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}
.bodmidblutx{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #658EB9;
	text-decoration: none;
}
.medhdlightbd{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #658EB9;
	text-decoration: none;
}
.bodtextblubd{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #658EB9;
	text-decoration: none;
}
.bodtextblubd a:link, .bodtextblubd a:visited, .bodtextblubd a:active {
	color: #658EB9;
	text-decoration: none;
}
.bodtextblubd a:hover {
	text-decoration: underline;
}
.bghead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 29px;
	font-weight: normal;
	color: #002072;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #658EB9;
	padding-bottom: 5px;
}
.hdtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #002072;
	text-decoration: none;
}
.smalltx{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #658EB9;
	display: block;
	padding: 15px;
}
.bullet{
    padding: 0px;
	margin-left: 15px;
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #658EB9;
    text-decoration: none;
	list-style-type: disc;
}
.prtitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #729AC3;
	text-decoration: none;
	
}
.prtitle a:link, .prtitle a:visited, .prtitle a:active {
	color: #729AC3;
	text-decoration: none;
}
.prtitle a:hover {
	color: #729AC3;
	background-color: #E0E8F1;	
	display: block;

}
.prquote{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #658EB9;
	text-decoration: none;
	background-color: #E0E8F1;
	display: block;
	padding: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #B2C6DC;
}
.prcaption{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-left: 13px;
	padding-right: 5px;
	padding-bottom: 45px;
	background-image: url(../images/PR-cap.jpg);
	background-repeat: repeat-y;
	margin-top: 5px;
}
.prcapbdtx{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #B2C6DC;
	text-decoration: none;
}
