/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; /* Causing issue with  jPicker */
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* misc */

.wrapper {
	margin: 0 auto;
	width: 1000px;
	clear: both;
}

.headerWrapper {
	margin: 0 auto;
	width: 1100px;
}

.clear {
	clear: both;
}

a img {
	border: none;
}

/* ------------------------------------------------------------------------------
	G E N E R A L
--------------------------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* links */
a:link, a:visited {
	text-decoration: none;
	font-size: 11px;
	color: #0055a5;
}

a:hover {
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #555;
}

h1 {
	font-size: 3.7em;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	font-size: 2.8em;
	font-weight: normal;
}

h3 {
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -0.5px;
	padding-top: 15px;
}

h4 {
	font-size: 1.5em;
}

/* lists */
ol {
	list-style: decimal;
}

dt {
	font-weight: bold;
	color: #1980AF;
}

dd {
	padding-left: 20px;
}

p, dl {
	margin: 10px 25px;
}

/* images */

code {
	margin: 3px 0;
	padding: 20px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace; /* white-space: pre; */
	border: 1px solid #F0F0F0;
	background: #F8F8F8;
	color: #555;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #777;
}

blockquote {
	margin: 10px 25px;
	padding: 10px 20px 10px 32px;
	border: 1px solid #F0F0F0;
	background: #f8f8f8 url(../images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #555;
}

strong {
	font-weight: bold;
}

/* table */
table {
	border-collapse: collapse;
	margin: 10px 25px;
}

tr {
	background: #FFF;
}
/* Caussing Issue with jPicker */
th, td {
	text-align: left;
	border-width: 1px;
	border-style: solid;
}

th {
	padding: .8em 1em;
	background: #0054a4;
	border-color: #308aba #308aba #246f97 #308aba;
	color: #fff;
	font-weight: bold;
}

td {
	border-color: #e9e9e9;
	padding: .7em 1em;
}
/* End Section */

/* form elements */
form {
	margin: 10px 25px 10px 25px;
	padding: 10px 25px 25px 25px;
	background: #E1E0DC;
	border: 1px solid #E2E4E7;
}

#logon {
	float: left;
}

#signup {
	float: left;
}

#logon p {
	color: #fff !important;
}

#signup p {
	color: #fff !important;
}

#logon form {
	margin: 10px 5px 10px 25px;
	padding: 10px 5px 25px 35px;
	width: 420px;
	min-height: 330px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-color: #A19E98;
}

#logon a:link, #logon a:visited {
	color: #fff;
}

#forgotPassword {
	width: 700px;
	padding: 10px 15px 10px 25px;
	background-color: #E1E0DC;
}

	#forgotPassword form {
		display: block;
		padding: 10px 5px 50px 35px;
		width: 600px;
		height: 300px;
		background-color: #A19E98;
		text-align: left;
	}

	#forgotPassword legend {
		color: #FFFFFF;
	}

	#forgotPassword p {
		color: #FFFFFF !important;
	}

#signup form {
	margin: 10px 10px 10px 15px;
	padding: 10px 25px 25px 15px;
	width: 425px;
	min-height: 330px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-color: #A19E98;
}

#register {
	padding-top: 10px;
	padding-bottom: 10px;
}

	#register form {
		margin: 0px 25px 0px 25px;
		padding: 10px 25px 25px 35px;
		background-color: #A19E98;
	}

		#register form p {
			padding: 3px 0 5px 0;
			margin: 0;
			color: #fff;
			clear: both;
		}

	#register label {
		width: 150px;
		text-align: right;
		font-weight: bold;
		color: #000;
		margin-right: 6px;
		float: left;
	}

form p {
	padding: 3px 0 5px 0;
	margin: 0;
	color: #fff;
	clear: both;
}

form legend {
	color: #fff;
}

#logon label {
	width: 150px;
	text-align: left;
	font-weight: bold;
	color: #000;
	margin-right: 6px;
	float: left;
}

#logon input, select, textarea {
	margin: 5px 0;
	width: 300px;
	padding: 7px 6px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4;
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

