body {
  background: #eeeeee url('https://cdn.fastercampaigns.com/general/img/patterns/45degreee_fabric.png') repeat;
  /* background-color: #0A8CF4; */
  font: 14px/1.5em 'Droid Sans',Arial,Verdana,sans-serif;
  color: #333;
}
#endorsementtable {
  padding:4px;
  margin-left:40px;
}
h1, h2, h3, h4, h5, h6, p {
  padding: 0.5em 0px;
  text-shadow:none;
}
h2 {
  font-size: 20px;
  color: #0A8CF4;
}
ul {
  padding: 0.5em 2em;
}

#container-header, #container-featured, #container-contents, #container-main-nav,  #container-footer {
  background: #fff;
  padding: 0px 20px;
}
#container-header {
  margin-top: 1em;
  padding-top: 1em;
  border-radius: 10px 10px 0px 0px;
}
#content > #container-contents {
  padding: 20px 20px;
  border-bottom: solid 4px #FEE505;
}
#container-main-nav #main-nav-content {
	border-top: 2px solid #FEE505;
    padding: 0px 20px;
}
nav {
  height: 39px;
}
nav li, nav li.last {
  margin: 0px 2px;
  padding: 0px 5px;
  font-size: 16px;
}
nav li a {
  color: #0A8CF4;
  padding: 0px 20px;
  font-size: 16px;
}
nav li#nav-donate {
  background-color: #B70000;
  border-radius: 0px 0px 10px 10px;
  color: #fff;
}
nav li#nav-donate a {
  color: #fff;
}
nav li#nav-donate:hover {
  background-color: #B70000;
}

nav li:hover, nav li.current {
	background-color: #0A8CF4;
    border-radius: 0px 0px 10px 10px;
}
nav li:hover a, nav li.current a {
	color: #fff;
}
nav li:hover ul li {
  background: none !important;
  border-radius: 0px 0px 0px 0px;
}
nav ul ul {
  background: #0a8cf4 !important;
  border-radius: 10px 10px 10px 10px;
  border: 2px solid #fff;
}
nav ul ul li:last-child a {
  border-radius: 0px 0px 0px 0px !important;
}
#container-featured {
	padding-top: 10px;
}
footer > #container-footer {
  border-top: 1px solid #fff;
  color: #fff;
  padding: 20px 20px;
  margin-bottom: 1em;
  background-color: #0A8CF4;
  border-radius: 0px 0px 10px 10px;
}
#socials ul {
	list-style: none inside none;
	margin-left: 30px;
}
#socials ul li {
	float: left;
	margin-left: 0px;
}
.form_variant_a #credit_card_cvv {
	width: 22%;
}
blockquote {
    text-shadow: 0 1px 0 white,1px 2px 2px #AAA;
    background: #eee;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    padding: 1em 2em;
    font-size: 16px;
    line-height: 24px;
}
#emailme input, select {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin: 5px;
    padding: 5px;
    vertical-align: middle;
    width: 100px;
}
#emailme input.e_email {
	width: 150px;
}
hr {
    border-top: 1px solid #FEE505;
}
#content-main img {
  padding: 10px 10px;
  border: 1px solid #ccc;
  margin: 10px 10px;
}
#content-main .form img {
  padding: 0px 0px;
  border: none;
  margin: 0px 0px;
}
.form legend {
  background: #0A8CF4;
}




#pre_header {
  background: none top center repeat #0079bc;
  height: 5px;
  display: block;
  border-bottom: 1px solid #FFFFFF;
}
#searchform {
  float: right;
  margin-top: 25px;
}
#searchform input#s[type="text"]{
  width: 160px;
  height: 20px;
  padding: 4px 10px;
  margin-right: 10px;
  line-height: 20px;
  border: 1px solid #CFCFCF;
  color: #777777;
  float: left;
  background: none repeat scroll 0 0 #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#searchform input[type="submit"]{
  float: right;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  text-align: center;
  font-size: 12px;
  width: auto;
  min-width: 65px;
  cursor: pointer;
  text-shadow: 0 1px 0 #333333;
  display: inline-block;
  font-family: 'BitterRegular',Georgia,serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #0079bc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(13, 123, 184)), to(rgb(22, 109, 171)));
  background-image: -webkit-linear-gradient(top, rgb(13, 123, 184), rgb(22, 109, 171));
  background-image: -moz-linear-gradient(top, rgb(13, 123, 184), rgb(22, 109, 171));
  background-image: -o-linear-gradient(top, rgb(13, 123, 184), rgb(22, 109, 171));
  background-image: -ms-linear-gradient(top, rgb(13, 123, 184), rgb(22, 109, 171));
  background-image: linear-gradient(top, rgb(13, 123, 184), rgb(22, 109, 171));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0c5199', EndColorStr='#174786');
  border: none;
}

#container-header-new {
  padding: 20px 10px;
  min-height: 80px;
  height: auto;
  position: relative;
}
#container-header-new p {
  padding:0px;
}
#container-contents-new {
  padding: 19px;
  width: 920px;
  position: relative;
  background-color: #FFFFFF;
  border-width: 1px 1px 2px;
  border-color: #DCDCDC #DCDCDC #D3D3D3;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03) inset;
  -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03) inset;
  
}

#content-main-left {
  padding: 0px !important;
  margin: 0px !important;
  width: 920px !important;
}
#content {
  padding: 0 0 40px;
  border-bottom: 1px solid #C8C8C8;
}
#footer_slogan {
  text-align: center;
  color: #F3F3F3;
  text-transform: uppercase;
  margin: 0 0 40px;
  padding-top: 30px;
  padding-bottom: 55px;
  background: url("../images/stars_wide.png") bottom center no-repeat transparent;
  font-family: 'BitterRegular',Georgia,serif;
  font-size: 26px;
  line-height: 26px;
}

.footer-template {
  background: #0079bc url("../images/bg-footer.png") no-repeat center bottom;
  border-top: 1px solid #F5F5F5;
  padding: 0;
  font-size: 12px;
  line-height: 19px;
  color: #F3F3F3;
}
footer {
  position: relative;
}
#footer-widget {
  min-height: 200px;
}
#copyright {
  color: #004064;
}
#copyright a {
  color: #004064;
}