/* CSS Document */

body {
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-x;
	background-color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#343434;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

img {
	border: 0px;
}

p {
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
}

li {
	list-style-image: url(images/bullet.gif);
	font-size:11px;
}

#navbg {
	background-image: url(images/navbg.gif);
	background-repeat: repeat-x;
}

.top,
.topfirst,
.tophow,
.topmy,
.topsign {
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
}

.sublist {
	margin-left: 10px;
}

#header {
	padding: 10px;
}

#navwrap {
	position: relative;
	z-index: 100;
}

#nav, 
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	position: absolute;
	z-index: 9000;
}

#nav a {
	display: block;
	text-align: center;;
	border-right: 1px solid #d2d2d2;
	background-image: url(images/navbg.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	list-style: none;
	color: white;
}

#nav a:hover {
	background-image: url(images/navbg-over.gif);
	background-repeat: repeat-x;
	color: white;
}

#nav li li a {
	text-align: left;
	width: 100px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #3C7893;
	background-image: none;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

#nav li li a:hover {
	background-color: #8EB275;
	background-image: none;
	color: #ffffff;
}

#nav li {
	float: left;
	list-style: none;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 500;
	margin-left: -1px;
}

#nav li:hover ul {
	left: auto;
}

#nav li ul li {
	width: 10em;
	text-align: left;
}

#nav li:hover ul, 
#nav li.sfhover ul {
	left: auto;
}

.topback {
background:url(images/consumer.gif);}

.content {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	background-color: white;
}

.underline {
	border-bottom: 1px solid white;
	margin-left: 10px;
	width: 160px;
}

#flash {
	padding-left: 10px;
}

#flashwrap {
	position: absolute;
	z-index: 10;
}

#login {
	background-image: url(images/loginbg.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top center;
	overflow: visible;
}

#loginhdr {
	padding-left: 5px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
}

#loginhdr img {
	border: 0px;
}

.useridpass {
	color: white;
	font-size: 11px;
	padding-left: 20px;
	padding-top: 5px;
	width: 100%;
}

.textfield {
	padding-left: 20px;
}

.textfield input {
	border: 1px solid #999;
	background-image: url(images/login-txt-field.gif);
	font-size: 14px;
	padding-left: 3px;
	color: #837228;
}

#loginbutton {
	padding-left: 110px;
}

#loginbutton input {
	background-image: url(images/login-btn.gif);
	width: 69px;
	height: 30px;
	border: 0px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 10px;
}

#trouble,
#trouble a,
#trouble a:visited {
	color: #a48f32;
	font-size: 12px;
	text-align: center;
	padding-top: 2px;
	text-decoration: none;
}

#trouble a:hover {
	text-decoration: underline;
}

#question {
	margin-left: 8px;
}

#message {
	padding-left: 10px;
	padding-right: 10px;
}

#cred {
	color: #4d4c4c;
	font-weight: bold;
}

#ex {
	color: #a18930;
	font-weight: bold;
}

.title {
	font-size: 20px;
}

.subtitle {
	font-weight:bold;
	font-size: 14px;
	color: #0e516b;
}

#footerimage {
	background-image: url(images/contentbottom.gif);
	background-repeat: no-repeat;
	background-color: white;
	background-position: right -1px;
}

#footer {
	width: 100%;
	text-align: center;
	color: #387490;
	font-size: 11px;
}

#footer a,
#footer a:visited {
	color: #a48f32;
	text-decoration: none;
}

#footer a:hover {
	color: #6b9549;
	text-decoration: underline;
}

a:link,
a:visited {
	color: #a48f32;
	text-decoration: none;
}

a:hover {
	color: #6b9549;
	text-decoration: underline;
}

.form1 {background-color:#BADBE9;padding-top:3px;padding-bottom:3px;padding-left:10px;}

.form2 {
border:solid 1px;border-color:#FF0000;padding-top:3px;padding-bottom:3px;padding-left:10px;}

.input2 { 
 background-color: #196382; color:white;
}

input,
textarea {background-image:url(images/shadow.gif);}

select { 
 background-color: #edf5e9;  
}

fieldset {
  padding: 1em;
}

legend {
  padding: 0.2em 0.5em;
  font-size:14;
  font-weight:bold;
  text-align:center;
}

