@charset "UTF-8";
/* CSS Document */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #01233a;
	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;
	}
p {line-height: 1.8em;}
a:link, a:visited {color: #01233a;}
a:hover, a:active {color: #DDDDDD;}
/******************    typography    **************************/
.highlight1 {color: #593f04; font-weight: bolder;}
#sidebar1 p, #sidebar2 p, #mainContentContainer p, #mainContentContainer h1, #mainContentContainer h2, #mainContentContainer h3, #mainContentContainer h4 {margin-top: 0; margin-bottom: 0; padding-left: 5px; padding-right: 5px;}
#mainContentContainer p, #mainContentContainer h1, #mainContentContainer h2, #mainContentContainer h3, #mainContentContainer h4 {padding-top: 10px; padding-bottom: 10px; background: #FFF;}
#mainContentContainer h3 {border-top: #01233a solid 1px; border-bottom: #01233a solid 1px;}
#mainContentContainer form, #mainContentContainer table {margin: 0; padding: 0 0 0 10px; background: #FFF;}
#sidebar1 ul, #sidebar2 ul {margin: 0 0 0 20px; padding: 0 5px 10px 5px;}
#sidebar1 a:link, #sidebar1 a:visited, #sidebar2 a:link, #sidebar2 a:visited {color: #FFF; text-decoration: none; font-weight: bolder;}
#sidebar1 a:hover, #sidebar1 a:active, #sidebar2 a:hover, #sidebar2 a:active {color: #630; text-decoration: underline;}
.lightBlueBoxfg h3, .medBlueBoxfg h3 {margin-top: 0; margin-bottom: 0; padding: 4px 10px 10px 10px; font-size: 105%; color: #FFF; background: url(../images/contentBoxHeaderBg.gif) no-repeat 5px 0; width: 190px;}
.productListing h5 { margin: 0; padding: 5px 0 0 5px; font-size: 120%;}
.quotes {font-weight: bolder; color: #FFF;}
.thrColFixHdr #footer a:link, .thrColFixHdr #footer a:visited, .twoColFixLtHdr #footer a:link, .twoColFixLtHdr #footer a:visited {color: #FFF; text-decoration: none;}
.thrColFixHdr #footer a:hover, .thrColFixHdr #footer a:active, .twoColFixLtHdr #footer a:hover, .twoColFixLtHdr #footer a:active {color: #FFF; text-decoration: underline;}

/******************    layout    **************************/
.thrColFixHdr #container, .twoColFixLtHdr #container { 
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
.thrColFixHdr #header, .twoColFixLtHdr #header { 
	background: transparent url('../images/header.gif') no-repeat;
	height: 90px;
	padding: 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. */
	} 
.thrColFixHdr #header h1, .twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
.thrColFixHdr #header h1 span, .twoColFixLtHdr #header h1 span {display: none;}
.thrColFixHdr #sidebar1, .twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #01233a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #01233a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	}
.thrColFixHdr #mainContent { 
	margin: 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
	background: transparent url('../images/homepageBgPhoto.jpg') no-repeat;
	height: 600px;
	}
.thrColFixHdr #footer, .twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 900px;
	margin: 0 auto;
	text-align: right;
	background:#01233a;
	font-size: 80%;
	color: #FFF;
	} 
.thrColFixHdr #footer .bwd, .twoColFixLtHdr #footer .bwd { 
	float: left;
	font-size: 80%;
	margin-top: 7px;
	}
.thrColFixHdr #footer p, .twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
#mainContentContainer {
	width: 660px;
	float: right;
	}
#mainContentContainer img {float: right; border: #01233a solid 1px; margin: 5px;
	}
#productTable {
	width: 660px;
	padding: 3px;
	background: #FFF;
	}
.productListing {
	float: left;
	width: 210px;
	padding: 0;
	border: #01233a solid 1px;
	}
#productTable img {margin: 0; padding: 0; float: left; border: none;}
.productListing p.price {float: left; margin: 0 0 0 2px;}
.productListing form {margin: 6px 0 0 0; padding: 0; float: right; border: none;}
#gallery {background: #FFF; margin: 0;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    	height:0;
    	font-size: 1px;
    	line-height: 0px;
	}
