/** ROSCOM STYLES **/


/** SETTING UP THE BODY WITH A BASE FONT SIZE **/
body {
	font-size: 80%;
	font-family: trebuchet ms, verdana, sans-serif;
	color: #333;
	margin: 0;
}

/** MAIN WRAPPER HOLDING COMPLETE PAGE TOGETHER, CENTRED IN WINDOW **/
#wrapper {
	position: absolute;
	left: 50%;
	width: 760px;
	height: auto;
	margin-left: -380px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #edeedc;
}

/** HEADER WRAPPER HOLDING THE FRENCH VERSION LINK **/
#header {
	height: 15px;
	background-color: #476583;
}

#header p {
	text-align: right;
	font-size: 0.8em;
	padding: 0 20px 0 0;
	line-height: 0;
}

#header a {
	color: #D6D6D6;
	text-decoration: none;
	border-bottom: 1px dotted #D6D6D6;
}

#header a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

/** STRAPLINE IMAGE **/
#logo_strapline_home {
	width: 760px;
	height: 150px;
	background-image: url(../images/logo_strapline_home.jpg);
	background-repeat: no-repeat;
}

#logo_strapline_products {
	width: 760px;
	height: 150px;
	background-image: url(../images/logo_strapline_products.jpg);
	background-repeat: no-repeat;
}

#logo_strapline_news {
	width: 760px;
	height: 150px;
	background-image: url(../images/logo_strapline_news.jpg);
	background-repeat: no-repeat;
}

#logo_strapline_jobs {
	width: 760px;
	height: 150px;
	background-image: url(../images/logo_strapline_jobs.jpg);
	background-repeat: no-repeat;
}

#logo_strapline_contact {
	width: 760px;
	height: 150px;
	background-image: url(../images/logo_strapline_contact.jpg);
	background-repeat: no-repeat;
}

#logo_strapline_qos {
	width: 760px;
	height: 150px;
	background-image: url(../images/logo_strapline_qos.jpg);
	background-repeat: no-repeat;
}

/** HOLDS THE JAVASCRIPT MENU IN PLACE **/
#nav_wrapper {
	width: 710px;
	height: 20px;
	padding-right: 0;
	text-align: left;
	margin-left: 50px;
	padding-top: 130px;
	padding-bottom: 0;	
}

/** MAIN COPY CONTENT COLUMN ON LEFT OF PAGE **/
#main_content_column {
	float: left;
	background: #fff;
	padding: 20px 0 0 40px;
	width: 510px;
	margin: 0;
}

#main_content_column p {
	text-align: left;
	line-height: 1.4em;
	padding-right: 20px;
}

#main_content_column a {
	color: #476583;
	font-weight: bold;
	text-decoration: none;
}

#main_content_column a:hover {
	color: #364D64;
	border-bottom: 1px solid #364D64;
	background-color: #F0F4F7;
}

#main_content_column table {
	margin-left: 0;
	padding-left: 10px;
}

#main_content_column ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#main_content_column li {
	padding-left: 10px;
}


/** SUB CONTENT COLUMN ON RIGHT OF PAGE **/
#sub_column {
	float: right;
	background-color: #edeedc;
	padding: 20px 20px 0 0;
	margin-right: 10px;
	margin-left: 20px;
	width: 150px;
}

#sub_column p {
	text-align: left;
	font-size: 0.8em;
	line-height: 1.2em;
}

#sub_column a {
	color: #476583;
	font-weight: bold;
	text-decoration: none;
}

#sub_column a:hover {
	color: #364D64;
	border-bottom: 1px solid #364D64;
}

#sub_column .christmas {
	font-weight: bold;
	border: 1px solid #000;
	padding: 3px;
	background-color: #fff;
}

/** MAIN COPY CONTENT COLUMN FOR SINGLE COLUMN PAGES **/
#main_content_single_column {
	float: left;
	background-color: #fff;
	padding: 20px 40px 0 40px;
	width: 680px;
}

#main_content_single_column p {
	text-align: left;
	line-height: 1.4em;
	margin-top: -0.2em;
}

#main_content_single_column ul {
	text-align: left;
	line-height: 1.5em;
	padding-left: 10px;
	list-style: none;
}

#main_content_single_column li:before {
	content: "\00BB \0020";
}

#main_content_single_column a {
	color: #476583;
	font-weight: bold;
	text-decoration: none;
}

