/* Body begins here */

body{	
	background-image:url(strip5y.jpg);
	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: 750px;
margin-top: 5px;

}

#header {
	
	background-image:url(logobrown.gif); /* banner.*/
	margin-top: 0px;
	width: 750px;
	height: 200px;
	float: left;
}
	
/* 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. */

#orangeline { /* this is the background of the navigation bar */
	background-image: url(orangestrip.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 750px;
	height: 40px;	

}
/*#redline1 {  this is the red line at the bottom of the page 
	
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	float: left;
	width: 740px;
	height: 30px;
}*/
/* Navigation Bar: With different text color and back-colour specified here, it produces a different coloured block when the cursor passes over each navigational
option - the rollover effect (Weakley, n.d. Ned11*/
#banner1 {
	margin-top: 20px;
	margin-left: 250px;
	
}
#banner2 {margin-top: 20px;
margin-left: 500px;
}
#content {
background: ffffff;
font-weight: normal;
margin: 20px; /* margin from top*/  /*margin from right*/ /*margin from bottom*/ /*margin from left*/
max-width: 750px; 
padding: 9px;
color: black;
} 

#navigation {
	margin-bottom: 5px;
	
	
}
#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 250px;
padding: 0;
padding-top: 1em;

}
#navigation li {
display: inline;
margin-right: 20px; /* puts space between buttons. I worked this out after trying it above with nothing happening. */
font-family: Serif, Georgia, Verdana, Arial, Sans-serif,  ; /* Specifying a font-family means that a font will be selected regardless of a computer's operating system (York, 2008, p171). Font-family and text-align will 
be inherited throughout (York, p122)*/
font-style: italic;

}
#navigation a:link {
margin-right: 0.2em;
padding: 0.2em 0.6em 0.2em 0.6em;
color: white;/* text*/
background-color:  #3a3222/*dark brown*/;
text-decoration: none;
border-top: 3px solid #d2c290;
border-left: 3px solid #d2c290;
border-bottom: 3px solid #d2c290;
border-right: 3px solid #d2c290;
}
#navigation a:visited {
margin-right: 0.2em;
padding: 0.2em 0.6em 0.2em 0.6em;
color: #d2c290;/*text dark brown*/
background-color: #ffffff/*white*/;
text-decoration: none;

}
#navigation a:hover {	
	background-color: #d2c290;/*light brown*/
border-top: 3px solid #3a3222;/*dark brown*/
border-left: 3px solid #3a3222;
border-bottom: 3px solid #3a3222; 
border-right: 3px solid #3a3222;
color: black;
text-decoration: none;

}
#navigation a:active {
}

#imgleft { /* styling for images sets them on the left or right and puts a black border around them and the captions. */
	float: left;
	text-align: center;
	padding: 10px 10px 0px 10px;
margin-left: 0px;
margin-right: 30px;
margin-bottom: 10px;
margin-top: 0px;
background-image: url(orangestrip.gif);
/*background-color: black;*/
color: white;
}

#imgright {
	float: right;
text-align: center;
background-color: black;
padding: 20px 20px 0px 20px;
margin-left: 30px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
color: white;
}
#pagetitle {
		text-align: center;
			margin-bottom: 10px;
}
h1 {
	font-family:  Georgia, Cursive, Verdana, Arial, Sans-serif, serif;
	color: #009933;
	text-align: center;
font-size: 30px; 
line-height: 60px;/* Specifies space around font */
color: #5c3900;  /*brown;*/
}
	
/*#content1 {/*--container for coloured box behind content
margin-top: 100px;
	margin-left: 275px;
	margin-bottom: 20px;
		width: 400px;
	height: 350px;
background: #fdebcf; /*pale brown */	





/*#factboxhead {  styling for heading of coloured box 
width: 200px;
	height: 30px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 40px;
	color: white;
	background: black;}*/ /* black */
#factbox { /* styling for text & position of service box which defines size of box and background colour */
background: transparent url(page2.gif) no-repeat top left;
	width: 200px;
	height: 320px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 40px; 
	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 */
}
#servicelist ul {
 list-style-type: circle;
color: white;/* text*/
text-decoration: none;
	}

#servicelist a:link { /* unvisited hyperlink*/
text-decoration: none;	
color: #3a3222;
}
#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*/
}
#strip {background-image:url(bottomstrip.gif); /* stripbackground*/
	margin-top: 20px;
	width: 750px;
	height: 99px;
	float: left;
}
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: 0px;
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: black;
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;
width: 100%;
margin-top: 5px;
padding: 2px;
text-align: center;
font-size: 0.9em;
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;
}