@import url("/webfonts/MyriadPro/stylesheet.css");
@import url("/webfonts/MyriadProItalic/stylesheet.css");
@import url("/webfonts/MyriadProCond/stylesheet.css");
@import url("/webfonts/MyriadProCondIt/stylesheet.css");
@import url("/webfonts/MyriadProSemiboldCondIt/stylesheet.css");
@import url("/webfonts/MyriadProSemiboldCond/stylesheet.css");
* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
	color: #605d5d;
	background: #bcc7d8 url(/images/bg.png) repeat-x 0 0;
	min-width: 1040px;
	font: 16px/22px 'MyriadPro', sans-serif;
}
body em{
	font-family: 'MyriadProItalic', sans-serif;
	font-style: normal;
	font-weight: normal;
}

a { color: #605d5d; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }
sup {
	font-size: 75%;
	line-height: 75%;
	vertical-align: text-top;
}

p {
	padding-bottom: 9px;
	text-align: left;
	margin-left: 124px;
}

input, textarea, select { font-size:14px; font-family:'MyriadPro', sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.thumb.alignleft,
img.alignleft { margin:4px 9px 1px 0; }
.thumb.alignright,
img.alignright { margin:4px 0 1px 9px; }
.thumb img { display:block; }
img.floatleft
 {
	margin:4px 12px 12px 0;
	float: left;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	/*background:url(/images/shell-bg.png) repeat-y 0 0;*/
	/*padding:0 12px;*/
	-moz-box-shadow: 0px 0px 12px #647080;
	-webkit-box-shadow: 0px 0px 12px #647080;
	box-shadow: 0px 0px 12px #647080;
	background: #fff;
}
.header-top {
	position: absolute;
	left: -12px;
	right: -12px;
	background: #052b68;
	height: 33px;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 12px 0;
	z-index: 1;
	width: 1000px;
	margin: 0px auto;
}
.header-top .date { font-family:Verdana, sans-serif; font-size:10px; float:left; }
.header-top .slogan {
	font-size: 13px;
	letter-spacing: 22px;
	text-align: center;
	font-weight: normal;
	padding: 0px 125px 0 0;
	line-height: 25px;
}

/*Header*/
#header {
	position: relative;
	padding-bottom: 0px;
	overflow: hidden;	/*height: 183px;*/
}
.header-right {
	z-index: 2;
	position: relative;
	width: 166px;
}
.donate.alt {
	position: absolute;
	top: 64px;
	right: 0px;
	width: 166px;
}

.donate {
	display: block;
	height: 34px;
	background: #c00d0d;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font: normal 21px/26px 'MyriadProSemibold', sans-serif;
	text-decoration: none;
	padding-top: 12px;
	padding-left: 30px;
}
.donate span { padding-right:19px; background:url(/images/donate-arrow.png) no-repeat right 6px; width:16px; height:13px;  }
.donate:hover {
	background: #ee7d05;
	text-decoration: none;
}
.donate:hover span { background-position:right -21px; }

h1#logo {
	z-index: 2;
	position: relative;
	float: left;
	width: 123px;
	margin-top: 32px;
}
h1#logo a {
	display: block;
	height: 114px;
	background: url(/images/logo_small.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}

.tagline { padding-top:63px; font-size:20px; font-weight:normal; text-align:center; height:47px; }
.tagline a{
	background: url(/images/arrow_sidenav.png) no-repeat right 0px;
	padding-right: 18px;
}
.tagline a:hover{
	background: url(/images/arrow_sidenav.png) no-repeat right -44px;
	color: #c00d0d;
}

.search { padding-right:8px; width:158px; border-top:1px solid #adafb9; padding-top:5px; }
.search #mod-search-searchword {
	float:left;
	background:#fff;
	border-style:solid;
	border-color:#cacac8;
	border-width:1px 0 1px 1px;
	width:130px;
	height:17px;
	padding:2px 3px 3px;
	line-height: 17px;
	color: #605d5d;
}

