/*-----------------------------------------------------------------------------

version:   1.0
author:    Scott Pearse
email:     cosmo_swiller@hotmail.com
website:   http://www.scottpearse.co.uk
-----------------------------------------------------------------------------*/
#navcontent ul {
margin: 0;
padding: 0;
list-style: none;
width: 800px;
float: left;
background: #CBCCE2 repeat-x;
}

#navcontent ul li {
float:left;
}

#navcontent ul a {
display: block;
width: 113px;
text-align: center;
line-height: 2.5em;
border-right: 1px solid #fff;
text-decoration: none;
font-size:12px;
color: #333333
}

#navcontent a.last {
border-right: 3px solid #CBCCE2;
 }
 
#navcontent ul a.last:hover {
border-right: 3px solid #1D4B90;
}
 
#navcontent ul a:hover {
background: #1D4B90 repeat-x;
color: #FFFFFF;
}html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family:Verdana, Arial, Helvetica, sans-serif;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto; 
 background:url('images/Fauxcol.gif') repeat-y left top;
}#header  {
 position:relative; 
 height: 90px; 
 background-color:#FFFFFF; 
 width:100%;
} 
#menu {
position:relative; 
width:100%;
background-color:#FFFFFF;

}
#csrcsearch  {
position:relative; 
width:100%; 
background-image:url(images/CRSCbanneresources.png);
height:55px
}


#searchbar {
position:absolute;
margin-left:530px;
margin-top: 15px;
}
#leftcol  {
 width:480px;
 float:left; 
 position:relative; 
 text-align:justify;
 margin:20px 10px 10px 10px;
 }


 
#topmaincol {
background-color: #C53F26;
 width:269px; 
 color: #CCCCCC;
 
 
 }

 #rightcol{
 float: right;
 position: relative; 
 width:269px; 
 text-align:justify;
 }
 
#footer{
background-color: #C1C3DC; 
clear:both;
padding:1%;
line-height:2ems;
 } #csrclogo {
margin: -10px 0px;
 width:87px;
 float:left;
 }#lselogo  {
 margin-left: 610px;
 padding-top: 14px;
 }


table {
font:verdana;
size9pt;
}

p.menu {color:#FFFFFF; margin-left:25px; padding: 10px;
}



p.rightcol {
margin:10px 10px 1px 19px;
}

p.leftcol {

}

p.newstitle {
margin-left:4px;
padding:2%;
}

p.footer { color: #333333;
 size:7pt;
}

a {color:#0066FF; text-decoration:none;}
a:hover, a:active {text-decoration:underline;}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}