/** CSS 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** Basic Layout Structure **/
body {
	text-align: center;
	margin: .5em;
	padding: 0em;
	color: #676767;
    background: rgb(142, 179, 246) url('../images/bg3.gif') repeat-x top left;
	font-family: verdana;
}

#mainarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: auto;
	width: 900px;
	min-height: 535px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#topcorners{
	height: 25px;
	position: relative;
	width: 900px;
}

#topcorners div {
	height: 25px;
}

#bottomcorners{
	height: 25px;
	clear:both;
	width: 900px;
	margin: auto;
}

#bottomcorners div {
	height: 25px;
}

.clear {
	clear: both;
}

#content h1.employee {
	font-size: 16px;
	color: #336699;
	font-style: normal;
	font-weight: normal;
	font-family: verdana;
}
/* Popup feature */
#overlay {
	position: fixed;
	width:  100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000000;
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=75);
	z-index: 500;
	display: none;
}
#popup-container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 501;
	display: none;
}
#popup {
	margin: 10px auto 0px auto;
	padding: 10px;
	position: relative;
	width: 500px;
	height: 300px;
	background-color: #FFFFFF;
	line-height: 18px;
}
#popup ul li {
	margin: 0px 0px 10px 20px;
	list-style: circle;
}
#popup ol li {
	margin: 0px 0px 10px 20px;
}
#popup h3 {
	color: #BC1C62;
	font-size: 16px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #BC1C62;
	margin: 0px 0px 5px 0px;
}

#popup p {
	text-align: justify;
	margin: 0px 0px 10px 0px;
}
#popup .popup img {
	float: right;
	margin: -13px 0px 0px 10px;
}
#popup .popup
{
	margin: 10px 10px 10px 10px;
	height: 280px;
	overflow: auto;
	text-align: left;
	display: none;
}
#close {
	position: absolute;
	bottom: -20px;
	right: 5px; 
}
#close a {
	font-size: 15px;
	font-family: verdana;
	color: #FFFFFF;
}
#close img {
	margin-bottom: -2px;
}
p {
	line-height: 18px;
}
p.no-flash {
    text-align: center;
    color: #561627;
}
p.no-flash, p.no-flash a {
    font-size: 10px;
    font-weight: bold;
}

#logo_words {
    position: absolute;
    height: 53px;
    width: 500px;
    left:  120px;
    top: 2px;
    
}

/* Homepage Image Box */
#homepageBox {
	height: 470px;
}
#flashcontainer {
	width: 450px;
	height: 190px;
	position: relative;
	float: left;
	margin: 0px 10px 0px 0px;
}
.left {
	float: left;
	width: 370px;
}
.homepage-content {
	margin: 10px 0px 0px 0px;
}

.homepage-content p {
	margin: 0px 0px 10px 0px;
}
p.homepage_text
{
	margin-top: 20px;
}
/* Menu Styles */
#content #menu a {
	text-transform: capitalize;
	color: #FFFFFF;
	letter-spacing: 0px;
}
#menu {
	position: relative;
	width: 860px;
	height: 35px;
	margin: 0px auto 12px auto;
	z-index: 100;
}

#menu ul#makeassignment {
	width: 250px;
}

.tr, .tl, .br, .bl {
	width: 8px;
	height: 8px;
	background-color: transparent;
	position: absolute;
	z-index: 50;
}
.tr {
    background-image: url('../images/tr.png');
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
}
.tl {
    background-image: url('../images/tl.png');
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
}
.br {
    background-image: url('../images/br.png');
	background-repeat: no-repeat;
	bottom: 0px;
	right: 0px;
}
.bl {
    background-image: url('../images/bl.png');
	background-repeat: no-repeat;
	bottom: 0px;
	left: 0px;
}

#menu ul li a { 
    display: block;
    height: 35px;
    line-height: 33px;
    padding: 0px 20px 0px 20px;
    background: #3f67b0 url(../images/menuBG.jpg) repeat-x scroll top left;
}

#menu ul li:hover a {
    background: #3f67b0 url(../images/menuBG.jpg) repeat-x scroll bottom left;
    text-decoration: none;
}
            
#menu ul li {
	float: left;
	position: relative;
}

