@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
padding-left: 10px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#container {
	background-image: url(../images/mainbg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 290px;
}
#subcontainer {
	width: 947px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/logobg.png);
	background-repeat: no-repeat;
	height: 106px;
	width: 947px;
}
#saf{
	height: 95px;
	width: 250px;
	margin-left: 690px;
	color: #FFFFFF;
}

/* navigation menu start */
#nav {
	font-size:12px;
	font-weight:bold;
	background-image: url(../images/navbg.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 947px;
	display:table-cell;
}
#navlist {
	margin: 0;
	padding: 0;
	padding-top:2px;
	height: 1em; 
}
#navlist ul {
	margin:auto;
	line-height:25px;
	width:785px;
	*padding-left:33px;
}
#navlist li {
	list-style: none;
	float: left; 
	border-left-color:#000000;
	border-left-width:1px;
	border-left-style:solid;
}
#active {
	border-right-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
}
#navlist li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	text-decoration: none; 
	line-height:21px;
}
#navlist li a:hover {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
	text-decoration: none; 
}
#navlist li ul {
	display: none;
	width: 10em; /* Width to help Opera out */
	background-color: #000000;
}
#navlist li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
	width:auto;
}
#navlist li:hover li {
	float: none; 
}
#navlist li:hover li a {
	background-color: #000000;
	color: #fff; 
}
#navlist li li a:hover {
	background-color: #000000; 
	color:#999999;
}
/* navigation menu end */


#content {
	width: 947px;
}
#copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	width: 630px;
	float: left;
}

#copy-nosb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	width: 947px;
	float: left;
}

#listbox-lft {
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	float: left;
	vertical-align: top;
}

#listbox-rt {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 260px;
	width: 660px;
	float: rt;
	vertical-align: top;
}

#listbox-rtimg {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 260px;
	width: 560px;
	float: rt;
	vertical-align: top;
}


#feature {
	font-family: Arial, Helvetica, sans-serif;
	width: 289px;
	float: right;
}
#sdftrhdr {
	background-image: url(../images/ftrhdrbg.png);
	background-repeat: no-repeat;
	height: 35px;
		width: 289px;
}
#sdftrcopy {
	width: 282px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#ffffff;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 12px;
	color: #000000;
	padding-right: 0px;
	padding-left: 5px;
}
#ftrtitle{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height: 20px;
	width: 274px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
ul {
	list-style-type: square;
	color: #000000;
}
li {
	padding: 2px;
	list-style-image: url(../images/custombullet.png);
	list-style-position: outside;
}



#footer {
	width: 947px;
	clear: both;
	text-align: center;
	font-size: 11px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #cc9900;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #cc9900;
}
.black {color: #000000;
}
.indent{
	padding-left: 10px;
}
.saf {font-size:20px;
font-weight:bold;
}
.ips {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}



/* footer nav links */
#footer a:link {
	font-size: 11px;
	text-decoration: underline;
}
#footer a:hover {
	font-size: 11px;
	text-decoration: overline;
}
#footer a:visited {
	font-size: 11px;
	text-decoration: underline;
}

/* honeypot */
.nickname {
    visibility: hidden;
}

#splash{
	background-image: url(../images/frontpageimg.png);
	background-repeat: no-repeat;
	height: 700px;

}

#signpost {
	position: relative;
	top: 95px;
	left: -55px;
}
