/*
 * CSS file for Hargrove Website
 */

/***********************************************************/
/* Begin all base settings */
html
{
   overflow-y: auto;
}

body 
{
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 11px;
  background-color: #ffffff;
  position: static;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
h1
{
  font-size: 2.0em;
  margin:18px 0 4px 12px;
}
h2{
	font-size:1.4em;
	margin:1.8em 0 .6em 0;
}
#BodyBox
{
  position: absolute;
  width: 100%;
  min-width: 830px;
}
/* IE6 hack for enabling minimum width */
/* XXX: unfortunately, the code doesn't validate, but thats okay */
* html #BodyBox
{
  width: expression(document.body.clientWidth < 830 ? "830px" : "100%");
}
#body_div /* needed to get the page to load from the left corner */
{
  position: absolute;
  width: 100%;
  height: auto;
}

/* Begin all Master Layout items */
#TopBar
{
  height: 20px;
  width: 100%;
  /* font-weight: bold; */
}
#TopBarWhiteSpace
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 240px;
  background-color: White;
  height: 20px;
}
/* Fixed width of 800px */
#TopBarLinks
{
  position:absolute;
  top: 3px;
  left: 240px;
  text-align: right;
  width: 590px;
  color: #182a48;
}
#TopBarLinks a
{
  padding-right: 25px;
  text-decoration: none;
  color: #182a48;
}
/* Title row with Hargrove Logo and Text */
#top_bar2
{
  position: relative;
  width: 100%;
}
#logo_container 
{
  position: absolute;
  width: 200px;
} 
#logo_new_container 
{
  position: absolute;
  left:20px; top:0px;
  border-right:solid 1px black; height:85px;
  width: 185px;
} 
#hargrove_logo
{
}
#hargrove_new_logo 
{
    padding-top:30px;
}
#text_container 
{
  position: absolute;
  left: 240px;
  height: 62px;
  width: 590px;
}
#top_text
{
  padding-top: 25px;
  color: #99999b;
  color: #1d2c49;
  color: #002647;
  text-align: center;
  font-size: 24px;
  width: 590px;
}

#divisions_container
{
  position: absolute;
  top: 62px;
  left: 240px;
  height: 50px;
  width: 590px;
  text-decoration: none;
}
#div_element1
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 40px;
  text-decoration: none;
}
.text_element
{
  height:40px;
  width: 150px;
  cursor: hand;
  display: table-cell;
}
#text_element1
{
  position: absolute;
  /* top: 10px; */
  /* left: 30px; */
}
#text_element2
{
  position: absolute;
  /* top: 10px; */
  /* left: 30px; */
}
#text_element3
{
  position: absolute;
  /* top: 10px; */
  /* left: 30px; */
}
.text_link
{
  position:absolute;
  top: 12px;
  width: 150px;
  font-size: 16px;
  letter-spacing: 1px;
  /* font-weight: bold;*/
  color: #002647;
  display: table-cell;
  text-align: center;
  text-decoration: none;
}
#div_element2
{
  position: absolute;
  top: 0px;
  left: 150px;
  width: 150px;
  height: 40px;
}
#div_element3
{
  position: absolute;
  top: 0px;
  left: 300px;
  width: 150px;
  height: 40px;
}
#line_separator1
{
  position: absolute;
  top: 10px;
  left: 239px;
  height: 30px;
  border-right: solid 1px #4c677e;
}
#line_separator2
{
  position: absolute;
  top: 10px;
  left: 449px;
  height: 30px;
  border-right: solid 1px #4c677e;
}


/* Main body of page (XXX: needs editing to remove height values) */
#MainSection
{
  position: relative;
  width: 100%;
}
#main_container
{
  position: relative;
  min-height: 300px;
  width: 830px;
  height: 100%;
}
* html #main_container
{
  height: expression(document.body.clientHeight < 300 ? "300px" : "100%");
}
/* links row */
#links_container
{
  position: relative;
  height: 105px;
  width: 100%;
  background-color: #99999b;
  padding-top: 10px;
}

/* Bottom navigation links */
#footer_container
{
  position: relative;
  height: 28px;
  width: 100%;
  display: none;
  visibility: hidden;
}
#footer
{
  position:absolute;
  top: 3px;
  left: 0px;
  text-align: right;
  width: 830px;
  height: auto;
  color: #002647;
}
#footer a
{
  padding-right: 25px;
  color: #002647;
  text-decoration: none;
}
/* End of Base CSS definitions */

/* Home page CSS definititions */