#menu ul li ul {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 200px;
	background-color: #333333;
	border: 1px solid #CCCCCC;
	display: none;
	z-index: 100;
}
#menu ul li ul#servicesul {
	width: 300px;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul li ul li {
	width: 100%;
}
#content #menu ul li ul li a {
	letter-spacing: 0px;
	text-align: left;
	height: 27px;
	line-height: 25px;
	background: none;
	color: #3f67b0;
	background-color: #F4F4F4;
	padding-right: 5px;
}
#content #menu ul li ul li {
	position: relative;
}
#content #menu ul li ul li:hover a {
	background-color: #FFFFFF;
}
/* The submenu for the submenu */
#content #menu ul li ul li ul {
	position: absolute;
	top: -1px;
	left: 200px;
	display: none;
	width: 270px;
}
#content #menu ul li ul#servicesul li ul {
	left: 300px;
}
#content #menu ul li ul li:hover ul
{
	display: block;
}
#content #menu ul li ul li:hover ul li
{
	line-height: 18px;
}
#content #menu ul li ul li:hover ul li a
{
	padding: 0px 5px 0px 5px;
	font-size: 10px;
}
#content #menu ul li ul li:hover ul li a:hover
{
	background-color: #F4F4F4;
}
#content #menu #insurance_ul
{
	width: 265px;
}
#content #menu #finance_ul
{
	width: 230px;
}
#content #menu #legal_ul
{
	width: 230px;
}
#content #menu #healthcare_ul
{
	width: 220px;
}
/* Head Area Styles */
#headerarea {
	display: block;
	position: relative;
	height: 50px;
	width: 900px;
}

#headerarea #logo {
	margin-left: 1.5em;
	position: absolute;
	height: 100%;
	width: 200px;
	top: -14px;
}

#headerarea ul {
	position: absolute;
	top: 0px;
	right: 0px;
	display: inline;
	margin-right: 1.5em;
}

#headerarea li {
	display: inline;
	font-size: .7em;
	text-decoration: none;
	border-left: thin solid #8eb3f6;
	padding-right: 1.25em;
	padding-left: 1.25em;
    line-height: 13px;
}

#headerarea .firstitem {
	border-left: none;
}

a:link, a:visited, a:active{
	display: inline;
	text-decoration: none;
	color: #444489;
}

a:hover {
	color: #b92222;
	text-decoration: underline;
}

#headerarea h1 {
	position: absolute;
	top: 0px;
	left: 125px;
	font-size: 28px;
	font-family: Times New Roman;
	margin: 7px 0px 3px 0px;
	color: #8E2241;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}
#slogan {
	position: absolute;
	top: 23px;
	left: 130px;
	font-style: italic;
	font-size: 15px;
	color: #0f2a5f;
}

/*
 Social Sites
*/
#socialsites {
	display: block;
	position: relative;
	height: 30px;
	width: 900px;
}
#socialsites ul {
	position: absolute;
	top: 0px;
	right: 0px;
	display: inline;
	margin-right: 1.8em;
}

#socialsites li {
	display: inline;
	font-size: .8em;
	text-decoration: none;
	padding-right: .15em;
	padding-left: .15em;
}

#socialsites li img {
    vertical-align: middle;
}
/* Content Styles */
#content{
	display: block;
	/*position: relative;*/
	font-size: 1em;
	padding: 0em 1.5em 1.5em 1.5em;
}

#content h1 {
	font-size: 20px;
	color: #922d32;
	font-weight: normal;
	font-family: Helvetica;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 0px;
	line-height: 25px;
	
}
#content h1.login {
    font-size: 16px;
    margin: 0px 0px 0px 0px;
}
h4, h4 u, h4 u font, h4 font {
	text-align: left;
	color: #922d32;
	font-size: 15px;
	margin: 10px 0px 5px 0px;
}

h5, h5 i {
	color: #2e4f98;
	font-size: 15px;
	margin: 20px 0px 10px 0px;
}
.container {
	margin: 0px 5px 0px 5px;
}

#content li a:link, #content li a:visited, #content li a:active{
	text-decoration: none;
	color: #444489;
}

#content li a:hover {
	color: #b92222;
	text-decoration: underline;
}
#content .left-col, #content .right-col {
	float: left;
}
#content .left-col {
	width: 240px;
	margin: 0px 10px 0px 0px;
}
#content .right-col {
	width: 710px;
	padding: 0px 0px 0px 00px;
}

/* General Content Styles */
a {
	color: #336699;
}
.big a {
	font-size: 16px;
}
.big p, .big strong, .big em {
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0px 10px 0px;
}
.topLeftLinks {
	margin: 0px 0px 15px 0px;
}
.container ul li {
	margin: 10px 0px 10px 20px;
	list-style: circle;
}
.container ul li ul li {
	list-style: none;
	margin: 5px 0px 10px 0px;
}
.container ul {
	margin: 0px 0px 20px 20px;
}
.red {
	color: #FA0000;
}
.box p {
	font-size: 12px;
}
.box, #uploadform .box { 
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	border: 1px solid #DDDDDD;
}
.small {
	width: 320px;
}
.right {
	float: right;
}

