body {
	margin: 0 15px 0 15px;
	background-color: #084388;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	font-family: "Verdana", "Arial", Sans-Serif;
	font-size: 1em;
}

/*img {
behavior: url("/includes/js/pngbehavior.htc");
}*/

form {
	margin: 0;
	padding: 0;
}

#wrap {
	min-width: 774px;
	width:expression(document.body.clientWidth < 784 ? "774px" : "100%" );
}

#header {
	background-image: url("/images/header-bg.gif");
	background-repeat: repeat-x;
}

#header-right {
	background-image: url("/images/header.gif");
	background-position: top right;
	background-repeat: no-repeat;
	height: 131px;
}

#hnav {
	color: #FFFFFF;
	font-size: 11px;
	float: right;
	position: relative;
	top: 110px;
	right: 10px;
}

#hnav a {
	color: #FFFFFF;
	text-decoration: none;
}

#hnav a:hover {
	text-decoration: underline;
}

#searchdiv {
	float: right;
	position: relative;
	top: 76px;
	right: -260px;
}
#search2 {
	float: right;
	position: absolute;
	width: 180px;
	top:-62px;
	right:0px;
	/*
	position: relative;
	top: -56px;
	right: 26px;
*/
}

#stage 
{
  position: relative;
	background-color: #FFFFFF;
	border-bottom: 7px solid #606060;
	padding: 7px 7px 7px 7px;
}

#footer1 {
	background-color: #ECE8E9;
	font-size: .6em;
	padding: 10px 10px 10px 10px;
	line-height: 1.5em;
}

#footer1-left {
	float: left;
	width: 30%;
}

#footer1-center {
	float: left;
	width: 38%;
	text-align: center;
	position: relative;
	background-color: #606060;
	top: 1px;
	color: #FFFFFF;
}

#footer1-center-l 
{
  background: url(/Images/footer_mid_l.gif) top left no-repeat;
  height: 26px;
}

#footer1-center-r 
{
  background: url(/Images/footer_mid_r.gif) top right no-repeat;
  height: 26px;
}

#footer1-center a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer1-center a:hover {
	text-decoration: underline;
}

#footer1-right {
	float: right;
	width: 30%;
	text-align: right;
}

#footer2 {
	background-color: #000000;
	color: #FFFFFF;
	font-size: .6em;
	padding: 10px 10px 10px 10px;
}

#footer1-left a {
	color: #0A50A1;
	text-decoration: none;
}

#footer1-left a:hover {
	text-decoration: underline;
}

#footer2-left {
	float: left;
}

#footer2-right {
	float: right;
}

#leftcol {
	position: absolute;
	width: 169px;
}

#featprod {
	background-image: url("/images/feature-top.gif");
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #628FC4;
	width: 157px;
	min-height: 176px;
	height: auto !important;
	height: 176px;
	color: #FFFFFF;
}

#featprod p {
	padding: 10px;
}


#featprod_inner {
	background-image: url("/images/feature-bot.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 157px;
	min-height: 176px;
	height: auto !important;
	height: 176px;
	font-size: .6em;
	margin: 5px 0 0 0;
}

#featprod_content {
	padding: 32px 5px 0 20px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
}
#callout {
	background-image: url("/images/callout-top.gif");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #628FC4;
	width: 147px;
	min-height: 176px;
	height: auto !important;
	height: 176px;
	color: #FFFFFF;
}

#callout p {
	padding: 10px;
}


#callout_inner {
	background-image: url("/images/callout-bot.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 147px;
	min-height: 176px;
	height: auto !important;
	height: 176px;
	font-size: .6em;
	margin: 5px 0 0 0;
}

#callout_content {
	padding: 10px 5px 0 20px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
}
#callout_content h1 
{
  font-size: 22px;
}
#rightcol 
{
  position: absolute;
	right: 7px;
	width: 157px;
}

#callout 
{
  margin-left: 9px;
}

#cart {
	background-image: url("/images/cart-bg-top.gif");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ECE8E9;
	margin-top: 8px;
	width: 157px;
	min-height: 176px;
	height: auto !important;
	height: 176px;
}

#cart_inner {
	background-image: url("/images/cart-bg-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 157px;
	min-height: 176px;
	height: auto !important;
	height: 176px;
	font-size: .6em;
	margin: 5px 0 0 0;
}

#cartitems {
	padding: 32px 5px 0 10px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

#cartitems a
{
  text-decoration: none;
  color: Black;
}

#cartbuttons {
	margin: 0 3px 0 0;
	text-align: right;
}

#content {
	position: relative;
	margin: 0 170px 0 189px;
	font-size: .8em;
	line-height: 1.5em;
}

#content_noright {
	margin: 0 0 0 189px;
	font-size: .8em;
	line-height: 1.5em;
}

#content_noright a {
	color: #0A50A1;
	font-weight: bold;
	text-decoration: none;
}

#content_noright a:hover {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: underline;
}

#content_noright h1 {
	color: #0A50A1;
	font-family: Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: normal;
	font-size: 1.5em;
}

#content_noright h2 {
	color: #0A50A1;
	font-family: Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: normal;
	font-size: 1.4em;
}

#content_noright h3 {
	color: #0A50A1;
	font-family: Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

#content_noright h4 {
	color: #0A50A1;
	font-family: Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
#content a {
	color: #0A50A1;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: underline;
}

#content h1 {
	color: #0A50A1;
	font-family: Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: normal;
	font-size: 1.5em;
}

#content h2 {
	color: #0A50A1;
	font-family: Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: normal;
	font-size: 1.4em;
}

#content h3 {
	color: #0A50A1;
	font-family: Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

#content h4 {
	color: #0A50A1;
	font-family: Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}

.med 
{
  font-size: 0.8em;
}
.negsmall
{
  font-size: 1.43em;
}

.small 
{
  font-size: 0.7em;
}

.breadcrumb
{
  color: #777777;
  font-size: 0.8em;
}

.breadcrumb a
{
  color: #FF7F00 !important;
  font-weight: normal !important;
}

th
{
  text-align: left;
}
.zoom_in 
{
  cursor: -moz-zoom-in; 
  cursor: url(/includes/cursors/zoom_in.cur);
}

.greycrn_bl {
  background: #ECE8E9 url("/images/greycrn_bl.gif") bottom left no-repeat;
}

.greycrn_br {
  background: url("/images/greycrn_br.gif") bottom right no-repeat;
}

.greycrn_tl {
  background: url("/images/greycrn_tl.gif") top left no-repeat;
}

.greycrn_tr {
  background: url("/images/greycrn_tr.gif") top right no-repeat;
}
.fullwidth {
  width: 100%;
}
.Temporary 
{
	color:#993399;
}


.Temporary a {

	color: #993399 !important;

	text-decoration: none !important;

}



.Temporary a:hover {

	text-decoration: underline !important;

}
.Retired 
{
	color:Red;
}


.Retired a {

	color: Red !important;

	text-decoration: none !important;

}



.Retired a:hover {

	text-decoration: underline !important;

}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}