/*---------------------------------------------------------

Reliance Group Website
http://www.reliancesecurity.co.uk
Global Stylesheet

--------------------------------------------------------*/


/*-------------
Style Reset
---------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {

	background-color: #e8e8e8;
	background-image: url(../images/page-bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303059;
	line-height: 1;	
}


ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

label{
margin: 5px 5px 5px 0px;
}

.contact input{
margin: 5px 5px 5px 0px;
}

strong {
	font-weight: bold
}

em {
	font-style: italic;
}

body.section-home {
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	color: #303059;
}

.clear {
	clear: both;
}

h2 {
	font-size: 26px;
	font-weight: bold;
	color: #303059;
}


#shadow {
	background-image: url(../images/shadow-bg.gif);
	background-repeat: repeat-y;
	width: 781px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	text-align: left;
	background-image: url(../images/container-bg.gif);
	background-repeat: no-repeat;
	background-color: white;
	
}

#logo {
	float: left;
}

#logo-home {
	float: left;
}

#logo img {
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 15px;
}

#logo-home img {
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 15px;
}

#search {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	width: 500px;
	text-align: right;
}

#search input, #search select {
	font-size: 10px;
}

#search button {
	background-image: url(../images/icon-search.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-indent: -100px;
	width: 16px;
	overflow: hidden;
	border: 0;
	background-color: white;
	cursor: pointer;
}



.group-leftnav h3 {
	margin-bottom: 0px !important;
}

.group-leftnav #breadcrumbs{
padding-top: 2px !important;
}


#breadcrumbs, #breadcrumbs a{
	color: #b7b7b7;
	font-size: 11px;
	
}

/*------------------------------------------------------
Breadcrumbs
--------------------------------------------------------*/

#breadcrumbs {
	margin: 0 !important;
	display: block;
	padding-top: 5px;
	padding-bottom: 12px;
	margin-bottom: 10px !important;
}

#breadcrumbs.home {
	margin: 0px;
	border: 0px;
	padding-bottom: 0px;

}

#breadcrumbs.group-home {
	margin: 0px;
	border: 0px;
	padding-bottom: 0px;
	padding-top: 0px !important;
}

#breadcrumbs li {
	display: inline;
	padding-left: 10px;
	background-image: url(../images/breadcrump-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#breadcrumbs li.first {
	padding: 0px;
	background-image: none;
}

#left {
	width: 164px;
	float: left;
}

/*--------------------------- 
Content Areas and Templates
--------------------------- */

#main {
	clear: both;
	background-image: url(../images/main-2col-bg.gif);
	background-repeat: repeat-y;
	overflow: hidden; /* Automatically Clears Floats */
	height: 1%; /* Forces hasLayout (IE6) */
	width: 781px;
}

body.site-homepage-l1 #main, body.site-homepage-l2 #main, body.news-l1 #main, body.events-l1 #main, body.careers-l1 #main, body.static-l1 #main, body.static-l2 #main  {
	background-image: none;
}


#content-container {
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	width: 589px;
}

.two-col-right {
	background-image: url(../images/content-2colright-bg.gif);
	overflow: hidden;
		height: 1%; /* hasLayout ie6 */
}

.two-col-right .col1{
	width: 400px;
	margin-right: 20px;
	float: left;
}

.two-col-right .col2 {
	float: left;
	width: 159px;
	margin-left: 10px;
}

.two-col-center {
	overflow: hidden;
	height: 1%;
	background-image: url(../images/content-2colcenter-bg.gif);
}

.two-col-center .col1{
	width: 279px;
	margin-right: 20px;
	float: left;
}

.two-col-center .col2 {
	float: left;
	width: 279px;
	margin-left: 10px;
}

.two-col-right-large {
	background-image: url(../images/content-2colrightlarge-bg.gif);
	overflow: hidden;
		height: 1%; /* hasLayout ie6 */
}

.two-col-right-large .col1{
	width: 365px;
	padding-right: 10px;
	float: left;
}

.two-col-right-large .col2 {
	float: left;
	width: 180px;
	padding-left: 15px;
}

.three-col-general {
	background-image: url(../images/main-3col-bg.gif);
	overflow: hidden;
	height: 1%; /* hasLayout ie6 */;
}

.three-col-general .col1 {
	width: 298px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}


.three-col-general .col2 {
	width: 197px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}

.three-col-general .col3 {
	width: 194px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.two-col-careers{
	background-image:url(/images/two-col-group-bg.gif);
	overflow: hidden;
	height: 1%; /* hasLayout ie6 */;
	clear: both;
}

.two-col-careers .col1 {
	width: 190px;
	float: left;
	padding: 0px 15px;
	overflow: hidden;
	display: inline;

}

.two-col-careers .col2 {
	width: 500px;
	float: left;
	padding: 0px 15px 0px 30px;
	overflow: hidden;
	display: inline;

}

.three-col-group{
	background-image:url(/images/group2ndlv-3col.gif);
	overflow: hidden;
	height: 1%; /* hasLayout ie6 */;
	clear: both;
}

.three-col-group .col1 {
	width: 232px;
	float: left;
	padding: 15px;
	overflow: hidden;
	display: inline;

}

.three-col-group .col2 {
	width: 227px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	display: inline;
}

.three-col-group .col3 {
	width: 220px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	display: inline;
}

#content.three-col-group h2, #content.two-col-group h2{
	font-size: 19px;
	font-weight: bold;
	color: #303059;
	padding-bottom: 10px;
	line-height: 23px !important;
}

#content.three-col-group h2 a, #content.two-col-group h2 a{
	line-height: 23px;
}

#content.three-col-group h4, #content.two-col-group h4{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}


.group-box h2 a{
line-height: 24px !important;
margin-bottom: 5px !important;
}

p.highlights{
background-image: url(/images/dots.gif);
background-position: left bottom;
background-repeat:repeat-x;
padding-bottom: 7px;
color:#636379;
font-weight: bold;
}

p.highlights strong{
color:#000033;
font-size: 14px;
display: block;
margin-top:20px;
clear:both;
}

.highlights-image{
float:right;
margin:3px 0px 0px 10px;
display:block;
}

p.directors{
background-image: url(/images/dots.gif);
background-position: left bottom;
background-repeat: no-repeat;
padding-bottom: 7px;
color:#636379;
font-weight: bold;
}

p.directors strong{
color:#000033;
font-size: 14px;
display: block;
}

