/*
Acquirint.com Cascading Style Sheet

WEBSITE COLORS
Logo Yellow:  E7A614
Logo Blue:  00457C


Dark Blue:  092443
Gray:       81858A
Dark Gray:  45484A
*/

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

/*----------------------------START OF HTML TAGS-----------------------------*/
h1, h2, h3, h4, h5, h6{
color: #00457C;
}
h1{
	font-size:25px;
        color: #00457C;
        border-bottom: 3px solid #E7A614;
	margin-bottom:5px;
	margin-top: 0;
        max-width: 682px;
	}
h2{

	font-size:18px;
	margin-bottom:2px;
	}
h3{

	font-size:15px;
	margin-bottom:2px;
	}
h4{
	font-size:13px;
	margin-bottom:2px;
	}
h5{
	font-size:13px;
	margin-bottom:2px;
	}
h6{
	font-size:11px;
	margin-bottom:2px;
	}

a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #00457C;
  text-decoration: underline;
  font-weight: bold; 
}
a:active {
  color: #00457C;
  text-decoration: none;
}
p,div,td {
  color: #45484A;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

p {
  margin-top: 0;
  margin-bottom: .8em;
}

hr {
  border-width: 1px;
  color: #E7A614;
  margin-bottom: .8em;
}

.notopm {
 margin-top: 0px;
}
/*-------------------------------END OF HTML TAGS-----------------------------*/

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*---------------START OF SITEMAP AND SEARCH RESULT PLUS OTHER---------------*/
.pagelabel {
  display: none;
}
.titlebar {
  color: #0047AB;
  font-size: 16px;
}
.boxbackground {
  background-color: #ffffff;
}

input.search_result_header {

}

div.search_results {

}

.logolink {
  left: 0;
  position: relative;
  top: 0;
  z-index: 2;
}

ul.sitemap {

}

.sitemap {

}

.login_table {

}

.gs_nav_hdr_img {
  border: none;
}
/*-------------------------------END OF HTML TAGS----------------------------*/


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*---------------------------------START OF BODY------------------------------*/
body { 
background-image: url(/userimages/images/body-bg.gif); 
background-repeat: repeat-x; 
background-position: top center;
background-color: #000000;
color: #000000; 
margin: 0px; 
font-family: Arial, Helvetica, sans-serif;
font-size: 13px; 
overflow: auto; 
text-align: center; 
margin-left: auto; 
margin-right: auto; 
}
/*---------------------------------END OF BODY--------------------------------*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*-----------------------------START OF CONTAINER-----------------------------*/
div#container {
  width: 940px;
  margin: 0px auto;
  min-height: 100%;
  visibility: visible;
  text-align: left;
}
*html div#container {height: 100%;}
/*---------------------------------------END OF CONTAINER---------------------------------------*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


/*----------------------------------------START OF HEADER---------------------------------------*/

.logo {
display: none;
background-image: url(/userimages/images/acquirint-logo.gif); 
background-repeat: no-repeat; 
background-position: bottom left;
  margin: 0px auto;
  height: 80px;
  width: 940px;
}

#appheader {
  margin: 0px auto;
  height: 80px;
  width: 940px;

}
#appheader img{
padding-top: 4px;

}
#appheader a{
margin: 0;
padding: 0;
}
/*---------------------------------END OF HEADER------------------------------*/

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

/*------------------------------START OF NAVIGATION---------------------------*/

/*Start of Main Navigation*/

#navCell {
margin: 0px;
text-align: right;
width: 940px; /*755px;*/
color: white;
padding: 0px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-right:0px;
padding-bottom:0px;
padding-left: 0px;

position: absolute;
top: 11px;
z-index: 40;
font-size: 12px;
}

.navigation {
margin: 0px;
padding: 0px;
vertical-align: top;
white-space: nowrap;
/*margin-right: 185px;*/

}

.navigation li {
display: inline;
list-style: none;
padding: 0px 5px;
margin: 0px;
text-indent: 0px;
border-right: 1px solid #000000;
padding-left:10px;
padding-right:10px;
padding-top:0px;
padding-bottom:0px;
}


