/*
Defence Matters
*/

/* @override 
	http://defence:8888/style.css
	http://sbac.uniteform.com/CMSTemplates/SBAC/styles/style.css
	http://sbac.uniteform.com/CMSTemplates/sbac/styles/style.css
	http://defence:8888/styles/style.css
	http://defencematters.collaboratehq.co.uk/CMSTemplates/SBAC/styles/style.css
*/

/* Whitespace Reset */

* {
	margin: 0;
	padding: 0;
}

/* Images */

a img {
	border: none;
	outline: none;
}

a {
	outline: none;
}

/* Global */

html {
	background: url(../images/background.jpg) repeat-x;
}

body {
	color: #444;
	font: 11px/18px Arial, sans-serif;
	background: url(../images/hero.jpg) no-repeat center -1px;
}

#wrapper {
	width: 976px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	padding-bottom: 25px;
}

/* Head */

#head {
	height: 192px;
	width: 100%;
	position: relative;
	z-index: 2;
}

/* @group Logo */

#head h1 {
	position: absolute;
	left: 26px;
	top: 93px;
	z-index: 1;
}

#head h1 a {
	width: 193px;
	height: 118px;
	background: url(../images/head/logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

/* @end */

/* @group Nav */

#head ul {
	position: absolute;
	left: 8px;
	background: url(../images/nav/nav.jpg) no-repeat;
	width: 750px;
	height: 57px;
	bottom: 0;
	list-style: none;
	padding-left: 211px;
	padding-top: 3px;
}

#head ul li {
	float: left;
	height: 57px;
	display: block;
}

#head ul li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 57px;
	text-indent: -9999px;
	overflow: hidden;
}

#head ul li.home a {
	background-image: url(../images/nav/home.jpg);
	width: 91px;
}

#head ul li.news a {
	background-image: url(../images/nav/news.jpg);
	width: 91px;
}

#head ul li.messages a {
	background-image: url(../images/nav/messages.jpg);
	width: 122px;
}

#head ul li.careers a {
	background-image: url(../images/nav/careers.jpg);
	width: 108px;
}

#head ul li.faqs a {
	background-image: url(../images/nav/faqs.jpg);
	width: 89px;
}

#head ul li.about a {
	background-image: url(../images/nav/about.jpg);
	width: 122px;
}

#head ul li.contacts a {
	background-image: url(../images/nav/contacts.jpg);
	width: 123px;
}

#head ul li a:hover, #home #head ul li.home a, #message #head ul li.messages a, #about #head ul li.about a, #info #head ul li.about a, #news #head ul li.news a, #careers #head ul li.careers a, #contact #head ul li.contacts a {
	background-position: 0 -57px;
}

/* @end */

/* @group Search */

#head input.search {
	right: 112px;
	position: absolute;
	top: 93px;
	background: url(../images/head/search.gif) no-repeat;
	border: none;
	width: 156px;
	padding: 8px 0 8px 21px;
	color: #666;
}

table td {
	vertical-align: top;
	padding-top: 4px;
}

table input.CMSSearchDialogSearchForTextBox {
	background: url(../images/head/search.gif) no-repeat;
	border: none;
	width: 156px;
	padding: 8px 0 8px 21px;
	color: #666;
	border-right: 1px solid #a2b6c0;
	margin-top: -4px;
	margin-bottom: 6px;
	float: left;
	clear: both;
	display: block;
}

.SearchResult {
	padding-bottom: 12px;
	padding-left: 30px;
	background: url(../images/right/search.gif) no-repeat 2px 2px;
}

.ResultTitle {
	font-size: 14px;
}

.ResultPath {
	color: #999;
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
}

#head input.search.focus {
	color: #444;
}

#head input.button {
	width: 75px;
	height: 25px;
	top: 95px;
	right: 30px;
	padding: 0;
	position: absolute;
}

/* @end */

/* Content */

