/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Automobile Insurance Experts  */
/* Date : 22th July. 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: 18px;
}


/* 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: #4ea7d3;
}

.full-size-table {
width: 780px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

a {
color: #333;
text-decoration: underline;
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
padding-top: 253px;
padding-left: 54px;
}

.footer {
background-image: url("images/footer.jpg");
background-repeat : repeat-x;
}

.left-gred {
background-image: url("images/left-gred.jpg");
background-repeat : repeat-x;
background-position: bottom;
}

.devide {
background-image: url("images/nav-devide.jpg");
background-repeat : repeat-x;
background-position: center center;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: 8px 9px;
}

.right-img {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

/* links */

.nav a {
font-family: arial;
font-weight: bold;
color: #0e375f;
font-size: 11px;
text-decoration: underline;
padding: 4px 5px 5px 20px;
display: block;
}

.nav a:hover{
color: #000;
}

/* background colours */

.blue {
background-color: #e0effb;
}

.green {
background-color: #c8edb2;
}

.white {
background-color: #fff;
}

/* borders */

.border {
border : #ccc 1px solid;
}

/* text */
.index1 {font-size: 18px; font-weight: bold; }
.index2 {font-size: 16px}
.index3 {font-size: 23px}

.blue-txt {
color: #1f6fc3;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 16px;
}
h2 {

font-size: 14px;
}
