/* global styles */

/* */
body {
  margin: 0px;
  padding: 0px;
}
 
p {
  margin: 0px 0px 8px 0px;
  padding: 0px;
}

a, a:visited {
  text-decoration: none;
  color: #4F91CD;
}

a:hover{
  text-decoration:underline;
  color: #E51B24; 
}


h1,h2,h3,h4,h5,h6{
  margin: 0px;
}

h6.black {
	font-weight: normal; 
	color: #000000; 
	font-size: 15px !important; 
	display: inline; 
	padding-bottom: 5px;
	line-height: 15px !important;
}

h1 {
	font-weight: normal; 
	color: #00529B; 
	font-size: 25px !important; 
	line-height: 25px !important;
}

h2 {
	font-weight: normal; 
	color: #00529B; 
	font-size: 20px !important; 
	line-height: 20px !important;
}

h3 {
	font-weight: normal; 
	color: #E51B24; 
	font-size: 17px !important; 
	line-height: 17px !important;
}

h4{
  color: #00529B;
  font-weight: bold;
  line-height: 11px;
  font-size: 11px;
}

h5 {
	font-weight: normal; 
	color: #E51B24; 
	font-size: 17px; 
	line-height: 17px;
}

#page {
  width: 955px;
  margin: 20px auto;
}

.nowrap {
  white-space: nowrap;
}

.greyDividerLine{
  height: 1px;
  width: 100%;
  border-top: solid 1px #ccc;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  color: #fff;
  background-color: #fff;
}

.hidden{
  display: none;
}

  
/* END global styles */


/* styles for blue gradient backgorund */
/* holds left rounded corner */
#leftMargin{
	float: left;
	width: 7px;
}

/* holds main blue gradient background */
#centerMargin{
	float: left;
	background-image: url(../search_results/header_bg_c.gif);
	background-repeat: repeat-x;
}

/* holds right rounded corner */
#rightMargin{
	float: left;
	width: 7px;
}
/******/


#content {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 160%;
  padding-top: 10px;
  width: 941px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/* top nav styles */
#header {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
}




#header #mainNav {
  padding-top: 20px;
  clear: both;
}

#header #mainNav ul.topNav {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 3px 0px;

}

#header #mainNav ul.topNav li {
  padding: 0px 10px;
  float: left;
}

#header #mainNav ul.topNav li a
{
  height: 16px;
  overflow: hidden;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

img.topNavImage {
  visibility: hidden;
}

#header #mainNav ul.topNav li a:hover,
#header #mainNav ul.topNav li a.active
{
  background-position: 0px -16px;
}



/* products overview page styles */
#centerContent1Column {
  width: 895px;
  padding-left: 20px;
  padding-right: 20px;
}

.tri-block{
padding: 0px 20px 0px 0px;
}
#centerContent1Column .tri-block{
  width: 290px;
  float:left;
}

.centerContent blockquote {
  margin: 15px 0px;
  padding: 8px 15px;
  border: 1px solid #cccccc;
}

.centerContent blockquote h2 {
}

.centerContent div.section {
  padding: 10px 0px;
}



/* footer styles */
#footer {
  text-align: center;
  font-size: 10px;
  color: #808285;
  font-family: verdana, arial, sans-serif;
  border-top: 1px solid #cccccc;
  margin: 0px 5px;
  padding-top: 10px;
  padding-bottom: 30px;
}

#footer a {
  padding: 0px 8px;
  font-weight: bold;
  color: #808285;
  font-size: 10px;
}
#footer img#trusteLogo {
  float: right;
  margin-top: -25px;
  margin-right: 5px;
}
/* new footer stuff */

#footer #footerNav {
  clear: both;
}

#footer #footerNav ul.footNav {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 3px 0px;
}


#footer #footerNav ul.footNav li a#aboutMindjet:hover,
#footer #footerNav ul.footNav li a#aboutMindjet.active,
#footer #footerNav ul.footNav li a#media:hover,
#footer #footerNav ul.footNav li a#media.active
{
  /*font-size: 20px;*/
}

#footer #footerNav ul.footNav {
  list-style-type: none;
  margin: 0px;
  padding: 5px 0px 10px 0px;
}

#footer #footerNav ul.footNav li {
  float: none;
  padding: 0px;
  display: inline
}

#footer #footerNav ul.footNav li a {
  display: inline;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  padding: 3px 4px;
}

#footer #footerNav ul.footNav li a:hover {
}

#footer #footerNav ul.footNav div.fNav2 {
	z-index:150;
	text-align:left;
}

#footer #footerNav ul.footNav div.fNav2 {
	z-index:150;
	text-align:left;
}

.shadow {
  box-shadow: 7px 7px 8px #818181;
  -webkit-box-shadow: 7px 7px 8px #818181;
  -moz-box-shadow: 7px 7px 8px #818181;
  filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
}

