/*-- test --*/
p {margin-top:10px;}


#titlecontainer {vertical-align:top; padding: 14px 0; }
#titlecontainer2 {vertical-align:top; padding-top: 2.182em; }
#maincontainer {vertical-align:top; padding: 1.3em;}
#maincontainer2 {vertical-align:top; padding: 0 1.3em;}
#imagecontainer {vertical-align:top; padding-top: 14px;}
#imagecontainer2 {vertical-align:top; padding: 1.3em;}
#button {padding-left: 5em;}
#bottomtext {padding: 1.3em 0 2em 1.3em;}
#mainright {vertical-align:top; padding: 0 1.3em 20.727em ;}


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ededed+49,ffffff+100 */
#grad {
background: rgb(242,242,242); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(236,236,236,1) 49%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(236,236,236,1) 49%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(236,236,236,1) 49%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1) ; /* IE6-9 */

}

A.black2 {FONT-SIZE: 12px;COLOR: #333;font-weight:normal;}
A.black2:active {FONT-SIZE: 12px;text-decoration:none;COLOR: #333;font-weight:normal;}
A.black2:link {FONT-SIZE: 12px; text-decoration:none;COLOR: #333;font-weight:normal;}
A.black2:visited {FONT-SIZE: 12px; text-decoration:underline;COLOR: #333;font-weight:normal;}
A.black2:hover {FONT-SIZE: 12px; text-decoration:underline;COLOR: #333;font-weight:normal;} 

.mkt {font-size: 12px; line-height: 18px;}


A.mkt {font-size: 12px; COLOR: #039;}
A.mkt:active {font-size: 12px;COLOR: #039;}
A.mkt:link {font-size: 12px;COLOR: #039;}
A.mkt:visited {font-size: 12px;COLOR: #039;}
A.mkt:hover {font-size: 12px;COLOR: #c00;}

.mktbold {font-size: 12px; line-height: 18px; font-weight:bold;}
A.mktbold {FONT-SIZE: 12px; COLOR: #039; font-weight:bold;}
A.mktbold:active {font-size: 12px;COLOR: #039; font-weight:bold;}
A.mktbold:link {font-size: 12px;COLOR: #039; font-weight:bold;}
A.mktbold:visited {font-size: 12px;COLOR: #039; font-weight:bold;}
A.mktbold:hover {font-size: 12px;COLOR: #c00; font-weight:bold;}
/*----BUTTONS------*/
button {
  height: 36px;
  border-radius: 2px;
  background-color: #9E0000;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin: 15px;
  -webkit-transition: background-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  /* Safari */
  -moz-transition: background-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  /* FireFox */
  -ms-transition: background-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  /* Microsoft */
  transition: background-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
}
button:hover {
  height: 36px;
  border-radius: 2px;
  background-color: #da291c;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  /* Safari */
  -moz-transition: background-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  /* FireFox */
  -ms-transition: background-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
  /* Microsoft */
  transition: background-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
}
button:active {
  height: 36px;
  border-radius: 2px;
  background-color: #9E0000;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color ease-in-out 0.01s, box-shadow ease-in-out 0.2s;
  /* Safari */
  -moz-transition: background-color ease-in-out 0.01s, box-shadow ease-in-out 0.2s;
  /* FireFox */
  -ms-transition: background-color ease-in-out 0.01s, box-shadow ease-in-out 0.2s;
  /* Microsoft */
  transition: background-color ease-in-out 0.01s, box-shadow ease-in-out 0.2s;
}
button:focus {
  outline: 0;
}
/*----END BUTTONS------*/
.mkt ul {margin-top: 0px }
.none ul li {list-style:none;}


.subhead {font-size: 1.09em; font-weight:bold; color: #cc0000;}
.sideleft {
background-color: #fff;	
padding: 0 14px;
/*padding: 20px;*/
float: left;
/*clear:right;*/
}
.landing-page-main-heading {
    font-family: verdana;
    font-size: 24px;
    font-weight: bold;
    color: #DA291C;
    text-align: left;
    padding-left: 14px;
}


.mainright {vertical-align:top; margin-left: 228px;}
.pagetitle {font-size: 24px; color: #cc0000;}
.tagline {font-size: 14px; font-weight:bold;}
.redtext {color: #cc0000;}
.redtitle {font-size: 2.2em; color: #cc0000; font-weight:bold; padding:.6em;}
.redtitle2 {font-size: 1.09em; color: #cc0000; font-weight:bold;}
.intro_text {color:#333333;font-size:14px;line-height:20px;}
.maintext {padding-left: 4.5em; font-size: 1.5em; line-height: 1em;}
.bullet {padding-top: 1.1em;}
.nobullet {list-style:square; margin-left:0;}
.disclaimer {font-size: 1em; color:#666; line-height:1.6em}
.pagebanner {
font-size: 12px;
color: #666666;
background-color: #eeeeee;	
padding: 5px;
border:1px solid #ccc;
vertical-align: middle;
text-align: center;	
}


    

