
* /*Set's border test, padding and margin to 0 for all values*/
{
padding:0;
margin: 0;
}

blockquote {
	margin-left:30px;
	margin-right:30px;
}
img {
	border:none;
}
body, html {
color: #000;
font-family: Arial,Helvetica, sans-serif;
background : url(/images/kiosk/kiosk_back.gif) repeat ;
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
font-size:12px;
color : #000333;
}
p {
        font: 12px Arial, Helvetica, sans-serif;
	padding: 7px 0 7px 0;
        color: #003;
}

a {
text-decoration:none;
}


h1 {
        font: bolder 16px Arial, Helvetica, sans-serif;
        color: #09C;
        margin-top: 2px;
        margin-bottom: 2px;
}

h2 {
        font: bolder 13px Arial, Helvetica, sans-serif;
        color: #003;
        margin-top: 14px;
        margin-bottom: 0px;
}

/* this is for the FAQ's in help */

h4 {
        font: bold 13px Arial, Helvetica, sans-serif;
        color: #003;
        margin-top: 10px;
        margin-bottom: 4px;
}




.clear { clear: both; }
#mainContainer {
width: 1027px;
margin: 0 auto; /*** Centers the design ***/
min-height: 100%;
background: url(/images/threecolumnbackground.gif) repeat-y; /*** This is our faux columns ***/
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background: url(/images/threecolumnbackground.gif) repeat-y;
padding-left:12px;
}

.headerimg { 
	float:left;
	width:100px;	
}

.headernav {
	float:left;
	background : url(/images/nts_header.jpg) top left no-repeat;
	height:93px;
	width:792px;
}

.searchnav {
	margin-left:6px;
	float:left;
	background : url(/images/nav_searchbox.gif) top right no-repeat;
        height:73px;
        width:188px;
	padding-left:12px;
	padding-top: 20px;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 339px;
}
* html .outer {
padding-right: 0px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
width: 672px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
padding-bottom: 30px;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 792px;
margin-left: -327px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
.home_feature {
	border-bottom : 5px solid #FFFFFF;
}


#content {
float: right;
width: 599px;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap{
padding: 15px;
height:100%;
background: url(/images/content_top.gif) top left no-repeat;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}


#content .bcrumb {
        font: bolder 10px Arial, Helvetica, sans-serif;
        color: #333;
        margin-top: 2px;
        margin-bottom: 10px;
}

#content .bcrumb a:link {
        color: #333;
        text-decoration: none;
}

#content .bcrumb a:visited     {
        color: #333;
        text-decoration: none;
}

#content .bcrumb a:hover      {
        color: #000;
        text-decoration: none;
        border-bottom-style: none;
}

#content .bcrumb a:active  {
        color: #000;
        text-decoration: none;
}


#content a:hover, a:active      {
        color: #B80029;
	font-weight:bold;
}

a:hover, a:active      {
        color: #B80029;
        font-weight:bold;
}


#content  a:visited, a:link {
        color: #B80029;
}


a:visited, a:link {
        color: #B80029;
}


#content.label {
        display: inline;
}

#content .steps {
        margin-bottom: 1em;
}

#content .steps td {
        font: 12px Arial, Helvetica, sans-serif;
        color: #003;
        padding: 2px 15px 6px 0px;
}

#content input {
	font: 12px Arial, Helvetica, sans-serif;
	padding-bottom:2px;
}	

#content .mtab_on {
        background: url(/images/videoplayer/tab_on.gif) top left no-repeat;
        width:137px;
        text-align:center;
        font-size: 13px;
        color: #003;
}
#content .mtab_on  a{
        color: #000333;
        font-size:11px;
        border: none;
}


#content .mtab_off {
        background: url(/images/videoplayer/tab_off.gif) top left no-repeat;
        width:137px;
        text-align:center;
        font-size: 13px;
        color: #003;
}
#content .mtab_off  a{
        color: #000333;
        font-size:11px;
        border: none;
}