#content {
	background: url(../images/content/content.gif) repeat-y;
	z-index: 1;
	overflow: hidden;
}

#home #content {
	background: url(../images/content/page.gif) no-repeat;
}

.page #content {
	background: url(../images/content/page-content.gif) repeat-y;
	z-index: 1;
}

#search #content, #message.page #content, #legal.page #content {
	background: url(../images/content/content.gif) repeat-y;
	z-index: 1;
}

/* @group Messages */

#messages {
	background: url(../images/messages/messages.jpg) no-repeat;
	height: 392px;
	width: 954px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#messages h1 {
	color: #fff;
	font-size: 18px;
	padding-top: 24px;
	padding-left: 28px;
	padding-bottom: 16px;
	word-spacing: -2px;
	line-height: 18px;
}

#messages h1 small {
	color: #ced6d7;
	font-size: 15px;
}

#messages .row {
	padding-bottom: 9px;
	position: relative;
	width: 985px;
	float: left;
	display: block;
	left: 19px;
	clear: both;
}

#messages .box {
	overflow: hidden;
	background-color: #8c989d;
	padding-bottom: 2px;
	float: left;
	display: inline;
	position: relative;
	width: 299px;
	height: 154px;
}

#messages .box a {
	text-decoration: none;
	color: #444;
}

#messages .message {
	height: 152px;
	border: 1px solid #6a7278;
	overflow: hidden;
	background: #fff url(../images/messages/message-border.gif) repeat-x;
}

#messages .message h2 {
	padding-top: 16px;
	padding-left: 12px;
	font-size: 18px;
	line-height: 24px;
	border-left: 5px solid #d9e1e5;
	height: 136px;
	position: relative;
	width: 280px;
	font-weight: normal;
	font-style: normal;
}

#messages .message#one h2 {
	background: url(../images/messages/message-one.jpg) no-repeat right top;
}

#messages .message#two h2 {
	background: url(../images/messages/message-two.jpg) no-repeat right top;
}

#messages .message#three h2 {
	background: url(../images/messages/message-three.jpg) no-repeat right top;
}

#messages .message#four h2 {
	background: url(../images/messages/message-four.jpg) no-repeat right top;
}

#messages .message#five h2 {
	background: url(../images/messages/message-five.jpg) no-repeat right top;
}

#messages .message#six h2 {
	background: url(../images/messages/message-six.jpg) no-repeat right top;
}

#messages .message h2 small {
	color: #005680;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	left: 12px;
	bottom: 10px;
}

#messages .answer {
	height: 152px;
	border: 1px solid #6a7278;
	overflow: hidden;
	background: #fff url(../images/messages/answer.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 298px;
	width: 282px;
}

#messages .answer p {
	padding-top: 16px;
	font-size: 12px;
	line-height: 15px;
	position: relative;
	color: #fff;
	padding-left: 17px;
	padding-right: 17px;
}

/* @end */

/* @group Page */

#page {
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content/page.gif) no-repeat 0 top;
	zoom: 1;
	padding-bottom: 14px;
	padding-left: 12px;
	padding-right: 12px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.message #page {
	padding-left: 11px;
	padding-right: 11px;
}

#page h1, #page h2, #page p {
	padding-bottom: 16px;
}

#page h1 {
	font-size: 34px;
	color: #444444;
	padding-bottom: 20px;
	line-height: 36px;
	font-weight: normal;
	font-style: normal;
}

#page #single h1 {
	padding-bottom: 4px;
	width: 100%;
	float: left;
	position: relative;
	display: inline;
	zoom: 1;
}

#news #page #single h2 {
	padding-bottom: 16px;
	font-weight: normal;
	font-style: normal;
	clear: both;
	float: left;
	width: 100%;
}

#news #page #single #column-left h2 {
	padding-bottom: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
}

#page #message-hub h1 {
	color: #fff;
	font-size: 18px;
	padding-top: 24px;
	padding-left: 28px;
	padding-bottom: 16px;
	word-spacing: -2px;
	line-height: 18px;
}

