@charset "utf-8";
/* CSS Document */

.formErrorMessage{display: none;}
.wireFrame{
 border: 1px solid #766948;
}

strong.white{font-weight: bold; color: #ffffff;}
strong.brown{font-weight: bold; color: #766948;}
strong.darkBlue{font-weight: bold; color: #37608D;}
strong.red{font-weight: bold; color: #ff0000;}

#flash_container{
 width: 196px; 
 height: 131px;
 text-align: left; 
 padding-right: 2px; 
 padding-top: 2px;
 border: 1px solid #37608D;
 background-color: #37608D;
 margin-bottom: 5px;
}
body{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11.5px;
 background-color: #729BC7;
}

#page{
 width: 1000px;
 margin: 0 auto;
 padding: 0;
 background-color: #729BC7;
}

#header, #body, #footer{margin: 0 auto;}

#header{
 /*	Total height can be 140px and total width can be 1000px */
 height: 126px;	
 width: 960px; 
 padding: 0 20px;
 background-image: url(/images/lwfp_page_bg.gif);
 background-repeat: repeat-y;
}
#headerCreative{
 width: 958px;
 height: 100px;
 margin: 0 1px;
 background-image: url(/images/lwfp_headerCreative_bg.gif);
 position: relative;
}
#headerCreativeLogo{
 display: block;
 float: left;
 padding: 5px 0px 0px 15px;
}
#headerRight{
 float: right;
 text-align: right;
 position:relative;
}
#headerPartnerLogin{
 padding: 15px 15px 0px 0px;
 text-align: right;
}
#headerPhone{
 position: absolute;
 top: 20px;
 left: 440px;
 text-align: center;
}
span.headerPhoneText{
 font-size: 25px;
 font-weight: bold;
 color: #FF0000;	
}
#headerPhoneNumber{
 position: absolute;
 top: 78px;
 right: 15px;
 text-align: right;
 width: 250px;
 font-size: 13px;
}


#headerNavigation{
 height: 25px;
 width: 960px;
 background-image: url(/images/lwfn_blank_menu_bg.gif);
 background-repeat: repeat-x;
}



#body{
 width: 930px;
 padding: 15px 35px 0px 35px;
 background-image: url(/images/lwfp_page_bg.gif);
 background-repeat: repeat-y;
}
#leftBar, #content{float: left;}
#leftBar{
 width: 200px;
 margin-right: 15px;
 margin-bottom: 15px;
}
#leftBarContent{
 background-color: #37608D;
 color: #fff;
}
#leftBarList{
 list-style: none;
 font-size: 14px;
 padding: 0px 15px;
}
#leftBarList li{
 margin-bottom: 10px;	
}

.leftBarSubList{
 margin-top: 10px;
 font-weight: normal;
 margin-bottom: 0;
 list-style: none;
}
.sublistItem{
 padding: 0px;
 margin: 0px;
}
#content{
 width: 715px;
 padding-top: 0px;
 margin-bottom: 30px;
}

#footer{
 /*	Total height can be 113px and total width can be 1000px */
 height: 80px;
 width: 870px;
 padding: 33px 95px 0px 35px;
 background-image: url(/images/lwfp_footer_logos_bg.gif);
 background-repeat: no-repeat;
}
#footerNav{
 text-align: right;
 width: inherit;
 list-style: none;
 padding: 0px 0px 8px 0px;
 margin: 0;
}
#footerNav li{
 display: inline;
 color: #37608D;
}
#footerNav li a:active, #footerNav li a:visited, #footerNav li a{
 text-decoration: none;
 color: #37608D;
}
#footerNav li a:hover{
 color: #729BC7;	
}
#footerFinePrint{
 font-size: 10px;
 color: #729BC7;
 text-align: right;
}







.block{display: block;}