﻿body
{
  padding: 0px;
  margin: 0px;
  background-color: #002569;
  color: #002569;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}

/* Default HTML styles - may be overridden by more specific selectors */
h1
{
  font-size: 16px;
  font-weight: bold;
  color: #FF7300;
}
h2
{
  font-size: 12px;
  font-weight: bold;
  color: #FF7300;
}
h3{
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 11px;
	text-align: left;
	color: #002569;
}
p
{
}
ul
{
  list-style-type: disc;
}
li
{
  margin-bottom: 5px;
}
img
{
  border-style: none;
}
a
{
  color: #00A2E1;
  text-decoration: none;
}
a:hover
{
  color: #FF7300;
  text-decoration: underline;
}

/* Common layer characteristics - may be overridden by more specific selectors */
div
{
  padding: 0px;
  margin: 0px;
  text-align: left;
  vertical-align: top;
  position: relative;
}

/* Wrapper around entire page content */
#container
{
  width: 945px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  text-align: center;
}

/* Wrapper around entire page content, excluding footer */
#main
{
  background-color: #FFFFFF;
}

/* Aesthetic top frame */
#topframe
{
  height: 25px;
  background: url( 'images/top.gif' ) no-repeat center bottom;
}

/* Wrapper around masthead inc. logo / strapline */
#logoarea
{
  height: 111px;
  clear: both;
  padding: 0px 10px 0px 10px;
}
#logoarea img.logo
{
  float: left;
  margin-right: 10px;
  display: inline;
}

/* Top navigation menu */
#topnav
{
  float: right;
}
#topnav ul
{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#topnav li
{
  display: inline;
  padding-right: 10px;
  margin: 0px;
}
#topnav li a
{
  color: #002569;
  text-decoration: none;
}
#topnav li a:hover
{
  text-decoration: underline;
}

/* Main navigation menu */
#mainnav
{
  height: 18px;
  background-color: #61A4CB;
  padding: 6px 10px 0px 10px;
  clear: both;
}
#mainnav ul
{
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-left: solid 1px #FFFFFF;
}
#mainnav li
{
  display: inline;
  padding: 0px 12px 0px 12px;
  margin: 0px;
  border-right: solid 1px #FFFFFF;
}
#mainnav li a
{
  color: #002569;
  text-decoration: none;
}
#mainnav li a:hover
{
  text-decoration: underline;
}

/* Grahpical strip / flash */
#striphome
{
  height: 250px;
  padding-bottom: 10px;
  clear: both;
  background: url( 'images/strip/home.jpg' ) no-repeat center top;
}
#stripcompany
{
  height: 250px;
  padding-bottom: 10px;
  clear: both;
  background: url( 'images/strip/company.jpg' ) no-repeat center top;
}
#stripservices
{
  height: 250px;
  padding-bottom: 10px;
  clear: both;
  background: url( 'images/strip/services.jpg' ) no-repeat center top;
}
#stripcontact
{
  height: 250px;
  padding-bottom: 10px;
  clear: both;
  background: url( 'images/strip/contact.jpg' ) no-repeat center top;
}
#striplegal
{
  height: 250px;
  padding-bottom: 10px;
  clear: both;
  background: url( 'images/strip/legal.jpg' ) no-repeat center top;
}
#stripnews
{
  height: 250px;
  padding-bottom: 10px;
  clear: both;
  background: url( 'images/strip/news.jpg' ) no-repeat center top;
}
#striptalenttracker
{  height: 250px;
  padding-bottom: 10px;
  clear: both;
  background: url( 'images/strip/talenttracker.jpg' ) no-repeat center top;
}
#stripresources
{
  height: 250px;
  padding-bottom: 10px;
  clear: both;
  background: url( 'images/strip/resources.jpg' ) no-repeat center top;
}

/* Breadcrumb trail */
#breadcrumb
{
  padding-left: 10px;
  clear: both;
}
#breadcrumb ul
{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#breadcrumb li
{
  display: inline;
  padding: 0px 3px 0px 0px;
  margin: 0px;
  color: #333333;
}
#breadcrumb li a
{
  color: #FF7300;
  text-decoration: none;
}
#breadcrumb li a:hover
{
  text-decoration: underline;
}

/* Wrapper around main page content */
#content
{
  min-height: 350px;
  margin-top: 10px;
  float: left;
}
/* Quick links menu */
#quicklinks
{
  width: 130px;
  display: inline;
  float: left;
  padding-left: 10px;
  padding-right: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#quicklinks ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#quicklinks li
{
  display: block;
  border-bottom: dashed 1px #00A2E1;
  padding: 5px 0px 5px 0px;
  margin-right: 5px;
  font-size: 9px;
  color: #002569;
  background: url( 'images/arrow.gif' ) no-repeat right;
}
#quicklinks li a
{
  color: #002569;
  text-decoration: none;
  display: block;
}
#quicklinks li a:hover
{
  color: #FF7300;
}
#quicklinks li.menuTitle
{
  font-size: 11px;
  background: none;
}
#quicklinks li.menuTitle a
{
  font-weight: bold;
}

/* Main content area of page */
#maincopy
{
  min-height: 350px;
  float: left;
  margin-left: 145px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: dashed 1px #00A2E1;
  border-right: dashed 1px #00A2E1; 
  width: 403px;
  display: inline;
}

/* Secondary content area, e.g. with related links */
#right
{
  width: 355px;
  display: inline;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 0px;
  left: 570px;
}
#right h2
{
  text-align: center;
}
hr {
width: 100%;
border: none; 
border-top: 1px solid #00A2E1;
height: 1px;
}


/* Aesthetic bottom frame */
#bottomframe
{
  height: 25px;
  background: url( 'images/bottom.gif' ) no-repeat center top;
  clear: both;
}

/* Page footer */
#footer
{
  text-align: center;
  clear: both;
}
#footer p
{
  color: #FFFFFF;
}
#footer span.links
{
  margin-left: 20px;
  font-size: 9px;
}
#footer a
{
  color: #FFFFFF;
  text-decoration: none;
}
#footer a:hover
{
  text-decoration: underline;
}

/* General use class selectors */
.ttorange
{
  color: #FF7300;
}
.ttblue
{
  color: #002569;
}

/* Form styles */
table.contactForm{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 300px;
	float: left;
}
span.required{
	color: #FF0000;
}
.liTextField{
	width: 175px;
}

/* TTlogo */
#ttlogoarea
{
  text-align: center;
}