#message-hub h1 small {
	color: #ced6d7;
	font-size: 15px;
}

#page h2 {
	font-size: 18px;
}

#news #page h2 {
	padding-bottom: 0;
}

#news #page #column-left strong {
	font-size: 14px;
	padding-bottom: 2px;
	display: block;
	padding-top: 7px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #e6f0f3;
	margin-bottom: 14px;
}

#page a {
	color: #444;
	text-decoration: underline;
}

#page h2 a {
	text-decoration: none;
}

#page a:hover {
	text-decoration: none;
}

#page p a, #page .middle_box a {
	color: #007db7;
}

#page p {
	font-size: 12px;
	color: #5f6263;
	line-height: 20px;
}

#page #left p {
	line-height: 24px;
	font-size: 14px;
}

#page p.intro {
	border-bottom: 1px solid #e6f0f3;
	font-size: 16px;
	margin-bottom: 16px;
	line-height: 22px;
}

#page #right p.intro {
	border-bottom: 1px solid #d6dfe1;
	margin-right: 137px;
}

#page p.sub {
	font-size: 11px;
	line-height: 14px;
}

#page #right p {
}

/* @end */

/* @group Message Page */

#message-hub {
	background: #cfd3d4 url(../images/messages/messages.jpg) no-repeat;
	padding-bottom: 9px;
	overflow: hidden;
	border-bottom: 1px solid #8e999d;
	float: left;
	display: inline;
	width: 100%;
}

#message-hub ul {
	padding-left: 16px;
	list-style: none;
	float: left;
	display: inline;
	position: relative;
	zoom: 1;
}

#message-hub ul li {
	width: 296px;
	float: left;
	border-bottom: 2px solid #869297;
	margin-right: 16px;
	margin-bottom: 7px;
	font-size: 11px;
	line-height: 14px;
}

#message-hub ul li a {
	display: block;
	background-color: #fff;
	border-left: 1px solid #6a7278;
	border-right: 1px solid #6a7278;
	border-bottom: 1px solid #6a7278;
	color: #444;
	text-decoration: none;
	padding: 10px 10px 9px;
	min-height: 29px;
	height: auto;
	_height: 29px;
	border-top: 1px solid #6a7278;
}

#message-hub ul li a:hover, #message-hub ul li.one#active a, #message-hub ul li.two#active a, #message-hub ul li.three#active a, #message-hub ul li.four#active a, #message-hub ul li.five#active a, #message-hub ul li.six#active a {
	background: #ab3030 url(../images/messages/red.jpg) no-repeat;
	color: #fff;
	border-color: #982827;
}

#message-hub ul li a small {
	color: #73a6be;
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
	top: -2px;
}

#message-hub ul li a:hover small, #message-hub ul li.five#active a small, #message-hub ul li.one#active a small, #message-hub ul li.two#active a small, #message-hub ul li.three#active a small, #message-hub ul li.four#active a small, #message-hub ul li.five#active a small, #message-hub ul li.six#active a small {
	display: none;
}

#the-message {
	overflow: hidden;
	clear: both;
	zoom: 1;
	position:  relative;
	background: url(../images/messages/fade.jpg) no-repeat;
}

input.CMSSearchDialogSearchButton {
	clear: both;
	float: left;
	display: block;
}

#the-message #left {
	width: 900px;
	float: left;
	position: relative;
	z-index: 2;
	height: auto;
	zoom: 1;
	padding: 28px 24px 20px 28px;
	border-bottom: 1px solid #c4cdcf;
}

#the-message .study {
	width: 952px;
	float: left;
	position: relative;
	z-index: 2;
	height: auto;
	zoom: 1;
	background: url(../images/messages/fade.jpg) no-repeat;
}

#the-message #left img {
	float: right;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#the-message #right {
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 29px;
}

