/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Lord & Associates Insurance Agency  */
/* Date : 28th Nov. 2007 */


/* 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;
}


/* 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: #dfdfdf;
}

.full-size-table {
width: 780px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

b {
font-family: arial;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.footer {
background-image: url("images/footer.jpg");
background-repeat : no-repeat;
}

.left-blue-tile {
background-image: url("images/left-blue-tile.jpg");
background-repeat : repeat-y;
}

.right-tile {
background-image: url("images/right-tile.jpg");
background-repeat : repeat-y;
}

.left-tile {
background-image: url("images/left-tile.jpg");
background-repeat : repeat-x;
background-color: #ceb34a;
}

.h-line {
background-image: url("images/h-line.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;
}

.v-line {
background-image: url("images/v-line.jpg");
background-repeat : repeat-y;
background-position: center center;
}

.bullet {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: 3px 12px;
}

.bulleta {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 7px;
padding: 1px 1px 2px 12px;
}

/* links */

.nav a {
font-family: arial;
font-weight: bold;
color: #000;
font-size: 12px;
text-decoration: none;
background-image: url("images/nav-line.jpg");
background-repeat : repeat-x;
background-position: top;
padding: 8px 10px 4px 18px;
display: block;
}

.nav a:hover{
color: #000;
background-color: #ffa800;
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: 3px 12px;
}

.but a {
font-family: arial;
font-weight: bold;
color: #000;
font-size: 11px;
text-decoration: none;
background-color: #e5db9e;
border: #dcbd60 1px solid;
text-align: center;
display: block;
}

.but a:hover{
color: #000;
background-color: #ceb34a;
}

/* background colours */

/* borders */

.border-lr {
border-left : #fff 2px solid;
border-right : #fff 2px solid;
background-color: #f3eece;
}

.border {
border : #ffa800 1px solid;
padding: 10px;
}

/* text */

.blue-txt {
color: #022855;
}

.orange-txt {
color: #ffc554;
}

.gold-txt {
color: #9f851e;
}


/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}

h3 {
font-size: 22px;
}