/***********************************************/
/*  CSS Lendingladies.com Revision V.1.0       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-attachment: fixed;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
}

/************** header tag styles **************/
h1{
	font: bold 120% Arial,sans-serif;
	color: #980024;
	margin: 0px;
	padding: 0px;
		}

h2{
 font: bold 114% Arial,sans-serif;
 color: #980024;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #980024;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 90% Arial,sans-serif;
 color: #980024;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #980024;
 margin: 0px;
 padding: 0px;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #003399;
	text-decoration: underline;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color: #004A00;
}
/*************** list tag styles ***************/
ul{ list-style-type: square; text-align: left; }

ul ul{ list-style-type: disc;  text-align: left; }

ul ul ul{ list-style-type: none;  text-align: left; }

ol{ list-style-type: decimal; text-align: left; }

ol ol{ list-style-type: upper-latin;  text-align: left; }

ol ol ol{ list-style-type: lower-latin;  text-align: left; }


/********* form and related tag styles *********/

form {
	margin: 0px;
	padding: 0px;
}

label{
	font: bold 1em Arial,sans-serif;
	color: #334d55;
	padding:3px;
	margin-bottom:5px;
	margin-right:30px;

}
				
input{
	font-family: Arial,sans-serif;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
	position:relative;
	MARGIN: 0px auto 0px;
	WIDTH: 780px;
	background-color: #fff;

}
#logo {
	position:relative;
	display: block;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 100px;
	width:219px;
	float:left;
}
#logo span{
	display:none;
}
#leftImg {
	position:relative;
	display: block;
	background-image: url(../images/leftpict.jpg);
	background-repeat: no-repeat;
	height: 103px;
	width:219px;
	float:left;
}

#htitle span{
	display:none;
}
#htitle {
	position:relative;
	display: block;
	background-image: url(../images/htitle.gif);
	background-repeat: no-repeat;
	height: 57px;
	width:760px;
	border-top-width: 0px;
	border-right-width: 11px;
	border-bottom-width: 2px;
	border-left-width: 11px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#masthead{
	position:relative;
	MARGIN: 0px auto auto;
	width:780px;
	height:59px;
}
#subhead{
	position:relative;
	width:541px;
	height:216px;
	background: url(../images/middlepict.jpg) no-repeat 0px 0px;
	right:9px;
	float:right;
}
#headertext {
	position:absolute;
	width:377px;
	height:100px;
	z-index:1;
	left: 231px;
	top: 58px;
}
#headertext h1{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top:10px;
}
#headertext h2{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:5px;
}
/************************************************/
#subcontent{
	text-align:justify;
	margin-top: 0px; 
	float:left;
	font-size: 80%;
	width:541px;
}
/***********************************************/
/* story styles                                */
/***********************************************/
#story{
	font-size: 90%;
	text-align: justify;
	margin-left:10px;
	color:#484425;
}
html>body #story {height: auto;}

#story p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/************** footer styles ****************/
#footer{
	clear: both;
	font-size: 11px;
	color: #fff;
	text-align:center;
	width:760px;
	height:36px;
	background-color: #FFFFFF;
	background: url(../images/footer.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	border-left-width: 11px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color:#ba1065;
}
#footer .ctsmall{
font-size:10px;
}

#footer a {
	color: #fff;
	text-align: center;
	font-size:12px;
	margin-left:3px;
	margin-right:3px;
}
#footer p{
	padding-top:14px;
	margin-bottom:0px;
}
#footer span{
	margin-left:90px;
}
#footer a:hover{
	color: #7ee0fa;
}
/**********Left Menu**********/
#leftcolumn {
	float:left;
	width:219px;
	border-left-width: 11px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color:#1267ba;
}
/***********************************************/
/* Left LINKS BOX                              */
/***********************************************/
#left_links {
	text-align:left;
	width:219px;
	font-size:11px;
	background-color:#ea0075;
}
#left_links A {
	color:#fff;
	text-decoration:none;
	BACKGROUND: url(../images/a_on.gif) no-repeat 0px -5px;
	margin-left:7px;
}
#left_links A:hover {
	color:#fff;
	text-decoration:none;
	BACKGROUND: url(../images/a_over.gif) no-repeat 0px -5px;
	margin-left:7px;
}
#left_links ul{
	padding-left:0px;
	padding-right:0px;
	margin:0px !important;
	padding-top:5px;
}
#left_links li{
	width:100%;