#the-message.one #right {
	background: url(../images/messages/background-one.jpg) no-repeat right 1px;
}

#the-message.two #right {
	background: url(../images/messages/background-two.jpg) no-repeat right 1px;
}

#the-message.three #right {
	background: url(../images/messages/background-three.jpg) no-repeat right 1px;
}

#the-message.four #right {
	background: url(../images/messages/background-four.jpg) no-repeat right 1px;
}

#the-message.five #right {
	background: url(../images/messages/background-five.jpg) no-repeat right 1px;
}

#the-message.six #right {
	background: url(../images/messages/background-six.jpg) no-repeat right 1px;
}

#the-message #left h1 {
	font-size: 26px;
	line-height: 24px;
}

#the-message #left p.intro {
	font-size: 14px;
	line-height: 20px;
}

#the-message #right small#id {
	font-size: 13px;
	color: #00557e;
	position: absolute;
	top: 30px;
	right: 15px;
	text-transform: uppercase;
}

img.mock {
	float: right;
}

#the-message #right {
	background-color: #fff;
	float: left;
	border-left: 1px solid #f5f5f5;
	position: relative;
	z-index: 1;
}

#the-message #right img {
	margin-bottom: 10px;
	float: right;
}

/* @end */

/* @group Latest News */

#latest-news {
	background: url(../images/home/news-top.gif) no-repeat center top;
	margin-bottom: 14px;
	float: left;
	width: 976px;
}

#latest-news div.news {
	background: url(../images/home/news-bottom.gif) no-repeat center bottom;
	overflow: auto;
	padding-top: 22px;
	padding-left: 34px;
	padding-bottom: 22px;
	clear: both;
	float: left;
	width: 942px;
	display: inline;
}

#latest-news .subscribe {
	float: left;
	padding-top: 5px;
	width: 130px;
}

#latest-news .subscribe h3 {
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 6px;
	color: #444;
}

#latest-news .subscribe h3 a {
	color: #444;
	text-decoration: none;
}

#latest-news .subscribe a.news {
	background: url(../images/news/rss.gif) no-repeat;
	width: 76px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#latest-news .story {
	width: 384px;
	float: left;
	padding-right: 15px;
}

#latest-news .story .image {
	position: relative;
	width: 56px;
	height: 53px;
	overflow: hidden;
	float: left;
}

#latest-news .story .image span {
	background: url(../images/home/news-frame.gif) no-repeat;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 56px;
	height: 53px;
}

#latest-news .story img {
	padding: 4px 6px 5px;
	float: left;
}

#latest-news .story h2 {
	font-size: 15px;
	line-height: 15px;
	border-bottom: 1px solid #dfdfdf;
	margin-left: 6px;
	display: inline;
	padding-bottom: 3px;
	margin-bottom: 4px;
	padding-top: 1px;
	float: left;
	width: 322px;
}

#latest-news .story p {
	padding-left: 63px;
	font-size: 11px;
	line-height: 13px;
}

#latest-news .story h2 a {
	color: #222;
	text-decoration: none;
}

/* @end */

/* @group Banners */

#banners {
	width: 954px;
	position: relative;
	left: 11px;
	background: url(../images/home/banners.gif) repeat-y;
	border-top: 6px solid #f2f2f2;
	border-bottom: 6px solid #f2f2f2;
	margin-bottom: 14px;
	overflow: hidden;
}

#banners .banners {
	padding-left: 14px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding-top: 12px;
	padding-bottom: 12px;
	display: inline;
	margin-left: 6px;
	width: 928px;
	float: left;
}

#banners .banners img {
	display: block;
	float: left;
	margin-right: 14px;
}

/* @end */

/* @group More */

#more {
	background: url(../images/content/end.gif) no-repeat center top;
	padding-top: 22px;
	padding-bottom: 10px;
	_padding-bottom: 0px;
	width: 954px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	_margin-bottom: -4px;
	position: relative;
	clear: both;
	overflow: hidden;
}