#content .mtab_off  a:hover {
        border: none;
}


#content .mbody {
        background: url(/images/videoplayer/mbody_back.gif) top left repeat-y;
}

#content .mbodybottom {
        background: url(/images/videoplayer/mbody_bottom.gif) top left no-repeat;
        height: 4px;
}

#movies {
        margin-left:20px;
        margin-right:10px;
        margin-bottom:2px;
        margin-top:20px;
}


.movierow {
        border-bottom:1px solid #012f60;
        color:#000333;
}

.movierow a {
        font-weight: bold;
        font-size:9px;
        color:#000333;
        border: none;
}

.movierow a:hover {
        color:#000333;
        border: none;
}

.movierow a:visited {
        color:#000333;
        border: none;
}





#content .home_market {
	float:left;
	background : url(/images/box_marketcapabilities.jpg) top left no-repeat;
	width:279px;
	height:184px;
        padding-top:45px;

}
#content .home_services {
        float:right;
        background : url(/images/box_services.jpg) top left no-repeat;
        width:279px;
        height:184px;
        padding-top:45px;
}
#content .home_list {
	list-style: disc;
}

#content .home_list  li {
        color:#003163;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}

#content .home_list  a:link {
        color:#003163;
}

#content .home_list a:visited {
	color:#003163;
}
#content .home_list  a:hover     {
        color: #B80029;
        border-bottom: thin dotted #B80029;
        font-weight: bold;
}



table.table {
        border: 1px solid #9b9a95;
        margin-bottom: 1.5em;
}

table.table.one {
        width: 100%;
}

table.table.three {
        width: 568px;
}

table.table.one th.title {
        font: bolder 13px/13px Arial, Helvetica, sans-serif;
        background-color: #9b9a95;
        color: #0a3a6a;
        padding: 7px 3px;
        text-transform: none;
}

table.table.one th {
        font: bolder 10px/10px Arial, Helvetica, sans-serif;
        text-align: left;
        vertical-align: top;
        color: #fff;
        background-color: #9ec6e9;
        padding: 5px;
        text-transform: uppercase;
}

table.table td {
        text-align: left;
        vertical-align: top;
        font: 10px/12px Arial, Helvetica, sans-serif;
        color: #07307f;
        padding: 5px;
        background-color: #fff;
}

#content table.table td a {
        color: #0a3a6a;
        font-weight: 600;
}

#content table.table td a:visited {
        color: #0a3a6a;
        font-weight: 600;
}

#content table.table td a:hover {
        color: #99c4e6;
        border-bottom: thin dotted #99c4e6;
}

#content table.table td a:active {
        color: #99c4e6;
        border-bottom: thin dotted #99c4e6;
}

#content table.table td a.noborder:hover {
        border-bottom: none;
}
table.table.two thead th.left {
        background: url(/images/bg_table2_gradient.gif) top left repeat-y #9ec6e9;
}

table.table.two thead th {
        background-color: #9ec6e9;
        padding: 3px;
}

table.table.two td {
        text-align: center;
        vertical-align: middle;
}
table.table.two td.left {
        text-align: left;
        width: 64px;
        color: #99c4e6;
        font-weight: 600;
}

table.full {
        width: 100%;
}
td.icon {
        width: 25px;
}

table.location_table td {
        font: 12px Arial, Helvetica, sans-serif;
        color: #003;
        padding-right: 4px;
}
table.location_table {
        margin-top: 8px;
        margin-bottom: 1em;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left,
div.left is carried over into the proper position.
***/
#left {
float: left;
width: 167px;
padding: 10px;
padding-top:20px;
background: url(/images/leftnav_top.gif) top left no-repeat;
}
* html #left {
position: relative;  /*** IE needs this  ***/
}
#left ul {
list-style: none;
padding-bottom: 16px;
font-size:12px;
}
#left li {
padding-bottom: 2px;
line-height:20px;
font-weight:bold;
}

