/*Validated CSS 2.1*/

body {
	font: 100% arial, Helvetica, "sans serif";
	background: #b4a475;
	margin: 0;
}

strong {
	font-weight: bold;
	color: #b40404;
}

p {
	text-align: left;
}

h1 {
	font-weight: bold;
	font-size: 1.375em;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #b40404;
	margin-bottom: .3em;
}

h3 {
	font-size: 1em;
	border-bottom: #b40404 1px solid;
	padding-bottom: 2px;
}

table {
	width: 550px;
	table-layout: fixed;
	text-align: left;
}

.tablefont{
font-size:x-small;
}

td {
	padding: 0 5px 10px 5px;
}

.clearer {
	clear: both;
}

/*------Splash Page------*/

#splash {
	position: relative;
	width: 800px;
    margin: 2em auto;
    padding: 1.5em 0;
	background: url(images/front/blackstripe.gif);
}

#sannounce {
	background: #fff;
	padding: 1px 10px;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	color: #b40404;
}

#sannounce a {
	color: #b40404;
}

#login {
	position: absolute;
	top: 1px;
	right: 3px;
}

#sncontent {
	background: #fff;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	text-align: center;
}

#sncontent h1 {
	font-size: .85em;
	margin: 10px;
	padding: 0;
}

#buckets {
	width: 100%;
	margin:20px 0 0 26px;
	padding: 0 1px;
}

#buckets li {
	margin: 0;
	padding: 0 8px 0 0;
	list-style-type: none;
	float: left;
	width: 243px;
}

#buckets li h2 {
	background: url(images/front/redline.gif) #fff no-repeat top left;
	height: 37px;
}

#buckets li h2 a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 10px 0 0 0;
}

#snnav {
	height: 19px;
	width: 100%;
	background: #000 url(images/navbk.gif);
	font-size: .8em;
	color: #999;
}

#snnav a {
	color: #fff;
	text-decoration: none;
}

#snnav a:hover {
	color: #ca0000;
}

/*------Main Template------*/

#container {
	position: relative;
	background: #fff url(images/mainbkg.gif) repeat-y;
	margin: auto;
	padding: 0;
	width: 810px;
}

#header {
	position: relative;
	left: 5px;
	height: 96px;
}

#topnav {
	position: relative;
	left: 5px;
	height: 19px;
	width: 800px;
	text-align: center;
	background: #000 url(images/navbk.gif);
	font-size: .75em;
	color: #999;
}

#topnav a {
	color: #fff;
	text-decoration: none;
}

#topnav a:hover {
	color: #ca0000;
}

#topnav .here {
	font-weight: bold;
	color: #ca0000;
}

#nav {
	float: left;
	width: 180px;
	padding: 2em 0;
	font-weight: bold;
	font-size: .75em;
	margin-left: 2px;
}

#nav img {
	padding-left: 1em;
}

#nav ul {
	list-style-type: none;
	border-top: 1px solid #000;
	margin: 0;
	padding: 3px;
}

#nav li {
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 3px;
}

#nav li.submenu {
	background: white url(images/closed.gif) no-repeat left 1px;
	cursor: pointer !important;
}

#nav li.submenu ul {
	display: none;
}

#nav .submenu ul li {
	cursor: default;
}

#nav a {
	color: #000;
	text-decoration: none;
}

#nav ul a:hover, #nav a.here {
	border-bottom: #b40404 1px solid;
}

#content {
	padding: 1px 2em 1em 40px;
	margin-left: 180px;
	font-size: .875em;
}

#content ul {
	margin-top: 0;
}

#content a {
	color: #b40404;
}

#content .note {
	font-size: .825em;
	font-weight: bold;
	color: #b40404;
}

#content .right {
	float: right;
	padding-left: 10px;
}

#content .left {
	float: left;
	padding-right: 10px;
}

#content .center {
	text-align: center;
}

#content .clear {
	clear: both;
}

#sitemap ul {
	list-style-type: none;
	font-size: .95em;
	margin: 0;
	padding: 3px;
}

#sitemap li {
	list-style-type: none;
	padding-left: .3em;
}

#sitemap a {
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	font-size: .7em;
	font-weight: bold;
	text-align: right;
	padding: 2px 1em 10px 0;
	background: url(images/bottom.gif) bottom no-repeat;
}

#footer a {
	color: #000;
}
#servicebuckets {
	width: auto;
	word-spacing: normal;
	vertical-align: text-top;
}

#servicebuckets li {
	margin: 0;
}

#servicebuckets li h2 {
	background: url(images/front/redline.gif) #fff no-repeat top left;
	height: 37px;
}

#servicebuckets li h2 a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 10px 0 0 0;
}

