/* site specific styles */

a:link, a:visited {
	color:#DC6D09;
}

#title-welcome {
	background-image:url(../images/title-middlesbrough.gif);
}

#header {
	background-image:url(../images/top-middlesbrough.gif);
	background-color:#C66208;
}

#main {
	background-image:url(../images/middle-middlesbrough.gif);
}

#footer {
	background-image:url(../images/bottom-middlesbrough.gif);
}

#nav li a {
	color:#FFE2A8;
}

#subnav li a {
	color:#DC6D09;
}

input:focus, select:focus, textarea:focus {
	border-color: #DC6D09;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus  {
	color:#DC6D09;
}

label.checked { color:#DC6D09 }