#main_content_single_column a:hover {
	color: #364D64;
	border-bottom: 1px solid #364D64;
	background-color: #F0F4F7;
}

#main_content_single_column table {
	margin-left: 10px;
}

#main_content_single_column img a {
	text-decoration: none;
}

#main_content_single_column img a:hover {
	border: 0;
}

#main_content_single_column h1.divider {
	border-top: 1px solid ##476583;
	margin-top: 30px;
	padding-top: 10px;
}

.imageL {
	float: left;
	padding: 0.5em 15px 15px 0;}

/** MAIN COPY CONTENT COLUMN FOR REVENUE ASSURANCE PAGES **/
#main_content_ra {
	float: left;
	background: #fff url("../images/osprey.gif") no-repeat center center;
	padding: 20px 40px 0 40px;
	width: 680px;
	height: 600px;
	min-height: 600px;
}

#main_content_ra p {
	text-align: left;
	line-height: 1.3em;
	margin-top: -0.2em;
}

#main_content_ra ul {
	text-align: left;
	line-height: 1.5em;
	padding-left: 10px;
	list-style: none;
}

#main_content_ra li:before {
	content: "\00BB \0020";
}

#main_content_ra a {
	color: #476583;
	font-weight: bold;
	text-decoration: none;
}

#main_content_ra a:hover {
	color: #364D64;
	border-bottom: 1px solid #364D64;
	background-color: #F0F4F7;
}

#main_content_ra table {
	margin-left: 10px;
}

#main_content_ra img a {
	text-decoration: none;
}

#main_content_ra img a:hover {
	border: 0;
}

#main_content_ra h1.divider {
	border-top: 1px solid ##476583;
	margin-top: 30px;
	padding-top: 10px;
}

/****** BOX FOR CONTENT COLUMNS ******/

#content_wrapper {
	float: left;
}


/** BASE IMAGE **/
#base_image {
	clear: both;
	width: 100%;
}

/** SEPERATE FOOTERS Incl. IMAGE AND COMPANY INFO **/
/* about pages */
#site_info_home {
	clear: both;
	width: 760px;
	height: 230px;
	margin: 0;
	padding: 0;
	background: url(../images/footer_about.jpg);
}

#site_info_home p {
	text-align: left;
	font-size: 0.8em;
	color: #D6D6D6;
	padding: 150px 0 0 40px;
}

#site_info_home a {
	color: #D6D6D6;
	text-decoration: none;
}

#site_info_home a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #708799;
}

/* news pages */
#site_info_news {
	clear: both;
	width: 760px;
	height: 230px;
	margin: 0;
	padding: 0;
	background: url(../images/footer_news.jpg);
}

#site_info_news p {
	text-align: left;
	font-size: 0.8em;
	color: #D6D6D6;
	padding: 150px 0 0 40px;
}

#site_info_news a {
	color: #D6D6D6;
	text-decoration: none;
}

#site_info_news a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #708799;
}

/* events pages */
#site_info_events {
	clear: both;
	width: 760px;
	height: 230px;
	margin: 0;
	padding: 0;
	background: url(../images/footer_news_single.jpg);
}

#site_info_events p {
	text-align: left;
	font-size: 0.8em;
	color: #D6D6D6;
	padding: 150px 0 0 40px;
}

#site_info_events a {
	color: #D6D6D6;
	text-decoration: none;
}

#site_info_events a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #708799;
}

/* ra pages */
#site_info_ra {
	clear: both;
	width: 760px;
	height: 230px;
	margin: 0;
	padding: 0;
	background: url(../images/footer_ra.jpg);}

#site_info_ra p {
	text-align: left;
	font-size: 0.8em;
	color: #D6D6D6;
	padding: 150px 0 0 40px;}

#site_info_ra a {
	color: #D6D6D6;
	text-decoration: none;}

#site_info_ra a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #708799;}

/* qos pages */
#site_info_qos {
	clear: both;
	width: 760px;
	height: 230px;
	margin: 0;
	padding: 0;
	background: url(../images/footer_qos.jpg);
}

#site_info_qos p {
	text-align: left;
	font-size: 0.8em;
	color: #D6D6D6;
	padding: 150px 0 0 40px;
}

#site_info_qos a {
	color: #D6D6D6;
	text-decoration: none;
}

#site_info_qos a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #708799;
}

