/* site specific styles */

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

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

#header {
	background-image:url(../images/top-redcar-cleveland.gif);
	background-color:#5C91D1;
}

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

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

#nav li a {
	color:#C9E2FF;
}

#subnav li a {
	color:#5C91D1;
}

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

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

label.checked { color:#007070 }