.two-col-group {
	background-image:url(../images/content-group-2ndlv-2col.gif);
	overflow: hidden;
	height: 1%; /* hasLayout ie6 */;
}

#content.two-col-group .col1 {
	width: 232px;
	float: left;
	padding: 15px;
	display: inline;

}

#content.two-col-group .col2 {
	width: 464px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	display: inline;
}

.two-col-404 {
	margin-top: 15px;
	background-image: url(../images/error404bg.gif);
	overflow: hidden;

	height: 1%; /* hasLayout ie6 */;
}

.two-col-404 .col1{
	width: 455px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
}

.two-col-404 .col2{
	width: 226px;
	padding-left: 25px;
	padding-right: 15px;
	float: left;
}

#error-404-image{
width: 781px;
height: 181px;
background-image:url(/images/error404-image.jpg);
background-repeat: no-repeat;
text-indent: -5000px;
clear: both;
position: absolute;
}

#error-500-image{
width: 781px;
height: 181px;
background-image:url(/images/error500-image.jpg);
background-repeat: no-repeat;
text-indent: -5000px;
clear: both;
position: absolute;
}

.three-col-home {
	margin-top: 15px;
	background-image: url(../images/main-3colhome-bg.gif);
	overflow: hidden;
	height: 1%; /* hasLayout ie6 */;
}

.three-col-home .col1{
	width: 229px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.three-col-home .col2 {
	width: 215px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.three-col-home .col3 {
	width: 243px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.three-col-rstm {
	background-image: url(../images/rstm-bg.gif);
	overflow: hidden;
}

.three-col-rstm .col1{
	width: 284px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.three-col-rstm .col2 {
	width: 240px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.three-col-rstm .col3 {
	width: 165px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}


.three-col-corporatesocial {
	background-image: url(../images/corporatesocial-bg.gif);
	overflow: hidden;
}

.three-col-corporatesocial .col1{
	width: 298px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.three-col-corporatesocial .col2 {
	width: 205px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.three-col-corporatesocial .col3 {
	width: 182px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.three-col-even {
	background-image: url(../images/content-3coleven-bg.gif);
	overflow: hidden;
	width: 589px;
}

.three-col-even .col1, .three-col-even .col2, .three-col-even .col3 {
	float: left;
}

.three-col-even .col1 {
	width: 178px;
	padding-right: 10px;
}

.three-col-even .col2 {
	width: 175px;
	padding-left: 10px;
	padding-right: 10px;
}

.three-col-even .col3 {
	width: 175px;
	padding-left: 10px;
}

.two-col-centre {
	background-image: url(../images/content-2colcentre-bg.gif);
	overflow: hidden;
	height: 1%; /* hasLayout ie6 */
}

.two-col-centre .col1 {
	float: left;
	width: 284px;
	padding-right: 10px;
}

.two-col-centre .col2 {
	float: left;
	width: 274px;
	padding-left: 15px;
}



#content ul, #content ol {
	margin-left: 25px;
	margin-bottom: 15px;
}

#content ul{
	list-style-type: disc;
}

#content ol {
	list-style-type: decimal;
}

#content li {
	margin-bottom: 4px;
	line-height: 16px;
}

#content p {
	margin-bottom: 10px;
	line-height: 130%;
}

#content h3 {
	font-weight: bold;
	font-size: 14px;
	clear: both;
	margin-bottom: 10px;
}

body.static-l1 #content h4 {
	font-weight: bold;
	font-size: 13px;
	clear: both;
	margin-bottom: 10px;
	font-style:italic;
}

#content a, #section-header a{
	color: #000033;
	line-height: 14px;
}

#content img {
	margin-bottom: 10px;
}

#content blockquote {
	font-size: 12px;
	font-weight: normal;
}

#content blockquote cite {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	display: block;
}

.col1-group{
width: 208px;
padding: 20px;
float: left;
}

.col2-group{
width: 422px;
padding: 40px;
float: left;
}

.company{
float: left;
width: 197px;
clear:both;
}

.company-right{
float: left;
width: 197px;
padding-left: 25px;
}

.bottom-divider {
	border-bottom: 5px solid #000033;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.checkheader {
	background-color: #e7e7e7;
	background-repeat: no-repeat;
	height: 127px;
}

.checkheader.left p, .checkheader.left ol, .checkheader.left ul{
	padding: 10px;
	margin: 0px;
	float: left;
	width: 158px;
}

.checkheader.right ul, .checkheader.right ol, .checkheader.right p{
	padding: 5px;
	margin: 0px !important;
	float: right;
	width: 158px;
}

.checkheader.left img{
	float: left;
	margin: 0px !important;
}

.checkheader.right img{
	float: right;
	margin: 0px !important;
}



/*------------------------------------------------------
Section Headers
--------------------------------------------------------*/

#second-lvl-header {
	width: 585px;
	height: 200px;
	border-bottom: 11px solid #000033;	
	color: #303059;
	margin-bottom: 10px;
}

#second-lvl-header-ris {
	width: 585px;
	height: 216px;
	border-bottom: 11px solid #000033;	
	color: #303059;
	margin-bottom: 10px;
}

#section-header {
	background-color: #f0f0f0;
	height: 252px;
	border-bottom: 11px solid #000033;	
	color: #303059;

	margin-bottom: 10px;
}

#section-header p {
	margin-bottom: 10px;
	line-height: 125%;
}


#section-header ul {
	list-style: disc;
	margin-left: 25px;
	margin-bottom: 15px
}
#section-header-content h2 {
	margin-bottom: 10px;
	
}

#section-header-content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}

#section-header-content {
	padding: 10px;
	width: 305px;
	margin-right: 0;
}

#rstm-header{
	background-color: #f0f0f0;
	border-bottom: 11px solid #000033;	
	color: #303059;
	margin-bottom: 10px;
	height: 288px;
}

#rss-header{
	background-color: #f0f0f0;
	border-bottom: 11px solid #000033;	
	color: #303059;
	margin-bottom: 10px;
	height: 206px;
	
}

#ris-header{
	background-color: #f0f0f0;
	border-bottom: 11px solid #000033;	
	color: #303059;
	margin-bottom: 10px;
	height: 123px;
	
}
#rstm-header-content{
	width: 314px;
	margin-right: 0;
	float: left;
}

#rss-header-content{
	width: 314px;
	margin-right: 0;
	float: right;
}
#companies-header-content{
	padding: 10px;
	width: 235px;
	margin-right: 0;
}
.seciton-home-image{
	float: right;
	width: 450px;
	height: 252px;
	background-repeat: no-repeat;
}

