/*//////////////
GENERIC
///////////// */
body
{
	margin: 0;
	margin: 1em;
	background: url(../images/body_bg.jpg) center top repeat-y;
	color: #666666;
	font-size: 62.5%; /* 1em = 10px */
}

*
{
	font-family: Verdana, Sans-serif;
}
a,
a:link,
a:visited,
a:active,
a:hover
{
	color: #346699;
}

/*//////////////
TEXT ELEMENTS
///////////// */
.italic
{
	font-style: italic;
}

/*//////////////
MISC
///////////// */
div.clear
{
	clear: both;
}
div.clearL
{
	clear: left;
}
div.clearR
{
	clear: right;
}
.no
{
	display: none;
}

.clearGap {
	clear: left;
	padding-bottom: 5px;
}

div.paddingNest
{
	padding: 0 1em;
}
div.floatL
{
	float: left;
}
div.floatR
{
	float: right;
}

/*//////////////
FRAMEWORK
///////////// */
div#container
{
	margin: auto;
	width: 780px;
	background: url("../images/content_bg.jpg") repeat-y;
}
div#header
{
	background: #FFF;
}
div#headerLogo
{
	background: url("../images/img_logo.gif") no-repeat;
	cursor: pointer;
	position: absolute;
	top: 18px;
	width: 240px;
/*	height: 120px;*/
	height: 80px;
}
div#headerOptions
{
	margin-top: 1em;
	float: right;
}
div#header p
{
	font-size: 1.2em;
	text-align: right;
	margin: 0;
}
div#siteContent
{
	/*position: relative; // CM - Removed as is not needed. */
	/*z-index: 999;*/
	border-top: 2em solid #FFF;
}
div#contentLeft
{
	font-size: 1.2em;
	float: none;
	width: 520px;
}
div#contentRight
{
	font-size: 1.2em;
	float: right;
	width: 239px;
	min-height: 200px; /*400px;*/
}

DIV#contentRight IMG {
  margin-top: 20px;
}

div.content
{

}
div#footer
{
	font-size: 1.2em;
	padding: 2em 1em;
	background: #FFF url("../images/footer_bg.jpg") repeat-x;
	min-height: 200px;
	margin-top: 10px;
}
div#footerLeft
{
	float: left;
	width: 450px;
}
div#footerRight
{
	float: right;
	width: 230px;
}

/*//////////////
HOMEPAGE
///////////// */
/* filth */
/*div.homepage div#siteContent 
{
	background: url("../images/img_careers.jpg") bottom right no-repeat;
}
*/
div#contentDescription
{
	background: #346667;
	min-height: 179px;
}

DIV#contentDescription IMG {
	float: left;
}

div#contentDescription h2
{
	color: #FFF;
	margin: 0 0 0 540px;
	padding: .5em;
}
div#contentDescription p
{
	margin: 0 0 0 540px;
	padding: 0 1em;
	color: #eaeaea; /*#CCC;*/
	font-size: 1.2em;
}

/*//////////////
HEADINGS
///////////// */
h1
{
	margin: 0;
	padding: 0;
	display: none;
}
h2,
h3
{
	color: #333;
	font: normal 2em "Trebuchet MS", Verdana;
	margin-top: 1em; /* CM - add to h2/h3 elements as this is the default value. Fixes IE bug. */
}
h4
{
	color: #333;
	font: normal 1.2em Verdana;
	margin: 6px 0 2px 0; /* top was 30px */
	font-weight: bold;
}

h5
{
	color: #333;
	font: normal 1.2em Verdana;
	margin: 30px 0 2px 0;
}

/* //////////////
QUOTES
///////////// */
blockquote
{
	color: #999;
	float: left;
	text-align: right;
	width: 120px;
	display: block;
	margin: 0 16px 16px 0; /* makes better for the math */
}

blockquote.frontpage {
  border-right: 1px solid #EFEFEF;
  padding: 0 1em 0 0;
  text-align: right!important;
}

blockquote.frontpage EM {
  text-align: right!important; 
  line-height: 1.4em;
}

blockquote p
{
	float: right;
/*	width: 75%;*/
	margin-top: 0;
	padding-bottom: 10px;
}
blockquote span
{
	display: block;
	font-style: italic;
}

/*//////////////
IMAGES
///////////// */
img
{
/*	border: none;*/
}

/*//////////////
LISTS
///////////// */
ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
li
{
	margin: 0;
	padding: 0;
}
ul.link li
{
	background: url("../images/list_bullet.gif") 0% 50% no-repeat;
	padding: 0 0 0 2em;
}

