/* CSS Document */


/* START CSS code
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
/* Set initial stuff */
body { 
  font: 62.5%/1.48 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-image:url(../images/bg_pattern.gif);
  background-attachment: fixed;
  
}
/* LINKS outside NAV */
a img,:link img,:visited img { border:none }

a:link {
	color: #FC2113;
	text-decoration:none;
	border-bottom:1px dotted #FC2113;
}
a:visited {
	color: #FC2113;
	text-decoration:none;
	border-bottom:1px dotted #FC2113;
}
a:hover {
	color: #FFFFFF;
	background-color:#FC2113;
}
/* -----------------*/
h1 {
  font-size: 1.5em;
  font-weight: bold;
  color:#4A2E3A;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  background-color:#FC2113;
  color:#FFF;
  
}
h3 {
  font-size: 1.2em;
  font-weight: bold;
  background-color:#4A2E3A;
  color:#FFFFFF;
  
}
h4 {
  font-size: 1.2em;
  font-weight: bold;
  color:#4A2E3A;
}
h5 {
  font-size: 0.2em;
  font-weight: normal;
  color:#FC2113;
}
h6 {
  font-size: 1.16em;
  color:#FC2113;
}

p, li {
  font-size: 1.16em;
  color:#4A2E3A;
  
}
h1 {
margin: 1em 0 5px 0 ;

}

h2, h3, h4, h5, h6, p {
  margin: 1em 0;
  
}
strong {
color:#FC2113;
}

img { 
border: 0px; 
} 


#wrapper {
background:url(../images/b_shadow816.png);
}

#branding {
  height: 160px;
  padding-right:8px;
  padding-left:8px;
  }

#branding h1 {
  margin: 0;
}
/* NAVIGATION ================================*/
#mainNav {

 margin: 0;
 padding: 0;
 line-height:23px;
 
 }
 
 #mainNav a { 
 display: block; 
 /*font-weight: bold;*/
color:#FC2113;
  text-decoration: none;
  border-bottom:1px dotted #F3A8A3;
  padding:0px 0px 0px 16px;
  
 }
 #mainNav ul{
 list-style-type: none;

  margin: 0;
 padding: 0;
 }


 #mainNav a:hover
 {
 background-color: #FC2113;
 color: #FFF;
 
 }
 /*======FOOTER STUFF===========*/
 #footer p {
 text-align: center;
   font-size: 1.0em;
 color:#FFF;
 background-color:#877A80;
 padding:4px;
 }

 #footer a:link {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #FFFFFF;
}
 #footer a:hover {
	color: #4A2E3A;
	background-color:#FFFFFF;
}
   

 
/* ================================*/
#secondaryContent {
  
 margin: 0;
 padding: 0;
}

#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;

}

#secondaryContent p {
  font-size: 1.0em;
  color:#F70028;

}

#footer {
  height:54px;
  padding-top:5px;
  padding-right:45px;
  padding-left:45px;
  
}
#bottom {

}
/* Alignment and widths
================================= */

body {
  text-align: center; 
  min-width: 850px;
}

#wrapper {
  width: 816px; 
  margin: 0 auto; 
  text-align: left; 
}

#mainNav { 
  width: 260px; 
  float: left; 
}

#content { 
  width: 550px; 
  float: right; 
 
}

#mainContent { 
  width: 500px; 
  margin: 0; 
  float: left;
  
}
#secondaryContent { 
  width: 40px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
  text-align: left; 
} 
#footer { 
  clear: both; 
  text-align: left; 

} 
#footwrapper {
  width: 816px; 
  margin: 0 auto; 
 text-align: left; 
}
#bottom { 
  clear: both; 

}

/* Add some padding
=============================================================================== */

#mainNav, #secondaryContent {
  padding-top: 30px;
  padding-bottom: 20px;
}

#mainNav *, #secondaryContent * {
  padding-left: 45px;
  padding-right: 35px;
}
#mainContent { 
  padding-top: 30px;
  padding-left: 0px;
  padding-bottom: 30px;
  padding-right: 0px;
  
}

#sideims {
  padding-top: 50px;
  padding-left: 45px;
  padding-bottom: 0px;
  padding-right: 20px;
}

/* Banner links - remove decoration
=============================================================================== */

.picLink a:link {
	text-decoration:none;
	border:none;
	
}
.picLink a:visited {

	text-decoration:none;
	border:none;
	
}
.picLink a:hover {
	text-decoration:none;
	border:none;
	background:none;
}
/* COLOUR TEXT */
.orange {
color:#FC2113;
}
.darktext {
color:#FFF;
font-weight:normal;
font-size:12px;
}
/* TABLE STYLE
=========================*/
table {
background-color:#FFFFFF;
  border-collapse: collapse;
  width:100%;
       font-size: 11px;
color:#FC2113;
margin:10px 0 0px 0;
  
}
table a:link{
  color:#FC2113;
  text-decoration: none;
  border-bottom:1px dotted #FC2113;
}
table a:visited{
  color:#FC2113;
  text-decoration: none;
  border-bottom:1px dotted #FC2113;
}
table a:hover{
	color: #FFFFFF;
	text-decoration:none;
	background-color:#FC2113;
}


/*
col {
 border-right: 3px solid #000000;

*/
th {

 padding: 5px;
 text-align: center; 

 
}
td {

 padding: 0px 0px 20px 0px;
 text-align: center; 
 
}
.picCell {
 /* background-color:#FFFFFF;*/
}
.linkCell {
/*background-color:#FFFFFF;*/

}

<!--
.asterisk {
color: #FF3300}
-->