* /*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: #12204B;
	font-family: Arial,Helvetica, sans-serif;
	background : url(/images/kiosk_back.gif) repeat ;
	text-align: center; /*** Centers the design in old IE versions ***/
	height: 100%;
	font-size:13px;
}

p {
        font: 13px Arial, Helvetica, sans-serif;
        color: #12204B;
}

a {
	text-decoration:none;
	color: #CC0033;
}


h1 {
        font: bolder 24px Arial, Helvetica, sans-serif;
        color: #6699CC;
}

h2 {
        font: 18px Arial, Helvetica, sans-serif;
        color: #6699CC;
}

ul {
	list-style-position:outside;
	padding-left: 40px;
}

.clear { clear: both; }
#mainContainer {
width: 1002px;
margin: 0 auto; /*** Centers the design ***/
min-height: 100%;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
background-color: #FFFFFF
}
* 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:8px;
}

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

.headernav {
	float:left;
	background : url(/images/nqa_newheader.jpg) top left no-repeat;
	height:129px;
	width:986px;
}

.searchnav {
        background : url(/images/nav_searchbox.gif) top left no-repeat;
        height:50px;
        width:177px;
        padding-left:11px;
        padding-top: 20px;
}

/**************************
FOOTER
**************************/
#footer {
width: 1002px;
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: #666666;
font-weight:bold;
font-size:12px;
font-family: Arial;
padding-top:15px;
overflow:hidden;
vertical-align:bottom;
/*background: url(/images/threecolumnbackground.gif) repeat-y;*/
}

.bcrumb {
	font-family: Arial;
	font-size:11px;
	color:#12204B;
	font-weight: bold;
	padding-bottom: 50px;
}

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

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

.bcrumb a:hover {
	text-decoration: none;
	color:#CC0033;
}

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

.leftdivider {
        margin-bottom:20px;
        padding-bottom:20px;
        border-bottom: 1px dashed #668fde;
}

.subnav {
	list-style-image: url(/images/arrow_subnav.gif);
	font-family: Arial	
	color:#12204B;
	padding-top: 10px;
	list-style-position:inside;
	line-height: 18px;
	padding-left: 0px;
}

.secondsubnav {
	list-style: none;
	list-style-image: none;
	padding-top:0px;
	padding-left:15px;
	font-size:11px;
	font-weight: normal;
}

.subnav a:link {
	text-decoration:none;
	color: #12204B;
}

.subnav a:active {
	text-decoration:none;
	color: #12204B;
}

.subnav a:hover {
	text-decoration:none;
	color: #12204B;
}

.subnav a:visited {
	text-decoration:none;
	color: #12204B;
}

.currentnav {
	font-weight:bold;
}



.outer {
padding-left: 321px;
}
* 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: 793px;
margin-left: -313px; /*** 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: 598px;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}

#contentwrap img {
	border: 1px solid; 
	border-color: #999999;
	margin: 6px;
}

.contentWrap{
padding: 15px;
background: url(/images/nqa_header_empty.jpg) top left no-repeat;
line-height: 18px;
}

/*** 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/nqa_leftbackground.gif) top left no-repeat;
height:600px;
}
* html #left {
position: relative;  /*** IE needs this  ***/
}

#right {
float: right;
width: 188px;
font-size:11px;

}
* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: 8px; /*** IE gets this margin. ***/
}

.rightnav {
	background: url(/images/nqa_rightfade.gif) top left no-repeat;
	height:300px;
}

.topnav {
	padding-top:92px;
	margin-left:77px;
	float:left;
}

.full {
	display: none;
}

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

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

table.table.one thead {
	background : url(/images/nqa_tabletop_back.jpg) top left no-repeat;
}

table.table.one th.title {
	font: bolder 13px/13px Arial, Helvetica, sans-serif;
        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: #FFFFFF;
	padding: 5px;
	text-transform: uppercase;
}

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

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

#content table.table td a:visited {
        color: #333333;
        font-weight: 600;
}
#content table.table td a:hover {
        color: #333333;
        border-bottom: thin dotted #333333;
}

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

#releaseContent p {
        font-family: Arial, Helvetica, sans-serif;
        color: #12204B;
        margin-top: 4px;
        margin-bottom: 8px;
}


ul#navmenu-h {
  padding-left:130px;
  padding-top:93px;
  border: 0 none;
  width: 750px; /*For KHTML*/
  list-style: none;
  height: 28px;
  z-index:2;
  position:absolute;
}

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: 30px;
  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*/
}

/* 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;

}
/* 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;
}

.form-list {
        margin-top: 0px;
        margin-bottom: 1px;
        margin-left: 0pt;
        padding-left: 0px;
        list-style-position: outside;
        list-style-type: none;
}

.form-list-item {
        margin-top: 0px;
        margin-bottom: 1px;
        list-style-type: none;
}

.content {
        margin-top: 8px;
        margin-bottom: 8px;
}

.mainsubh {
	margin-top: 8px;
	margin-bottom: 5px;
}