/* benefits-content is main content div within iBenefits site */
#benefits-content {
	/* margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px; 
	color: #000000;
	margin: 1em 0 0 0;
	padding: 1em;
	text-align: justify; */
}

#benefits-content a, #benefits-content a:active, #benefits-content a:visited {
	color: #667234;
	text-decoration: underline;
}

#benefits-content a:hover {
	color: #777;
	text-decoration: none;
}

#benefits-content p {
	margin: 1em 0 0 0;
}

#benefits-content h3 {
	margin: 0;
}

#benefits-content strong {
	font-weight: bold;
}

#benefits-content input,textarea,select {
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
}

#benefits-content label {
	font-size: 12px;
	font-weight: bold;
}

#benefits-content fieldset {
	border: 0;
	margin-left: 20px;
	padding: 0;
}

#benefits-content legend {
	display: none;
}

#benefits-content .button {
	background-color: #eee;
	border: 1px solid #eee;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	font-weight: normal; 
	margin-top: 5px;
	padding: 2px;
}

#benefits-content .error {
	color: #f00;
	text-decoration: none;
	margin: 10px 0 10px 0;
	padding: 0;
}

#benefits-content .int-doc:last{
}
#benefits-content .int-doc a{
}
#benefits-content p.int-doc img{
	float:left;
	margin-top:-5px;
	margin-right:5px;
}
hr.dashed {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	border-top: 0px dashed #8d9258;
	border-bottom: 1px dashed #8d9258;
	background-color: #fff;
}
.client-logo {
	float: right;
	margin-left: 25px;
	margin-bottom:10px;
}

/* Top Links */
div#topnav_links {
	float: right;
	font-size: 10px;
	text-align: right;
}

div#topnav_links a, div#topnav_links a:link, div#topnav_links a:visited {
	color: #667234;
	text-decoration: none;
}

div#topnav_links a:hover {
	color: #aaa;
	text-decoration: underline;
}


/* Breadcrumb */
#breadcrumb {
	padding:0;
	clear: left;
	font-weight: bold;
	font-size: 80%;
	width: 100%;
}

#breadcrumb a {
	font-weight: normal;
	text-decoration: underline;
	color: #667234;
}

#breadcrumb a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #667234;
}

#breadcrumb a:hover {
	font-weight: normal;
	color: #aaa;
	text-decoration: none;
}

hr.breadcrumbhr {
	width: 100%;
	height: 1px;
	border-top: 0px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #fff;
}

/* Home content floating column */
#home-content {
	float: left;
}

/* Home contact info floating column */
#home-contact {
	float: left;
	text-align: left;
	line-height: normal;
	margin-left: 15px;
}
#home-contact h3 {
	font-size: 12px;
	font-weight: bold;
}
#home-contact p {
	font-size: 10px;
}

/* Dynamic content on various pages */
#dbcontent {
	font-size: 90%;
}

#dbcontent h4 {
	font-weight: bold;
	margin-top: 25px;
	padding: 0;
}

#dbcontent em {
	font-weight: normal;
	font-style: oblique;
}

#dbcontent ul li {
	font-size: 10px;
	margin-left: 30px;
	padding: 0;
	margin-top: -10px;
}

#loginForm form {
	padding: 0;
	margin: 0;
}

#loginForm fieldset {
	padding: 0;
	margin: 0;
}

#loginForm input {
	padding: 5px;
}

#loginForm label {
	float: left;
	margin-right: 7px;
	margin-top: 7px;
}

#loginForm .button {
	margin-left: 73px;
	border: 1px solid #000;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}