.second-home-image{
	width: 585px;
	height: 200px;
	background-repeat: no-repeat;
}

.rstm-home-image{
	float: right;
	background-repeat: no-repeat;
}

.companies-home-image{
	float: right;
	width: 522px;
	height: 252px;
	background-repeat: no-repeat;
}

.shadow-font{
color:#999999;
}

#corporate-governance.seciton-home-image {
	background-image: url(../images/pages/corporate-governance.jpg);
	text-indent: -10000px;
}

#security-corporatesocial-home.seciton-home-image {
	background-image: url(../images/pages/security-csr-home.jpg);
	text-indent: -10000px;
	height: 190px !important
}

#section-header.security-corporatesocial-home{
	height: 190px !important
}

.seciton-home-image#culture-values {
	background-image: url(../images/pages/culturesvalues.jpg);
	text-indent: -10000px;
	height: 222px !important;
}

.culture-values{
	height: 222px !important;
}

.culture-values #section-header-content {
	height: 202px !important;
	overflow: hidden;
}

#security-news-home.seciton-home-image {
	background-image: url(../images/pages/security-news-home.gif);
	text-indent: -10000px;
}

#security-companies-home.companies-home-image {
	background-image: url(../images/pages/security-companies-home.jpg);
	text-indent: -10000px;
}

#security-events-home.seciton-home-image {
	background-image: url(../images/pages/security-events-home.jpg);
	text-indent: -10000px;
}

#security-careers-home.seciton-home-image {
	background-image: url(../images/pages/security-careers-home.jpg);
	text-indent: -10000px;
}

#second-lvl-header .second-home-image {
	background-image: url(../images/pages/custodial-services-home.jpg);
	text-indent: -10000px;
}

#second-lvl-header .mobile-response {
	background-image: url(../images/rss/mobile-response.jpg);
	text-indent: -10000px;
	width: 585px;
	height: 200px;
}

#second-lvl-header .manned-security {
	background-image: url(../images/rss/manned-security.jpg);
	text-indent: -10000px;
	width: 585px;
	height: 200px;
}

#second-lvl-header .resource-solutions {
	background-image: url(../images/rstm/resource-solutions.jpg);
	text-indent: -10000px;
	width: 585px;
	height: 200px;
}

#second-lvl-header .construction-projects {
	background-image: url(../images/rss/construction-projects.jpg);
	text-indent: -10000px;
	width: 585px;
	height: 200px;
}

#second-lvl-header .reliance-protect {
	background-image: url(../images/rss/reliance-protect.jpg);
	text-indent: -10000px;
	width: 585px;
	height: 200px;
}

#second-lvl-header .rstm-pfi {
	background-image: url(../images/rstm/pfi-home.jpg);
	text-indent: -10000px;
	width: 585px;
	height: 200px;
}

#second-lvl-header .custodial-services {
	background-image: url(../images/rstm/custodial-services-main.jpg);
	text-indent: -10000px;
	width: 585px;
	height: 200px;
}

#second-lvl-header .care-services {
	background-image: url(../images/rstm/care-services-home.jpg);
	text-indent: -10000px;
	width: 585px;
	height: 200px;
}
#second-lvl-header .tagging-monitoring {
	background-image: url(../images/rstm/tagging-monitoring-home.jpg);
	text-indent: -10000px;
	width: 585px;
	height: 200px;
}

#second-lvl-header .evidential-property {
	background-image: url(../images/rstm/evidential-property.jpg);
	text-indent: -10000px;
	width: 585px;
	height: 200px;
}

#second-lvl-header .osp {
	background-image: url(../images/rstm/osp-home.jpg);
	text-indent: -10000px;
	width: 585px;
	height: 200px;
}

#second-lvl-header .goldrange {
	background-image: url(../images/rss/goldrange.jpg);
	text-indent: -10000px;
	width: 585px;
	height: 200px;
}

#second-lvl-header-ris .ris-fm {
	background-image: url(../images/ris/ris-fm-home.jpg);
	text-indent: -10000px;
	width: 585px;
	height: 216px;
}

#second-lvl-header .ris-me {
	background-image: url(../images/ris/mande-home.jpg);
	text-indent: -10000px;
	width: 585px;
	height: 200px;
}

#second-lvl-header .remote-sur {
	background-image: url(../images/rss/remote-surviellance.jpg);
	text-indent: -10000px;
	width: 585px;
	height: 200px;
}

#second-lvl-header .medical-services {
	background-image: url(../images/rstm/medical-services.jpg);
	text-indent: -10000px;
	width: 585px;
	height: 200px;
}

#second-lvl-header .electronic-security {
	background-image: url(../images/rss/electronic-security.jpg);
	text-indent: -10000px;
	width: 584px;
	height: 201px;
}

/*------------------------------------------------------
Delete???
--------------------------------------------------------*/

.date-list dt{
	color: #666666;
	font-size: 11px;
	clear: right;
}

.date-list dd {
	margin-bottom: 15px;
	color: black;
}

/*------------------------------------------------------
Homepage Features
--------------------------------------------------------*/

.gradient-box {
	display: block;
	border: 1px solid #e5e5e5;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
	background-color: white;
	background-image: url(../images/gradient-box-white-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#financial-report, #intro-video {
	margin-top: 10px;
	margin-bottom: 10px;
}

#financial-report a, #intro-video a {
	display: block;
	background-image: url(../images/financial-report-icon.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 40px;
	text-decoration: none;
	color: #959595;
	font-size: 10px;
}

#intro-video a {
background-image: url(../images/intro-video-icon.gif);
}

#financial-report a em, #intro-video a em {
	color: black;	
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 3px;
	display: block;
	font-style: normal;
}

#financial-report a strong, #intro-video a strong {
	color: black;	
	font-size: 11px;
	display: block;
	margin-bottom: 3px;
	font-weight: normal;
}

/*------------------------------------------------------
Filters
--------------------------------------------------------*/

.group-filter{
width: 300px;
background-image: url(/images/news-filtered-small.gif);
background-repeat:repeat-x;
padding: 15px;
}

#postcode-forms{
padding-top: 10px;
}
#postcode-forms span input{
width: 100px;
}

.filter{
width: 300px;
background-image: url(/images/news-filtered-small.gif);
background-repeat:repeat-x;
padding: 10px 15px 10px 15px;
float: left;
}

.filter.nobg
{
background-image: none !important;
padding: 0px !important;
}

.filter legend{
font-weight: bold;
}

