/* General Styles for Salford Foundation website - January 2007 
==============================================================================*/

/* defaults, globals, and miscellaneous
==============================================================================*/

*, span { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}
body {
	margin: 0 auto;
	font-family: verdana, arial, san-serif;
	font-size: 12px;
	text-align: center;
	color: black;
	height: 100%;
}
img {
	border: 0; /* removes border in case images get have anchor around them */
	padding: 0;
	margin: 0;
	}

hr {
	display: none;
	}

#renderprint {
	width: 600px;
	}
a {
	text-decoration: none;
	color: #de2f2a;
	}
a:hover {
	text-decoration: none;
	color: black;
	}
.clear {
	clear: both;
	}
p { 
	font-size: 100%;
	color: black;
	padding: 5px 10px 10px 10px;
	margin: 0;
	text-align: left;
	line-height: 15px;
	}
ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	}
li  { 
	font-size: 100%; 
	background: url("../images/style/arrow04.gif") no-repeat 6px 4px; 
	margin: 0; 
	padding: 6px 0 4px 32px 
	}
h2, .Heading {
	font-size: 120%;
	padding: 5px 10px;
	font-weight: bold;
}

.clear {clear: both;}
.ele_pad {
	padding: 0 10px;
	width: auto;
}

.date {
	color: white;
	}
	
.green_highlight {
	background: #b4d334 url("../images/style/green_fade.gif") right repeat-y;
	margin: 10px;
	font-weight: bold;
	}
	
.green_quotebox, h3 {
	background: url("../images/style/green_fade.gif") center repeat-y;
	font-size: 100%;
	width: 400px;
	display: block;
	border: 0px solid black;
	margin: 10px;
	font-weight: bold;
	padding: 5px;
	}
	
h3 {
	font-size: 120%;
	}

.quote_right, .quote_left {
	display: block;
	overflow: hidden;
	float: right;
	clear: right;
	width: 300px;
	}
	
.quote_left {
	float: left;
	width: auto;
	clear: left;
	}
	
.quote_right p, .quote_left p, p.quote_right, p.quote_left {
	text-align: center;
	background: url("../images/style/green_fade.gif") right repeat-y;
	margin: 0 10px;
	font-weight: bold;
	}
	
.biggertext {
	font-size: 120%;
	font-weight: bold;
	}
	
.boldtext {
	font-weight: bold;
	}

/* Header of page
==============================================================================*/

#back {
	width: 100%;
	background: white url(../images/style/back.gif) repeat-x;
	text-align: center;
	margin: 0 auto;
	}
#wrap {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
#header {
	margin: 0 auto;
	width: 980px;
	height: 167px;
	background: url('../images/style/banner02.jpg') 177px 30px no-repeat;
	}

	#header h1 a {
		height: 167px;
		float: left;
		width: 177px;
		display: block;
		overflow: hidden;
		text-indent: -5000px;
		background: url('../images/style/logo.jpg') left no-repeat;
		}



/* System Navigation - print search etc....
==============================================================================*/

#system {
	float: right;
	padding: 0;
	margin: 0;
	width: 803px;
	height: 30px;
	background: url('../images/style/system_nav02.jpg') right no-repeat;
	}

	#system li {
		float: right;
		padding: 0 17px 0 0;
		margin: 0;
		background: none;
		}
		
	#system a {
		color: black;
		font-weight: bold;
		line-height: 30px;
		}
		
		#system a:hover {
			color: #de2f2a;
			}


/* Main Navigation
==============================================================================*/

#nav {
	float: right;
	padding: 0;
	margin: 107px 0 0 0;
	width: 803px;
	height: 30px;
	}

	#nav li {
		float: left;
		padding: 0 0 0 17px;
		margin: 0;
		background: none;
		}
		
	#nav a {
		color: white;
		font-weight: bold;
		line-height: 30px;
		}
		
		#nav a:hover {
			color: #de2f2a;
			}


/* Breadcrumb setup
==============================================================================*/	

#breadcrumb {
	clear: both;
	text-align: left;
	width: 980px;
	height: 40px;
	margin: 0;
	padding-left: 27px;
	}
	
	#breadcrumb p, #breadcrumb a{
		color: white;
		line-height: 30px;
		background: #de2f2a;
		height: 30px;
		padding: 0;
		}
		
		#breadcrumb a:hover {
			color: black;
			}



/* Main Content Layout
==============================================================================*/


#main, #mainfull {
	width: 946px;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	background: url('../images/style/back_content.gif') center repeat-y;
	text-align: left;
	height: 100%;
	}
	
#mainfull {
	background: url('../images/style/back_content02.gif') center repeat-y;
	}
	