#left ul ul {
	margin-left:10px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#left ul ul li {
	line-height:14px;
	font-size:10px;
}
.leftdivider {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: 1px dashed #668fde;
}
#left a:link {
        color: #003;
        text-decoration: none;
        font-weight: bold;
}

#left a:visited     {
        color: #003;
        text-decoration: none;
        font-weight: bold;
}

#left a:hover      {
        color: #B80029;
        border-bottom: thin dotted #B80029;
        font-weight: bold;
}

#left a:active  {
        color: #B80029;;
        border-bottom: thin dotted #B80029;;
        font-weight: bold;
}
#left .fpnews  a:visited, a:link {
	color: #B80029;
}

#left img {
	padding-bottom:10px;
}


/*************************
RIGHT COLUMN
**************************/
#right {
float: right;
width: 201px;
font-size:11px;
}
* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: 8px; /*** IE gets this margin. ***/
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}

#right .righttable {
	background: #CCCCCC url(/images/box_topandback.gif) top left no-repeat;
	margin-bottom: 5px;
}

#right .rightimage {
	padding-left: 8px;
	padding-bottom: 3px;
}
#right .rightimage a {
	border:none;
}

#right .rightheading {
	color: #FFFFFF;
	font-size: 8pt;
	padding-left: 8px;
	padding-top: 6px;
}

#right .righttext {
	padding-top: 10px;
	padding-left: 7px;
}

#right .rightbox {
        padding-top:35px;
        padding-left:60px;
	padding-bottom:10px;
        width: 140px;
	color: #003163;
}

#right .rb_contact {
	background : #CCCCCC url(/images/sidebox_contact_top.jpg) top left no-repeat;
}

#right .rb_quote {
        background : #CCCCCC url(/images/sidebox_quotereq_top.jpg) top left no-repeat;
}
#right .rb_labinsight {
        background : #CCCCCC url(/images/sidebox_labinsight_top.jpg) top left no-repeat;
}
#right .rb_locations {
        background : #CCCCCC url(/images/sidebox_locations_top.jpg) top left no-repeat;
}
#right .rb_video {
        background : #CCCCCC url(/images/sidebox_video_top.jpg) top left no-repeat;
}


#right .rb_footer {
	background : url(/images/sidebox_bottom.jpg) bottom left no-repeat;	
	width:100%;
	z-index:2;
	margin-bottom:5px;
}

#right a:visited {
	color: #B80029;
}
#right a:hover {
	font-size:11px;
}

/**************************
FOOTER
**************************/
#footer {
width: 1027px;
height: 15px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
margin-top: -30px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align: center;
color: #333333;
font-weight:bold;
font-size:10px;
padding-top:15px;
overflow:hidden;
vertical-align:bottom;
background: url(/images/threecolumnbackground.gif) repeat-y;
}

#footer a:link, a:visited {
	color: #333333;
}

#footer a:hover , a:active     {
        color: #B80029;
        border-bottom: thin dotted #B80029;
        font-weight: bold;
}


 ul#navmenu-h {
  margin-left: 200px;
  margin-top:2px;
  border: 0 none;
  padding: 0;
  width: 550px; /*For KHTML*/
  list-style: none;
  height: 28px;
  z-index:2;
}

ul#navmenu-h li {
  margin: 0;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 22px;
  z-index:2;
}

ul#navmenu-h ul {
  margin: 0;
  border: 2px  solid #FFFFFF;
  padding: 0;
  width: 180px;
  list-style: none;
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  z-index:-1;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 180px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  background-color:#6699ce;
}

/* Root Menu */
ul#navmenu-h a {
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  /* background: #EEE; */
  color: #FFF;
  font: 900 13px/20px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background: #6699ce ;
  color: #000;
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  font-size:11px;
  background: #6699ce;
  color: #FFFFFF;
  border:none;
  border-top: 2px solid #6699ce;

}

  /*border-top:2px solid #FFFFFF;
  border-right:2px solid #FFFFFF;
  border-left:2px solid #FFFFFF;
  border-bottom:2px solid #FFFFFF;
 
  border-bottom: 2px solid #FFFFFF;
*/

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #FFF;
  color: #000000;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 180px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}