#more .more {
	background: url(../images/content/more.gif) repeat-y;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 930px;
	display: inline;
}

#more .info {
	width: 268px;
	float: left;
	padding-right: 28px;
}

#more .videos {
	width: 270px;
	float: left;
	padding-right: 18px;
	padding-left: 18px;
}

#more .contacts {
	width: 279px;
	float: left;
	padding-right: 18px;
	padding-left: 22px;
}

#more img {
	padding: 4px 6px 5px;
	background: url(../images/home/news-frame.gif) no-repeat;
	float: left;
	margin-right: 8px;
}

#more h4 {
	font-size: 15px;
	line-height: 15px;
	border-bottom: 1px solid #dfdfdf;
	float: left;
	display: inline;
	padding-bottom: 3px;
	margin-bottom: 4px;
	padding-top: 1px;
	width: 206px;
}

#more .info h4 {
	width: 204px;
}

#more .videos h4 {
	width: 206px;
}

#more .contacts h4 {
	width: 215px;
}

#more p {
	font-size: 11px;
	line-height: 13px;
}

#more h4 a {
	color: #222;
	text-decoration: none;
}

/* @end */

/* Foot */

#foot {
	width: 954px;
	border-top: 5px solid #f6f6f6;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	background: #015b87 url(../images/foot.gif) no-repeat 0 bottom;
}

/* @group Foot */

#foot p {
	
	float: left;
	color: #a2bbc6;
	font: italic 12px Georgia;
	padding-top: 15px;
	border-top: 2px solid #e0e0e0;
	display: inline;
	padding-bottom: 23px;
}

#foot p.legal {
	width: 560px;
	padding-left: 26px;
}

#foot p.credit {
	width: 342px;
	padding-right: 26px;
	text-align: right;
}

#foot p a {
	color: #fff;
	text-decoration: none;
}

#foot p a:hover {
	text-decoration: underline;
}

#foot strong {
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	display: block;
	line-height: 20px;
}

/* @end */

/* Content */

.legal-bit {
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 30px;
	font-size: 12px;
	line-height: 18px;
}

.legal-bit b {
	font-size: 16px;
}

/* @group Content */

.results {
	width: 631px;
	min-height: 380px;
	overflow: hidden;
	float: left;
	background: url(../images/content/left.jpg) no-repeat;
	padding-left: 28px;
	padding-right: 293px;
	color: #5f6263;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	padding-top: 70px;
}

.results table {
	position: absolute;
	top: 30px;
	right: 24px;
	width: 219px;
}

.results table td {
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 8px;
}

/* @group Left */

.left {
	width: 631px;
	min-height:600px;
	float: left;
	background: url(../images/content/left.jpg) no-repeat;
	padding-left: 28px;
	padding-right: 26px;
	color: #5f6263;
	font-size: 12px;
	line-height: 20px;
	padding-top: 70px;
	position: relative;
	display: inline;
	z-index: 1;
}

.left ul {
	padding-left: 18px;
}

.left ul li {
	padding-bottom: 16px;
}

.left .pagination {
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 28px;
	padding: 3px 9px 3px 27px;
	color: #80acc1;
	font-size: 12px;
	text-transform: uppercase;
}

#page .left .pagination a {
	color: #00557e;
	text-decoration: none;
}



.results .pagination {
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 28px;
	padding: 3px 9px 3px 27px;
	color: #80acc1;
	font-size: 12px;
	text-transform: uppercase;
}

#page .results .pagination a {
	color: #00557e;
	text-decoration: none;
}

#column-left {
	width: 360px;
	float: left;
	clear: both;
}

#page .left .feature {
	overflow: auto;
}

#column-right {
	width:242px;
	float: right;
	padding-bottom: 8px;
}

#tech #column-left {
	width: 242px;
	float: left;
}