.filter fieldset{
margin-bottom: 3px;
}

.filter label{
margin-left: 10px;

}



.newsletter-box{
width: 141px;
float:left;
margin-right: 12px;
}

.newsletter-box h4{
font-size: 12px;
font-weight: bold;
padding-bottom: 10px;
}

ol.event-summary{
list-style: none !important;
margin: 0px 0px 10px 0px !important;
padding: 0px !important;
}

ol.event-summary em{
display:block;

}

/*------------------------------------------------------
Link Classes
--------------------------------------------------------*/

a.more {
	background-image: url(../images/icon-more.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	text-align: right;
	height: 16px;
	margin-bottom: 10px;
	margin-top: 5px;
	display: block;
	margin-right: -3px;
	clear: both;
}

a.more.events{
	width: 90px !important;
}

a.send {
	background-image: url(../images/icon-person.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	text-align: right;
	height: 16px;
	margin-bottom: 10px;
	margin-top: 5px;
	display: block;
}

#pdf-downloads a{
	background-image: url(../images/icon-pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	text-align: left;
	height: 16px;
	margin-bottom: 10px;
	margin-top: 5px;
	display: block;
}

a.apply {
	background-image: url(../images/icon-apply.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 5px 20px 0px 0px;
	text-align: right;
	height: 16px;
	float: right;
}

.careers{
clear: both;
}

p.career{
float: left;
}

a.news-archive {
	background-image: url(../images/icon-news-archive.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	text-align: right;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	display: block;
	
}

a.download{
	background-image: url(../images/icon-download.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	text-align: right;
	height: 17px;
	width: 60px;
	margin-bottom: 10px;
	margin-top: 6px;
	display: block;
	
}
	

.page-tools {
	margin: 0 !important;
	list-style: none;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

.page-tools li {
	display: inline;
	float: left;
	margin-right: 15px;
	padding-bottom: 10px;
	list-style: none;
		
}

.page-tools li a, .link-icon {
	background-repeat: no-repeat;
	background-position: left;
	height: 16px;
	padding-left: 20px;
	display: block;
	margin-bottom: 2px;
}

.page-tools-right{
width: 188px;
}

.page-tools-right li {
	padding: 0 !important;
	clear: none !important;
	display: inline;
	float: right;
	margin-right: 15px;
	padding-bottom: 10px;
	list-style: none;	

}

.page-tools-right li a{
	background-repeat: no-repeat;
	background-position: right;
	height: 16px;
	padding-right: 20px;
	text-align: right;
	margin: 8px 0px 8px 0px;
	display: block;
}
.page-tools.block li {
	float: none !important;
	display: block;
}

/*------------------------------------------------------
Icons
--------------------------------------------------------*/

.icon-send {
	background-image: url(../images/icon-register.gif);
}

.icon-contact {
	background-image: url(../images/icon-person.gif);
}

.icon-map {
	background-image: url(../images/icon-map.gif);
}

.icon-people {
	background-image: url(../images/icon-people.gif) !important;
	
}
.icon-more{
	background-image: url(../images/icon-more.gif);
}

.right-icon li a{
	display: block;
	background-position: right !important;
	padding-left: 0 !important;
	padding-right: 20px !important;
}

/*------------------------------------------------------
Image Replacement
--------------------------------------------------------*/

#restorative-justice {
	display: block;
	background-image: url(../images/pages/corporatesocial-restorative.jpg);
	background-repeat: no-repeat;
	width: 209px;
	height: 120px;
	overflow: hidden;
	text-indent: -1000px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#school-watch {
	display: block;
	background-image: url(../images/pages/corporatesocial-schoolwatch.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 113px;
	overflow: hidden;
	text-indent: -1000px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#news-highlight {
	display: block;
	background-image: url(../images/pages/news-highlight.jpg);
	background-repeat: no-repeat;
	width: 198px;
	height: 154px;
	overflow: hidden;
	text-indent: -1000px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#custodialservices-police {
	display: block;
	background-image: url(../images/pages/custodialservices-police.jpg);
	background-repeat: no-repeat;
	width: 267px;
	height: 140px;
	overflow: hidden;
	text-indent: -1000px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#custodialservices-transport {
	display: block;
	background-image: url(../images/pages/custodialservices-transport.jpg);
	background-repeat: no-repeat;
	width: 285px;
	height: 205px;
	overflow: hidden;
	text-indent: -1000px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#events-sponsor-winner {
	display: block;
	background-image: url(../images/pages/events-sponsor-winner.jpg);
	background-repeat: no-repeat;
	width: 204px;
	height: 168px;
	overflow: hidden;
	text-indent: -1000px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.events-speech{
background-image:url(../images/events-speechmarks.gif);
background-repeat: no-repeat;
height: 62px;
width: 105px;
display:block;
padding: 10px 40px 10px 45px;
}

.group-box{
border: 1px solid #dcdcdc;
width: 757px;
background-image:url(../images/pages/security-groupcompanies-bg.gif);
background-position: bottom;
background-repeat: no-repeat;
background-color:#FFFFFF;
margin: 0 auto;
margin-top: 10px;
}

/*---------------------------------------------------------
News, Event and Career Listings Items
-----------------------------------------------------------*/

.center {
	text-align: center;
}

#main-news {
	margin: 0 !important;
}

#main-news strong {
	font-weight: normal;
}

#main-news li{
	background-repeat: no-repeat;
	list-style: none;
	overflow: hidden;
	padding-left: 75px;
	font-size: 11px;
}

#main-news.noimages li{
	padding-left: 0px !important;
	margin-bottom: 10px;

}

#main-news.noimages strong {
	display: block;
	font-size: 12px;
}

#main-news strong {
	display: block;
	font-size: 12px;
}

.news-item{
display: block;
padding-bottom: 4px;
margin: 0px 0px 10px 0px;
background-image: url(/images/news-background-btm.gif);
background-repeat:repeat-x;
background-position: bottom left;
}

.news-item h3{
display: block;
margin: 0px 0px 5px 0px !important;
font-size: 12px !important;
font-weight: normal !important;
line-height: 16px;
}

.news-item h4{
display: block;
margin: 0px 0px 10px 0px;
color: #666666;
font-size: 11px;
}

.news-item h4 a{
font-weight: normal;
}

.news-item p a{
display: block;
width: 95%;
text-align: right;
margin: 5px 0px 10px 0px;
background-image: url(../images/icon-more.gif);
background-repeat: no-repeat;
background-position: right;
padding-right: 20px;
text-align: right;
height: 16px;
margin-bottom: 10px;
margin-top: 5px;
display: block;
margin-right: -3px;
}

.event-item{
display: block;
padding-bottom: 4px;
margin: 0px 0px 7px 0px;
background-image: url(/images/news-background-btm.gif);
background-repeat:repeat-x;
background-position: bottom left;
}

.event-item h4{
display: block;
margin: 2px 0px 5px 0px !important;
font-weight: normal !important;
}

.event-item h3{
display: block;
margin: 0px 0px 3px 0px !important;
color: #666666;
font-size: 11px !important;
font-weight: normal !important;
}

.event-item p a{
display: block;
text-align: right;
margin: 5px 0px 10px 0px;
background-image: url(../images/icon-more.gif);
background-repeat: no-repeat;
background-position: right;
padding-right: 20px;
text-align: right;
height: 16px;
margin-bottom: 5px;
margin-top: 5px;
display: block;
margin-right: -3px;
}

#careers{
margin: 0 auto;
width: 530px;
}

