/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : The Good Guys Wear Blue  */
/* Date : 8th Dec. 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;
}

.border {
border-style: solid;
border-width: 1px;
border-color: #000;
}

/* 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: #fff;
}

.full-size-table {
width: 780px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

b{
font-family: arial;
}

.pad{
padding-right: 220px;
}

/* images */

.header {
background-image: url("/images/header.jpg");
background-repeat : no-repeat;
}

.blue-tile {
background-image: url("images/blue-tile.jpg");
background-repeat : repeat-x;
}

.top-curve {
background-image: url("images/top-curve.jpg");
background-repeat : no-repeat;
}

.bot-curve {
background-image: url("images/bot-curve.jpg");
background-repeat : no-repeat;
}

.right-tile {
background-image: url("images/right-tile.jpg");
background-repeat : repeat-y;
}

.home-top-img {
background-image: url("images/home-top-img.jpg");
background-repeat : no-repeat;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.wrap {
margin: 1px 1px 5px 20px;
}

.bullet {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left 4px;
padding: 1px 1px 2px 20px;
}

/* links */

.nav a {
font-family: arial;
color: #fff;
font-size: 13px;
font-weight: bold;
text-decoration: none;
background-image: url("images/bullet-normal.gif");
background-repeat : no-repeat;
background-position: left 11px;
padding: 6px 20px 3px 25px;
display: block;
}

.nav a:hover{
background-image: url("images/bullet-over.gif");
background-repeat : no-repeat;
color: #fff;
}

/* background colours */

.white {
background-color: #fff;
}

/* borders */

.box-lr {
border-left : #cfd9ee 1px solid;
border-right : #cfd9ee 1px solid;
}

/* text */

.blue-txt {
color: #1e3d76;
}

.blue-txta {
color: #00339a;
}

.blue-txtb {
color: #476fe2;
}

.blue-txtc {
color: #2767ab;
}

.green-txt {
color: #9fb419;
}

.gray-txt {
color: #828282;
}

.times-head {
font-family: "times new roman";
font-size: 20px;
font-weight: bold;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 30px;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 13px;
}

h4 {
font-size: 25px;
}