@charset "utf-8";
.missionStatement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1f2559;
	font-style: italic;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.irri #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
}
.irri #header {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.irri #mainContent {
	background-color: #5076b6;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	display: table-cell;
	height: 560px;
}
.irri #mainContent #title{
	width: 970px;
	height: 35px;
}
.irri #mainContent #title #titlebar{
	color: #FFF;
	background-color: #1f2559;
	width: 225px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat;
	height: 30px;
}
.irri #mainContent #title #titlebarMain{
	color: #FFF;
	background-color: #1f2559;
	width: 725px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat;
	float: right;
	margin-right: 5px;
	height: 30px;
}
.irri #mainContent #title #barText  {
	padding-top: 5px;
}

.irri #mainContent #title #theContent{
	background-color: #FFF;
	float: right;
	width: 705px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	height: 520px;
	vertical-align: top;
	padding-top: 10px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1f2559;
}

.prodLH    {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #06F;
	border-right-color: #06F;
	border-bottom-color: #06F;
	border-left-color: #06F;
}

.prodRH    {
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #06F;
	border-left-color: #06F;
	border-bottom-color: #06F;
	border-left-color: #06F;
}

.prodMid    {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
}

.irri #mainContent #title #leftBar{
	background-color: #FFF;
	float: left;
	width: 205px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: 520px;
	margin-left: 5px;
	vertical-align: top;
}

.irri #tl {
	background-image: url(images/titleBar_tlh.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.irri #tr {
	background-image: url(images/titleBar_trh.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 3px;
}


.irri #container #mainContent p {
}
.MainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f2559;
}


.irri #container #maincont {
	background-image: url(images/bg.jpg);
	background-color: #5076b5;
	background-repeat: repeat-x;
	background-position: top;
}

.irri #footer {
	background:#5076b6;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
}
/***** Navigation options ********/
.irri #navg {
	height: 32px;
	background-image: url(images/links_bg7.jpg);
}
#navg ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
/* float each list element inline */
#navg li {
  float: left;
  display: inline;
  }
/* style the links in the nav list */
#navg a {
	display:block;
	margin: 0;
	height: 13px;
	width: 160px;
	text-decoration: none;
	font-variant:small-caps;
	font-weight:normal;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
  }
#navg a:link, #navg a:visited {
	color: #1f2559;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #908AA5;
	border-right-color: #908AA5;
	border-bottom-color: #908AA5;
	border-left-color: #908AA5;
  }
#navg a:hover, #navg a:active {
	background-color: #FFF;
	color: #1f2559;
	border: 0px none #EBF3E7;
	font-weight: bold;
  }
/***** Navigation Online Store options ********/
.irri #navo {
	height: 32px;
	background-image: url(images/links_bg_OLS7.jpg);
}
#navo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
/* float each list element inline */
#navo li {
  float: left;
  display: inline;
  }
/* style the links in the nav list */
#navo a {
	display:block;
	margin: 0;
	height: 13px;
	width: 160px;
	text-decoration: none;
	font-variant:small-caps;
	font-weight:normal;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
  }
.irri #mainContent #title #titlebarMain #cartText {
	padding: 5px;
	float: right;
}
.PersonName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 1f2559;
	font-weight: bold;
	text-transform: capitalize;
}
.PersonTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 1f2559;
	text-transform: capitalize;
}

.irri #mainContent #title #titlebarMain #cartcon  {
	float: right;
	vertical-align: middle;
}


#navo a:link, #navo a:visited {
	color: #1f2559;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #908AA5;
	border-right-color: #908AA5;
	border-bottom-color: #908AA5;
	border-left-color: #908AA5;
  }
#navo a:hover, #navo a:active {
	background-color: #FFF;
	color: #1f2559;
	font-weight: bold;
  }
.productList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #1f2559;
	height: 30px;
}
.LeftTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: 1f2559;
	font-weight: bold;
}

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

img {
	border-style: none;
}

a:visited {
	color: #1f2559;
	text-decoration: none;
}
.highlight {
	font-style: italic;
	color: #009;
	font-weight: bold;
}
.PersonelList {
	height: 12px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #1f2559;
	padding-top: 5px;
}
.PersonelListTitle {
	height: 10px;
	width: 170px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-size: 10px;
	text-transform: capitalize;
	color: #1f2559;
}
.PersonelDisplayOrder {
	height: 22px;
	padding-left: 3px;
}