.careers-listing{
width: 100%;
}

.careers-listing th{
padding: 10px;
background-color: #0d0d3d;
color: #FFFFFF;
margin-bottom: 10px;
font-size: 13px;
border-right: 1px dotted white;
}

.careers-listing td{
padding: 6px;
border-right: 1px dotted #0d0d3d;
}

.careers-listing .row-0{
color: #000033;
}

.careers-listing .row-1{
background-color: #e2e2e2;
}

.careers-listing .last{
border-right: none;
}

.careers-ip{
background-image:url(../images/group-careers-ip.gif);
background-repeat: no-repeat;
text-indent: -9999px;
width: 114px;
height: 76px;
display: block;
float: left;
}

.careers-relianceacademy{
background-image:url(../images/group-careers-relianceacade.gif);
background-repeat: no-repeat;
text-indent: -9999px;
width: 183px;
height: 76px;
display: block;
float: left;
}

#role-filter{
width: 478px;
background-color: #e4e4e4;
height: 25px;
margin: 0px 26px 15px 0px;
padding: 10px;
}

#location-filter{
width: 230px;
float: left;
background-color: #e4e4e4;
height: 60px;
margin: 0px 26px 15px 0px;
padding: 10px;

}

#location-filter.group{
width: 263px;
margin-right: 15px;
clear: left;
}

#career-filter.group {
	background-color: #e4e4e4;
	padding: 10px;
	width: 230px;
	float: left;
	margin-right: 10px;
	height: 110px;
	margin-bottom: 10px;
}

#career-filter.group input {
	float: right;
}

#career-filter.group strong {
font-weight: bold;
display: block;
margin-bottom: 5px;
}

#career-filter.group select {
	display: block;
	margin-bottom: 5px;
	width: 100%;
}

#location-filter label{
display: block;
}

#postcode-filter{
width: 230px;
float: left;
background-color: #e4e4e4;
clear: right;
height: 60px;
padding: 10px;
height: 100px;
}

#postcode-filter.group{
width: 180px;
}

#postcode-filter.group span input{
width: 80px;
}

#postcode-filter label{
display: block;
}

/*----------------------------------- 
Form Style Rules 
-------------------------------------*/

#contactForm{
margin-top: 20px;
}

#contactForm .submit{

}

#contactForm span{
display: block;
margin-bottom: 10px;
}

#contactForm span label{
display: block;
}

#eventForm .divider {
	border-top: 1px dashed #000033;
	padding-top: 5px;
	text-align: center;
	clear: both;
}

#eventForm span {
	padding: 2px;
}

#eventForm,
form#ask{
margin: 0 auto;
width: 400px;
padding-top: 15px;
}

#eventForm .yesno input {
	border: 0;
}

#eventForm .yesno legend {
	margin: 0;
	margin-bottom: 5px;
}

#eventForm span.yesno {
	margin-top: 20px;
	margin-bottom: 20px;
}

#eventForm .yesno fieldset span {
	margin-bottom: 0px !important;
	font-weight: bold;
}

#eventForm .yesno label {
	font-weight: normal;
	
}

#eventForm legend span, {
	display: block;
	width: 390px;
	line-height: 14px;
}

#eventForm label {
float: left;
font-weight: bold;
width: 150px;
clear: left;
text-align: right;
padding-right: 10px;
}

form#ask label{
float: left;
font-weight: bold;
width: 75px;
clear: left;
text-align: right;
padding-right: 10px;
}

#eventForm input, #eventForm textarea, form#ask input, form#ask textarea{
float: left;
border:1px solid #999999;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
padding:3px;
}

form#ask textarea {
	width: 300px;
	height: 150px;
}

#eventForm span, form#ask span{
clear: both;
display:block;
margin-bottom: 9px;
overflow: hidden;
}

#eventForm span.status{
clear: both;
margin-left: 165px;
color: red;
}

#eventForm span.error input{
border: 1px solid #ac0000;
}

#eventForm span.status a{
color: #ac0000;
}

#eventForm legend{
margin-bottom:10px;
display: block;
width: 200px;
}

#eventForm .checkbox input{
float: right;
margin: 10px 218px 0px 0px;
}

#form-error{
border: 1px solid #990000;
background-color: #ffbbbb;
padding: 15px 40px 15px 15px;
}

#content dl{
display:block;
overflow: hidden;
width: 470px;
margin: 0 auto;
padding: 10px 0px 20px 0px;
}

#content dl dt{
float: left;
clear: both;
width: 120px;
font-weight: bold;
}

#content dl dd{
float: left;
width: 350px;
padding-bottom: 10px;
display:block;
}

#content .news-summary {
  margin: 0 !important;
}

#content .news-summary li {
  list-style: none;
  margin-bottom: 10px;
}

#content .news-summary li strong, #content .event-summary li strong {
  display: block;
  font-weight: normal;
}

#content .news-summary li em, #content .news-summary li em a, #content .event-summary li em, #content .event-summary li em a  {
  color: gray;
  font-style: normal;
  font-size: 11px;
}


#role-filter{
width: 478px;
background-color: #e4e4e4;
height: 25px;
margin: 0px 26px 15px 0px;
padding: 10px;
}

#location-filter{
width: 230px;
float: left;
background-color: #e4e4e4;
height: 60px;
margin: 0px 26px 15px 0px;
padding: 10px;

}

#location-filter.group{
width: 263px;
margin-right: 15px;
clear: left;
}