/*#topnav li:hover ul {
	visibility: visible;
	opacity: 1;
}
#topnav li ul{
	display: block;
	position: absolute;
	left: -178px;
	top: 26px;
	margin-left: 0px;
	border-top: none;
	z-index: 100;
	width: 1000px;
	background: #fff;
	padding-top: 0px;
	height: 60px;
	list-style: none outside none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#topnav li ul li { float:left; }
#topnav li ul li + li{
	padding-left: 2px;
	margin-left: 0px;
	background: none;
}
#topnav li ul a{
	background: #5BAFE2;
	color: #fff;
	display: block;
	float: left;
	font-size: 16px;
	height: 36px;
	line-height: 16px;
	padding-top: 24px;
	text-align: center;
	text-transform: uppercase;
	width: 123px;
}
#topnav li ul a:hover, #topnav li ul li a.mainlevel_currentsubnav{
	background: #052b68;
	text-decoration: none;
	color: #fff;
}
#topnav li ul a#menulink_1subnav{
	width: 125px;
}
#topnav li ul a#menulink_4subnav{
	padding-top: 15px;
	height: 45px;
	width: 83px;
	padding-right: 20px;
	padding-left: 20px;
}
#topnav li ul a#menulink_5subnav{
	padding-top: 15px;
	height: 45px;
}
#topnav li ul a#menulink_7subnav{
	padding-top: 15px;
	height: 45px;
	width: 83px;
	padding-right: 20px;
	padding-left: 20px;
}*/

.search {
	width: 138px;
}
.search #mod-search-searchword {
	width: 110px;
}
.search .button { float:left; width:21px; height:24px; border:0; background:url(/images/search-btn.png) no-repeat 0 0; cursor:pointer; }
.search .button:hover { background-position:0 bottom; }
.search label {
	background-position:0 bottom;
	display: none;
}
.subscribe {
	padding: 0px;
	margin: 0px;
}
.subscribe a{
	background: #5BAFE2;
	padding: 10px 0 4px 30px;
	position: relative;
	overflow: hidden;
	height: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.subscribe a:hover{
	background: #052b68;
	text-decoration: none;
}
.subscribe span {
	border: 0;
	background: url(/images/arrow_subscribe.png) no-repeat right 2px;
	cursor: pointer;
	padding-left: 15px;
}
.subscribe label {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	padding-bottom:4px;
	letter-spacing:1px;
	cursor:pointer;
	display: block;
}
.subscribe .field {
	float:left;
	width:119px;
	height:13px;
	padding:5px 5px 6px;
	background:#80cfde;
	border:0;
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#fff;
	line-height:13px;
}
.subscribe .submit { float:left; border:0; background:url(/images/subscribe-btn.png) no-repeat 0 0; width:21px; height:24px; cursor:pointer; }
.subscribe .submit:hover { background-position:0 bottom; }
/*End of Header Right*/
/*End of Header*/

/*Main*/
#main {
	height:100%;
	position: relative;
}
.banner {
	background: #CCC;
	width: 1000px;
	height: 400px;
}
.banner h1 {
	padding-top: 24px;
	padding-left: 24px;
}
/*End of Main*/

/*Inner Page*/
.inner-page {
	background: url(/images/inner-main-bg.png) repeat-y 0 0;
	overflow: hidden;
	border-top: 1px solid #afaeae;
}

/*Sidebar*/
#sidebar {
	width: 298px;
	padding: 21px 17px 20px;
	float: left;
}
#sidebar h2 { font-weight:normal; font-size:36px; line-height:36px; color:#052b68; padding-bottom:12px; }
#sidebar h4 {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #052b68;
	padding-bottom: 12px;
}

