html, body {
	height:100%;
	margin:0;
}


#wrapper {
	position:relative;
	min-height:100%;
	width: 100%;
	
}


body {
	margin: 0px;
	padding: 0px;
	background: url(../images/servicers/bg.jpg) repeat-x left top;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}



h1 {
font-family: Verdana, Arial, sans-serif;
font-style: normal;
font-weight: normal;
text-decoration: none;
margin: 0 0 3px 0;
padding-top: 10px;
padding-bottom: 10px;
color: #6a2746; 
font-size: 18px;
line-height: 1.5em;
}

h2 {
font-family: Verdana, Arial, sans-serif;
font-style: normal;
font-weight: bold;
text-decoration: none;
margin: 0 0 0px 0;
padding: 0;
color: #5a7088;
font-size: 14px;
line-height: 1em;
}

h3 { }

p, {
	margin-top: 0;
	font-weight: normal;

}

ul, ol
{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	list-style-type: square;
	list-style-position: outside;

	
}

ul li
{
  font-size: 12px;
  color: #333333;
  margin: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  

}



ol li
{
  font-size: 12px;
  color: #333333;
  margin: 0px;
  padding-top: 0px;
  padding-left: 25px;
  padding-right: 10px;
  padding-bottom: 5px;
}
blockquote { }

.strong
{
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;

}



a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}	
a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #5a7088;
	text-decoration: none;
	text-decoration: underline;
}

 a:focus {            outline: none;        }

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}


hr {

height: 1px;
border: none;
background-image: url(../images/lenders/hr.gif);
background-repeat: repeat-x;
margin: 8px 50px 8px auto;
padding-right: 10px;
color: #333333;
}


.list1 {

}

.list1 li {
	line-height: normal;
	list-style-image: url(../images/bulletcheck.gif);
	list-style-position: outside;

	
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}
.list2 {

}

.list2 li {
	line-height: normal;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
	margin:10px 25px 0px 0;


}

.list2 li img {
	margin: 0 0px 0px 0;

}

.list2 li.alt img {
	margin-right: 0;
}




/* Header */

#header-wrapper {
	width: 800px;
	height: 180px;
	margin: 0px auto;
	padding: 0px;
	background-color:#FFFFFF;
}

#header {
	width: 800px;
	height: 141px;
	margin: 0px auto;


}

#menu {
	width: 800px;
	height: 39px;
	margin: 0px auto;


}

/* Page */

#page {
	width: 800px;
	margin: 0px auto;
	border: 0px solid #FFFFFF;
	background: #FFFFFF; 
}

#page-bgcontent {
	padding: 10px 0px 10px 30px;
	background: #FFFFFF; 
}

/* Content */

#content {
	width: 700px;
	padding-left: 50px;
		padding-bottom:42px; 
}

#banner {
	width: 800px;
	margin: 0px auto;
	padding-bottom: 0px;
}



/* Menu */

#nav {
	width: 761px;
	height: 24px;
	margin: 0px auto;
	padding-left:39px;
	
}



/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.topmenu, .topmenu ul
{
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  list-style: none;


  
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.topmenu ul
{
  display: block;
  visibility: hidden;
  position: absolute;
  /*top: 2.3em; /* I'm using ems rather than px to allow people to zoom their font */
  left: 0px;

 

  
}

/* Second and third etc. level submenus - position across from parent instead */
.topmenu ul ul
{
  top: 0px;
  left: 160px;
  padding-bottom: 0px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders. This is the main navigation menu
*/
.topmenu li
{
  float: left;
  position: relative;
  /* border-right: 1px solid #fff;*/
  margin-right: 0px;
  padding-bottom: 0px;
  line-height:15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style - this is the drop-down menu*/
.topmenu ul li
{
  float: left;
  margin-right: 400px;
 /* margin-bottom: -1px;*/
  background-color: #5a7088;
  text-align: left;
  line-height: 20px;
  width: 230px;
  margin-bottom: -3px;
  border: 1px solid #c8c9cb;
}


.topmenu ul > li:last-child
{
  margin-bottom: 1px;
  
}

/* Links inside the menu */
.topmenu a, topmenu a:visited
{
  display: block;
  color: #ffffff !important;
  text-decoration: none !important;
  padding-left: 10px;
  padding-right: 10px;
  line-height:24px;
  font-weight: normal;
    

}

/* List  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.topmenu a:hover, .topmenu a.highlighted:hover, .topmenu a:focus
{
  color: #f2b366 !important;
 /* background-color: #939598;*/
  text-decoration: none;
  display: block;
  padding-left: 10px;
  padding-right: 10px;

}
.topmenu a.highlighted
{
  color: #ffffff;
  text-decoration: none;
  
}


.topmenu ul li a:hover
{
  background: #50647a; /*background hover color set here for sub menu items */
}


/* Only style submenu indicators within submenus. */
.topmenu a .subind
{
  display: none;
}
.topmenu ul a .subind
{
  display: block;
  float: right;
  
}



/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.topmenu
 a {
 float: left;

}
.topmenu
 ul a {
 float: none;
}
/* \*/
.topmenu
 a {
 float: none;
}
/* */



/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .topmenu
  ul li {
  float: left;
  height: 1%;

}
* html .topmenu
  ul a {
 height: 1%;

}
/* End Hack */


/* End */







/* Footer */

#footer {
	  position:absolute;
      bottom:0px;
      width:100%;
      height: 42px;
      padding: 0px;
     background: #6c2746; 


                     
	

}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	font-size: 11px;
	color: #ffffff;
}

#footer a {
	color: #29407c;
}

