/*** COLOR PALLETT  ****
#c0c0c0 - Medium grey - background, breadcrumbs
8DC425 - green, accent color - logo
666666 - grey - font
***/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #C0C0C0;
  margin: 0px;
  color: #666666;
}

textarea  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;	
}

input  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;		
}

select  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;		
}

#submitClear {
    border:none;
    padding:0;
    margin:0;
    text-align:left;
    text-decoration:underline;
    vertical-align:bottom;
    font-size:12px;
    font-weight:normal;
    color:#696969;
    background-color:transparent;
} 

#submitClear:hover {
    text-decoration:underline;
} 

table.layout {
  width: 800px;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.topLeftBorder {
  background-image: url(../images/shadeTopLeft.jpg);
  background-repeat: no-repeat;
  background-color: #c0c0c0;
  background-position: bottom right;
}

.topBorder {
  background-image: url(../images/shadeTop.jpg);
  background-repeat: repeat-x;
  background-color: #c0c0c0;
  background-position: bottom left;
}

.topRightBorder {
  background-image: url(../images/shadeTopRight.jpg);
  background-repeat: no-repeat;
  background-color: #c0c0c0;
  background-position: bottom left;
}

.rightBorder {
  background-image: url(../images/shadeRight.jpg);
  background-repeat: repeat-y;
  background-color: #c0c0c0;
}

.bottomRightBorder {
  background-image: url(../images/shadeBottomRight.jpg);
  background-repeat: no-repeat;
  background-color: #c0c0c0;
  background-position: top left;
}

.bottomBorder {
  background-image: url(../images/shadeBottom.jpg);
  background-repeat: repeat-x;
  background-color: #c0c0c0;
  height: 7px;
}

.bottomLeftBorder {
  background-image: url(../images/shadeBottomLeft.jpg);
  background-repeat: no-repeat;
  background-color: #c0c0c0;
  background-position: top right;
}

.leftBorder {
  background-image: url(../images/shadeLeft.jpg);
  background-repeat: repeat-y;
  background-color: #c0c0c0;
}

h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
  margin-bottom: 10px;
  font-weight: bold;
}

h2{
  font-size: 12px;
  color: #9e0025;
  margin-bottom: 10px;
  font-weight: bold;
  font-style: italic;
}

img {
  border: none;
}

a, a:visited {
  text-decoration: none;
  color: #505050;
}

.highlight {
  font-family: Arial, Helvetica, sans-serif;
  color: #9e0025;
  font-weight: bold;
}

.breadCrumbs{
  font-style: italic;
  color:#505050;
  text-align: right;
}

a.breadCrumbs, a.breadCrumbs:visited {
  color: #505050;
}

.whiteSpace{
  background-color: white;
  height: 8px;
}

.footer {
  background-color: #909090;
  font-style: italic;
  text-align: center;
  color: black;
  height: 20px;
}

table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 100%;
}

.menu {
  font-family: arial, sans-serif;
  font-weight: bold;
  background-color: #909090;
  height: 27px;
  color: white;
  padding: 0px;
}

.menu a, .menu a:visited {
  text-decoration: none;
  color: white;
}

.menuDivider {
  font-family: arial, sans-serif;
  font-weight: bold;
  background-color: #DAE6E9;
  height: 33px;
  width: 10px;
  text-align: center;
  color: black;
}

.submenu {
  vertical-align: top;
  background-image: url(../images/submenuBackground.jpg);
  width: 188px;
  background-repeat: no-repeat;
  background-color: #cfcfcf;
}

.submenuItem {
  padding: 10px 20px 10px 1px;
  border-bottom:1px solid #B6C4CA;
  text-align: right;
  font-weight: bold;
  color: black;
}

.submenu a, .submenu a:visited {
  text-decoration: none;
  color: black;
}


table.list {
  border: 1px solid #8aa1af;
  padding: 0px;
}

.box {
  padding: 20px;
  background-color:#F2F5F6;
  border: 1px solid #B6C4CA;
  font-size: 14px;
}


.boxPlain {
  padding: 10px;
  border-top: 1px dashed #B6C4CA;
  color:#456979;
}


.mainCol, .homeInfo {
  height: 100%;
  padding-left: 20px;
  padding-right: 30px;
  vertical-align: top;
  text-align: left;
 }

.homeInfo {
  font-size: 16px;
 }

.form {
  font-size: 80%;
  color: #666666;
}

/*
.input {
  border-width: 1px;
  background-color : #F2F5F6;
}
*/

.fieldName {
  color: black;
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
  font-style: italic;
}

.tagline {
  color: black;
  text-align: right;
  font-style: italic, bold;
  font-size: 14px;
}

a:hover, .menu a:hover, .submenu a:hover {
  text-decoration: underline;
}

.product {
  font-weight: bold;
  font-style: italic;
}