/* main content container */
#main_content
{
  float: left;
  width: 630px;
  font-size: 12px;
  color: #002647;
  min-height: 300px;
}
* html #main_content
{
  height: expression(document.body.clientHeight < 300 ? "300px" : "100%");
}

/* separator between main content and links row */
#main_separator
{
  position: relative;
  width: 100%;
  /* height: 20px; */
  height: 3px;
  /* background-color: #002647; */
  /* background-color: #99999b;  */
  background-color: red;
}

/* Table of links in the links row (above the bottom navigation row) */
table.links
{
  height: 73;
  width: 100%;
  border-collapse: collapse;
}
table.links td.links
{
  text-align: right;
  letter-spacing: 1px;
  width: 157px;
  height: 30px;
  text-decoration: none;
}
td.links a
{
  color: #002647;
  text-decoration: none;
}
td.links a:hover
{
  color: #ffffff;
  text-decoration: none;
}
table.links td.link_image
{
  text-align: right;
  width: 13px;
  height: 30px;
}
table.links td.link_text
{
  color: #daf5f3;
  text-align: left;
  padding-left: 40px;
  line-height: 16px;
  width: 400px;
  overflow: hidden;
}
table.links td.link_text_li
{
  color: #daf5f3;
  text-align: left;
  padding-left: 40px;
  line-height: 16px;
  width: 400px;
  overflow: hidden;
}
table.links td.link_text_li a:active
{
  text-decoration: none;
   color: #daf5f3;
}
table.links td.link_text_li a:link
{
  text-decoration: none;
   color: #daf5f3;
}
table.links td.link_text_li  a:visited
{
  text-decoration: none;
  color: #daf5f3;
}
table.links td.link_text_li  a:hover
{
  text-decoration: none;
  color: #daf5f3;
}
table.links td.link_text_hdr
{
  color: #ffffff;
  text-align: left;
  padding-left: 40px;
  line-height: 16px;
  font-weight: bold;
  font-size: 12px;
}
table.links td.link_text_more
{
  color: #ffffff;
  text-align: left;
  line-height: 16px;
}
table.links td.link_text_more a
{
  color: #ffffff;
}


/* 9 boxes in the middle of the Home page */
#box1
{
  position: relative;
  top: 0px;
  left: 0px;
  width: 209px;
  height: 99px;
  border-left: solid 1px #4c677e;
}
#box2
{
  position: absolute;
  top: 0px;
  left: 210px;
  width: 209px;
  height: 99px;
  border-left: solid 1px #4c677e;
  border-bottom: solid 1px #4c677e;
}
#box3
{
  position: absolute;
  top: 0px;
  left: 420px;
  width: 208px;
  height: 99px;
  border-left: solid 1px #4c677e;
}
#box4
{
  position: absolute;
  top: 100px;
  left: 0px;
  width: 209px;
  height: 99px;
  border-left: solid 1px #4c677e;
  border-bottom: solid 1px #4c677e;
}
#box5
{
  position: absolute;
  top: 100px;
  left: 210px;
  width: 209px;
  height: 99px;
  border-left: solid 1px #4c677e;
}
#box6
{
  position: absolute;
  top: 100px;
  left: 420px;
  width: 209px;
  height: 99px;
  border-left: solid 1px #4c677e;
  border-bottom: solid 1px #4c677e;
}
#box7
{
  position: absolute;
  top: 200px;
  left: 0px;
  width: 209px;
  height: 99px;
  border-left: solid 1px #4c677e;
  border-bottom: solid 1px #4c677e;
}
#box8
{
  position: absolute;
  top: 200px;
  left: 210px;
  width: 209px;
  height: 99px;
  border-left: solid 1px #4c677e;
  border-bottom: solid 1px #4c677e;
}
#box9
{
  position: absolute;
  top: 200px;
  left: 420px;
  width: 208px;
  height: 99px;
  border-left: solid 1px #4c677e;
  border-bottom: solid 1px #4c677e;
}

/* End of Home page CSS definitions */

/* Trade Show page CSS definitions */

/* main content of TS page */
#main_container1
{
  position: relative;
  height: 369px;
  width: 100%;
}
#main_content1
{
  position: absolute;
  top: 0px;
  left: 200px;
  width: 630px;
  height: 100%;
}

#mid
{
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#mid_data
{
  position: absolute;
  top: 273px;
  left: 0px;
  padding:10px;
}

#mid_data1
{
	position: absolute;
	top: 5px;
	left: 2px;
	padding:20px;
	width: 385px;
  font-family: arial,helvetica,sans-serif; 
  font-style:normal; 
  font-variant:normal; 
  font-weight: normal; 
  font-size: 16px;
  line-height: 22px;  
  color: #ffffff; 
  text-decoration:none; 
  letter-spacing: 1px; 
}

#mid_upper
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 192px;
  width: 100%;
}
#mid_lower
{
  position: absolute;
  top: 192px;
  left: 0px;
  height: 177px;
  width: 100%;
  background-color: #daf5f3;
}
#mid_nav
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 369px;
  width: 200px;
}


