@charset "UTF-8";
/* CSS Document for 2011 RainCoast Systems colours, #00245b=dark blue, #54659d=light blue, #110a2c=dark purple, #c2b2e9=light purple */

body {
	text-align: center; /* for IE centering, shell div must be text-align=left to offset the IE issue */
	margin: 0px auto;
	background: url(../images/background.gif);
	margin-top: 10px;
}

p.bold {
font-weight:800;
}

p.blueText {
color:0d095f;
font-weight:bold;
}

.style1 {color: #00245b;}
.style14 {color: #00245b; font-size:14px; font-weight: bold;}
.style20 {color: #00245b; font-size:20px; font-weight: bold;}

#shell {
width: 960px;
height:590px;
text-align:left;
margin-top: 10px;
margin:0 auto;
color:#0d095f;
background: url(../images/header_rcs.jpg) no-repeat;
}

#header {
width: 960px;
height:30px;
margin-bottom:10px;
}

.divJustify {
text-align:justify;
}

#divProfile{
width:700px;
height:300px;
}

.divscroll {
width:350px;
height:300px;
text-align:justify;
/* padding-right: 10px; */
overflow:auto;
}

.divMainSupport {
text-align:left;
padding-left:30px;
width: 850px;
height:350px;
}

.divMainContact {
text-align:left;
padding-left:80px;
padding-top:10px;
width: 580px;
height:300px;
}

.divMainCompany {
text-align:justify;
color: #0d095f;
width: 650px;
height:300px;
}

#tabWrap {
width: 960px;
background-color:#CC66CC;
}


#divCompanyText { /* contains 10 yrs text */
width: 550px;
height:75px;
text-align:justify;
color:#000000;
padding: 15px;
border: 1px solid #00245b;
background-color:#c2b2e9;

}

#footer {
	width: 960px;
	height:20px;
	margin-top: 10px;
	background: url(../images/footer_base.jpg) no-repeat;
}

.footLeft {
float:left;
font-size:10px;
width: 370px;
color: #00245b;
margin-top:4px;
padding-left:20px;
text-align:left;
}

.footCentre {
font-size:11px;
float:left;
color: #00245b;
width: 180px;
margin-top:4px;
text-align:center;
}

.footRight {
font-size:10px;
float:right;
color: #00245b;
width: 360px;
text-align:right;
margin-top:4px;
padding-right:20px;
}

a:link {
	color: #00245b;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00245b;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/* link colours for footer only = black m/over purple */
a.foot { color: #00245b;}
a.foot:link { color: #00245b; text-decoration: none;}
a.foot:visited { color: #00245b; text-decoration: none;} 
a.foot:hover { color: #000; text-decoration: underline;} 

/* link colours for 3rdPG link only = blue m/over black */
a.3rdpg { color: #00245b;}
a.3rdpg:link { color: #00245b; text-decoration: none;}
a.3rdpg:visited { color: #00245b; text-decoration: none;} 
a.3rdpg:hover { color: #000; text-decoration: underline;} 