/*//////////////
NAVIGATION
///////////// */
ul#siteNavigation
{
	margin-top: 2em;
	padding: .7em 0;
}
ul#siteNavigation li
{
	font-size: 1.3em;
	display: inline;
	padding: .7em 0;
	margin: 0 0 0 -4px;
}

ul#siteNavigation li.first
{
	margin: 0;
}


ul#siteNavigation li a,
ul#siteNavigation li a:link,
ul#siteNavigation li a:visited,
ul#siteNavigation li a:active,
ul#siteNavigation li a:hover
{
	text-decoration: none;
	color: #FFF;
	background: #1C3E6C; /*#336699;*/
	padding: .7em .7em;
	border-left: 1px solid #fff;
}
ul#siteNavigation li a:hover
{
	background: #1C3E6C url(../images/list_headernav_hover.gif) top center no-repeat;
}
ul#siteNavigation li a.selected,
ul#siteNavigation li a.selected:link,
ul#siteNavigation li a.selected:visited,
ul#siteNavigation li a.selected:active,
ul#siteNavigation li a.selected:hover
{
	background: #99b3cc url(../images/list_headernav_selected.gif) top center no-repeat;
}

ul#subNavigation li
{
	border-bottom: 1px solid #FFF;
}
ul#subNavigation li a
{
	padding: .5em 1em;
	background: #99b3cc;
	display: block;
	color: #FFF;
	text-decoration: none;
}
ul#subNavigation li a:hover
{
	background: #99b3cc url(../images/list_subnav_hover.gif) left center no-repeat;
}
ul#subNavigation li a.selected
{
	background: #99b3cc url(../images/list_subnav_selected.gif) left center no-repeat;
}
ul.siteFooterNavigation li
{
	display: inline;
	padding: 0 8px 0 0;
	font-size: 1em;
}

/*//////////////
BROWSER FIXES
///////////// */
* html div#footer
{
	height: 200px;
}
* html div#siteContent
{
	border-top-width: 1em; /* CM - Reduces margin at top */
}
* html div#contentDescription
{
	height: 179px;
}
* html div#contentRight
{
	height: 200px;
}

/*//////////////
FORMS
///////////// */
LABEL.short {
	width: 60px;
	float: left;
	clear: left;
}

LABEL.medium {
	float: left;
	clear: left;
	width: 100px;
}

LABEL.long {
	float: left;
	clear: left;
	width: 400px;
}


/** Left Logic changes */
DIV#flash {
	text-align: center;
	padding: 10px 0;
	border: 1px solid #ccc;
	background-color: #ffc;
	margin: 10px 10px 0 10px;
}

DIV#flash UL {
  margin: 0!important;
}

DIV#flash LI {
  list-style-type: none!important;
}

.gap {
	padding-bottom: 5px;
}

INPUT, SELECT, TEXTAREA {
	border: 1px solid #ccc;
	padding: 2px;
}

TEXTAREA {
	font-size: 95%;
}

#builtBy {
	float: right;
	font-size: 90%;
	padding: 10px 0 0 0;
	cursor: pointer;
}

ul#siteNavigation li.footLink {
	display: none;
}

TABLE#access_keys THEAD {
	text-align: left;
}

TABLE#access_keys TD {
	padding: 3px;
}

DIV.sql {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #ffc;
	margin: 10px 10px 0 10px;
	z-index: 9999;
}

.inline {
	display: inline;
}

DIV.clientHightlight {
	border: 2px solid #ccc;
	margin: 10px 0;
	padding: 10px;
}

DIV#map {
	border: none; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* hides the second 'utility' links from the header */
DIV#headerOptions UL.footLink {
	display: none;
}

DIV#contentLeft UL, DIV#contentLeft OL {
    margin-left: 20px;
    padding: 10px 0;
}

DIV#contentLeft UL {
    list-style: disc;
}

DIV#contentLeft LI {
    padding: 5px;
}

DIV#contentLeft LI P {
    padding: 0;
    margin: 0;
}

A.indent {
  padding-left: 30px!important;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #ededed url(/images/greyed.gif);
   font-size: 80%;
}

body.mceContentBody * {
   background: #FFF;
}

body.mceContentBody UL, body.mceContentBody OL {
    margin-left: 20px;
    padding: 10px 0;
}

body.mceContentBody UL {
    list-style: disc;
}

body.mceContentBody LI {
    padding: 5px;
}

body.mceContentBody LI P {
    padding: 0;
    margin: 0;
}

DIV.contentAdjust {
  margin-left: 160px;
}

DIV.surveyError {
  border: 1px solid #ccc;
  padding: 5px;
  margin: 10px 0;
}

#contentRight DIV.surveyError P {
  margin-top: 0;
}