.greycornertl {  margin:0px;  padding:0px;  width:4px;  height:4px;  background-image: url("images/grey_corner/tl.jpg"); empty-cells: show; background-repeat: no-repeat; }
.greycornert {  margin:0px;  padding:0px;  height:4px;  background-image: url("images/grey_corner/t.jpg"); empty-cells: show;  background-repeat: repeat-x; }
.greycornertr {  margin:0px;  padding:0px;  width:4px;  height:4px;  background-image: url("images/grey_corner/tr.jpg"); empty-cells: show;  background-repeat: no-repeat; }
.greycornerl {  margin:0px;  padding:0px;  width:4px; background-image: url("images/grey_corner/l.jpg"); empty-cells: show;  background-repeat: repeat-y; }
.greycornerm {  margin:12px;  padding:0px;  background:#ccc; vertical-align: top; }
.greycornerr {  margin:0px;  padding:0px;  width:4px; background-image: url("images/grey_corner/r.jpg"); empty-cells: show;  background-repeat: repeat-y; }
.greycornerbl {  margin:0px;  padding:0px;  width:4px;  height:4px;  background-image: url("images/grey_corner/bl.jpg"); empty-cells: show;  background-repeat: no-repeat; }
.greycornerb {  margin:0px;  padding:0px;  height:4px;  background-image: url("images/grey_corner/b.jpg"); empty-cells: show;  background-repeat: repeat-x; }
.greycornerbr {  margin:0px;  padding:0px;  width:4px;  height:4px;  background-image: url("images/grey_corner/br.jpg"); empty-cells: show;  background-repeat: no-repeat; }


.popup html body {
  margin: 0px;
  padding: 0px;
}

.popupcontainer {
  width:492px;
  margin: 0px 6px 5px 6px;
  padding: 0px;
}

.popupheader {
  width:492px;
  height:64px;
  padding:0px;
  background-image: url('/images/pop_header492x64.jpg')
}

#popupcontent_area {
    padding: 12px;
}

#popupclosebox {
    float: right;
    margin: 4px 0px 12px 0px;
}

.popupmiddle {
	background-image: url("/images/popup_back.jpg");
}

.popupbottom {
	background-image: url("/images/popup_bottom.jpg");
}

.popupclose {
	float:right;
	color:#FFFFFF;
	cursor:pointer;
	height:20px;
	width:55px;
	margin-right:16px;
}

/********************Measles CSS**************/
#marketadmin {
	padding-top:4px;
	padding-bottom:4px;
	border-width:10px;
	border-color:#989898; 
	border-style:solid; 
	width:182px; 
	background-color:#FFFFFF
}

#content .mleftmost {
        background-color:#FFFFFF;
        width : 5px;
}
#content .mtable {
        font-size:11px;
        color:#033363;
}

#content .mtable td a:hover {
        border:0px;
}

.mtable2 {
        font-size:12px;
        font-weight:bolder;
        color:#003;
}

#content .mtable2 td a:hover {
        border:0px;
}

#mtable td  a:visited {
	border-bottom:none;
	text-decoration:none;
}
#mtable td  a:active {
        border-bottom:none;
        text-decoration:none;
}

#mtable td  a:hover {
	border:1px solid #000000;
        text-decoration:none;
}


#mtable td div{
        margin-left: 5px;
 }


#mtable td {
        line-height:0px;
 }


.mpopupheader {
  width:300px;
  height:43px;
  padding:0px;
  margin: 0px 0px 5px 0px;
}
.mpopupcontainer {
  width:600px;
  margin: 0px 6px 5px 6px;
  padding: 0px;
  border-bottom: 4px solid #fff;
}
.mpopupcontainer2 {
  width:500px;
  margin: 0px 6px 5px 6px;
  padding: 0px;
  border-bottom: 4px solid #fff;
}
#popupcontent_area .mlink  a {
        font: 13px Arial, Helvetica, sans-serif;
        color: #003;
}
#popupcontent_area .mlink a:hover {
        color: #F00;
        border:none;
}