#index .button {
	width: 120px;
	color: #FFF;
	text-transform: uppercase;
	background: #0053A0;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	font: bold 12px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

#logon .button {
	text-transform: uppercase;
	color: #FFF;
	background: #0053A0;
	width: 312px;
}

#forgotPassword .button {
	width: 120px;
	color: #FFF;
	text-transform: uppercase;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	font: bold 12px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

label {
	width: 150px; /* Causing issue with jPicker */
	text-align: right;
	font-weight: bold;
	color: #666666;
	margin-right: 6px;
	float: left;
}

#signup label {
	width: 150px;
	color: #000;
	vertical-align: middle;
	padding: 10px 3px;
}

#forgotPassword label {
	width: 150px;
	color: #000;
	vertical-align: middle;
	padding: 10px 3px 0px 75px;
}

.fileUpload {
	color: #666666;
	float: left;
	font-weight: bold;
	margin-right: 6px;
	text-align: center;
	margin-top: 5px;
	padding: 4px 2px 4px 2px;
	width: 150px;
	border-width: 2px;
	border-style: solid;
}

.manageLogo {
	color: #666666;
	float: left;
	font-weight: bold;
	margin-right: 6px;
	text-align: center;
	margin-top: 5px;
	padding: 4px 2px 4px 2px;
	width: 75px;
	border-width: 2px;
	border-style: solid;
}

.logoInput {
	visibility: hidden;
}

input, select, textarea {
	margin: 5px 0;
	width: 150px;
	padding: 7px 6px;
	color: #6a6969;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
	font: 11px 'lucida grande', verdana, helvetica, sans-serif;
}
	/* End Section */
	input:focus, select:focus, textarea:focus {
		color: #19465D;
		background: #EEF8FB;
	}

#editFields input {
	/* margin: 1px 1px; */
}

.long-input {
	width: 275px;
}

#editFields label {
	width: 180px;
	margin-top: 5px;
	padding: 7px 3px;
}

.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	width: 75px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background: #0055a5;
	border-width: 1px;
	border-style: solid;
	border-color: #86BBDF #245F86 #245F86 #86BBDF;
	cursor: pointer;
}

legend {
	font: bold 1em/1.5em 'lucida grande', 'lucida sans unicode', geneva, verdana, sans-serif;
	color: #555;
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -0.5px;
}


/* ------------------------------------------------------------------------------
	L A Y O U T
--------------------------------------------------------------------------------- */

#header {
	margin: 8px 0;
	display: block;
	position: relative;
}

	#header h1 {
		float: left;
	}

#logo {
	float: right;
	font: bold 1em/1.5em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #555;
	font-size: 2.8em;
	font-weight: normal;
}

	#logo img {
		margin-bottom: -3px;
		width: 100%;
		height: auto;
		max-width: 250px;
	}

#menu {
	padding-top: 7px;
	float: left;
}

#status {
	float: left;
	color: White;
	height: 26px;
	padding-top: 13px;
}

	#status a {
		color: White;
	}

#navbar {
	background-color: #0053A0;
	width: 100%;
	height: 39px;
}

	#navbar .button {
		height: 20px;
		width: auto;
		float: left;
		margin-left: 30px;
	}

		#navbar .button a {
			color: #FFF;
			text-transform: uppercase;
			padding: 5px 15px;
			font: bold 12px 'Lucida Grande', Verdana, Helvetica, sans-serif;
		}

	#navbar ul li {
		float: left;
		padding: 0 30px;
		font-weight: bold;
	}

		#navbar ul li a {
			color: #fff;
			font-size: 13px;
		}

			#navbar ul li a:hover, #navbar ul li a.active {
				color: #eeb50d;
			}

#nav {
	background-color: #0053A0;
	width: 100%;
	height: 39px;
}

	#nav ul li {
		float: left;
		background: url(images/nav-line.png) left center no-repeat;
		height: 38px;
		padding: 0 30px;
		line-height: 39px;
		font-weight: bold;
	}

		#nav ul li a {
			color: #fff;
			font-size: 13px;
		}

			#nav ul li a:hover, #nav ul li a.active {
				color: #eeb50d;
			}

