@charset "UTF-8";
/* COGENTUS CONSULTANCY LTD STYLESHEET- BY ROB CHARLWOOD 2008 */

/* CREATE STYLES FOR THE BODY */
body {
margin:0;
padding:0;
background:#FFFFFF url(../images/background.gif);
background-repeat:repeat-x;
font:small Arial, Tahoma, Helvetica, sans-serif;
color:#000000;
}

/* DEFINE STYLES FOR HEADERS */
h1, h2 {
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
color:#C60C46;
}

h2 {
text-transform:uppercase;
font-size:100%;
}

h1 {
text-transform:uppercase;
font-size:130%;
}

/* DEFINE BASIC LINK STYLES*/
a {
color:#000000;
text-decoration:none;
}

a:hover {
text-decoration:none;
}

/* DEFINE A SIMPLE STYLE FOR QUOTES AND SUCH*/
blockquote {
padding-left:15px;
background:url(../images/sidebar_seperator.gif) repeat-y;
text-align:left;
line-height:18px;
}

/* DEFINE SOME BASIC TEXT STYLES*/
p {
text-align:left;
line-height:18px;
font-size:85%;
}

/* DEFINE SOME STYLES FOR THE HEADER */
#header {
width:760px;
height:143px;
margin:0 auto;
}

/* DEFINE SOME STYLES FOR THE MENU*/
#menu {
width:760px;
height:50px;
margin:0 auto;
}

#menu ul {
margin:0;
padding:0;
list-style:none;
}

#menu li {
display:inline;
}

#menu a {
display:block;
float:left;
padding:17px 20px 0 20px;
background: url(../images/button_background.gif) no-repeat;
text-transform:uppercase;
text-decoration:none;
font:bold 100% Arial, Helvetica, sans-serif;
color:#C60C46;
}

#menu a:hover {
color:#000000;
}

#menu .first a {
background: url(../images/button_background.gif) no-repeat;
color:#000000;
}

/* DEFINE THE STYLES FOR THE MAIN CONTENT AREA*/
#mainbody {
width:720px;
margin:0 auto 20px auto;
padding:20px;
background:#FFFFFF url(../images/content_footer.gif) repeat-x left bottom;
border-left:1px solid #ccdef0;
border-right:1px solid #ccdef0;
}

/* DEFINE SOME STYLES FOR MAIN TEXT AREAS*/
#content {
float:left;
width:480px;
}

#content ul {
list-style-type:circle;
}

#content li {
font-size:85%;
line-height:18px;
margin-bottom:10px;
}

/* DEFINE SOME STYLES FOR THE FOOTER*/
#footer {
clear:both;
height:auto;
padding:20px;
background:#ccdef0 url(../images/footer_background.gif) repeat-x;
}

#footer p {
text-align:center;
color:#000000;
font-size:70%;
}

#footer a {
text-decoration:underline;
color:#C60C46;
}

/* DEFINE STYLES FOR THE FLOATED SIDEBAR*/
#sidebar {
float:right;
width:200px;
padding-left:20px;
background:url(../images/sidebar_separator.gif) repeat-y;
}

#sidebar ul {
margin:0;
padding:0;
list-style:none;
}

#sidebar li ul {
padding:5px 0 30px 0;
}

#sidebar li li {
padding:7px 10px;
background:url(../images/list_seperator.gif) repeat-x left bottom;
}

#sidebar li a {
text-decoration:none;
font-size:85%;
}

.norecords {
font-size:85%;
}

#sidebar li a:hover {
text-decoration:none;
font-size:85%;
}

#sidebar li h2 {
font-size:90%;
}


/* DEFINE SOME CLASSES FOR TEXT AND THINGS*/
.archive{
color:#C60C46;
text-transform:uppercase;
font-size:85%;
font-weight:bold;
}

.pdfLink{
color:#C60C46;
font-weight:bold;
text-decoration:underline;
}

/* DEFINE STYLES FOR HOMEPAGE SLIDESHOW */

.pics {  
height:140px;  
width:100px; 
float:right; 
padding:0;  
margin:0 0 10px 10px; 
} 
 
.pics img {  
padding:0; 
border:1px solid #ccc;   
width:100px; 
height:140px; 
top:0; 
left:0;
} 