/* links row */
#links_container_main
{
  position: relative;
  width: 100%;
  border-top: solid 3px white;
  /* background-color: #99999b; */
  /* background-color: #002647; */
  background-image: url('../../images/2-pixels.jpg');
  background-position: left;
  background-repeat: repeat-y;
}
#links_container2
{
  position: relative;
  width: 100%;
  background-color: #99999b;
}

#links_bg
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
}
#links_content
{
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
}
/* Table of links in the links row (above the bottom navigation row) */
#L2Links
{
  width: 100%;
  margin: 5px 0px 5px 0px;
  border-collapse: collapse;
  line-height: 20px;
}
.LinksHdr
{
  color: #002647;
  text-align: right;
  letter-spacing: 1px;
  width: 157px;
  text-decoration: none;
}
.LinksHdr a
{
  color: #002647;
  text-decoration: none;
  vertical-align: middle;
}
.LinksHdr a:hover
{
  color: #ffffff;
  text-decoration: none;
}
.LinksImage
{
  text-align: right;
  width: 13px;
}
.LinksText
{
  color: #ffffff;
  text-align: left;
  padding-left: 10px;
}

 .menu
 {font-family: arial,helvetica,sans-serif; font-style:normal; font-variant:normal; font-weight:normal; font-size: 10px;  color: #002647; text-decoration:none;}
   
.menu:hover{text-decoration:none; color: #ffffff;}

.dark_blue{font-family: arial,helvetica,sans-serif; font-style:normal; font-variant:normal; font-weight:normal; font-size: 11px;  color: #002647; text-decoration:none; }

.textlink{font-family: arial,helvetica,sans-serif; font-style:normal; font-variant:normal; font-weight:normal; font-size: 11px;  color: #71A7DA; text-decoration:none;}

/* End of Trade Show page CSS */

/* Define all Background colors here */
.TSColor
{
  background-color: #88cec0;
}
.EvColor
{
  background-color: #9ed0eb;
}
.ExColor
{
  /* background-color: #b26c26; */
  background-color: #cb7715;
}
.ParadesColor, .ParColor
{
  background-color: #a78fd4;
}
.NoColor
{
  background-color: #ffffff;
}
.ContentColor
{
  background-color: #daf5f3;
}
.TopBarTextColor
{
  color: #002647;
}
.TopBarBkColor
{
  background-color: #eaebee;
}
/* Set some basic element properties */
p
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
ul
{
  margin: 10px 0px 0px 25px;
  padding: 0px 0px 0px 0px;
}

/* Some more defines */
#MainTable td
{
  position: relative;
  width: 210px;
  height: 100px;
  background-color: #88cec0;
}
/*
#MainTable th
{
  width: 1px;
  background-color: #4c677e;
}
*/
/*
#MainTable img, object, embed
{
  margin: 0px;
  padding: 0px;
  width: 210px;
  height: 100px;
  border: none;
  overflow: hidden;
  vertical-align: top;
}
*/
#MainTable img,
#MainTable object,
#MainTable embed
{
  margin: 0px;
  padding: 0px;
  width: 210px;
  height: 100px;
  border: none;
  overflow: hidden;
  vertical-align: top;
}
.L3TextImage
{
  float: left; 
  position: relative; 
  left: 15px; 
  top: 0px; 
  font-size: 12px;
  line-height: 17px; 
  width: 380px; 
  padding-top: 20px; 
  padding-bottom: 20px;
}
.L3Text
{
  font-size: 12px;
  line-height: 17px; 
  padding-top: 10px; 
  padding-left: 15px;
  /* min-height: 302px; */
  width: 400px;
}
.PressNews
{
  float: left;
  font-size: 12px;
  line-height: 17px; 
  padding-top: 10px; 
  padding-left: 15px;
  /*width: 300px;*/
}
.PressNewsItem
{
  font-size: 12px;
  line-height: normal;
  padding-left: 0px;
  padding-top:  10px;
  display: block;
}

.PressCalendar
{
  float:right; 
  font-size: 12px;
  line-height: 17px; 
  padding-top: 10px;
  overflow: hidden;
  display:table-cell;
  width: 250px;
}
.PressCalendarItem
{
  font-size: 12px;
  line-height: normal;
  padding-top:  10px;
  display: block;
}
.PressDate
{
  padding: 5px 0px 5px 0px;
  font-size: 11px;
}
.PressHeader
{
  font-size: 16px;
  font-weight: bold;
}
.PressSubHeader
{
  font-size: 14px;
}
.PressContent
{
  padding: 5px 0px 5px 0px;
}
.PressFooterSep
{
  text-align: center;
}
.PressFooter
{
  padding: 5px 0px 5px 0px;
  font-style: italic;
}
/*
* html .L3Text
{
  height: expression(document.body.clientHeight < 302 ? "302px" : "100%");
}
*/
.TSHeader
{
  height: 22px; 
  background-image: url('../../images/TSBanner.jpg'); 
  margin-top: 10px;
}
.EvHeader
{
  height: 22px; 
  background-image: url('../../images/Events-banner.jpg'); 
  margin-top: 10px;
}
.EvSubHeader
{
  height: 22px; 
  background-image: url('../../images/Events-subbanner.jpg'); 
  margin-top: 10px;
}
.ExHeader
{
  height: 22px; 
  background-image: url('../../images/custom-exhibits-banner.jpg'); 
  margin-top: 10px;
}
.ExSubHeader
{
  height: 22px; 
  background-image: url('../../images/Custom-exhibits-subbanner.jpg'); 
  margin-top: 10px;
}
.L3Banner
{
  font-size: 16px;
  line-height: 20px;
  color: White;
  font-weight: bold;
  padding-top: 1px;
  padding-left: 15px;
}
.L3SubBanner
{
  font-size: 14px;
  line-height: 20px;
  color: Black;
  font-weight: bold;
  padding-top: 1px;
  padding-left: 15px;
}

.L3Image
{
  float:right; 
  padding-top: 20px;
  width: 200px;
  overflow: hidden;
  display:table-cell;
}
#AboutUsHistory td
{
  text-align: left;
  vertical-align: top;
  padding-bottom: 3px;
}
#DSText
{
  font-size: 3em;
  display: block;
  line-height: 1em;
  color: #666;
  background-color: Transparent;
  white-space: nowrap;
}
#DSText:before
{
  margin-bottom: -1.05em;
  margin-left: 0.1ex;
  color: #ccc;
  background-color: Transparent;
  display: block;
  content: "Testing 1 2 3";
}
#DSText:after
{
  margin-top: -1.05em;
  margin-left: -0.1ex;
  color: #fff;
  background-color: Transparent;
  display: block;
  content: "Testing 1 2 3";
}
.HCC a:link,
.HCC a:hover,
.HCC a,
.HCC
{
  color: #182a48;
  text-decoration: none;
  border: none 0px transparent;
}
.Opaque
{
  filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  -moz-opacity: 0.70; opacity:0.7;
}
.RFPLabel
{
  width: 120px;
  text-align: right;
  padding-right: 5px;
  font-weight: normal;
  display: inline-block;
}
.RFPText
{
  text-align: left;
  width: 120px;
  display: inline-block;
}
.RFTable th
{
  width: 120px;
  text-align: right;
  padding-right: 5px;
  /*font-weight: bold;*/
}
.RFPTable td
{
  text-align: left;
  width: 150px;
}

ul.list1 {
	padding:0 12px;margin:1.0em 0;
}
ul.list1 li{
	background:url(/images/new/bul1.gif) 0 .4em no-repeat;
	background-color:transparent;
	margin:.8em 0;
	list-style:none;
	padding-left:12px;
	
}
#service_kit_container 
{
    padding-left:30px;
}
#service_kit_container a
{
    line-height:2;font-size:14px;font-family:Arial;
}
#service_kit_container a:visited
{
    color:Blue;
}
#service_kit_container a:hover
{
    background-color:#DEF4F0;
}
#help_lines td
{ 
    width:240px;
}

#help_lines .row_0
{ 
    background-color: #EEEEFF;
}
#help_lines .row_1
{ 
    background-color: #EEFFEE;
}

#help_lines .show_name
{ 
    width:130px;overflow:hidden;float:left;padding-left:5px;
}

#help_lines .show_ph
{ 
    width:100px;overflow:hidden;float:left;
}
#top_text_cs
{
  padding-top: 30px;
  color: #99999b;
  color: #1d2c49;
  color: #002647;
  text-align: left;
  font-size: 26px;
  width: 590px;
}
.TopTextLayer
{
    position:absolute;top:20px;left:20px;color:#ffffff;font-size:15px;font-family:Arial;font-weight:bold;letter-spacing:1
}
.BottomLayerText
{
    position:absolute;top:110px;left:10px;font-size:13px;font-family:Arial;
}