#career-filter.group {
	background-color: #e4e4e4;
	padding: 10px;
	width: 230px;
	float: left;
	margin-right: 10px;
	height: 110px;
	margin-bottom: 10px;
}

#career-filter.group input {
	float: right;
}

#career-filter.group strong {
font-weight: bold;
display: block;
margin-bottom: 5px;
}

#career-filter.group select {
	display: block;
	margin-bottom: 5px;
	width: 100%;
}

#location-filter label{
display: block;
}

#postcode-filter{
width: 230px;
float: left;
background-color: #e4e4e4;
clear: right;
height: 60px;
padding: 10px;
height: 100px;
}

#postcode-filter.group{
width: 180px;
}

#postcode-filter.group span input{
width: 80px;
}

#postcode-filter label{
display: block;
}

.image-right-text{
width: 100%;
background-color:#e7e7e7;
}

.image-right-text img{
margin-bottom: 0px !important;
}

.text-inlay{
padding: 10px 10px 0px 10px;
float: left;
width: 69%;
}

.two-col-right .col2 img{
margin-bottom: 10px;
}

.two-col-left {
	background-image: url(../images/content-2colleft-bg.gif);
	overflow: hidden;
		height: 1%; /* hasLayout ie6 */
}

.two-col-left .col1{
	width: 159px;
	margin-right: 20px;
	float: left;
}

.two-col-left .col2 {
	float: right;
	width: 400px;
	margin-left: 10px;
}

#template table {
	border-collapse: collapse;
	width: 100%;
	}

#template th {
	padding: 0.7em;
	text-align: left;
	vertical-align: top;
	border-right: 1px dashed #010134;
	border-top: 1px dashed #010134;
	font-weight: bold;
	}

#template td {
	border-top: 1px dashed #010134;
	padding: 0.7em;
	}

#template .first {
	border-top: 0px !important;
	}


#template td:first-child {
	width: 250px;
	}

#template  td+td {
	border-left: 1px solid #CCC;
	text-align: center;
	}



/*-------------------------------------- 
Navigational Elements 
--------------------------------------*/

.portal-menu#rss-header {
	background-image: url(/images/rss-home-menu-bg.jpg);
	overflow: hidden;
	height: 198px;
}

.portal-menu#rstm-header {
	background-image: url(/images/bpo-home-menu-bg.jpg);
	overflow: hidden;
	height: 264px;
}

.portal-menu#fm-header {
	background-image: url(/images/fm-home-menu-bg.jpg);
	overflow: hidden;
	height: 256px !important;
}


.portal-menu h2 {
	background-repeat: no-repeat;
	width: 328px;
	height: 44px;
	text-indent: -9999px;
}

.portal-menu#rss-header h2{
	background-image: url(/images/portal-ss-top.png);
	behavior: url("/css/iepngfix.htc"); 
}


.portal-menu#rstm-header h2 {
	background-image: url(/images/portal-bpo-top.png);
	behavior: url("/css/iepngfix.htc"); 
}

.portal-menu#fm-header h2 {
	background-image: url(/images/portal-fm-top.png);
	behavior: url("/css/iepngfix.htc"); 
}


.portal-menu {
	border-bottom: 11px solid #000033;
	width: 781px;
	height: 206px;
	margin-bottom: 20px;
	background-repeat: no-repeat;	
}

.portal-menu ul {
	padding-bottom: 22px;
	background-image: url(/images/portal-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	
	
}

.portal-menu li {
	width: 781px;
	position: relative;
}


.portal-menu strong {
	width: 328px;
	display: block;
	font-weight: normal;
}

.portal-menu a {
	color: #000033;
	display: block;
	padding: 5px;
	padding-left: 15px;
	width: 308px;
	background-image: url(/images/portal-background.png);
	background-repeat: repeat-y;
	text-decoration: none;
	
}

.portal-menu a:hover {

	background-repeat: repeat;
	background-image: url(/images/portal-purple-bg.png);
	cursor: pointer;
	color: white;
	
}

.portal-menu p {
	background-image: url(/images/portal-purple-bg.png);
  position: absolute;
	visibility: hidden;
	right: 0;
	line-height: 16px;
	top: 0;
	width: 433px;
	padding: 10px;
	color: white;
	/*behavior: url("/css/iepngfix.htc");*/
}

#top-nav {
	font-size: 11px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	display: block;
}

#top-nav.group {
	margin-top: 10px;
}
#top-nav a, #top-sub-nav a{
	color: #666666;
	text-decoration: none;
}

#top-nav li {
	display: inline;
	background-image: url(../images/topnav-bullet.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 5px;
}

#top-nav li.first {
	background-image: none;
}

#top-sub-nav {
	font-size: 11px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	clear: right;
	width: 328px;
}

#top-sub-nav li {
	display: inline;
	background-image: url(../images/topnav-bullet.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 5px;
}

#top-sub-nav li.first {
	background-image: none;
}

#home-menu {
	width: 781px;
	overflow: hidden;
	position: relative;
	z-index: 1000;
	left: 0;
	right: 0;
	
}

#home-menu li {
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
	/* height: 38px; */
	

}


#home-menu li a {
	text-indent: -5000px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}

#home-menu li:hover a, #home-menu li.active a {
	background-position:  0px -39px;
}


#home-menu-security a {
	background-image: url(../images/home-menu-security.jpg);
}

#home-menu-security {
	width: 258px;
}

#home-menu-facilities {
	width: 248px;
}

#home-menu-facilities a {
	background-image: url(../images/home-menu-facilities.jpg);
	
}

#home-menu-business {
	width: 275px;
}

#home-menu-business a {
	background-image: url(../images/home-menu-business.jpg);
	
}



#home-menu li ul {
		background-color: #484888;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
	padding-top: 8px;
	height: 190px;
	display: none;
}

#home-menu li ul li {
	float: none;
	margin-left: 10px;
	margin-bottom: 5px;
	height: auto;
}

#home-menu li ul li a {
	text-indent: 0px;
	background-image: url(../images/home-menu-sub-bullet.gif);
	background-repeat: no-repeat;
	padding: 1px;
	padding-left: 10px;
	background-position: 0px 4px !important;
	width: auto;
	height: auto;
	color: white;
	text-decoration:none;
}

#home-menu li ul li a:hover {
	text-decoration: underline !important;
}





#home-menu-image{
width: 781px;
height: 191px;
background-image:url(/images/home-menu-image.jpg);
background-repeat: no-repeat;
text-indent: -5000px;
clear: both;
position: absolute;
top: 38px;
}

