﻿
/* Site Font Declaration  */

body, p, table {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #5f86a1;
	margin: 0 0 0 0;
}

/* Links  */

a:link
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	
}
a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:visited
{
	color: #494949;
	text-decoration: none;
	font-weight: normal;
}

a:active
{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;	
}

/* Table Settings  */

table.main {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

table.default
{
	width: 594px;
}

/* Colours  */

.white
{
	background-color: #FFFFFF;
}

.darkblue {
	background-color: #253f55;
}


/* Borders  */

.blueborderbottom {
	border-bottom-color: #125187;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.blueborder {
	border-color: #253f55;
	border-width: 1px;
	border-style: solid;
}

.blackborder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.whiteborder {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}



/* Padding  */

.stdpadding
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	
}

.leftrightpadding 
{
	padding-left: 5px;
	padding-right: 5px;
}
.toppadding
{
	padding-top:10px;
	
}
.bottompadding
{
	padding-bottom: 5px;
}

.leftpadding
{
	padding-left: 5px;
}

.rightpadding
{
	padding-right: 40px;
}


/* Height  */

.stdformat {
	height: 25px;
}

.lrgformat {
	height: 40px;
}


/* Text Properties  */

.whitetext
{
	color: #FFFFFF;	
}

.darktext
{
	font-weight: bold;
}

.smalltext
{
	font-size: 9px;	
}
.largetext
{
	font-size: 14px;	
}

/* Header & Footer Backgrounds  */

.header {

	background-repeat: no-repeat;
}

.footer{
	background-repeat: no-repeat;
	width: 600px; 
	height: 15px;
	align: bottom;
}

/* Standard Control Classes  */

.MultiTextBox{
	font-size: 10px;
	float: left;
	visibility: visible;
	padding-bottom: 2px;
	vertical-align: baseline;
	overflow: auto;
	width: 100%;
	color: black;
	direction: ltr;
	padding-top: 2px;
	font-family: Verdana;
	height: 68px;
	text-align: left;
}

.StdTextBox
{
	font-size: 11px;
	width: 150px;
	direction: ltr;
	font-family: Verdana;
	position: static;
	height: 16px;
}

/* images  */

.tapimage
{
    background-image: url(images/general/tap_contact-us.jpg);
    background-repeat: no-repeat;
    background-position: right;
}
