/* site specific styles */

a, h1, h2, h3, h4 {
	color:#9a0000;
}

a:hover { color:#000; }

#title-welcome {
	margin-top:0;
	background-image:url(../images/title-spt.gif);
}

#header {
	background:url(../images/spt_icons3.png) top left no-repeat #fff;
}

#nav {
	padding-top:70px;
}

#main {
	/* background-image:url(../images/middle-spt.gif); */
	background-image:none;
	border-top:1px solid #ccc;
}

#footer {
	/* background-image:url(../images/bottom-spt.gif); */
	background-image:none;
	background-color:#15619F;
	height:auto;
}

#footer p {
	padding:1em 0;
	color:#ccc;
}

#footer img { vertical-align:middle }

#footer a { color:#fff }

#frame {
	border:1px solid #999;
}

#nav li a {
	color:#9a0000;
}

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

#subnav li a {
	color:#B94356;
}

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

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

label.checked { color:#6D2731 }

#content {
	/* padding-top:0; */
	padding-bottom:20px;
}

#home #content h2 {
	padding-top:5px;
}