.nodisplay {display: none;}

/******************    navigation    **************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#navigation {margin: 0 160px; width: 850px;}

.indentmenu{
	font: bold 13px Arial;
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;}
.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 80%; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background: black url('../images/goldMenuBg-off.jpg') center center repeat-x;}
.indentmenu ul li{
	display: inline;}
.indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #564c66; /*dark purple divider between menu items*/}
.indentmenu ul li a:visited{color: white;}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: black url('../images/goldMenuBg-on.jpg') center center repeat-x;
	}
/******************    form css    **************************/
#formContainer {width: 660px; background: #FFF;}
#formContainer form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 560px;
  max-width: 620px;
  width: 590px;
}

#formContainer form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

#formContainer form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

#formContainer label {
  font-size: 100%;
}

#formContainer label u {
  font-style: normal;
  text-decoration: underline;
}

#formContainer input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

#formContainer textarea {
  overflow: auto;
}

#formContainer form div {
  clear: left;
  display: block;
  width: 354px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

#formContainer form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

#formContainer form fieldset div.notes h4 {
  background-image: url(../images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

#formContainer form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

#formContainer form fieldset div.notes p.last {
  margin: 0em;
}

#formContainer form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
	}
#formContainer form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
	}
#formContainer form div.required fieldset legend {
  font-weight: bold;
	}
#formContainer form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
	}
#formContainer form div.optional label, label.optional {
  font-weight: normal;
	}
#formContainer form div.required label, label.required {
  font-weight: bold;
	}
#formContainer form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  zoom: 1;
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
	}
#formContainer form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
	}
#formContainer form div img {
  border: 1px solid #000000;
	}
#formContainer p.error {
  background-color: #ff0000;
  background-image: url(../images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
	}
#formContainer form div.error {
  background-color: #ffffe1;
  background-image: url(../images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
	}
#formContainer form div.error p.error {
  background-image: url(../images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
	}
#formContainer form div select, #formContainer form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
	}
#formContainer form div input.inputText, #formContainer form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
	}
#formContainer form div input.inputFile {
  width: 211px;
	}
#formContainer form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
	}
#formContainer form div input.inputCheckbox, #formContainer form div input.inputRadio, #formContainer input.inputCheckbox, #formContainer input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
	}
#formContainer form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
	}
#formContainer form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
	}
#formContainer form div input.inputSubmit, #formContainer form div input.inputButton, #formContainer input.inputSubmit, #formContainer input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
	}
#formContainer form div.submit div input.inputSubmit, #formContainer form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
	}
#formContainer form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  zoom: 1;
	}
/* form.import.css */

#formContainer label img {
  behavior: url(../scripts/label_img.htc);
	}
#formContainer form fieldset legend {
  line-height: 150%;
	}
#formContainer form input, form select, form textarea {
  background-color: #ffffff;
	}
#formContainer form textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
	}
#formContainer div.optional label:before {
  content: '';
	}
#formContainer div.required label:before {
  content: '';
	}
#formContainer form div label.labelCheckbox, #formContainer form div label.labelRadio, #formContainer label.labelCheckbox, #formContainer label.labelRadio {
  display: block;
  width: 190px;
  zoom: 1;
  padding: 4px 0 0 18px;
  text-indent: -18px;
  line-height: 120%;
	}
#formContainer form div label.labelCheckbox input.inputCheckbox, #formContainer form div label.labelRadio input.inputRadio, #formContainer label.labelCheckbox input.inputCheckbox, #formContainer label.labelRadio input.inputRadio {
  margin: 0;
	}
#formContainer form div fieldset input.inputText, #formContainer form div fieldset input.inputPassword, #formContainer form div fieldset input.inputFile, #formContainer form div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0 0 0 18px;
  margin: expression(setCntr(), '0px 0 0 -124px');
	}
#formContainer form div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0 0;
  text-indent: 0;
  margin: 0 0 0 0;
	}
#formContainer form div.wide label {
  float: none;
  display: block;
	}

form div label.wide {
  width: 348px;
	}