/*Thumbs*/
.thumbs .row { position:relative; overflow:hidden; border-bottom:1px solid #807d7d; padding:6px 0 12px; }
.thumbs .thumb { float:left; width:146px; }
.thumbs .thumb + .thumb { padding-left:6px; }
.thumbs a {
	position:relative;
	display:block;
	margin-bottom:4px;
	height: 97px;
	width: 146px;
}
.thumbs a img { display:block; }
.thumbs a span {
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	width:30px;
	height:30px;
	background:url(/images/arrow_thumbs.png) no-repeat 0 0;
}
.thumbs a:hover span { background-position:0 -30px; }
.thumbs h4 { font-family:'MyriadProCond', sans-serif; font-weight:normal; font-size:17px; color:#052b68; line-height:21px; }
.thumbs h4 span {
	color:#fff;
	background:#052b68;
	text-transform:uppercase;
	padding:1px 3px 0;
	font: 16px 'MyriadProSemiBoldCond', sans-serif;
}
/*End of Thumbs*/

/*Testimonials*/
.testimonials {
	font-family: 'MyriadProCond', sans-serif;
	font-size: 23px;
	line-height: 31px;
	color: MyriadProCondIt, sans-serif;
	padding: 12px 18px 0 0;
}
.testimonial { padding-bottom:20px; }
.testimonial p {
	padding-bottom: 0px;
	color: #605d5d;
	margin-left:0px;
}
.testimonial p.rule {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #605d5d;
}
.testimonial p em{
	font-style: normal;
	font-family: MyriadProCondIt, sans-serif;
}
.testimonial p span{
	font-style: normal;
	color: #c00d0d;
	font-family: MyriadProCond, sans-serif;
	font-weight: normal;
}
.testimonial span.blue {
	font-family: MyriadProSemiBoldCond, sans-serif;
	font-style: normal;
	color: #052b68;
	font-weight: normal;
}
.testimonial span {
	font-family: MyriadProSemiBoldCond, sans-serif;
	font-style: normal;
	color: #052b68;
	font-weight: normal;
}
.testimonial span em{
	font-family: MyriadProSemiboldCondIt, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.testimonial p a{
	color: #00499e;
}
.testimonial p a.grey{
	color: #605d5d;
}
.testimonial p a.arrow{
	color: #052b68;
	background: url(/images/arrow_sidenav-research.png) no-repeat right 0px;
	padding-right: 18px;
}
/*End of Testimonials*/
/*End of Sidebar*/

/*Content*/
#content {
	float: left;
	width: 610px;
	padding: 24px 29px;
}
#content .article p strong{
	font-weight: normal;
	font-family: MyriadProSemibold, sans-serif;
}
.article #tm-more {
	display: block;
	height: 22px;
	width: 200px;
	overflow: hidden;
	float: right;
	background: url(/images/learn_catmorg.png) no-repeat 0px 0px;
	border: 0;
	margin-top: 4px;
}
.article #tm-more:hover {
	background-position: 0px -22px;
}
.article #tm-more span {
	display: none;
}
.article h2 { font-weight:normal; font-size:36px; line-height:36px; color:#052b68; padding-bottom:12px; }
.article h2.small {
	font-size:30px;
	line-height:33px;
}
.article h2.rulebelow {
	padding-bottom:9px;
	border-bottom: 1px solid #605d5d;
	margin-bottom: 9px;
}
.article h3 {
	color: #3fb4ff;
	border-top: 1px solid #605d5d;
	padding-top: 9px;
	margin-top: 3px;
	margin-bottom: 6px;
	font: normal 22px/26px MyriadProSemiboldCond, sans-serif;
}
.article h3.norule {
	border-top: none;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
}
.article p {
	margin-left: 0px;
}
.article p strong.dark-blue{
	color: #052B68;
	font-family: MyriadProSemibold, sans-serif;
	font-weight: normal;
}
.article p strong.caps{
	color: #C00D0D;
	text-transform: uppercase;
	font: 14px MyriadProSemibold, sans-serif;
}
.article .cols { position:relative; overflow:hidden; }
.article ol {
	margin: 0px;
	padding: 0px 0px 0px 24px;
}
.article ul {
	list-style:none outside none;
	float:none;
	width:auto;
}
.article ul li{ padding:0 0 6px 12px; margin-left:12px; background:url(/images/list-dots.png) no-repeat 0 7px; }
.article .cols ul{ list-style:none outside none; float:left; width:50%; }
.article .cols li { padding:0 0 6px 12px; margin-left:12px; background:url(/images/list-dots.png) no-repeat 0 7px; }
.article .pros li , .article .cons li{ margin-left:0; padding:0 50px 6px 25px; background:url(/images/pros-cons.png) no-repeat 0 1px;  }
.article .cons li{ background-position:0 -180px; }
.article ul li.pros    { margin-left:0; padding:0 50px 6px 25px; background:url(/images/pros-cons.png) no-repeat 0 1px;  }
.article ul li.cons    {
	margin-left:0;
	padding:0 50px 6px 25px;
	background:url(/images/pros-cons.png) no-repeat 0 -180px;
}
.article .contribute { font-weight:bold; padding-right:19px; background:url(/images/article-contribute.png) no-repeat right 3px; }
.article .contribute:hover {
	text-decoration:none;
	color:#c00d0d;
}
#content .article a#backtotop {
	color: #3fb4ff;
	font: normal 16px/24px 'MyriadProSemiBoldCond', sans-serif;
	margin: 12px 0px 6px;
	padding: 0px 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
}
#content .article a#backtotop:hover {
	text-decoration: underline;
}
#content .article li em , #content .article p em{
	font-family: 'MyriadProItalic', sans-serif;
	font-style: normal;
	font-weight: normal;
}
#content .article h1 em , #content .article h2 em{
	font-family: 'MyriadProItalic', sans-serif;
	font-style: normal;
	font-weight: normal;
}
#main a#donate-override {
	width: 166px;
	position: absolute;
	top: -143px;
	right: 0px;
	z-index: 100;
}
#content .article .faq a.toggle  {
	color: #052b68;
	font: normal 18px/22px MyriadProSemibold, sans-serif;
	margin: 0px 0px 6px;
	padding: 0;
	/* [disabled]border-top: 1px solid #605d5d; */
	text-decoration: none;
	display: block;
	cursor: pointer;
}
#content .article .faq a.toggle.alt  {
	color: #5BAFE2;
}

