/* CSS Document */

/* 
Author: Gemma Jones / gemmazoejones@gmail.com
Date Created: 04/07/05
Last Updated: 04/07/05
*/

/* Body, Heading and Paragraph elements */

body{ margin: 0;}

h1{			margin-top: 0px;	
			color: #86AB2D;
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: large;
			}

h2{			margin-top: 0px;	
			color: #336699;
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: large;}

h3{			margin-top: 0px;	
			color: #336699;
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: medium;}
			
h4{			margin-top: 0px;	
			color: #86AB2D;
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: medium;}
			
h5{			margin-top: 0px;	
			color: #ffffff;
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: medium;}

p{			font-family: "Times New Roman", Times, serif;
			font-style: normal;
			font-size: small;
			font-weight: normal;}

p.small_text{font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: x-small;
			font-weight: normal;} 
			
p.green{	color: #ffffff;	
			font-family: "Times New Roman", Times, serif;
			font-style: normal;
			font-size: small;
			font-weight: normal;}			
			
img.padding{	padding: 5px;}

ul.blue_bullet{ list-style-image:url(images/bullet-blue.gif);
				font-family: "Times New Roman", Times, serif;
				font-style: normal;
				font-size: small;
				font-weight: normal;}

ul.green_bullet{ list-style-image:url(images/bullet-green.gif);
				font-family: "Times New Roman", Times, serif;
				font-style: normal;
				font-size: small;
				font-weight: normal;} 

/* Link Elements */

/* Normal Links */

a{			color: #336699;
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: small;
			font-weight: bold;
			text-decoration: none;}

a:hover{	color: #336699;
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: small;
			font-weight: bold;
			text-decoration: underline;}

a:visited{}

/* Blue Section Links */

a.bluelink{ 	color: #ffffff;
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: small;
			font-weight: bold;
			text-decoration: none;
			margin-left: 5px;
		}

a.bluelink:hover{color: #FFFF00;
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: small;
			font-weight: bold;
			text-decoration: underline;
			margin-left: 5px;
		}

/* Table Background Elements */

.bgimage{		background-image: url(/images/ceredigion-bay-large.jpg);
				background-repeat: no-repeat;
				}
				
.ns_bgimage{	background-image: url(/images/night-shelter-bg.jpg);
				background-repeat: no-repeat;
				background-position: bottom left;
				}

tr.blue{ 	background-color: #336699;
			color: #ffffff;
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: small;
		}
		
td.blue{	background-color: #336699;
			color: #ffffff;
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: small;
		}

td.green{	background-color: #86AB2D;
			color: #ffffff;
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: small;
		}

td.grey{	background-color: #e9e9e9;
			color: #000000;
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: small;
		}

td.white{	background-color: #ffffff;
			color: #000000;
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: small;
		}

