@charset "utf-8";
body  {
	background: #dfeaf3;
	/*background: #000 url(img/tile.gif) repeat;*/
    margin: 0;
	padding: 0;
	text-align: left;
	color: #05232e;
}
.twoColFixRtHdr #container { 
	width: 760px;  
	margin: 0 auto; 
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:left;
} 
.twoColFixRtHdr #containerlong { 
	width: 990px;  
	margin: 0 auto; 
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:left;
} 

.twoColFixRtHdr #header { 
background: #dfeaf3 URL(img/banner.jpg) no-repeat;
height: 110px
} 

.twoColFixRtHdr #headerlong { 
background: #dfeaf3 URL(img/banner_long.jpg) no-repeat;
height: 110px
} 


.twoColFixRtHdr #contentlong { 
	/* margin: 0 250px 0 0;  the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px  0px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
} 

.twoColFixRtHdr #contablecolour { 
background: #15335c;
} 



.twoColFixRtHdr #sidebarstandin {
	float: right; /* since this element is floated, a width must be given */
	width: 500px; /* the actual width of this div, in standards-compliant browsers, 
	or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 0 10px;
}



.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, 
	or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 0 10px;
}

.twoColFixRtHdr #sidebarcv {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, 
	or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 0 10px;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 360px; 
	padding: 10px 10px 0 10px;
}

.twoColFixRtHdr #sidebarwork {
	float: right; /* since this element is floated, a width must be given */
	width: 500px; 
	padding: 10px 10px 0 10px;
}
.twoColFixRtHdr #mainContent { 
	/* margin: 0 250px 0 0;  the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px  310px 10px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
} 



.twoColFixRtHdr #fullContent { 
	padding: 10px  50px 10px 25px; 
	text-align: justify;
} 

.twoColFixRtHdr #workContent { 
	padding: 10px  550px 10px 50px; 
	text-align: left;
} 

.twoColFixRtHdr #navline {
/*fromtbab */
width: 670px;
height: 30px;
top:115px;
background-color: #dfeaf3;
color: #dfeaf3;
text-align: left;
line-height: 30px;
padding-left: 25px;
padding-right: 65px;
}

.twoColFixRtHdr #navlinelong {
/*fromtbab */
width: 890px;
height: 35px;
top:115px;
background-color: #dfeaf3;
color: #dfeaf3;
text-align: left;
line-height: 30px;
padding-left: 25px;
padding-right: 65px;
}

.twoColFixRtHdr #navline a{
color: #d31b23;
font: 1.0em Arial, Helvetica, Verdana, sans-serif;
text-decoration: none;
font-weight: normal;
}
.twoColFixRtHdr #navline a:hover {
color: #113967;
font: 1.0em Arial, Helvetica, Verdana, sans-serif;
text-decoration: none;
font-weight: normal;
}


.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dfeaf3; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: .6em;
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: normal;
	color: #08274b;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1, h2, h3  {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-weight: normal;
	color: #08274b;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;	
	font-weight: bold;
}
h3 {
	font-size: 1.0em;	
	font-weight: bold;
}
h4 {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 0.9em;	
	font-weight: normal;
	color: #1f89ae;
}
p {
	font-size: .8em;
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-weight: normal;
	color: #08274b;
}
p.titles {
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 0.9em;	
	font-weight: normal;
	color: #113967;
}

a {
	color: #d31b23;
	font-weight: bold;
    text-decoration: none;
}
a:hover {
color: #113967;
text-decoration: none;
font-weight: bold;
}