/* Left Navigation */

#left-nav li {
	height: 1%; /* Forces hasLayout (ie6) */
	display: inline; /* Removes additional verticle whitespace (ie7) */
	position: relative;
}

#left-nav li a {
	background-repeat: no-repeat;
	background-image: url(../images/leftnav-bg.gif);
	background-position: 0px 0px;
	background-color: #e6e6e6;
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #000033;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 20px;
	/* Removes added whitespace in IE */

}

#left-nav li a:hover  {
	background-position: -200px 0px;
	background-color: #bebdbd;

}

#left-nav li.active a , #left-nav li.open a
{
	background-position: -400px 0px;
	color: White;
	background-color: #0d0d3d;
}

#left-nav li ul {
	background-color: #0d0d3d;
}

#left-nav li ul li {
	height: 1%; /* Forces hasLayout (IE6) */
}

#left-nav li ul li a{
	background-image: url(../images/leftnav-l2-bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px center !important;
	background-color: #0d0d3d;
	padding-left: 38px;
	color: white;
	font-size: 14px;
}

#left-nav li ul li a:hover {
background-position: 20px;
}




#left-nav li ul li.active a
{
color: #ababda;
}


#left-nav li.active ul li a {
	color: white;
}

#left-nav li ul li a:hover {
background-position: 20px center;
}

#left-nav li ul li ul li a
{
font-size: 12px;
padding-top: 1px;
margin-left: 10px;
background-position: 30px center;
}

#left-nav li ul li ul li ul li a {
	font-size: 11px;
	padding-top: 1px;
margin-left: 20px;
}

#left-nav li ul li ul li a:hover
{
background-position: 30px center;
}


#sub-nav{
width: 117px;
margin: 20px;
}

#sub-nav li {
	height: 1%; /* Forces hasLayout (ie6) */
	display: inline; /* Removes additional verticle whitespace (ie7) */
}


#sub-nav li a {
	background-image: url(../images/subnav_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
	/* Removes added whitespace in IE */
}




#sub-nav li ul {
	
}

#sub-nav li ul li {
height: 1%; /* Forces hasLayout (IE6) */
}

#sub-nav li ul li a{
margin: 0px;
border-bottom: 0px;
background: none;
color: #797986;
font-weight: normal;
}

#sub-nav li ul li a.selected{
color: #0a0a41;
}

/* Group Pages */

.group-leftnav #left-nav, .group-leftnav #left-nav ul {
list-style: none !important;
padding: 0px !important;
margin: 0px !important;
}

.group-leftnav #left-nav ul{
margin-left: 10px !important;
margin-bottom: 5px !important;
}

#content ul.group-leftnav #left-nav li {
margin: 0;
padding: 0;
}



.group-leftnav #left-nav a{
padding: 1px;
margin: 0px;
background-image: none !important;
font-size: 12px;
}

.group-leftnav #left-nav li a{
background-color:#ADADAD;
height: 24px;
width: 240px;
display: block;
margin: 1px;
text-decoration: none;
padding: 5px 0px 0px 5px;
}

.group-leftnav #left-nav li.active ul, .group-leftnav #left-nav li ul{
background-color: #dddddd;
color: #000033;
}

.group-leftnav #left-nav li.active li a, .group-leftnav #left-nav li li a{
background-color:#eeeeee;
height: 20px;
width: 230px;
display: block;
margin: 1px;
text-decoration: none;
padding: 5px 0px 0px 5px;
font-size: 12px;
color: #000033;
}

.group-leftnav #left-nav li.open a{
color: #000033;
}


.group-leftnav #left-nav li a:hover, .group-leftnav #left-nav li li a:hover {
background-color:#FFFFFF;
text-decoration: underline;
}

.group-leftnav #left-nav li.active a{
background-color: #FFFFFF;
color:#000033;
}

/* RSTM Markets Navigation */

#rstm_markets{
height: 195px;
padding:0px 0px 0px 0px;
margin:0px;
overflow: hidden;
width: 167px; 
margin-left: 0px !important;
}

#rstm_markets li{
margin:0px;
padding:0px;
height: 32px;
float: left;
}

#rstm_markets li a {
background-position: top left;
height:32px;
display:block;
outline:none;
text-decoration: none;
text-indent:-5000px;
width: 167px;
}

#rstm_markets a:hover{
background-position:bottom left;
}

.nav_police{
background-image:url(../images/rstm/markets_police.gif);
}

.nav_nhs{
background-image:url(../images/rstm/markets_nhs.gif);

}

.nav_localauthority{
background-image:url(../images/rstm/markets_localauthority.gif);
}

.nav_criminaljustice{
background-image:url(../images/rstm/markets_criminaljustice.gif);
}

.nav_immigration{
background-image:url(../images/rstm/markets_immigration.gif);
}

.nav_privatesector{
background-image:url(../images/rstm/markets_privatesector.gif);
height:34px !important;
}

/* Mobile Response Sub-menu */


#mobile-response-sub, .mobile-response-sub{
padding: 0px 0px 15px 0px;
margin: 0px !important;
overflow: hidden;
width: 270px;
display: block;
}

#mobile-response-sub li, .mobile-response-sub li{
margin:0px 0px 3px 0px;
padding: 0px;
}

#mobile-response-sub li a, .mobile-response-sub li a {
background-image:url(../images/rss/mobile-response-sub.gif);
background-position: 50px bottom;
background-repeat: no-repeat;
background-color: #e6e6e6;
display:block;
outline: none;
text-decoration: none;
width: 270px;
color: #000000;
}

.mobile-response-sub.fm {
width: 195px !important;
}

.mobile-response-sub.fm li a, .mobile-response-sub.fm li a {
width: 195px !important;
}

.mobile-response-sub.fm li, .mobile-response-sub.fm li {
width: 195px !important;
}

#mobile-response-sub li strong, .mobile-response-sub li strong{
display:block;
outline: none;
text-decoration: none;
padding: 10px 10px 5px 10px;
font-weight: bold;
}

#mobile-response-sub li span, .mobile-response-sub li span{
display:block;
outline:none;
text-decoration: none;
width: 232px;
padding:0px 30px 10px 10px;
}

#mobile-response-sub a:hover, mobile-response-sub a:hover{
background-position:bottom right;
background-repeat: no-repeat;
}


#home-header {
	height: 220px;
	overflow: hidden;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
}

#header-404 {
	height: 181px;
	overflow: hidden;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
}