#formContainer form div.wide input.inputText, #formContainer form div.wide input.inputPassword, #formContainer form div.wide input.inputFile, #formContainer form div.wide select, #formContainer form div.wide textarea {
  width: 344px;
  margin: 0;
	}
#formContainer form div.notes p, #formContainer form div small {
  line-height: 125%;
	}
#formContainer form div.wide small {
  margin: 0 0 5px 0;
	}

/******************    content boxes    **************************/

whiteBox{display:block}
.whiteBox *{
    display:block;
    height:1px;
    overflow:hidden;
    font-size:.01em;
    background:#ffffff}
.whiteBox1{
    margin-left:3px;
    margin-right:3px;
    padding-left:1px;
    padding-right:1px;
    border-left:1px solid #6e818e;
    border-right:1px solid #6e818e;
    background:#bfc8cd}
.whiteBox2{
    margin-left:1px;
    margin-right:1px;
    padding-right:1px;
    padding-left:1px;
    border-left:1px solid #1a394d;
    border-right:1px solid #1a394d;
    background:#ced5d9}
.whiteBox3{
    margin-left:1px;
    margin-right:1px;
    border-left:1px solid #ced5d9;
    border-right:1px solid #ced5d9;}
.whiteBox4{
    border-left:1px solid #6e818e;
    border-right:1px solid #6e818e}
.whiteBox5{
    border-left:1px solid #bfc8cd;
    border-right:1px solid #bfc8cd}
.whiteBoxfg{
    background:#ffffff;}
    
.lightBlueBox{display:block}
.lightBlueBox *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#7c9eb6}
.lightBlueBox1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #35576f;
  border-right:1px solid #35576f;
  background:#5d7f97}
.lightBlueBox2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #0d2f46;
  border-right:1px solid #0d2f46;
  background:#64869e}
.lightBlueBox3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #64869e;
  border-right:1px solid #64869e;}
.lightBlueBox4{
  border-left:1px solid #35576f;
  border-right:1px solid #35576f}
.lightBlueBox5{
  border-left:1px solid #5d7f97;
  border-right:1px solid #5d7f97}
.lightBlueBoxfg{
  background:#7c9eb6}

.medBlueBox{display:block}
.medBlueBox *{
    display:block;
    height:1px;
    overflow:hidden;
    font-size:.01em;
    background:#08344D}
.medBlueBox1{
    margin-left:3px;
    margin-right:3px;
    padding-left:1px;
    padding-right:1px;
    border-left:1px solid #042a42;
    border-right:1px solid #042a42;
    background:#062f48}
.medBlueBox2{
    margin-left:1px;
    margin-right:1px;
    padding-right:1px;
    padding-left:1px;
    border-left:1px solid #01243b;
    border-right:1px solid #01243b;
    background:#063049}
.medBlueBox3{
    margin-left:1px;
    margin-right:1px;
    border-left:1px solid #063049;
    border-right:1px solid #063049;}
.medBlueBox4{
    border-left:1px solid #042a42;
    border-right:1px solid #042a42}
.medBlueBox5{
    border-left:1px solid #062f48;
    border-right:1px solid #062f48}
.medBlueBoxfg{
    background:#08344D}
  
.darkBlueBox{display:block}
.darkBlueBox *{
    display:block;
    height:1px;
    overflow:hidden;
    font-size:.01em;
    background:#000f18}
.darkBlueBox1{
    margin-left:3px;
    margin-right:3px;
    padding-left:1px;
    padding-right:1px;
    border-left:1px solid #001a2b;
    border-right:1px solid #001a2b;
    background:#001420}
.darkBlueBox2{
    margin-left:1px;
    margin-right:1px;
    padding-right:1px;
    padding-left:1px;
    border-left:1px solid #002136;
    border-right:1px solid #002136;
    background:#00121e}
.darkBlueBox3{
    margin-left:1px;
    margin-right:1px;
    border-left:1px solid #00121e;
    border-right:1px solid #00121e;}
.darkBlueBox4{
    border-left:1px solid #001a2b;
    border-right:1px solid #001a2b}
.darkBlueBox5{
    border-left:1px solid #001420;
    border-right:1px solid #001420}
.darkBlueBoxfg{
    background:#000f18}