/**********************************************************
  Author: www.jimmycahill.com
  Last Update: October 17 2005
**********************************************************/
body { 
  background: #efefef url('../images/body_bg.gif') repeat-y top center;
  color: #036;
  font-family: Arial, sans-serif;
  margin: 0;
/* to center without tables */
  text-align: center;
}
a:link, a:visited {
  color: #036;
  text-decoration: underline;
}
a:hover, a:active {
  color: #036;
  text-decoration: none;
}
/***************************************/
#wrapper {
  font-size: 12px;
  width: 696px;
  height: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#top {
  /*background: url('../images/top_bg_new.gif') repeat-y;
  color: #fff;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;*/
  /*height: 70px;*/
  z-index:100;
  background:white;
}
#top input {
  font-size: 10px;
  height: 11px;
}

#toplinks {
	float: right;
  width: 345px;
  position: relative;
  top: 28px;
}
#productsearch {
	float: right;
	width: 345px;
  position: relative;
  top: 35px;
  right: 10px;
}
a#logo {
	display: block;
	float: left;
	width: 340px;
	height: 70px;	
}
#top #toplinks a:link, #top #toplinks a:visited {
  background: url('../images/top_linkbul.gif') no-repeat left center;
  color: #fff;
  padding: 0 12px;
  text-decoration: none;
}
#top #toplinks a:hover, #top #toplinks a:active {
  background: url('../images/top_linkbul2.gif') no-repeat left center;
  color: #333; /* #630; */
  text-decoration: none;
}

/***************************************/
div#menu {
	margin: 0;
	padding: 0;
    border-top: 4px solid #fff;
	}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: both;
	}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
    border-bottom: 1px solid #069;
	}

#menu ul li a { /*mozilla sucks up 10px of the div underneath */
	background: #ccc url('../images/menu_button.jpg') no-repeat top center;
	color: #5977A4;
	display: block;
	width: 116px;
    height: 25px;
	line-height: 25px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-align: center;
    font-size: 12px;
	font-weight: bold; 
	} 

#menu ul li a:hover, #menu a:active {
	background: #ccc url('../images/menu_button_over.jpg') no-repeat top center;
	color: #069;
	}
body#sectionone #menu li#one a, 
body#sectiontwo #menu li#two a,
body#sectionthree #menu li#three a,
body#sectionfour #menu li#four a,
body#sectionfive #menu li#five a,
body#sectionsix #menu li#six a {
	background: #069 url('../images/menu_button_selected.jpg') no-repeat top center;
	color: #fff;
	}

/***************************************/
div#submenu {
  background: #069 url('../images/submenu_bg.gif');
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  color: #fff;
  margin: 0;
  padding: 0;
}
div#submenu p {
  margin: 0;
  padding: 0;
}
div#submenu h2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 0 3px 10px;
}
/***************************************/
#maincontent {
  background: #fff url('../images/sidecontent_bg.gif') repeat-y;
  font-size: 12px;
  padding: 0;
  margin: 0;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  width: 696px; /* Broken Box model hack: False value for IE4-5.x/Win */	
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 694px;	 /* Actual value for conformant browsers */	
}
html>#maincontent {
  width: 694px; /* Be nice to Opera */
}

/***************************************/
#sidebar {
  /* background: url('../images/sidecontent_bg.gif') no-repeat; */
  padding: 10px;
  float: left;
  width: 184px; /* False value for IE4-5.x/Win */	
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 164px;	 /* Actual value for conformant browsers */	
}
html>#sidebar {
  width: 164px; /* Be nice to Opera */
}

#sidebar h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}
#sidebar p, #sidebar a {
  color: #fff;
}

/***************************************/
#content {
  background: #fff;
  font-size: 12px;
  padding: 10px;
  float: left; 
  width: 510px; /* False value for IE4-5.x/Win */	
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 490px;	 /* Actual value for conformant browsers */	
}
html>#content {
  width: 490px; /* Be nice to Opera */
}
div#content h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
div#content h4 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 15px 0 0 0;
  padding: 0;
}
div#content p {
  padding: 0 0 10px 0;
  margin: 0; 
}
div#content ol li {
  padding: 0 0 10px; 
}
div#content ol ul {
  margin: 5px 0 10px 0; 
  list-style: square;
}
div#content ul li {
  padding: 3px 0 4px; 
}

div#content img {
  /* float: right; */
  padding: 5px 10px 10px 15px;
}

body#sectionthree div#content img { 
  float: none;  /* IE fix */
}

div#content option 
{
/*
  font-size: 11px;
  height: 10px;
*/
} 

div#content div.Lfloater { /*floats to the left */
  float: left;
  text-align: left;
  padding: 0 25px 20px 0;
}

#content p.Tname { /* this is for the names on the testimonial page **************************************/
  font-weight: bold;
  margin: -5px 0 10px 0;
  padding: 0;
}

#content p.pdf a { 
  background: url('../images/icon_pdf.gif') no-repeat bottom left;
  color: #900;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0 0 35px;
}

/***************************************/
div#footer {
  background: #efefef url('../images/footer_bg.gif') repeat-x top;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  padding: 4px 0 5px 0;
  margin: 0;
  width: 696px;
}
div#footer a:link, div#footer a:visited {
  color: #fff;
  text-decoration: none;
}
div#footer a:hover, div#footer a:active {
  color: #333; /* #630; */
  text-decoration: none;
}

div#bottom {
  background: transparent;
  margin: 0;
  padding: 0;
  /* background: #efefef url('../images/diagonals_grey.gif'); */
  text-align: center;
  vertical-align: top;
  height: 100%;
}
div#bottom p {
  padding: 0;
  margin: 5px 0 0 0;
  color: #555;
}
div#bottom a {
  color: #555;
}
.text_underline{
	text-decoration:underline !important;
}