/* Author : David Lamb Jr.  */
/* By : Safetec  */
/* For : Safetec  */
/* Date : 30th March. 2007 */

/* form classes */

form 
{
	margin-bottom: 0px;
}

input, textarea, select 
{
	font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
}

/* Header Menu Settings */

.SafetecMenu,
.SafetecMenu ul,
.SafetecMenu ul li,
.SafetecMenu ul li a,
.SafetecMenu ul li span
{
	font-family: arial, verdana, helvetica;
	font-size: 11px; 
	font-weight: bold;
}

.SafetecMenu ul li ul,
.SafetecMenu ul li ul li,
.SafetecMenu ul li ul li a,
.SafetecMenu ul li ul li span
{
	font-family: "MS Sans Serif",arial, verdana, helvetica;
	font-size: 11px;
	font-weight: normal;
}

.SafetecMenu ul.AspNet-Menu /* Tier 1 */
{
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}

.SafetecMenu ul.AspNet-Menu li a,
.SafetecMenu ul.AspNet-Menu li span
{
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}

.SafetecMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 150px;
    top: 100%;
    left: 8px;
    text-align: left;
    height: 15px;
}

.SafetecMenu ul.AspNet-Menu ul li,  /* Tier 2 anchors */
.SafetecMenu ul.AspNet-Menu ul li a
{
	width: 150px;
	text-align: left;
	height: 15px;
}

.SafetecMenu ul.AspNet-Menu ul li a
{
		border-bottom: solid 1px #fff;
		border-left: solid 1px #fff;
		border-right: solid 1px #fff;
}

.SafetecMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 8px;
}

.SafetecMenu li /* all list items */
{
    white-space: nowrap;
}

.SafetecMenu a, /* all anchors and spans (nodes with no link) */
.SafetecMenu span
{
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    background-color: transparent;
    text-decoration: none;
}

.SafetecMenu ul.AspNet-Menu ul li a, /* all anchors and spans above level 1(nodes with no link) */
.SafetecMenu ul.AspNet-Menu ul li span
{
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
}

.SafetecMenu li.AspNet-Menu-Leaf a, /* leaves */
.SafetecMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.SafetecMenu li:hover a, /* hovered text Tier 1 */
.SafetecMenu li:hover span,
.SafetecMenu li.AspNet-Menu-Hover a,
.SafetecMenu li.AspNet-Menu-Hover span
{
    background-color: #EECC0B;
}

.SafetecMenu li:hover li:hover a, /* hovered text Tier 2 */
.SafetecMenu li:hover li:hover span,
.SafetecMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SafetecMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.SafetecMenu li:hover li:hover li:hover a,
.SafetecMenu li:hover li:hover li:hover span,
.SafetecMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SafetecMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: #fff;
    background-color: #004F98;
}

.SafetecMenu li:hover li a, /* the tier above this one is hovered */
.SafetecMenu li:hover li span,
.SafetecMenu li.AspNet-Menu-Hover li a,
.SafetecMenu li.AspNet-Menu-Hover li span,
.SafetecMenu li:hover li:hover li a,
.SafetecMenu li:hover li:hover li span,
.SafetecMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.SafetecMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: #fff;
    background-color: #01337A;
    cursor:pointer;
	cursor:hand;
}

.SafetecMenu .AspNet-Menu-Selected, /* this tier is selected */
.SafetecMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    /*border: solid 1px #ff0000 !important;*/
    background-color: #EECC0B;
    color: #fff;
}

/* page settings */

body
{
	text-align: center;
	height: 100%;
	font-family: "sans serif", arial, verdana, helvetica;
	color: #333;
	font-size: 8pt;
	padding-top: 0px;
	margin-top: 0px;
}

.site-div
{
	width: 1004px;
	height: 100%;
	text-align: left;
	padding-top: 0px;
	margin: 0 auto;
}

td.nav-back
{
	height: 30px;
}

table.nav-back
{
	height: 29px;
}

.nav-back td
{
	height: 100%;
}

.nav-back h3
{
	font-size: 2em;
	color: #c7d5e4;
}

.nav-left
{
	background-repeat : repeat-y;
	background-position: right;
	text-align: left;
	vertical-align: top;
	width: 195px;
}

.nav-left-image
{
	width: 195px;
	height: 30px;
	text-align: center;
}