#popupcontent_area .mlink {
        font: 13px Arial, Helvetica, sans-serif;
        color: #003;
}



.mbuttonrow {
  text-align:right;
  width:100%;
}
.mbuttonrow a:hover {
  text-decoration:none;
  border-bottom:none;
}
#content .nohoverbottom a:hover {
  text-decoration:none;
  border-bottom:none;
}

.mcontent {
        font: 12px Arial, Helvetica, sans-serif;
        color: #003;
}
.mleftheader {
        font: bolder 13px Arial, Helvetica, sans-serif;
        color: #003;
}

#content #mrightcontent  a {
        font: 13px Arial, Helvetica, sans-serif;
} 
/*
#content #mrightcontent a:hover {
        color: #F00;
	border:none;
}
*/
#content .mlist a{
        font: 12px Arial, Helvetica, sans-serif;
        color: #003;
}

#content .mlist a:hover {
        color: #F00;
        border:none;
}
#content .mlist a:visited {
        color:transparent;
}
#content .mlist a:visited:hover {
        color: #F00;
        border:none;
}
#sectionlink .msubleftnav a {
        color: #070278;
}
#sectionlink .msubleftnav  a:visited {
        color: #070278;
}


#content p.tagline {
	background-color:#09C;
	color:white;
	text-align:center;
	font: bolder:13px Arial,Helvetica,sans-serif;
}


#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}
#dek1 {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}
.bluetwotonelabel {
  padding-bottom:6px;
  padding-top:1px;
  padding-left:6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color:#FFF;
  background-color: #659ACE;
}
.bluetwotonecontent {
  padding: 6px;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000;
  background-color: #CADBED;
}
.bluetwotonecontent ul {
        list-style: none;
        border: 0px;
        margin: 0px;
        padding: 0px;
}


.rightboxold {
        margin-top: 0;
        border: 0px;
        padding: 0px;
        width: 100%;
	margin-bottom:5px;
}
 .topless {
        margin-top: 34px;
}
 .logintop {
        margin-top: 23px;
}
 .rightboxtop {
        background-color: #659ACE;
        width: 185px;
        height: 4px;
}
 .rightboxbot {
        background-color: #CADBED;
        width: 175px;
        height: 4px;
}
 .rightboxnw {
        width: 4px;
        height: 4px;
        background: url("/images/blue_two-tone/tl.jpg") no-repeat left;
}
 .rightboxne {
        width: 4px;
        height: 4px;
        background: url("/images/blue_two-tone/tr.jpg") no-repeat left;
}
 .rightboxsw {
        width: 4px;
        height: 4px;
        background: url("/images/blue_two-tone/bl.jpg") no-repeat left;
}

.rightboxse {
        width: 4px;
        height: 4px;
        background: url("/images/blue_two-tone/br.jpg") no-repeat left;
}


.highlight.top {
        width: 558px;
	padding-left:10px;
        margin-top: 10px;
        padding-bottom: 3px;
        background: url(/images/box_highlight_wide_top.gif) top left no-repeat #ffc;
}

.wide .column .highlight.top {
        width: 279px;
        background-image: url(/images/box_highlight_column_top.gif);
}

.wide .highlight.top {
        width: 568px;
        background-image: url(/images/box_highlight_wide_top.gif);
}

html>body .highlight.top {
        width: 558px;
}

html>body .wide .column .highlight.top {
        width: 259px;
}

html>body .wide .highlight.top {
        width: 548px;
}
.highlight.bottom {
        width: 568px;
        height: 7px;
        margin-bottom: 10px;
        background: url(/images/box_highlight_wide_bottom.gif) top left no-repeat transparent;
}

.wide .highlight.bottom {
        width: 568px;
        background-image: url(/images/box_highlight_wide_bottom.gif);
}