/* jobs pages */
#site_info_jobs {
	clear: both;
	width: 760px;
	height: 230px;
	margin: 0;
	padding: 0;
	background: url(../images/footer_jobs.jpg);
}

#site_info_jobs p {
	text-align: left;
	font-size: 0.8em;
	color: #D6D6D6;
	padding: 150px 0 0 40px;
}

#site_info_jobs a {
	color: #D6D6D6;
	text-decoration: none;
}

#site_info_jobs a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #708799;
}

/* contact pages */
#site_info_contact {
	clear: both;
	width: 760px;
	height: 230px;
	margin: 0;
	padding: 0;
	background: url(../images/footer_contact.jpg);
}

#site_info_contact p {
	text-align: left;
	font-size: 0.8em;
	color: #D6D6D6;
	padding: 150px 0 0 40px;
}

#site_info_contact a {
	color: #D6D6D6;
	text-decoration: none;
}

#site_info_contact a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #708799;
}

/* thank you page */
#site_info_thankyou {
	clear: both;
	width: 760px;
	height: 230px;
	margin: 0;
	padding: 0;
	background: url(../images/footer_contact_single.jpg);
}

#site_info_thankyou p {
	text-align: left;
	font-size: 0.8em;
	color: #D6D6D6;
	padding: 150px 0 0 40px;
}

#site_info_thankyou a {
	color: #D6D6D6;
	text-decoration: none;
}

#site_info_thankyou a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #708799;
}

/* contact forms */
#site_info_form {
	clear: both;
	width: 760px;
	height: 230px;
	margin: 0;
	padding: 0;
	background: url(../images/footer_contact_single.jpg);
}

#site_info_form p {
	text-align: left;
	font-size: 0.8em;
	color: #D6D6D6;
	padding: 150px 0 0 40px;
}

#site_info_form a {
	color: #D6D6D6;
	text-decoration: none;
}

#site_info_form a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #708799;
}

/****** CLASSES ******/

.first_para {
	font-family: trebuchet ms, verdana, sans-serif;
	font-weight: bold;
}

.contact {
	color: #476583;
	margin-bottom: 2em;
}

.breadcrumbs {
	font-weight: bold;
}

.newsdate {
	color: #999;
	font-size: 0.8em;
}

.frame {
	border: 1px solid #476583;
}

.newsimage {
	float: right;
	margin: 1em;
	border: 1px solid #476583;
}

.subheader {
	font-style: italic;
	font-size: 0.8em;
}

/* FORM HIGHLIGHTING */
input:focus {
	background-color:#FFFFCC;
}

textarea:focus {
	background-color:#FFFFCC;
}
/* END */

.note {
	font-style: italic;
	font-size: 0.9em;
}

/****** HEADINGS ******/

h1 {
	font-family: trebuchet ms, verdana, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	text-align: left;
	color: #476583;

}

h2 {
	font-family: trebuchet ms, verdana, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
	color: #476583;
	margin-bottom: 0.5em;
}

h3 {
	font-family: trebuchet ms, verdana, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.1em;
	text-align: left;
	color: #476583;

}

/* ~~~ for news stories ~~~*/
h4 {
	font-family: trebuchet ms, verdana, sans-serif;
	font-weight: lighter;
	font-size: 1.1em;
	line-height: 0;
	text-align: left;
	color: #476583;
	padding: 10px 0 10px 0;
	margin-right: 20px;
	border-bottom: 1px solid #476583;
}

/****** Classs for disclaimer note ******/

.dis {
	text-align: center;
	font-family: trebuchet ms;
	font-style: italic;
	font-size: 0.8em;
}

/****** min height hack ******/
html, body {
height: 100%;
min-height: 100%;
}

#main_content_ra {
	height: 400px;
	min-height: 425px;
}

/* ======== Customer Login Page ========= */

#cust_cont {
	width: 460px;
	margin-left: 70px;
}

#cust_left a{
	border: 1px solid #ccc;
	width: 200px;
	display: block;
	float: left;
	padding: 30px 5px;
	text-align: center;
	font-size: 1.8em;
	font-weight: normal;
}

#cust_right a{
	border: 1px solid #ccc;
	width: 200px;
	display: block;
	float: right;
	padding: 30px 5px;
	text-align: center;
	font-size: 1.8em;
	font-weight: normal;

}