#tech #column-right {
	width: 355px;
	float: right;
	padding-bottom: 8px;
	padding-left: 16px;
	border-left: 1px solid #e7ebed;
}

#tech #page #column-right p {
	font-size: 11px;
	line-height: 17px;
}

#tech #column-right img {
	float: left;
	margin-right: 16px;
}

.feature #column-right {
	width:242px;
	float: right;
	padding-bottom: 8px;
}

#column-right img, .news_list img, .news_list_last img {
	margin-bottom: 2px;
	border-bottom: 2px solid #cccccc !important;
}

#column-right blockquote {
	background: #f0f8fa;
	border: 1px solid #e3eaed;
	font:normal 1.8em arial;
	line-height:1.2em;
	padding:18px;
	color: #859297;
	margin-bottom:3em;
}

/* @end */

/* @group Right */

.right {
	width: 267px;
	min-height:600px;
	overflow: auto;
	float: right;
	background: url(../images/content/right.gif) repeat-y;
}

.right img {
	display: block;
}

.right #message-list {
	background: url(../images/right/messages.jpg) repeat-y;
}

.right #message-list h4 {
	background: url(../images/right/messages-top.jpg) no-repeat 0 top;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	position: relative;
	padding-left: 25px;
	padding-top: 13px;
	padding-bottom: 5px;
}

#page .right #message-list h4 a {
	color: #e8b5b5;
	font-size: 11px;
	position: absolute;
	right: 25px;
	top: 14px;
	background: url(../images/right/viewall.gif) no-repeat right 7px;
	padding-right: 6px;
	text-decoration: none;
}

.right #message-list .messages {
	background: url(../images/right/messages-bottom.jpg) no-repeat 0 bottom;
	padding-bottom: 16px;
}

.right #message-list ul {
	width: 236px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-bottom: 2px solid #9b2e2e;
	border-right: 1px solid #9b2e2e;
	border-left: 1px solid #9b2e2e;
	padding-top: 4px;
	background: #fff url(../images/right/message-list.gif) no-repeat;
	list-style: none;
}

.right #message-list ul li {
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #f5eded;
	font-size: 11px;
	line-height: 14px;
}

.right #message-list ul li a {
	display: block;
	padding: 6px 11px 6px 10px;
	color: #444;
	text-decoration: none;
	position: relative;
	left: 0;
}

.right #message-list ul li a small {
	color: #73a6be;
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
	top: -2px;
}

.right #message-list p {
	padding-left: 17px;
	padding-top: 8px;
}

.right #message-list p a {
	background: url(../images/right/messages-read.gif) no-repeat;
	width: 146px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.right .news {
	margin-left: 1px;
	background-color: #f9fbfc;
	border-bottom: 1px solid #e6f0f3;
	padding: 16px 26px;
	position: relative;
}

.right .news h4 {
	text-transform: uppercase;
	font-size: 12px;
}

#page .right .news h4 a {
	text-decoration: none;
}

.right .news h4 a.rss {
	background: url(../images/right/subscribe.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	width: 111px;
	height: 16px;
	top: 18px;
	right: 25px;
}

/* @end */

/* @end */

/* Legacy */

/* @group News */

.news_list{
	float:left;
	display:inline;
	width:300px;
	border-top: 1px solid #e6f0f3;
	clear: both;
	padding-right: 0px;
	padding-top: 15px;
	padding-left: 0px;
}

.news_list_last{
	float:right;
	display:inline;
	width:300px;
	border-top: 1px solid #e6f0f3;
	padding-right: 0px;
	padding-top: 15px;
	padding-left: 31px;
}

.news_list h3, .news_list_last h3 {
	padding-bottom: 6px;
	line-height: 18px;
}

#middle .news_list p, #middle .news_list_last p{
	padding-bottom:0px;
	margin-bottom:0px;
}

.news_list img, .news_list_last img{
	float:right; 
	display:inline; 
	margin:0px 0px 0px 10px;
}

