body
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #004275;
	margin: 0px;
}

a
{
	text-decoration:none;
	color: #004275;
}

#container
{
	width: 857px; 
	margin-left: auto; 
	margin-right: auto;
}

#disclaimer
{
	border-top: 2px solid #BF311A;
	color: #8CA4C4;
	font-size: 9px;
	padding-top: 6px;
}

#header
{
	/*
	height: 185px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	*/
}

.spacer
{
	height: 8px;
}

INPUT, SELECT, TEXTAREA
{
	border: 0px solid white;
	padding: 0px 0px 0px 0px;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #004275;
}

IMG
{
	border: 0;
}

/*                        */
/* Paging controls styles */
/*                        */
.PageNumber
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #D6DDEA;
	cursor: pointer;
}

.CurrentPageNumber
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #004275;
}

.PagingSeperator
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #8CA4C4;
}

.NewsCategory
{
	color: #BF311A;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

A.NewsCategory
{
	color: #BF311A;
	font-weight: bold;
	text-decoration: none;
}

A.NewsCategory:hover
{
	color: #BF311A;
	font-weight: bold;
	text-decoration: none;
}

.NewsHeader,
.JobHeader
{
	font-weight: bold;
	padding-bottom: 5px;
}

A.NewsHeader,
A.JobHeader
{
	color: #004275;
	text-decoration: none;
}

A.NewsHeader:HOVER,
A.JobHeader:HOVER
{
	color: #004275;
	text-decoration: underline;
}

.ServicesHeader
{
	font-weight: bold;
	color: #BF311A;
}

.NewsText,
.JobText,
.ServicesText,
.TheTeamText,
.DetailsText
{
	line-height: 20px;
}

.NewsLink,
.JobLink
{
	color: #BF311A;
	text-decoration: none;
}

.TheTeamLink,
A.TheTeamLink
{
	color: #004275;
}

A.TheTeamLink:HOVER
{
	color: #004275;
	text-decoration: underline;
}

A.NewsBack
{
	color: #D6DDEA;
	text-decoration: none;
}

A.NewsBack:hover
{
	color: #D6DDEA;
	text-decoration: underline;
}


.QuickJump,
.QuickJumpFirst
{
	color: #004275;
	border-right: 1px solid #D6DDEA;
	width: 100px;
	text-align: center;
	padding-left:5px;
}

.QuickJumpFirst
{
	border-left: 1px solid #D6DDEA;
}

A.QuickJump
{
	color: #004275;
	border-right: 0;
	text-decoration: none;
}

A.QuickJumpLink
{
	color: #004275;
	border-right: 0;
	text-decoration: none;
}

A.QuickJumpLink:HOVER
{
	color: #004275;
	border-right: 0;
	text-decoration: underline;
}

.QuickJumpTable
{
	width: 95px;
	height: 64px;
	background-image: url('images/quickJumpButton.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.QuickJumpTable:HOVER
{
	background-position: -95px 0;
}

A.BackLink
{
	color: #004275;
	text-decoration: underline;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : white;
	color : black;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : default;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #004275;
	color: white;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : white;
	color : black;
	padding : 1px;
}
