/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Free Mortgage Quotes  */
/* Date : 10th June 2008 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.no-border {
border-style: solid;
border-width: 0px;
font-size: 11px;
}

.zip {
border-style: solid;
border-width: 1px;
font-size: 20px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #3a3a3a;
}

.full-size-table {
width: 794px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #333;
}

a:hover{
color: #000;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
padding-top: 174px;
padding-left:30px;
}

.header-small {
background-image: url("images/header-small.jpg");
background-repeat : no-repeat;
padding-top: 118px;
padding-left:56px;
}

.footer {
background-image: url("images/footer.jpg");
background-repeat : no-repeat;
}

.right-top {
background-image: url("images/right-top.jpg");
background-repeat : no-repeat;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.left-tile {
background-image: url("images/left-tile.jpg");
background-repeat : repeat-y;
border-left : #fff 7px solid;
}

/* links */

.nav a {
font-family: arial;
font-weight: bold;
color: #510101;
font-size: 11px;
text-decoration: none;
background-image: url("images/normal.jpg");
background-repeat : no-repeat;
padding: 4px 10px 6px 25px;
display: block;
}

.nav a:hover{
color: #510101;
background-image: url("images/over.jpg");
background-repeat : no-repeat;
}

.sub-nav a {
color: #000;
font-size: 11px;
text-decoration: none;
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: 25px 7px;
padding: 2px 5px 3px 35px;
background-color: #ece8df;
display: block;
}

.sub-nav a:hover{
color: #510101;
}

/* background colours */

.white {
background-color: #fff;
}

/* borders */

.border-right {
border-right : #fff 7px solid;
}

/* text */

.gray-txt {
color: #3f3f3e;
}

.blue-txt {
color: #041861;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin-top:0px;
margin-bottom:10px;
line-height: normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}