.PagerControl {
	clear: both;
	padding-left: 4px;
	padding-right: 8px;
	background-color: #f9fbfc;
	border: 1px solid #e6f0f3;
	padding-top: 1px;
	position: relative;
	zoom: 1;
	float: left;
	width: 617px;
	display: inline;
}

div.PagerResults {
	float: right;
	font-style: italic;
}

div.PagerNumberArea span {
	color: #999;
}

div.PagerNumberArea {
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

#page div.PagerNumberArea a {
	color: #007db7;
	font-weight: bold;
}

/* @end */

/* @group Careers */

.flash_video{
	float:right; 
	display:inline; 
	background: #01608e; 
	padding: 9px 9px 3px;
	margin-top:10px;
}

.show_video{
	display:block;
}

.hide_video{
	display:none;
}

.left ul.careers{
	float:left;
	width: 219px;
	margin-top:10px;
	padding-left: 0;
}

#page .left ul.careers a {
	text-decoration: none;
}

.left ul.careers li{
	display:block;
	width: 218px;
	margin-bottom:1px;
	background:#e6e6e6;
	border-right:1px solid #fff; 
	min-height:48px;
	padding-bottom: 0;
}

ul.careers li.hover{
	background: #f9fbfc;
	border-right:1px solid #fff;
	cursor:pointer;
}

ul.careers li.selected{
	background: #01608e;
	border-right:1px solid #01608e;
}

ul.careers li img{
	float:left;
	padding-right: 8px; 
}

#page ul.careers li h2{	
	padding:4px 0 1px 0;
	color:#666;
	font-weight: bold;
	line-height: 16px;
	font-size: 14px;
}

#page ul.careers li.selected h2{	
	font-size: 14px;
	color:#fff;
	line-height: 16px;
}

ul.careers li a, ul.careers li a:hover{
	text-decoration:none;
}

#page ul.careers li p{	
	padding-bottom:0px;
	color: #888;
	font-size: 10px;
	line-height: 10px;
	padding-right: 14px;
}

#page ul.careers li.selected p{	
	/*font-size:1.2em;*/
	color:#e0f1fc;
}

/* @end */

/* @group Contacts */

.middle_box{
	float:left;
	display:inline;
	width: 100%;
	border-top: 1px solid #e6f0f3;
	padding:15px 0px 15px 0px;
	overflow: hidden;
}

.no_border{
	border-top:none;
}

.top_border{
	border-top:4px solid #cecece;
	padding-top:25px;
}

.news_col1, .news_col2, .news_col3, .news_colspan{
	float:left;
	display:inline;
	margin-right:26px;
	line-height: 18px;
	width:175px;
	font-size: 11px;
}

.news_col1 strong {
	font-size: 13px;
	line-height: 14px;
	display: block;
	padding-top: 0;
}

.news_col1 a{
	display:block;
	padding-bottom:1.65em;
}

.news_col1 a.link{
	display:block;
	padding-bottom:0em;
}

#middle .news_col1 strong{
	font:bold 1.4em arial;
	line-height:1.2em;
	padding-top:0em;
	padding-bottom:0em;
}

.news_col2{
	margin-right:32px;
	font-size: 12px;
}

.news_col3{
	width:200px;
	margin-right: 0;
}

.news_colspan{
	width:407px;
}

/* @end */

/* @group Cool Stuff */

.middle_box_right{
	float:left;
	display:inline;
	width:369px;
	margin-right:24px;
	padding-bottom:15px;
}

.middle_box_right a{
	font-size:1.1em;
}

.middle_box_right p {
	border-bottom: 1px solid #e7ebed;
	margin-bottom: 18px;
}

.middle_box_right img.cool{
	float:right;
	display:inline;
	margin:0px;
}

.middle_box_right img.logo{
	float:left;
	display:inline;
	margin-right:15px;
}

#middle .middle_box_right strong{
	line-height:1.3em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	display:block;
}

/* @end */