/* Contact Form Styles */
table.contact td.title {
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	padding-right: 7px;
}
table.contact td em {
	font-weight: normal;
	font-size: 10px;
	display: block;
	margin: 0px 0px 5px 0px;
}

table.contact td {
	padding: 2px;
}
/*
input, textarea {
	background: #FFFFFF;
	border: 1px solid #5588BB;
	font-size: 12px;
	line-height: 18px;
	padding: 2px;
	font-family: verdana;
}
*/
input.required {
	border: 1px solid #FA0000;
}

#contactContainer {
	width: 485px;
	float: left;
}
.contactInfo {
	float: left;
	margin: 0px 0px 0px 20px;
}
p.title, .contactInfo p.title {
	color: #922D32;
	font-weight: bold;
	font-size: 15px;
}

p.address, p.address em {
	font-size: 13px;
	line-height: 20px;
}
.contactInfo p {
	line-height: 18px;
	font-size: 12px;
}

#loadingMail {
	color: #5588bb;
	text-align: center;
	padding: 10px;
	display: none;
}
#loadingMail p, #loadingMail p em {
	margin: 0px 0px 5px 0px;
	font-size: 10px;
}
#loadingMail p.success {
	font-style: italic;
}
#form_errors {
	padding-top: 3px;
	color: #FA0000;
	display: none;
}

/* Footer Styles */
#footer, #copyright
{
	position: relative;
	display: block;
	text-align: center;
	font-size: .9em;
	color: #8f1753;
    font-family: Verdana, Helvetica, Arial;
}

#footer{
	padding: 0;
	width: 900px;
	margin: auto;
}

#copyright{
	padding-bottom: .25em;
	margin:.5em;
}

#genform{
	position: relative;
	display: inline;
	font-size: .75em;
}

/* Marketing area on homepage */
#marketingLinks {
	position: absolute;
	bottom: -5px;
	left: 25px;
	text-align: center;
	width: 860px;
	font-size: 10px;
}
.marketing_spacer {
	height: 50px;
}
#marketingLinks .row
{
	margin: 0px 0px 7px 20px;
	text-align: center;
}
#marketingLinks .secondRow
{
	margin-left: 85px;
}
#marketingLinks a {
	font-size: 10px;
	color: #922D32;
	text-decoration: none;
    line-height: 13px;
}
#marketingLinks a:hover {
	text-decoration: underline;
}
#marketingLinks ul {
	margin: 10px 0px 0px 0px;
}
#marketingLinks ul li {
	text-align: left;
	margin: 0px 0px 10px 18px;
	font-size: 10px;
	list-style: none;
}
#marketingLinks .sixCol {
	float: left;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #AAAAAA;
}
#marketingLinks .lastItem {
	border: none;
}

/* Service Pages */
.service-navigation {
	float: left;
	width: 220px;
	background-color: #F7FBFE;
	border: 1px solid #D4DAF0;
}
.service-navigation h2 {
	margin: 5px 5px 0px 5px;
	color: #922D32;
	padding-bottom: 2px;
	border-bottom: 1px dotted #922D32;
}
.service-navigation ul {
	margin: 0px 5px 0px 0px;
}
.service-navigation ul li {
	line-height: 14px;
	list-style: none;
	margin-left: 10px;
    font-size: 11px;
}
.service-navigation ul a {
	font-size: 11px;
}
.service-navigation p.selected {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}
.service-navigation-large {
	float: left;
	width: 450px;
	background-color: #F7FBFE;
	border: 1px solid #D4DAF0;
}
.service-navigation-large ul li {
	line-height: 18px;
}
.service-navigation-large ul li a {
	font-size: 14px;
}
.service-photo {
	float: left;
	margin: 0px 0px 0px 10px;
}
.service-box {
	float: left;
	width: 620px;
	margin-left: 10px;
}
.service-box ul {
	margin: 0px;
}
.service-box ul li {
	font-size: 13px;
	line-height: 19px;
}
.service-box img {
	float: right;
	margin: 3px;
}

/* Login Form */
table.login-form {
	margin: 10px 0px 0px 0px;
}
table.login-form td {
	padding: 3px;
}
table.table {
	margin: 0px 0px 0px 0px;
}

