/*** CSS Document Created By 
Wes Smith For Red Bullet Web Design
Client - Loans Today (Ver 2)
November 2006 ***/

/*** Body Tags ***/
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

h1 {
font-size:14px;
color:#009933;
}

li {
list-style-image:url(Images/bullet.gif);
}

p {
margin-top:10px;
margin-bottom:10px;
}

ul {
margin-left:20px;
padding:0;
}

/*** Wrapper ***/
#wrapper {
margin:auto;
width:620px;
height:auto;
margin-bottom:20px;
}

.wrappertop {
width:620px;
height:30px;
background:url(Images/bgtop.gif) no-repeat;
}

.wrappermiddle {
width:610px;
height:auto;
padding-left:10px;
padding-bottom:10px;
background:url(Images/bgbody.gif) repeat-y;
}

.wrapperbottom {
width:620px;
height:30px;
background:url(Images/bgbottom.gif) no-repeat;
text-align:center;
font-size:10px;
}

.wrapperbottom a:link, .wrapperbottom a:visited {
text-decoration:underline;
color:#333333;
}

.wrapperbottom a:hover {
text-decoration:none;
color:#333333;
}

/*** Header ***/
#header {
width:580px;
height:59px;
margin-left:10px;
}

/*** Content ***/
#content {
width:600px;
min-height:490px;
height:auto !important;
height:490px;
}

#content a:link, #content a:visited {
text-decoration:none;
color:#0066CC;
}

#content a:hover {
text-decoration:underline;
color:#0066CC;
}

/*** Text Content ***/
#textcontent {
width:580px;
height:auto;
margin-left:10px;
margin-top:10px;
line-height:16px;
}

/*** Note ***/
#note {
position:relative;
width:580px;
height:auto;
margin:auto;
padding-bottom:10px;
font-size:9px;
text-align:center;
}

/*** Logo ***/
#logo {
position:absolute;
width:510px;
height:69px;
left:240px;
top:18px;
}

/*** Image ***/
#image {
width:580px;
height:200px;
margin-left:10px;
margin-top:10px;
}

/*** Left Hand Column ***/
#leftcolumn {
position:absolute;
left:0px;
top:10px;
width:160px;
height:420px;
background:url(Images/leftcolumnbg.gif) no-repeat;
padding:15px;
font-size:11px;
}

#leftcolumn a:link, #leftcolumn a:visited {
text-decoration:none;
color:#FFFFFF;
}

#leftcolumn a:hover {
text-decoration:underline;
color:#FFFFFF;
}

#callnowleft {
position:absolute;
top:460px;
left:0px;
width:190px;
height:90px;
}

#callnowright {
position:absolute;
top:460px;
right:0px;
width:190px;
height:90px;
}

/*** Right Hand Column ***/
#rightcolumn {
position:absolute;
right:0px;
top:10px;
width:160px;
height:420px;
background:url(Images/rightcolumnbg.gif) no-repeat;
padding:15px;
font-size:11px;
}

#rightcolumn a:link, #rightcolumn a:visited {
text-decoration:none;
color:#FFFFFF;
}

#rightcolumn a:hover {
text-decoration:underline;
color:#FFFFFF;
}

.imageright {
float:right;
}

/*** Form Tags ***/
input.txt {
color: #0066CC;
width: 200px;
}

textarea {
color: #0066CC;
}

form p {
clear: left;
margin: 0;
padding: 0;
padding-top: 5px;
}

form p label {
float: left;
width: 30%;
font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
}

fieldset {
border: 1px dotted #009933;
margin-top: 16px;
padding: 10px;
}

legend {
font: 10px Verdana, Arial, Helvetica, sans-serif;
color:#0066CC;
background-color: #FFFFFF;
}