/* Body begins here */

body{	background-image:url(scouttile.png); /* banner.*/
	
	font-size: 14px; 
	font-weight: bold;
line-height: 16px;/* Specifies space around font */
font-family:  Georgia, Cursive, Verdana, Arial, Sans-serif, serif; 
margin: 0 auto;
padding: 0;
width: 830px;
margin-top: 0px;
margin-bottom: 100px;

}

#header {
	
	background-image:url(greenbanner.png); /* banner.*/
	margin-bottom: 0px;
	margin-right: 0px;
	width: 822px;
	height: 307px;
	
}
	
/* h1 {text-shadow: 0.1em 0.1em #333} this is supposed to add a grey shadow to the text, but it hasn't worked in the Browswers I tried. On 20/11/08 when I 
tried to validate the CSS it would not pass it. */

#leftcolumn { /* This is an empty box wich extends the left column and makes space for council logo etc under nav bar */
	width: 200px;
	background-image:url(whitetile.jpg);
		float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	height: 900px;
}
#greenbox {/* behind the goals list */
	background-image:url(greenboxtile.jpg);
	width:650px;
	color: white;
	margin-left: 100px;
	font-size: 14px;
	line-height: 16px;
	font-family:  Arial, Sans-serif, serif, Georgia, Cursive, Verdana; 

	}
	#goallist
{
padding-left: 0;
margin-left: 20px;
margin-top: 20px;
width: 600px;
}

#goallist li
{
list-style: square;
margin: 1px;/* space around each line of list */
margin-top: 20px;
padding: 0.25em;

}

#wrapper {background-image:url(contentbackground.png); /* backgroundimage.*/
	background-color: white;
width: 823px;
}
#content {
	text-align: left;
font-weight: normal;
margin-left: 40px; /* margin from top*/  /*margin from right*/ /*margin from bottom*/ /*margin from left*/
margin-right: 15px;
padding: 0px;
color: black;
margin-bottom: 0px;
} 

#pagetitle {
		text-align: center;
			margin-bottom: 0px;
}
h1 {
	font-family:  Georgia, Cursive, Verdana, Arial, Sans-serif, serif;
	color: #009933;
	text-align: center;
	margin-bottom: 2px;
font-size: 30px; 
line-height: 60px;/* Specifies space around font */
color: #5c3900;  /*brown;*/
}
	

#servicelist ul {
	margin-top: 20px;
 list-style-type: circle;
color: white;/* text*/
text-decoration: none;
	}

#servicelist a:link { /* unvisited hyperlink*/
text-decoration: none;	
color: #cccc99/* 3a3222 darker brown;*/
}
#servicelist a:visited {/* visited hyperlink*/
color: #5c3900; /*text dark brown*/
}
#servicelist  a:hover {/* mouse is pointing over it*/
color: white;/*light brown*/
}
#servicelist  a:active {/* element on which the user is clicking*/
color: red;/*red*/
}

p.right { /* defines styling for paragraphs defined as p class right */
text-align: center;
font-size: 14px;
line-height: 18px;
margin-left: 300px;
margin-right: 10px;
}
div.indent {
	margin-left: 300px;
}
/* Styles for the headings h3-h6 */
h3, h4, h5, h6 {
font-family: Georgia, Cursive, Verdana, Arial, Sans-serif,  serif;
font-weight: bolder; 
font-style: italic;
color: #5c3900;  /* brown */
text-align: center;
margin-top: 2px;
margin-bottom: 10px;
padding: 2px 0 0px 0;
letter-spacing: 0.03em;
}
h2 {font-family:  Georgia, Cursive, Verdana, Arial, Sans-serif, serif; /* Styles for headings in boxes */
font-weight: bolder; 
font-style: italic;
color: #5c3900;  /* brown */
text-align: center;
margin-top: 10px;
margin-bottom: 0px;
padding: 2px 0 0px 0;
letter-spacing: 0.03em;
}

#footer {
	font-family:  Georgia, Verdana, Arial, Sans-serif, serif;
	color: white;
	background: black;
width: 100%;
margin-top: 5px;
padding: 2px;
text-align: center;
font-size: 10px;
font-weight: bold;
clear: both; /*This is crucial to getting the footer to stay on the bottom of the layout, regardless of the length of any of the three columns.
	So the problem in Assignment 2 withe the footer was that it would fall at the bottom of the content, but not the left or right column if they were
	longer. The clear: both declaration means that the footer will clear the left and the right columns (Andrew & Shafer, p 239) Ned11. This is no longer 
	needed, as the layout has been simplified, but I never want to forget it as it was so tricky at the time. */
}
p.contact {
	margin-left: 10px;
font-size: 20px;
line-height: 24px;
font-weight: bold;
}

p.quote {
		font-style: italic;
}
p.name {
		font-weight: bold;
}
#navigation {
	margin-bottom: 0px;
}	
#factbox { /* styling for text & position of service box which defines size of box and background colour */
background-image:url(navbackground.png); /* bnavigation*/

	width: 200px;
	height: 300px;
	float: left;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 20px; 
	font-family:  Georgia, Cursive, Arial, Times New Roman, Verdana, Arial, Sans-serif, serif;
	font-size: 16px; 
	font-weight: bold;
	 
line-height: 20px;/* Specifies space around font */
}	

#navigation ul { /* Have created a horizontal navigation bar with clickable-looking buttons. Rather than use javascript, I have used CSS, as per 
Andrew (2008) which relies on border properties where changes to borders create a bevelled effect. I tweaked the code to suit the site I was
designing. */
 list-style: none;
margin: 0 0px 0px 0px;
padding: 0;
padding-top: 1em;

}
#navlist
{
padding-left: 0;
margin-left: 20px;
border-bottom: 1px solid gray;
width: 160px;
}

#navlist li
{
list-style: none;
margin: 0;
margin-left: 0px;

padding: 0.25em;
border-top: 1px solid gray;
}

#navlist li a { text-decoration: none; }
#image {
	float: right;
margin-left: 500px;
}
#imgright {
	float: right;
text-align: center;
background-color: black;
border: 5px solid black;
 /* border: 10px solid yellow;yellow*/
padding: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
color: white;
}
#imgleft {
	float: left;
text-align: center;
background-color: black;
border: 5px solid black;
 /* border: 10px solid yellow;yellow*/
padding: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
color: white;
}