#content .article .faq a:hover.toggle, 
#content .article .faq a.selected{
	color: #C00D0D!important;
}

#content .article .faq a.toggle span{
	background: url(/images/arrow_faq.png) no-repeat right 3px;
	padding-right: 22px;
}
#content .article .faq a:hover.toggle span{
	/* [disabled]background-position: right -57px; */
}

#content .article .faq a.selected span{
	background-position: right -28px;
}
#content .article .faq h4  {
	color: #3fb4ff;
	font: normal 20px/22px 'MyriadProSemiBoldCond', sans-serif;
	margin: 0px 0px 4px;
	padding: 0px;
}
#content .article .faq ol {
	color: #052b68;
	font-family: 'MyriadProSemibold', sans-serif;
	margin: 0px 0px 12px;
	padding: 0px 0px 0px 30px;
}
#content .article .faq ol li span{
	color: #605d5d;
	font: 16px/22px 'MyriadPro', sans-serif;
}
.article.research h3{
	font-family:'MyriadProSemiboldCond', sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#c00d0d;
	border-top:1px solid #605d5d;
	padding-top:12px;
	margin-top:6px;
	margin-bottom: 6px;
}
.article.research h4{
	color: #052b68;
	font: normal 20px/25px 'MyriadProCond', sans-serif;
	margin: 0px 0px 4px;
	padding: 0px;
}
.article.research h4 em{
	font-family: MyriadProCondIt, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.article.research .rulebelow {
	border-bottom: 1px solid #605d5d;
	margin-bottom: 9px;
	padding-bottom: 9px;
}
.article h2#research {
	line-height:36px;
	margin: 0px;
	padding: 0px;
}
.article #content_research h2{
	font-weight:normal;
	font-size:30px;
	line-height:34px;
	color:#052b68;
	padding-bottom:6px;
	border-bottom: 1px solid #605d5d;
	margin-bottom: 6px;
	margin-top: 6px;
}
.article #content_research h4 {
	color: #5BAFE2;
	font: normal 22px/24px 'MyriadProCond', sans-serif;
	margin: 12px 0px 6px;
	padding: 0px;
}
#content .article.contact p a {
	color: #c00d0d;
	text-decoration: none;
	font: 16px/22px 'MyriadProSemibold', sans-serif;
	background: url(/images/arrow_aboutus.png) no-repeat right 2px;
	padding-right: 17px;
}
#content .article.contact p a:hover {
	color: #ee7d05;
	background-position: right -20px;
}
#content .article .event h3 {
	color: #3fb4ff;
	border-top: 1px solid #605d5d;
	font: normal 20px/22px 'MyriadProSemiboldCondIt', sans-serif;
	margin: 3px 0px 4px;
	padding: 12px 0px 0px;
}
#content .article .event h3 em{
	font-style: normal;
	font-weight: normal;
}
#content .article .norule h3      {
	border-top:none;
	padding-top:0px;
}
#content .article .event h4 {
	color:#052b68;
	font: normal 30px/33px 'MyriadPro', sans-serif;
	margin: 3px 0px 4px;
	padding: 0px;
}
#content .article .event h4 a.link{
	color: #052b68;
	font: normal 22px/28px 'MyriadPro', sans-serif;
	padding: 0px 20px 0px 0px;
	text-decoration: none;
	background: url(/images/arrow_sidenav.png) no-repeat right 0px;
}
#content .article .event h4 a.link:hover{
	color: #c00d0d;
	background-position: right -44px;
}
#content .sirius .event h4 {
	color: #052b68;
	font: normal 30px/33px 'MyriadPro', sans-serif;
	margin: 3px 0px 4px;
	padding: 12px 0px 0px;
	border-top: 1px solid #605d5d;
}
#content .article .event p a {
	color: #c00d0d;
	text-decoration: none;
	text-transform: uppercase;
	font: 14px/22px 'MyriadProSemibold', sans-serif;
	background: url(/images/arrow_aboutus.png) no-repeat right 0px;
	padding-right: 17px;
}
#content .article .event p a:hover {
	color: #ee7d05;
	background-position: right -22px;
}
#content .article .event li.nsa a{
	color: #c00d0d;
	text-decoration: none;
	text-transform: uppercase;
	font: 14px/22px 'MyriadProSemibold', sans-serif;
	background: url(/images/arrow_aboutus.png) no-repeat right 0px;
	padding-right: 17px;
}
#content .article .event li.nsa a:hover {
	color: #ee7d05;
	background-position: right -22px;
}
.article #sitemap {
	list-style:none outside none;
	float:none;
	width:auto;
}
.article #sitemap li .section {
	text-transform: uppercase;
	margin-bottom: 6px;
	display: block;
}
.article #sitemap li {
	padding:0 0 6px 12px;
	margin-left:12px;
	background:none;
	text-decoration: none;
}
.article #sitemap li a{ text-decoration: none; padding-right:19px; background:url(/images/article-contribute.png) no-repeat right 3px; }
.article #sitemap li a:hover{
	color: #cd0000;
	text-decoration: none;
}
#sidebar .contact p{
	color: #c00d0d;
	padding: 12px 18px 0 0;
	border-top: 1px solid #807d7d;
	font: 20px/26px MyriadProCond, sans-serif;
}
#content .article .video{
	font-weight: bold;
	padding-right: 19px;
	color: #3fb4ff;
}

