/* site specific styles */

a:link, a:visited {
	color:#6b9204;
}
a:hover { color:#000; }

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

#header {
	background-image:url(../images/top-stc_norfolk.gif);
	background-color:#6b9204;
}

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

#footer {
	padding-bottom:50px;
	background-image:url(../images/bottom-stc_norfolk.gif);
}

#nav li a {
	color:#fff;
}

#nav li a.active_nav, #nav li a:hover {
	color:#000;
}

#subnav li a {
	color:#666;
}

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

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

label.checked { color:#f60 }