#right {
	width: 776px;
	padding: 0;
	float: right;
	}
	
#maincontent {
	width: 776px;
	text-align: left;
	}
	
	.selection {
		height: 310px;
		color: white;
		background: white;
		}
		
		.selection img {
			height: 190px;
			width: 258px;
			}
		
		.selection h2 {
			color: white;
			background: url('../images/style/arrow_white.gif') 10px no-repeat;
			padding-left: 30px;
			}
			
		.selection p, .selection a {
			color: white;
			}
	
			.selection01, .selection02, .selection03 {
				float: left;
				width: 258px;
				height: 300px;
				padding: 0;
				margin: 0;
				text-align: left;
				border-right: 1px solid white;
				}
				
			.selection01 img, .selection02 img, .selection03 img {
				height: 190px;
				width: 258px;
				}
				
			.selection01 {
				background: #ff0700;
				}
				
			.selection02 {
				background: #145a91;
				}
				
				.selection01 a:hover, .selection02 a:hover{
					color: black;
					}
				
			.selection03 {
				background: #b4e006;
				border-right: none;
				}
				
				.selection03 p, .selection03 h2, .selection03 a{
					color: black;
					}
					
				.selection03 a:hover{
					color: white;
					}
					
				.selection03 h2 {
					background: url('../images/style/arrow_black.gif') 10px no-repeat;
					}
					
	#content, #contentfull {
		padding: 0;
		margin: 0;
		text-align: left;
		background: #f7f7f7;
		overflow: hidden;
		}
		
	#content {
		width: 508px;
		}
		
	#contentfull {
		width: 776px;
		}
				
		#content ul, #contentfull ul { 
			margin: 0; 
			padding: 0 0 10px 0; 
			list-style: none;
			}
			
		#content a, #contentfull a { 
			color: black;
			font-weight: bold;
			}
			
		#content a:hover, #contentfull a:hover { 
			color: #de2f2a;
			}
		
		#content li, #contentfull li {
			font-size: 100%; 
			background: url("../images/style/bullets.gif") no-repeat 9px 12px; 
			margin: 0; 
			padding: 10px 10px 5px 30px; 
			}
			
		#content li p, #contentfull li p{
			margin: 0; 
			padding-right: 0;
			padding-left: 0;
			padding-top: 0; 
			}
			
		#content li h3, #contentfull li h3{
			margin: 0 0 10px 0; 
			}
			
		#content li img, #contentfull li img{
			border: none;
			margin: 0;
			}
		
		#content h2, #contentfull h2 {
			color: #5e1411;
			background: url('../images/style/arrow_red.gif') 10px no-repeat;
			padding-left: 30px;
			}
			
		#content img, #contentfull img { 
			border: 1px solid black;
			margin: 10px;
			}
		#content img.noborder, #contentfull img.noborder {
			border: 0; 
			}
		
		#latestnews {
			float: right;
			padding: 0;
			margin: 0 auto;
			width: 258px;
			background: #de2f2a;
			color: white;
			text-align: left;
			}
			
			#latestnews h2 {
				color: white;
				background: url('../images/style/arrow_white.gif') 10px no-repeat;
				padding-left: 30px;
				}
			
			#latestnews p {
				color: black;
				}
				
			#latestnews a {
				color: white;
				font-weight: bold;
				line-height: 15px;
				}	
				
			.area {
				background: #f7f7f7;
				}		



/* Leftside Column
==============================================================================*/

	
#left {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 100%;
	text-align: left;
	}

#leftside {
	color: white;
	margin: 0;
	text-align: left;
	padding: 0;
	width: 160px;
	overflow: hidden;
	word-wrap: break-word;
	}
	#leftside h2 {
		background: url('../images/style/arrow_white.gif') 10px no-repeat;
		padding-left: 30px;
		}
	#leftside p {
		color: white;
		}	
	#leftside a {
		color: white;
		line-height: 15px;
		font-weight: bold;
		}
	#leftside a:hover {
		color: black;
		}		


	


/* page footer
==============================================================================*/

#footer {
	border-top: 2px solid #5e1411;
	clear: both;
	margin: 30px auto;
	width: 926px;
	height: 35px;
	padding: 0px 10px;
	}
	
	#footer li {
		padding: 0;
		margin: 0 0 0 10px;
		float: right;
		background: none;
		overflow: hidden;
		}	

#footer .right {
	float: right;
	text-align: right;
	width: 400px;
	padding: 10px 0 0 0;
	}

#footer .left {
	float: left;
	width: 400px;
	text-align: left;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: left;
	color: black;
	}

#footer a {
	color: #de2f2a;
	font-weight: bold;
	}

#footer a:hover {
	color: black;
	}