/*	height:24px;   */
	list-style-type:none;
	padding-left:0px;
	BACKGROUND: url(../images/li_bg.gif) no-repeat bottom;
}
#left_links span{
	line-height:21px;
	margin-left:22px;
}
#left_links table{
	margin-left: 30px;
}
/***********************************************/
/* FAQ BOX                                     */
/***********************************************/
#faq_links {
	text-align:left;
	width:219px;
	font-size:11px;
	background-color:#facde4;
}
#faq_links A {
	color:#6d1010;
	text-decoration:none;
	BACKGROUND: url(../images/faq_on.gif) no-repeat 0px -5px;
	margin-left:0px;
}
#faq_links A:hover {
	color:#6d1010;
	text-decoration:none;
	BACKGROUND: url(../images/faq_over.gif) no-repeat 0px -5px;
	margin-left:0px;
}
#faq_links ul{
	padding-left:0px;
	padding-right:0px;
	margin:0px !important;
	padding-top:5px;
}
#faq_links li{
	width:100%;
	height:24px;
	list-style-type:none;
	padding-left:0px;
	BACKGROUND: url(../images/li_bg.gif) no-repeat bottom;
}
#faq_links span{
	line-height:21px;
	margin-left:22px;
}

/***********************************************/
/* LOGIN BOX                                   */
/***********************************************/
#login{
	width:219px;
	height:37px;
	background-color:#1267ba;
	text-align:center;
}

#login form{
	margin:0px;
	padding:0px;

}
#login input.userid{
	width:89px;
	height:16px;
	border: 1px solid #7f9db9;
}
#login input.password{
	width:89px;
	height:16px;
	border: 1px solid #7f9db9;
}
#login input.submitbuttom{
	width:21px;
	height:17px;
	background:url(../images/go.gif) no-repeat left top;
	color:#000;
	font-weight:normal;
	cursor:pointer;
	border:none;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
/***********************************************/
/*  TOP MENU                                   */
/***********************************************/
#topmenu{
	position: absolute;
	top:100px;
}
.menu {
	clear:both;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	Z-INDEX: 1000; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	height:100%;
	}
.menu LI {
BACKGROUND-IMAGE: none; LIST-STYLE-TYPE: none;float:left;
}
.menu A {
	CLEAR: left; 
	DISPLAY: block; 
	FONT-WEIGHT: normal; 
	COLOR: #222; 
	TEXT-INDENT: -9999px; 
	TEXT-DECORATION: none;
	MARGIN: 0px;
}
.menu A:link {
	CLEAR: left; 
	DISPLAY: block; 
	FONT-WEIGHT: normal; COLOR: #222; TEXT-INDENT: -9999px; TEXT-DECORATION: none;

}
.menu A:visited {
	CLEAR: left; DISPLAY: block; FONT-WEIGHT: normal; COLOR: #222; TEXT-INDENT: -9999px; TEXT-DECORATION: none;

}
.menu A:active {
	CLEAR: left; DISPLAY: block; FONT-WEIGHT: normal; COLOR: #222; TEXT-INDENT: -9999px; TEXT-DECORATION: none;
}

/*-----MENU ITEMS-----*/
/*-------------------*/
.menu A#menu_chouse, A#menu_chouse:link, A#menu_chouse:visited, A#menu_chouse:active {
	BACKGROUND: url(../images/topmenu.jpg) no-repeat 0px 0px; WIDTH:112px; HEIGHT: 116px;
}

.menu A#menu_chouse:hover {
	BACKGROUND: url(../images/topmenu_on.jpg) no-repeat 0px 0px
}

/*----Item----*/
.menu A#menu_pool, A#menu_pool:link, A#menu_pool:visited, A#menu_pool:active{
	BACKGROUND: url(../images/topmenu.jpg) no-repeat -112px 0px; WIDTH: 115px; HEIGHT: 116px;
}
.menu A#menu_pool:hover {
	BACKGROUND: url(../images/topmenu_on.jpg) no-repeat -112px 0px
}
/*----Item----*/
.menu A#menu_suite, A#menu_suite:link, A#menu_suite:visited, A#menu_suite:active{
	BACKGROUND: url(../images/topmenu.jpg) no-repeat -227px 0px; WIDTH: 150px; HEIGHT: 116px;
}
.menu A#menu_suite:hover {
	BACKGROUND: url(../images/topmenu_on.jpg) no-repeat -227px 0px
}
/***********************************************/
/*  SitePal placeholder                        */
/***********************************************/
#sitepal{
	position:absolute;
	width:155px;
	height:203px;
	left: 376px;
	top: -98px;
}
/***********************************************/
/*  Hot Topic and Tips                         */
/***********************************************/
#hoth1 {
	background-image: url(../images/h_hottopic.gif);
	background-repeat: no-repeat;
	height: 30px;
	width:369px;
}
#hoth1 span{
	display:none;
}
#hottopic{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.thPict{
	float:left;
	margin-right:10px;
}
p.bottomsp {
	height:26px;
	background:url(../images/2lines.gif) repeat-x;
}
p.bottomsp a{
	position:relative;
	top:4px;
	color:#980024;
	text-decoration:none;
}
p.bottomsp a:hover{
	color:#126cbe;
	text-decoration:none;
}
p.bottomsp .aflt{
	position:relative;
	top:-8px;
	float:right;
}
p.topsp {
	margin-top:2px;
	padding-top:2px;
	margin-bottom:0px;
	padding-bottom:0px;
}

# Questionaire

#questionaire FORM{
margin:0px;
padding:0px;
}

#questionaire textarea{
margin-left:25px;
}

#questionaire input{

}