.wide .column .highlight.bottom {
        width: 279px;
        background-image: url(/images/box_highlight_column_bottom.gif);
}


.locations_list {
        width: 100%;
        margin-top: 0px;
}

.locations_list td {
        vertical-align: top;
        font: 10px Arial, Helvetica, sans-serif;
}


#content .locations_list h1 {
        font-weight: bolder;
        margin-top: 20px;
        font-size: 11px;
        color: #09c;
}

#content .locations_list h2 {
        font-weight: bolder;
        margin-top: 1em;
        font-size: 11px;
}

#content .locations_list a {
        border-bottom: none;
        color: #003;
}

#content .locations_list a:hover {
        border-bottom: none;
        color: #003;
}

#content .locations_list a:link {
        border-bottom: none;
        color: #003;
}

#content .locations_list a:visited {
        border-bottom: none;
        color: #003;
}

#content .locations_list a:active {
        border-bottom: none;
        color: #003;
}


.bluecornertl {  margin:0px;  padding:0px;  width:4px;  height:4px;  background: url("/images/blue_corner/tl.jpg") top left no-repeat; empty-cells: show; }
.bluecornert  {  margin:0px;  padding:0px;  height:4px;  background-image: url("/images/blue_corner/t.jpg");  background-repeat: repeat-x; }
.bluecornertr {  margin:0px;  padding:0px;  width:4px;  height:4px;  background-image: url("/images/blue_corner/tr.jpg");  background-repeat: no-repeat; }
.bluecornerl  {  margin:0px;  padding:0px;  width:4px;  background-image: url("/images/blue_corner/l.jpg");  background-repeat: repeat-y; }
.bluecornerm  {  margin:0px;  padding:0px;  background:#669ACA; vertical-align: bottom; text-align:center; }
.bluecornerr  {  margin:0px;  padding:0px;  width:4px; background-image: url("/images/blue_corner/r.jpg");  background-repeat: repeat-y; }
.bluecornerbl {  margin:0px;  padding:0px;  width:4px;  height:4px;  background-image: url("/images/blue_corner/bl.jpg");  background-repeat: no-repeat; }
.bluecornerb  {  margin:0px;  padding:0px;  height:4px;  background-image: url("/images/blue_corner/b.jpg");  background-repeat: repeat-x; }
.bluecornerbr {  margin:0px;  padding:0px;  width:4px;  height:4px;  background-image: url("/images/blue_corner/br.jpg");  background-repeat: no-repeat; }

.baretable table { display: table; border-style: none;  padding:0px;   margin:0px;   empty-cells: show;   border-style: none;   border-width:0px;  border-spacing: 0px;}
.baretable tr { display: table-row; }
.baretable td { display: table-cell;  padding:0px;   margin:0px;   empty-cells: show;   border-style: none;   border-width:0px;  border-spacing: 0px;}

.bluebuttonbox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align:Left;
  color: #FFFFFF;
}
#content .bluebuttonbox a:link { font-weight: 700; color: #FFFFFF; text-decoration: none; }
#content .bluebuttonbox a:visited { font-weight: 700; color: #FFFFFF; text-decoration: none; }
#content .bluebuttonbox a:hover { font-weight: 700; color: #FFFFFF; text-decoration: none; border-bottom: 1px dotted #fff; }
#content .bluebuttonbox a:active { font-weight: 700; color: #FFFFFF; text-decoration: none; }


#tab3grid {
        width: 568px;
}
 #tab3grid .tab188 {
        width: 188px;
        padding: 0px;
        height: 25px;
        color: #000;
        font: 12px/14px Arial;
        background: url(/images/bg_188_off.gif) top left no-repeat #CADBED;
        text-align: center;
        vertical-align: middle;
        border-left: 2px solid #ccc;
}
 #tab3grid thead th.first {
        border-left: none;
}

 #tab3grid thead th.on {
        font-weight: 900;
        background-color: #659ACE;
        background-image: url(/images/bg_188_on.gif);
}
#tab3grid a.tab {
        color: #000;
}
#content table#tab3grid thead th a {
        color: #000;
}

