@charset "utf-8";
/* CSS Document */
#contentBar {
	margin-top: 60px;
}

#contentBarNew {
	margin-top: 60px;
}

.rightCol, .leftCol {
	width: 420px;
}

.leftCol  p   {
	margin-left: 20px;
}
.leftCol p a {
    color: #003366;
    text-decoration:underline;
}
.leftCol p a:hover {
    color: #0099CC;
    text-decoration:underline;
}

.rightCol p {
	margin-right: 20px;
}
.rightCol p a {
    color: #003366;
    text-decoration:underline;
}
.rightCol p a:hover {
    color: #0099CC;
    text-decoration:underline;
}

.even {
	background-color: #DBDEE0;
	padding:5px;
}
.odd {
	background-color: #FFFFFF;
	padding:5px;
}




/* TABLE 1 */
#table1 {
	background-color: #1798CF;
	font-size: 70%;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#table1 thead {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#table1  thead td {
	height: 51px;
	background-image: url(../images/bg_table_hd.jpg);
	background-repeat: repeat-x;
}
#table1 p {
	margin-right: 10px;
	margin-left: 10px;
}
#table1 a {
    color: #003366;
    text-decoration:underline;
}
#table1 a:hover {
    color: #0099CC;
    text-decoration:underline;
}
/* TABLE 2 */
#table2 {
	background-color: #1798CF;
	font-size: 70%;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}
#table2 thead {
	font-weight: bold;
	font-size: 125%;
	color: #FFFFFF;
	text-align: center;
}

#table2  thead td {
	height: 51px;
	background-image: url(../images/bg_table_hd.jpg);
	background-repeat: repeat-x;
}
#table2 p {
	margin-right: 10px;
	margin-left: 10px;
}
#table2   a {
    color: #003366;
    text-decoration:underline;
}
#table2   a:hover {
    color: #0099CC;
    text-decoration:underline;
}

/* TABLE 3 */
#table3 {
	background-color: #1798CF;
	font-size: 70%;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}
#table3 thead {
	font-weight: bold;
	font-size: 125%;
	color: #FFFFFF;
	text-align: center;
}

#table3  thead td {
	height: 51px;
	background-image: url(../images/bg_table_hd.jpg);
	background-repeat: repeat-x;
}
#table3 p {
	margin-right: 10px;
	margin-left: 10px;
}
#table3   a {
    color: #003366;
    text-decoration:underline;
}
#table3   a:hover {
    color: #0099CC;
    text-decoration:underline;
}

.btnApply {
	height: 126px;
	width: 114px;
}


/* !claim form */

.leftCol.wide {
width: 610px;
}


#campareAllForm  {
text-align: left;
font-size: .8em;
float: right;
display: block;
background: white repeat-x url(../images/bg_intro.jpg) 0 0px;
border: 2px #003960 solid;
top: 10px;
padding: 5px;
color: black;
-webkit-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.3);
margin: 0px 10px 10px 0;
}

#campareAllForm label {
position: relative;
float: left;
line-height: 1em;
width: 45px;
padding: 0 10px 0 0;
font-size: .85em;
}

#campareAllForm input, #campareAllForm textarea {
position: relative;
width: 140px;
height: 15px;
border: 1px solid gray;
float: left;
}

#campareAllForm textarea {
height: 45px;
}

#campareAllForm .submit {
width: 110px;
height: 25px;
border: 0;
font-size: 1em;
background: #173866;
color: white;
margin-top: 5px;
}

#campareAllForm .formrow {
clear: both;
padding: 2px 0 2px;
}

#campareAllForm h4 {
margin: 0 0 10px 0;
color: #173866;
font-size: 1.1em;
line-height: 1.2em;
}

#campareAllForm.subscribe {
margin: 0;
width: 190px;
padding: 10px 5px;
}

#campareAllForm.subscribe label {
float: left;
width: 42px;
padding: 0 0 0 0;
}

p.subnote {margin: 0; clear: both; padding-top: 10px;}


/* !zoomer */

a.zoomer {
position: relative;
text-decoration: none !important;
padding: 0px;
margin: 0px;
line-height: 1.5em;
margin-left: 10px;
margin-right: 5px;
}

a.zoomer span {
display: none;
position: absolute;
background: url(../images/bg-zoom.jpg) repeat-x white 0 -10px;
border: 2px #00528a solid;
width: 220px;
text-align: left;
padding: 10px 15px;
color: black;
box-shadow:2px 2px 10px #363b47;
-webkit-box-shadow:2px 2px 10px #363b47;
-moz-box-shadow: 2px 2px 10px #363b47;
z-index: 5000 !important;
}

a.zoomer:hover span, a.sfzoom span {
left: -258px;
top: -0px;
display: block;
}

a.zoomer p, #table1 a.zoomer p {
margin: 0 0 .8em 0;
padding: 0;
font-size: 1em;
line-height: 1.3em;
}

a.zoomer h3 {
margin: 0 0 1em 0;
padding: 0;
font-size: 1.3em;
color: #00528a;
font-weight: bold;
}

a.zoomer ul li {
margin: 0 0 .2em 1.2em;
list-style: square;
}

.advancedSearch p {
line-height: 2.5em;
}

.advancedSearch label {
width: 70px;
display: block;
float: left;
line-height: 1em;
margin-top: 1px;
}