#upperLeftBody .careButton {
	margin: 8px;
}

#generalBenefit {
	/*background: url(images/blue_background.png) no-repeat; */
	margin-top: 0px;
	height: 100%;
	width: 100%;
}

#careGuide {
	/* background: url(images/red_background.png) left no-repeat; */
	height: 100%;
	width: 100%;
}

#realTimeSolution {
	/* background: url(images/red_background.png) left no-repeat; */
	height: 100%;
	width: 100%;
}

.buttonRowShort {
	margin-top: 20px;
	height: 60px;
	padding: 0 10px 5px 50px;
}

.buttonRowLong {
	margin-top: 20px;
	height: 60px;
	padding: 0 10px 5px 2px;
}

#lowerBody img {
	padding: 5px;
}
/* original style pages */
#body-content {
	margin-top: 20px;
	padding: 0 25px;
	color: #909090;
}

	#body-content h2 {
		font-size: 24px;
		color: #0f3c6e;
	}

	#body-content p img {
		float: left;
		padding-right: 8px;
		padding-bottom: 8px;
	}

	#body-content p {
		line-height: 22px;
	}

/* revised style (May-2012) pages, dark background white text */
#body-content-new h2 {
	font-size: 28px;
	color: #fff;
}

#body-content-new p {
	line-height: 22px;
	color: #fff;
}

#index #footer {
	background: #E1E0DC;
	width: 100%;
	margin-top: 20px;
	padding-top: 4px;
}

	#index #footer ul li {
		float: none;
		text-align: center;
		padding-right: 12px;
		color: #ffffff;
	}

	#index #footer a {
		color: #ffffff;
	}

#footer {
	width: 100%;
	margin-top: 20px;
	padding-top: 4px;
}

	#footer a {
		color: #ffffff;
	}

	#footer span {
		color: #d19f0a;
	}

	#footer ul {
		padding-bottom: 20px;
	}

		#footer ul li {
			float: left;
			padding-right: 12px;
			color: #ffffff;
			line-height: 20px;
		}


/*-- pages --*/

#index {
	background: #E1E0DC;
}

	#index a:link, #index a:visited {
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}

#logonHeader {
	height: 154px;
	background: url(images/logontop.png) repeat;
	text-align: center;
}

	#logonHeader h1 {
		color: White;
	}


#specialLogons {
	clear: left;
	width: 1000px;
}

	#specialLogons form {
		background: #A19E98;
		margin-right: 30px;
	}

	#specialLogons p {
		text-align: center;
	}

	#specialLogons legend {
		width: 100%;
		text-align: center;
	}

#site {
	float: left;
	width: 330px;
}

	#site h3 {
		font-size: 14pt;
	}


	#site ul {
		list-style: disc;
	}

	#site li a {
		font-size: 12pt;
	}

		#site li a:hover {
			text-decoration: underline;
		}

.agree {
	font-weight: bold;
	font-size: 12pt;
}

	.agree input {
		margin: 4px;
		padding: 0;
		border: 0;
		width: auto;
	}

p.instructions {
	text-align: center;
	color: #0055a5;
	font-weight: bold;
}

.display-field {
	display: inline;
	margin-right: 6px;
}

.display-label {
	line-height: normal;
	display: inline;
	font-weight: bold;
	margin-right: 6px;
}

/* ------------------------------------------------------------------------------
	Admin pages only
--------------------------------------------------------------------------------- */
/* links */
#Admin a:link, #Admin a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #0055a5;
}

#Admin label {
	width: 200px;
}

#Admin select {
	width: auto;
}

.fields label {
	float: none;
}

#Admin input[type="checkbox"] {
	width: auto;
}

/* Email Message */
#email {
	margin-top: 0px;
	font-weight: bold;
	color: black;
	text-align: center;
}