div#donation-failure-page, 
div#donation-complete-page.row-fluid.jd-container,
div#donation-form.row-fluid.jd-container {
margin-left: 350px;
padding-top: 20px;
position: relative;
}
div#donation-failure-page.row-fluid.jd-container,
div#donation-complete-page.row-fluid.jd-container {
padding-bottom: 220px;
}
div#donation-failure-page h1.title,
div#donation-complete-page h1.jd-title {
width: 100px;
height:200px;
}
div#donation-failure-page h1.title,
div#donation-complete-page h1.jd-title,
div#donation-form h1.jd-page-title {
position: absolute;
left: -330px;
font-weight:normal; font-size:36px; line-height:36px; color:#052b68; padding-bottom:12px;
	font-family:MyriadPro, sans-serif;
}

div#donation-form h3.jd-heading {
	color: #3fb4ff;
	margin-top: 3px;
	margin-bottom: 6px;
	font: normal 22px/26px MyriadProSemiboldCond, sans-serif;
}
#donation-form #os_form .control-group {
	overflow:hidden;
	margin-bottom:6px;
}
#donation-form #os_form .control-group label{
	font: normal 18px/24px MyriadProCond, sans-serif;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 20px;
	position: relative;
}
#donation-failure-page #os_form .control-group label {
	font: normal 18px/24px MyriadProCond, sans-serif;
	float: left;
	width: auto;
	text-align: left;
	padding-right: 10px;
	position: relative;
	margin-top:12px;
}
#donation-failure-page #os_form .control-group .jd-message {
	font: normal 18px/24px MyriadProSemiBoldCond, sans-serif;
}
#donation-failure-page #os_form .controls {
	font: normal 18px/24px MyriadProCond, sans-serif;
	float: left;
	width: auto;
	text-align: left;
	padding-right: 0px;
	position: relative;
	margin-top:12px;
}
#donation-failure-page #os_form .form-actions {
	font: normal 18px/24px MyriadProCond, sans-serif;
	float: none;
	clear:left;
	width: auto;
	text-align: left;
	padding-right: 0px;
	position: relative;
	padding-top:12px;
}
#donation-failure-page #os_form .form-actions a {
	color: #3fb4ff;
}
#donation-form p{
	font: normal 20px/26px MyriadProCond;
	margin-left:0px!important;
}
#donation-form #os_form .form-actions{
	font: normal 18px/24px MyriadProCond, sans-serif;
	float: left;
	margin-left: 170px;
}
#donation-form #os_form .control-group.method {
	display: none;
}
#donation-form #os_form #dynamic_recaptcha_1 {
	float:left;
	margin--left:-5px;
}
#donation-form #os_form .control-group label.radio{
	float:none;
	width:auto;
	text-align:right;
	padding-right:0px;
	position:relative;
}
#donation-form #os_form .control-group label span.required{
	position: absolute;
	right: 8px;
	color: #9F0F07;
}
#donation-form #os_form .control-group input[type=text],
#donation-form #os_form .control-group select,
#donation-form #os_form .control-group textarea{
	/*font: normal 18px/24px MyriadProCond, sans-serif;*/
	width:250px;
	border:1px solid #AFB881;
	height:24px;
}
#donation-form #os_form .control-group input[type=radio] {
	margin-right:6px;
}
#donation-form #os_form .control-group select.input-small{
	width:80px;
}
#donation-form #os_form #amount_container .input-prepend {
	position:relative;
}
#donation-form #os_form #amount_container.controls span.add-on{
	position:absolute;
	left:156px;
}

