/* =================BODY================= */
.standard {
  background-color : #76C5F0;
}

#wrapper {
  text-align : center;
}


#container {
  margin : 0px auto;
  text-align : left;
  max-width : 960px;
  padding : 0px;
  background-color : #fff;
  background-image : url(/images/sidebar.png);
  background-repeat : repeat-y;
  border-radius : 10px;
}

/* =================SIDE BAR================= */
#sidebar {
  float : left;
  width : 170px;
  font-family : Arial, Helvetica, sans-serif;
}

#hwlogo {
  margin-top : 15px;
  margin-left : 43px;
  width : 85px;
  height : 92px;
  background-image : url(/images/hwlogo.png);
}

/* =================HEADER================= */
#header {
  display : block;
  max-width : 790px;
  margin-left : 170px;
  height : 98px;
  background : url(/images/header.png) no-repeat #EBECEE;
  background-position : 145px 15px;
  border-bottom : 3px solid #76C5F0;
  border-radius : 0px 10px 0px 0px;
}

#pheader {
  text-align : right;
  border-bottom : 4px solid #90287C;
}

/* =================CONTENT================= */
#content {
  margin : 10px 30px 10px 195px;
}

/* =================FOOTER================= */
#footer {
  display : block;
  clear : both;
  max-width : 790px;
  margin-left : 170px;
  border-top : 3px solid #76C5F0;
  background-color : #ebecee;
  font-family : Arial, Helvetica, sans-serif;
  border-radius : 0px 0px 10px 0px;
}

#footertext {
  display : block;
  text-align : center;
  padding : 10px 0px;
}

div.printfooter {
  clear : both;
  text-align : center;
  padding : 0.25em;
  font-size : 0.7em;
  border-top : 4px solid #90287C;
  margin-top : 2em;
}

/* =================MENU================= */
#menu {
  margin-top : 10px;
  font-size: 1.5em;
}

/* ------ Vertical Menu with Pop-Out Submenus ------- */
ul.makeMenu, ul.makeMenu ul {
  font-size : 0.9em;
  font-weight : bold;
  width : 95%;
  font-family : Arial, Helvetica, sans-serif;
  border-top : 1px solid #555;
  border-left : 1px solid #555;
  border-right : 1px solid #555;
  padding-left : 0px;
  cursor : default;
  margin : 0px auto;
}

ul.makeMenu li {
  border-bottom : 1px solid #555;
  padding : 0.1em 12px 0.1em 0.5em;
  list-style-type : none;
  margin : 0px;
  position : relative;
  color : #006;
  z-index : 100;
  background-color : #ebecee;
}

ul.makeMenu li > ul {
  display : none;
  position : absolute;
  top : 0px;
  left : 100%;
  width : 100%;
}

ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  color : #006;
  background-color : #76C5F0;
}

ul.makeMenu ul.CSStoShow {
  display : block;
  background-color : #76C5F0;
}

ul.makeMenu li:hover > ul {
  display : block;
}

ul.makeMenu li a {
  color : #006;
  display : block;
  width : 100%;
  text-decoration : none;
}

ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink {
  color : #fff;
}

ul.makeMenu li a:hover {
  color : #fff;
}

ul.makeMenu li:hover > a {
  color : #fff;
  background-color : #76C5F0;
}

li.arrow {
  background : url(/images/tri-blue.gif);
  background-repeat : no-repeat;
  background-position : right;
}

div.sidetext {
  font-size : 8pt;
  color : #fff;
}

/* =================FORM ELEMENTS================= */
input, textarea, select {max-width: 100%;}

input:focus, textarea:focus {
    background-color: #ff7;
}

.formitem, .formitemerror {
  background-color : #eee;
  border : 1px solid #000;
  font-size : 1.2em;
}

.formitemerror {
  background-color : #ff7;
}

.formrequired {
  color : #f00;
  font-weight : bold;
  padding-right : 2px;
}

.formtitlebreak {
  display : block;
  line-height:1px;
  clear: both;
  content : " ";
}

.formtitle {
  clear : both;
  float : left;
  text-align : right;
  font-weight : bold;
  width : 30%;
  padding : 10px 5px 0 0;
  font-size : 0.8em;
}

.forminfo {
  margin-left : 32%;
  padding : 5px 0 10px 0;
}

.formsubmit {
  color : #000;
  cursor : pointer;
  font-size : 0.8em;
}

