/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Resume Writers Resource  */
/* Date : 04th Feb. 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;
}


/* 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: #cabb9b;
}

.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: #ff9900;
text-decoration: underline;
}

a:hover{
color: #000;
text-decoration: none;
}

.padding-lr {
padding-left: 16px;
padding-right: 18px;
}

b, strong {
font-family: arial;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.top {
background-image: url("images/top.jpg");
background-repeat : no-repeat;
padding-bottom: 19px;
}

.box-top-tile {
background-image: url("images/box-top-tile.jpg");
background-repeat : repeat-x;
padding-left: 21px;
}

.bota {
background-image: url("images/bot1.jpg");
background-repeat : no-repeat;
}

.botb {
background-image: url("images/bot2.jpg");
background-repeat : no-repeat;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 11px;
padding: 3px 1px 4px 10px;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

.nav a {
color: #836c3c;
font-size: 11px;
text-decoration: none;
background-image: url("images/bullet-normal.gif");
background-repeat : no-repeat;
background-position: 14px 8px;
padding: 1px 1px 2px 30px;
border-bottom: #e0d5bd 1px solid;
display: block;
}

.nav a:hover{
color: #836c3c;
background-image: url("images/bullet-over.gif");
background-repeat : no-repeat;
}

/* background colours */

.white {
background-color: #fff;
}

.yellow {
background-color: #faf8ec;
}

.yellowa {
background-color: #f4f5d1;
}

.brown {
background-color: #cabb9b;
}

/* borders */

.border-left {
border-left : #ddcba7 1px solid;
}

.border-right {
border-right : #ddcba7 1px solid;
}

/* text */

.gray-txt {
color: #62615f;
}

.brown-txt {
color: #9a650e;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: 1.5em;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 13px;
}