#tab3grid thead th a:hover {
        color: #000;
        border-bottom: none;
        font-weight: 900;
}

#tab3grid {
        width: 568px;
}
#content #tab5grid .tab112 {
        width: 112px;
        padding: 0px;
        height: 25px;
        color: #000;
        font: 12px/14px Arial;
        background: url(/images/bg_112_off.gif) top left no-repeat #CADBED;
        text-align: center;
        vertical-align: middle;
        border-left: 2px solid #ccc;
}
#content #tab5grid thead th.first {
        border-left: none;
}

#content #tab5grid thead th.on {
        font-weight: 900;
        background-color: #659ACE;
        background-image: url(/images/bg_112_on.gif);
}
#content table #tab5grid a.tab {
        color: #000;
}
#content table#tab5grid thead th a{
         color : black;
}
#content table #tab5grid thead th a:hover {
        color: #000;
        border-bottom: none;
        font-weight: 900;
}

.areawrapper {
        border: 4px solid #659ACE;
        width: 538px;
        padding: 16px;
        background-color: #ccc;
}

.filterblock {
        width: 568px;
        margin-bottom: 18px;
        padding-top: 8px;
        border-top: 1px solid #000;
}

.filterrow {
        width: 568px;
        margin: 0px;
        padding: 0px;
}

.filterrowtr {
        border-bottom: 1px solid #000;
        margin: 0px;
        padding: 0px;
}

.filtercontrols {
        font: bold 14px Arial, Helvetica, sans-serif;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #000;
}
h4 {
        font: bold 13px Arial, Helvetica, sans-serif;
        color: #003;
        margin-top: 10px;
        margin-bottom: 4px;
}

#content h4.openq a:link {
        color: #000;
        text-decoration: none;
}
#content h4.openq a:visited {
        color: #000;
        text-decoration: none;
}

#content h4.openq a:hover {
        color: #FC0;
        border-bottom: thin dotted #FC0;
}

#content h4.openq a:active  {
        color: #FC0;
        border-bottom: thin dotted #FC0;
}

.full {
        display: none;
}

 .qqnotdone {
        color: #666;
	font-weight:bold;
}

.sitemap {
        width: 100%;
}

.sitemap td {
        vertical-align: top;
        font: 10px/13px Arial, Helvetica, sans-serif;
}

#content .sitemap a {
        border-bottom: none;
        color: #003;
}

#content .sitemap p {
        margin-top: 10px;
        margin-bottom: 2px;
}

#content .sitemap a.sitemaplink:link {
        border-bottom: none;
        color: #003;
}

#content .sitemap a.sitemaplink:visited {
        border-bottom: none;
        color: #003;
}

#content .sitemap a.sitemaplink:hover {
        border-bottom: 1px solid #000;
        color: #000;
}

#content .sitemap a.sitemaplink:active {
        border-bottom: none;
        color: #003;
}

#content .sitemap a.header {
        font-weight: bolder;
        margin-top: 1em;
        font-size: 11px;
        color: #09c;
}

#content .sitemap a.header:hover {
        color: #FFCC66;
        border-bottom: 1px solid #09c;
}

#content .sitemap a.header:link {
        color: #09c;
}

#content .sitemap a.header:visited {
        color: #09c;
}

#content .sitemap a.header:active {
        color: #09c;
}

.phonenumber {
	font-size:16px;
	color:#003163;
	font-weight:bold;
	margin-top:5px;
	margin-left:2px;
}

.bbtnholder {
        display: inline;
}

.bbtn {
        background-color: #4397C3;
        border: 0px;
        margin: 0px;
        color: #FFF;
        font-size: 12px;
        font-weight: bold;
        font-family: arial;
        cursor:pointer;
        height: 21px;
        vertical-align:middle;
}

.bbtnholder img {
        vertical-align:middle;
        height: 21px;
}
                  
#left h1 {
	font-size:12px;
}