.nav-left-add-image
{
	background-color: Transparent;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav-left-tile
{
	width: 195px;
	height: 100%;
	vertical-align: top;
}

td.page-body
{
	vertical-align: top;
	height: 100%;
	text-align: left;
	width: 100%;
}

td.shadow
{
	background-image: url("../images/shadow.jpg");
	background-repeat : repeat-x;
	height: 9px;
}

td.nav-right
{
	background-image: url("../images/int-right-tile.jpg");
	background-repeat: repeat-y;
	width: 197px;	
	vertical-align: top;
	height: 100%;
}

table.footer
{
	width: 100%;
	height: 27px;
}

td.footer-green
{
	background-image: url("../images/green.jpg");
	background-repeat : repeat-x;
	width: 195px;
}

td.footer-white
{
	background-image: url("../images/white.jpg");
	background-repeat : repeat-x;
	text-align: center;
	width: 378px;
}

td.footer-orange
{
	background-image: url("../images/orange.jpg");
	background-repeat : repeat-x;
	width: 197px;
}

td.footer-spacer
{
	background-color: #fff;
	width: 1px;
}

td.footer-yellow
{
	background-image: url("../images/yellow.jpg");
	background-repeat : repeat-x;
	width: 233px;
}

table.requestform
{
	width: 100%;
	text-align: left;
}

td.requestform input, td.requestform textarea
{
	width: 150px;
}

td.requestform
{
	width: 70%;
}

/* text */

.white-txt {
color: #fff;
}

.black-txt {
color: #000;
}

.blue-txt {
color: #00529b;
}

.blue-txta {
color: #c7d5e4;
}

.red-txt 
{
	color: Red;
}

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

.yellow {
background-color: #eecc0b;
}

.blue {
background-color: #00529b;
}

.orange {
background-color: #ffae00;
}

.bullet {
	padding-right: 5px;
}

.h-dot-line {
	background-image: url("../images/h-dot-line.jpg");
	background-repeat : repeat-x;
	background-position: center center;
	height: 30px;
}

/* Spacing */
td.space-sm-h
{
	height: 1px;
}

td.space-sm
{
	height: 1px;
	width: 1px;
}

td.space-md
{
	height: 10px;
}

td.space-lg
{
	height: 20px;
}

td.space-xlg
{
	height: 30px;
}

td.hspace-md
{
	width: 10px;
}

td.hspace-lg
{
	width: 20px;
}

td.padding-right-md
{
	padding-right: 10px;
}

td.padding-topbottom-sm
{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* borders */

.box {
border : #B2D9FC 1px solid;
background-color: #EDF3F8;
padding: 10px 10px 10px 10px;
}

.box table
{
	width: 180px;
}

.box table td
{
	vertical-align: top;
}

.box table td img
{
	padding-top: 3px;
}


/* Text Alignments / Setts */
.text-align-left
{
	text-align: left;
}

.text-align-center
{
	text-align: center;
}

.text-valign-top
{
	vertical-align: top;
}

.text-valign-center
{
	vertical-align: middle;
}

.text-special-underline
{
	text-decoration: unterline;
}

.text-special-bold
{
	font-weight: bold;
}

.nav-left-sitesearch
{
	padding: 4px 0px 4px 0px;
	text-align: center;
	vertical-align: middle;
}

/* links */

.nav-left a {
font-family: arial, verdana, helvetica;
color: #fff;
font-size: 11px;
text-decoration: none;
border-top : #fff 1px solid;
padding: 4px 10px 6px 20px;
font-weight: bold;
display: block;
}

.nav-left a:hover{
color: #000;
}

a {
color: #ff6633;
text-decoration: underline;
}

a:hover{
color: #333;
}

/* images */

.header {
background-image: url("../images/header.jpg");
background-repeat : no-repeat;
height: 115px;
width: 100%;
}

.nav-back {
background-image: url("../images/nav.jpg");
background-repeat : repeat-x;
text-align: center;
vertical-align: middle;
width: 100%;
}

/* headings */

h1 {
font-family: arial;
font-size: 18px;
margin: 0px;
}

h2 {
font-family: arial;
font-size: 16px;
margin: 0px;
}

h3 {
font-family: arial;
font-size: 14px;
margin: 0px;
}

h4 {
font-family: arial;
font-size: 13px;
margin: 0px;
}