/* Author : Anup Ujawane  */
/* By : workplacespa.com  */
/* For : Workplace SPA  */
/* Date : 27th Aug. 2008 */


/* form classes */

form {
margin-bottom: 0px;
}

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

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


/* page default settings */

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

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

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

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

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

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
font-size: 12px;
}

/* images */

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

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

.bot-left {
background-image: url("images/bot-left.jpg");
background-repeat : no-repeat;
background-position: bottom;
}

.nav-tile {
background-image: url("images/nav-tile.jpg");
background-repeat : repeat-x;
}

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

/* links */

.nav a {
color: #000;
font-size: 11px;
text-decoration: none;
padding: 4px 4px 5px 4px;
display: block;
}

.nav a:hover{
color: #fff;
}

/* background colours */

.white {
background-color: #fff;
}

.blue {
background-color: #8dd2f0;
}

.bluea {
background-color: #1ea7e2;
}

.orange {
background-color: #faa551;
}

/* borders */

.border-left {
border-left : #fff 5px solid;
}


/* text */

.blue-txt {
color: #094885;
}

.blue-txta {
color: #c3e6f6; 
}

.blue-txt2 { color: #094885; font-size: 22px; line-height: 28px; }


/* Heading */

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

h1 {
font-size: 22px;
}

h2 {
font-size: 16px;
}