table.adjuster-form p {
	margin: 5px 0px 5px 0px;
}
table td.searchBtns {
	vertical-align: middle;
}
fieldset {
	border: 1px solid #CCCCCC;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	background-color: #FFFFFF;
}
/* Search Form */
table.table td {
	padding: 3px;
}
input.searchparam {
	width: 250px;
}
.right {
	float: right;
}
/* Search Table */
table.results-table {
	border: 1px solid #CCCCCC;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

table.results-table td {
	padding: 3px;
}

table.results-table tr.header td, table.results-table tr.header:hover td {
	background-color: #666666;
	color: #FFFFFF;
}


table.results-table tr:hover td {
	background-color: #EEF5FF;
}

p.claimNumber {
	font-size: 14px;
	color: #922D32;
	font-weight:  bold;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* DRS Table Styles */
table.drs-table {
	margin: 5px 0px 5px 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
table.drs-table td {
	padding: 3px;
	text-align: left;
}
table.drs-table tr:hover td, table.drs-table tr.white:hover td, table.drs-table tr.silver:hover td {
	background-color: #EEF5FF;
}
table.drs-table tr.header td {
	background-color: #666666;
	color: #FFFFFF;
}
table.drs-table tr.white td {
	background-color: white;
}
table.drs-table tr.silver td {
	background-color: #EEEEEE;
}
table.drs-table td.black, table.drs-table td.black:hover {
	background-color: #333333;
}

select {
	font-size: 12px;
}
input {
	font-size: 12px;
}

/* AIB Error styles */
td.errorClass {
	background-color: #FF8888;
}

/* Form Errors */
p.errors {
	color: #FA4444;
	font-weight: bold;
}
ul.errors {
	margin: 0px;
	color: #FA4444;
}

/* Breadcrumb Styles */
.breadcrumbs {
	padding: 5px;
	margin: 5px 0px 5px 0px;
	font-size: 11px;
	color: #336699;
	background-color: #F7FBFE;
	border: 1px solid #D4DAF0; 
	height: 10px;
}
.breadcrumbs a {
	font-size: 11px;
	font-weight: bold;
}
/* Spacer styles */
.spacer {
    height: 100px;
}
input.blueButton {
    border: 1px solid #336699;
    background: #3F67B0 url(../images/menuBG.jpg) repeat-x scroll left top;
    color: #FFFFFF;
}
input.blueButton:hover {
    color: #336699;
    cursor: pointer;
    background-position: left bottom;
}
input.smallButton {
    border: 1px solid #8f2f33;
    color: #FFFFFF;
    background: #333333 url(../images/smallButtonBg.jpg) repeat-x scroll left bottom;
}
input.smallButton:hover {
    background-position: left top;
    cursor: pointer;
}

/** Fancy Button Styles **/
input.button {
   display: block;
   width: 100px;
   height: 26px;
   background: transparent;
   border: 0px;
   background-image:  url(../images/btn.gif);
   background-repeat: no-repeat;
   background-position: 0% 107%;
   text-align: center;
   color: #FFFFFF;
   font-family: verdana;
   font-size: 12px;
   float: left;
   padding-bottom: 3px;
}
input.button:hover {
   cursor: pointer;
   background-position: 0% 0%;
   text-decoration: none;
}
input.buttonMed {
   display: block;
   width: 120px;
   height: 26px;
   background: transparent;
   border: 0px;
   background-image:  url(../images/btn-med.gif);
   background-repeat: no-repeat;
   background-position: 0% 107%;
   text-align: center;
   color: #FFFFFF;
   font-family: verdana;
   font-size: 12px;
   float: left;
   padding-bottom: 3px;
}
input.buttonMed:hover {
   cursor: pointer;
   background-position: 0% 0%;
   text-decoration: none;
}
input.buttonLarge {
   display: block;
   width: 150px;
   height: 26px;
   background: transparent;
   border: 0px;
   background-image:  url(../images/btn-large.gif);
   background-repeat: no-repeat;
   background-position: 0% 107%;
   text-align: center;
   color: #FFFFFF;
   font-family: verdana;
   font-size: 12px;
   float: left;
   padding-bottom: 3px;
}
input.buttonLarge:hover {
   cursor: pointer;
   background-position: 0% 0%;
   text-decoration: none;
}
input.right {
   float: right;
}
.button-container {
   width: 205px;
   margin: auto auto;
}


a.button {
   display: block;
   width: 100px;
   height: 26px;
   background-image:  url(../images/btn.gif);
   background-repeat: no-repeat;
   background-position: 0% 107%;
   text-align: center;
   color: #FFFFFF;
   line-height: 23px;
   float: left;
}
a.button:hover {
   background-position: 0% 0%;
   text-decoration: none;
}
.addresses {
    margin: 17px auto 0px auto;
}
.address {
    width: 284px;
    float: left;
}
.address h2 {
    color: #922D32;
}
.address p {
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    font-size: 11px;
}