.error {
  margin : 10px auto;
  border : 2px solid #f00;
  background-color : #f88;
  padding : 0.5em;
  width : 300px;
  text-align : center;
}

.form_select_start {
  color : #f00;
  text-align : center;
}

.formtable {
    display: table;
    padding: 0px;
    border-collapse: collapse;
    margin: 0.5em 0;
}

.formrow {
    display: table-row;
    padding: 5px;

}

.formtable .forminfo, .formtable .formtitle{
    display: table-cell;
    float: none;
    padding: 5px;
    width : auto;
    vertical-align: top
}

@media screen and (max-width: 800px) {
  .formtitle {
    text-align : left;
    font-size : 0.8em;
    padding : 0px;
    display : block;
    float : none;
  }
  
  .forminfo {
    margin-left : 0px;
  }
  
}

/* =================MESSAGES================= */

#error {
  text-align:center;
  margin : 1em;  
}

#error div:first-child {
  display : inline-block;
  background-color : #f66;
  padding : 0.5em 1em;
  border : 2px solid #f00;
  font-weight : bold;
  color : #000;
}

#message {
  margin : 1em;    
  text-align:center;
}

#message div:first-child {
  display : inline-block;
  background-color : #fff;
  padding : 0.5em 1em;
  border : 2px solid #036;
  font-weight : bold;
  color : #036;
}

#flash {
  position : absolute;
  top : 100px;
  left : 50%;
  margin-left : -250px;
  width : 500px;
  background-color : #ff7;
  border : 2px solid #888;
  color : #000;
  padding : 10px;
  text-align : center;
  z-index : 10000;
}


/* =================GENERAL ELEMENTS================= */
a {
  color : #036;
}

a:hover {
  background-color : #76C5F0;
}

h1 {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color : #90287C;
}

h2 {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color : #6CB2D8;
  border-bottom : 2px solid #90287C;
  border-top : 2px solid #90287C;
  padding : 0.2em;
  text-align : center;
}

h3 {
  font-family : Arial, Helvetica, sans-serif;
  color : #90287C;
}

.center {
  text-align : center;
}

/* =================Buttons================= */
a.pagebutton, a.orderbutton {
  font-family : Arial,Helvetica,sans-serif;
  font-weight : bold;
  text-align : center;
  text-decoration : none;
  padding : 0.25em 0.4em;
  display : block;
  border : 2px solid #fff;
  border-color : #def #678 #345 #cde;
}

a.pagebutton {
  background-color : #90287C;
  color : #fff;
  margin : 0.25em auto;
}

a.pagebutton:active {
  border-color : #345 #cde #def #678;
}

a.pagebutton:hover, a.pagebutton:active {
  background-color : #76C5F0;
  color : #fff;
  cursor : pointer;
}

a.orderbutton {
  background-color : #f00;
  color : #fff;
  margin : 0.25em auto;
}

a.orderbutton:active {
  border-color : #345 #cde #def #678;
}

a.orderbutton:hover, a.orderbutton:active {
  background-color : #0f0;
  ;
  color : #000;
  cursor : pointer;
}

/* =================IMAGES================= */
img.left {
  float : left;
  margin-right : 1em;
  vertical-align : text-top;
}

img.right {
  float : right;
  margin-left : 1em;
  vertical-align : text-top;
}

.imagecenter {
    display:block;
    margin: 1em auto;
}

.imageright {
  float:right;
  margin-left : 1em;
  margin-bottom: 1em;
}

.imageleft {
  float:left;
  margin-right : 1em;
  margin-bottom: 1em;
}


a.imagelink {
  padding : 3px;
  display : block;
}

a.imagelink:hover {
  color : #D3E1D4
}

/* =================MISC ITEMS================= */
.legalnotice {
  text-align : center;
  font-size : 8pt;
  font-weight : bold;
}

.copyright {
  text-align : center;
  font-size : 8pt;
  color : #253161;
  line-height : 1.5em;
}

a.mvp {
  color : #253161;
  text-decoration : none;
  font-size : 8pt;
  padding : 0.2em 0.5em;
}

a.mvp:hover {
  background-color : #76C5F0;
  color : #fff;
}

.quote {
  font-size : 0.85em;
  padding : 0px 2em;
  font-style : italic;
}

.whitebox {
  border: 1px solid #888;
  border-radius : 1em;
  padding:1em;
}

.hovergreen:hover {
   background-color : #cfc;
}