#under-menu {
	width: 350px;
	position: absolute;
	top: 223px;
	z-index: 10;
	padding: 10px;
	line-height: 14px;
	
}

/* Home Spotlight */

#home-spotlight{
height: 108px;
padding:0px 0px 0px 0px;
margin:0px;
overflow: hidden;
width: 220px; 
margin-left: 0px !important;
border: 1px solid #cacaca;
}

#home-spotlight li{
margin:0px;
padding:0px;
height: 36px;
float: left;
}

#home-spotlight li a {
background-image: url(/images/home-spotlight.gif);
background-position: top left;
height:36px;
display:block;
outline:none;
text-decoration: none;
width: 220px;
line-height: 34px;
}

#home-spotlight li a:hover {
background-position: bottom left;
color:#FFFFFF;
}

#home-spotlight strong{
margin: 10px;
}

/* Mini Menu - Used on FM */

.menu-mini{
height: 144px;
padding:0px 0px 0px 0px;
margin:0px;
overflow: hidden;
width: 153px; 
margin-left: 0px !important;
border: 1px solid #cacaca;
float: left;
}

.menu-mini.right{
margin-left: 5px;
border-left: 0px !important;
}

.menu-mini li{
margin:0px;
padding:0px;
height: 36px;
float: left;
margin-bottom: 0px !important;
}

.menu-mini li a {
background-image: url(/images/menu-mini-bg.gif);
background-position: top right;
height:36px;
display:block;
outline:none;
text-decoration: none;
width: 153px;
line-height: 34px !important;
}

.menu-mini.right{
width: 134px !important;
}

.menu-mini.right li a {
width: 134px !important;
}

.menu-mini li a:hover {
background-position: bottom right;
}

.menu-mini strong{
margin: 10px;
}

/* 
Careers Tabs
Tab CSS by Joshua Kaufman - http://unraveled.com/ */

ul#career-nav { 
text-align: left; 
margin: 1em 0 1em 0; 
font: bold 11px verdana, arial, sans-serif; 
border-bottom: 1px solid #dcdada; 
list-style-type: none;
padding: 3px 6px 3px 10px; 
}

ul#career-nav li { 
display: inline;
}

#career-nav li.active {
border-bottom: 1px solid #fff; 
background-color: #fff;
}

career-nav li.active{
background-color: #fff;
color: #000;
position: relative;
top: 1px;
padding-top: 4px;
}

ul#career-nav li{ 
padding: 4px 8px; 
border: 1px solid #dcdada; 
background-color: #efefef;
color: #666; 
margin-right: 0px; 
text-decoration: none;
border-bottom: none;
margin-right: 3px;
}

ul#career-nav li a:hover {
background: #0d0d3d; 
color: #FFFFFF;
}

.service{
	display: block;
	width: 160px;
	margin-right: 10px;
	float: left;
	height: 170px;
	margin-top: 10px;
	padding: 10px;
	background-color: #E7E7E7;
}

.service strong {
	display: block;
	font-size: 12px;
}

.service p {
	font-size: 11px;
}


/*
#n550:hover ul {
	display: block;
}
*/

#n550 ul{
	display: none;

}


a.apply-link{
	
	background-repeat: no-repeat;
	background-image: url(/images/icons/add.png);
	background-position: 5px 7px;
	padding-left: 27px !important;
	display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:6px 11px 7px 8px; /* Links */
	float: right;

}

#footer {
	border-bottom: 4px solid #000033;
	margin-top: 30px;
	clear: both;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer a{
color:#999999;
}

#footer-nav {
	color: #333333;
	overflow: hidden;
	height: 1%; /* hasLayout ie6 */
}

#footer-nav li#register-link {
	float: right;
	background-image: none;
	text-align: right;
	width: 200px;
}

#footer-nav li#register-link a{
	background-image: url(../images/icon-register.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	background-position: right;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 16px;
	display: block;
	
}


#footer-nav li.first {
	background-image: none;
}

#footer-nav li {
	float: left;
	background-image: url(../images/footernav-bullet.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-right: 5px;
}

#footer-nav a {
	color: #333333;
	text-decoration: none;
}

#copyright {
	text-align: center;
	color: #999999;
	padding-top: 15px;
	margin-bottom: 10px;
	clear: both;
}

/*------------------
Common Rules
-------------------*/

.img-display-right{
float: right;
padding: 0px 0px 12px 12px;
}

.img-display-left{
float: left;
padding: 2px 12px 5px 0px;
margin-bottom: 0px !important;
}


.float-left    { float:left; }
.float-right   { float:right; }

.margin5  	{margin: 5px;}

.padding-top10 {
padding-top: 15px;
}
 

/*------------------
SIFR Rules
-------------------*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0px;
}

.sIFR-replaced {
	visibility: visible !important;
	margin: 0px;
}


span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---------------------
Templates
-------------------------*/




/*---------------------
Sitemap
-------------------------*/

.sitemap ul {
	margin: 0 !important;
	padding: 0 !important;
}

.sitemap li {
	margin-left: 0;
	display: block;
	clear: left;
	
	
}

.sitemap a{
font-size: 11px;
color:#333333;
}

.sitemap strong{
font-weight: bold;
}

.sitemap a:hover{
text-decoration: underline;
color:#999999;
}

.sitemap li.site ul {
	display: none;
}

.sitemap li.site ul ul {
	display: block;
}



.sitemap span.none, .sitemap span.vert, .sitemap span.last, .sitemap span.midd {
	background:transparent 0px 0px no-repeat;
	width: 24px;
	height: 18px;
	display: block;
	float: left;
	margin-left: 1em;
}
.sitemap span.vert {background-image: url(/images/sitemap/map_vert.gif);}
.sitemap span.last {background-image: url(/images/sitemap/map_last.gif);}
.sitemap span.midd {background-image: url(/images/sitemap/map_midd.gif);}

.sitemap ul, .sitemap li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sitemap a.open{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color: #efefef;
border: 1px solid gray;
font-size: 9px;
height: 8px;
width: 10px;
padding: 0px 2px 0px 2px;
margin-right: 2px;
text-decoration: none;
overflow: hidden;
}

.sitemap a.open:hover{
background-color:#CCCCCC;
text-decoration: none;
}

.sitemap h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.next {
	float: right;
}

.previous {
	float: left;
}

.search-results span.url {
	font-size: 9px;
	display: block;
}

.search-results li strong {
	display: block;
}

.search-results li {
	margin-bottom: 5px;
}