.navigation li:last-child {
border-right: 1px solid #ffffff;
}

#navCell a {
display: inline;
color: #555555;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
text-decoration: none;
font-size: 12px;
letter-spacing: 0px;
padding-left:0px;
}

#navCell a:hover {
color: #555555;
text-decoration: underline;
}

#navCell li.nav1a {
}

#navCell a.nav1a {
color: #555555;
text-decoration: underline;
}

#navCell #plogin { 
/* Controls "Login/Logout" link in main site navigation */
   display: none;
}

#navCell #pregister {
/* Controls "Register/My Settings" link in main site navigation */
   display: none;
}

/*End of Main Navigation*/

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

/*Start of Secondary Navigation*/

#secnav {
text-align: right;
padding: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
width: 700px;
margin-left: 252px;
margin-right: auto;
max-width: 700px;
position: absolute;
top: 50px;
}

*html #secnav {
margin-left: 217px;
padding-top: 10px;
}

#secnav ul {
list-style: none;
padding: 0px;
}

#secnav ul li {
display: inline;
margin-right:15px;
}

#secnav a {
display: inline;
color: #00457C;
text-decoration: none;
font-weight: none;
font-size: 11px;
}

#secnav a:hover {
text-decoration: underline;
}


#secnav li.nav2a a { text-decoration:underline }

/*End of Secondary Navigation*/
/*-------------------------------END OF NAVIGATION----------------------------*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*-----------------------------START OF CONTENTCELL---------------------------*/
#contentcell {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  max-width: 940px;
  width: 940px;
  min-height: 360px;
  text-align: left;
}

#contentcell #content_table_0 {
  max-width: 940px;
  width: 940px;
}

#contentcell ul {
  font-weight: bold;
  color:#45484A;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:disc;
  margin-top: 0;
  
}

#contentcell ul p {
color:#45484A;
font-weight: normal;
}

.content_cell_0 {
  width: 222px;
  max-width: 222px;
  min-width: 222px;
  padding: 0px; 
  border: 1px solid #77A2C0; 
  background-color: #ffffff; 
  -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.content_cell_1 {
  width: 698px;
  max-width: 698px;
  padding: 7px; 
  border: 1px solid #77A2C0; 
  background-color: #ffffff;
  -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.content_cell_1 img{
max-width: 682px;
margin-bottom:5px;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
padding: 0;
}
.content_cell_1 h1{

margin-bottom: 0px;
}
.content_col_break {
  width: 14px;
  margin: 0;
  padding: 0;
}

/*-----------------------------END OF CONTENTCELL----------------------------*/
/*-------------------------------Start of Quote------------------------------*/

#quote {
  font-size: 90%;
  padding: 2em 1em;
}

#quote h3 {
  font-size: 120%;
  color: #E7A614;
  margin: 2em 0 .5em 0;
  text-align: center;
}

#quote ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#quote li {
  line-height: 1.4em;
  margin: 2px 0 0 0;
  padding: 0;
}
#quote li.btn {
  text-align: center;
}
#quote .textfield {
  width: 95%;
}
/*------------------------------END OF QuoteCELL------------------------------*/

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

/*-----------------------------START OF SEARCH BAR----------------------------*/

div#search {
   padding: 0;
   position: absolute;
   top: 10px;
   left: auto;
   z-index: 20;
   width: 940px;
   text-align: right;
   margin-left: auto;
   margin-right: auto;
   display: block;

display: none;
}

span#searchLabel,span#searchBox,span#searchSubmit { 
   vertical-align: middle; /* aligns 3 elements to one-another */
}

span#searchLabel {
  display: none;
}

span#searchbox {
   background-image: url(/userimages/images/search-button.gif); 
   background-repeat: no-repeat; 
   background-position: right;
  padding-right: 15px;
  margin-left: 740px;
  width: 200px;
}

span#searchSubmit {
  display: none;
}

