﻿@charset "utf-8";
/* CSS Document */

/*********************************/
/*       BROWSER RESET
/*********************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,/*blockquote,*/th,td {    
    margin:0;   
    padding:0;   
} 

/*keep enabled if used for layout
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} */

address,caption,cite,code,dfn,/*em,strong,*/th,var {  
    font-style:normal;   
     font-weight:normal;   
 } 

 caption,th {  
     text-align:left;   
 } 

q:before,q:after {  
    content:'';   
} 

abbr,acronym { border:0;   
}  

a img { border: none; }

/*accessibility links*/
.hidden, .nostyles {
display:none;
margin:0 -10000px 0 0;
}

/*********************************/
/*            BODY
/*********************************/

body {
background:#000000;
font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
font-size:72.5%; 
color:#000000;
}

H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

/*********************************/
/*           CONTAINER
/*********************************/

#container {
background:none;
height:auto;
margin:0 auto 0px auto;
position:relative;
font-size:1em;  /* displayed at 12px */
width:720px;
}

/*********************************/
/*         NEWS + LEFT PIC
/*********************************/

/*left pic*/
#leftcol {
background:url(../images/Nigel_landingpage.gif) no-repeat left;
width:299px;
height:445px;
position:relative;
float:left;
}

#leftcol h1 {
display:none;
}

/*news on homepage, content area on subpages*/
#news {
min-height:300px;
width:330px;
position:relative;
float:right;
padding:53px 0 10px 0;
right:20px;
color:#cccc99;
}

#news ul, #news ol {
margin:0;
    list-style:none;
}

#news ul li, #news ol li 
{
    list-style:none;
}

#news a {
color: #cc0000;
text-decoration:underline;
}

#news a:hover {
color:#cccc99;
text-decoration:none;
}

#news h3 {
font-size:1.5em;
text-transform:uppercase;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
color:#cccc99;
border:1px solid #333333;
padding:5px 0;
}

/*********************************/
/*            FOOTER
/*********************************/

#footer {
height:30px;
clear:both;
width:720px;
text-align:center;
position:relative;
margin:0 auto;
}

#footer #nav {
background:none;
}

#copyright {
text-align:center;
width:720px;
margin:0 auto;
color:#999966;
padding:10px 0 30px 0;
font-size:.85em;
}