#donation-form input#btn-submit.btn.btn-primary {
border: none;
width: 252px;
height: 46px;
cursor: pointer;
background: #BF190D;
color: #fff;
font-size: 18px;
text-transform: capitalize;
line-height: 26px;
border-radius: 5px;
}
#donation-form input#btn-submit.btn.btn-primary:hover {
background: #ed7b1b;
}
div#dynamic_recaptcha_1.g-recaptcha.required {
	margin-left:-4px;
}
#content .article.subscribe h2 {
	color: #BF190D;
	font: normal 22px/22px 'MyriadProSemiBoldCond', sans-serif;
	margin-top: 9px;
	margin-left: 124px;
}
#content .article.subscribe p {
	margin-left: 124px;
}
#content .article.subscribe  {
font: 18px/24px MyriadProCond, sans-serif;
color: #564e4e;
}

/* iContact form */

#ic_signupform  {
	padding-bottom: 20px;
}
#ic_signupform label {
	width: 120px;
	float: left;
	text-align: right;
	padding-right: 5px;
	color: #605d5d;
	font: normal 18px/24px MyriadProCond;
	text-transform: none;
	letter-spacing: normal;
}
.formEl {
	overflow:hidden;
	margin-bottom:2px;
}
.formEl label span.required {
	color:#BF190D;
	margin-left:0px!important;
	padding-left:4px!important;
}
.formEl span {
	padding-left:0px!important;
}

.formEl input[type=text],
.formEl input[type=email]{
	border:1px solid #AFB881;
	border: 1px solid #ccc;
	width: 250px;
	height: 24px;
}
.submit-container input.btn{
margin-left:126px;
border: none;
width: 252px;
height: 46px;
cursor: pointer;
background: #BF190D;
color: #fff;
font-size: 18px;
text-transform: capitalize;
line-height: 26px;
border-radius: 5px;
}
.submit-container input.btn:hover {
background: #ed7b1b;
}

#sidebar .contact p{
	color: #c00d0d;
	padding: 12px 18px 0 0;
	border-top: 1px solid #807d7d;
	font: 20px/26px MyriadProCond, sans-serif;
	margin-left:0px;
}

div.payment-heading {
padding: 25px 0 50px 350px!important;
}