#search form {
  background-color: none;
  border: none;
  display: inline;
}

/*------------------------------START OF SEARCH BAR--------------------------*/


/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*-------------------------------START OF FOOTER------------------------------*/
#footer {
  margin-top: 10px;
  margin-left: auto;
  width: 940px;
  height: auto;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #ffffff;
}

#footer_nav{
  padding: 0;
  margin: 0;
}

#footer_nav li{
  list-style-type: square;
  display: inline;
  padding-right: 5px;
  padding-left: 5px;
  border-left: 1px solid #fff;
}

#footer_nav li:first-child {
  border-left: none;
}

#footer_nav li a{
  color: #ffffff;
  text-decoration: none;
}

#footer_nav li a:hover {
  color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
}



#innuity_footer{
 margin-top: 10px;
 font-size: 10px;
 color:#fff;
 text-align: center;
}

#innuity_footer ul{
list-style-type: none;
padding: 0;
margin: 0;
}
#innuity_footer ul li{
padding-right: 5px;
padding-left: 5px;
border-left: 1px solid #fff;
display: inline;
}
#innuity_footer a{
text-decoration: none;
}
#innuity_footer #innuity_footer_list #innuity_footer_firstchild{
  border-left: none;
}

#innuity_footer ul li a:link {
  color: #fff;
  text-decoration: none;
}

#innuity_footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: bold; 
}
#innuity_footer ul li a:visited {
  color: #fff;
  text-decoration: none;
}
#innuity_footer ul li a:active {
  color: #fff
  text-decoration: underline;
}

/*-------------------------------END OF FOOTER-------------------------------*/

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*--------------------------------START OF tabnav----------------------------*/

#tabnav {
  float: right;
}


.menuItem{

	background:url(images/accordian_bg.jpg) repeat-x bottom #E4E4E4;

	width:319px;

	height:30px;

	padding:0px;

	margin-bottom:5px;

	cursor:pointer;

	top: 0px;

	vertical-align:top;

}

.menuOpen{

	width:303px;

	background-image:url(images/accordian_shdw.jpg);

	background-repeat:no-repeat;

	background-position:top;

	background-color:#e9e9e9;

	padding:8px;

	margin-top:-5px;

}

.menuBody{

	padding-bottom:2px;

}

.learnMore{

	margin-top:7px;

	text-align:right;

}



#bigft {
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 7px;
  -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#bigft div.grid_3 {
  margin: 0 4px;
  padding: 1em 3px 1em 4px;
}
#bigft h4 {
  border-bottom: 2px solid #E7A614;
  font-size: 100%;
  margin: 0;
  color: #000000;
}
#bigft p {
  color: #555;
  font-size: 90%;
  margin: 0 0 .5em 0;
  line-height: 17px;
}

.login_table, .login_button_table {
  margin: 0 auto;
}

.sideNav td {
  border-bottom: 1px solid #ccc;
  padding: 5px;
  vertical-align: middle;
  height: 34px;
}

.sideNav img {
  padding-right: 0px;
}

#products {
text-align: left;
padding: 0;
margin: 0;
border: 1px solid #red;
}
#products table{
padding: 0;
margin: 0;
}
#products table tbody{
padding: 0;
margin: 0;
}
#products table tbody tr{
padding: 0;
margin: 0;
}
#products table tbody tr td{
padding: 0;
margin: 0;
}
#products table tbody tr td img{
padding: 0;
margin: 0;
}
#products table tbody tr td p{
color: red;
padding: 0;
margin: 0;
}
#privacypolicy li {
  list-style-type: decimal;
}
#copyrightcontact ul li {
  list-style-type: none;
}
#copyrightcontact ul li p{
  padding-left: 25px;
}
li#p2945925 {display: none;}
li#p2945933 {display: none;}
li#p2944181 {display: none;}
li#p-1000 {display: none;} /*Nav link for Admin*/
li#p2946479 {border-right: none; padding-right: 0px;}/*Removes border from last link*/
