
h1 {
	color:#94c32f;
	font-size:1.8em;
	padding-bottom: 6px;
	border-bottom: 2px solid #94c32f;
	padding-bottom: 10px;
	margin: 1em 0 1em 0;
}
h2 {
	color:#94c32f;
	font-size:1.2em;	
	margin: 1em 0 0.5em 0;
	line-height:1.5em;
}
h3 {
	color:#94c32f;
	font-size:1em;
	margin: 1em 0 0.5em 0;
}
h4 {
	
}


p, li, td {
	font-size:14px;
	line-height:1.5em;
	color:#ffffff;
}
#content {
	background-color: #26497c;
}
#content p {
	color: #ffffff;
  margin: 1em 0;
  }
#content li {
	margin-bottom: 4px;
}
#content ul, #content ol {
	margin: 1em 0 1em 2em;
}
#content a, 
#content a.hilite {
	color:#01caf7;
}
#content a:hover {
	color:#03b4db;	
}
#content a.button {
	background: #0056c1 url('../images/g-button-arrow.png') 96% 50% no-repeat;
	color:#ffffff;
	font-size: 0.85em;
	text-decoration:none;
	display:inline-block;
	padding: 3px 25px 3px 10px;
}
#content a.button:hover {
	background-color: #8aba42;
}
#content blockquote {
	margin: 1em 0;
}
#content blockquote p {
	color: #a1b5d2;
	background:#162f5c;
	padding: 15px;
	margin: 15px 0px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
}

#content .blue-box {
	background-color: #1b3867;
	line-height: 1.7em;
	padding: 12px;
	margin-top: 25px;
	min-height: 85px;
}
#content .blue-box .media-thumbnail img {
	border: 3px solid #ffffff;
}


hr {
	height:1px;
	background:#dedede;
	color:#dedede;
	margin: 1em 0;
}

#content table {
	border-collapse:collapse;
    margin: 1em 0;
}
#content table td, #content table th {
	font-size:14px;
	background:#eee;
	border:1px solid #ccc;
	padding:5px;
}
  #content table th {
		text-align:left;
  }
  #content table.table-invisible {
    margin: 0;
    }
  #content table.table-invisible td, #content table.table-invisible th {
    background:transparent;
    border: 0;
    padding: 0;
    }
#content table p, #content table li {
	font-size:14px;
}
img.right {
	margin: 0 0 20px 30px;
}
img.left {
	margin: 0 30px 20px 0;
}
.txt-right {
  text-align:right;
  }
.txt-center {
  text-align:center;
  }
 .txt-left {
  text-align:left;
  }
#content img.border {
  border: 1px solid #ccc;
  }

#content .hilite {
	color: #94c32f;
}

  
/* CTA */

.cta {
	position: relative; 
	
	background-repeat: no-repeat;
	background-color: #1b3867;
	
	background-image: linear-gradient(bottom, rgb(29,60,107) 14%, rgb(47,82,130) 66%);
	background-image: -o-linear-gradient(bottom, rgb(29,60,107) 14%, rgb(47,82,130) 66%);
	background-image: -moz-linear-gradient(bottom, rgb(29,60,107) 14%, rgb(47,82,130) 66%);
	background-image: -webkit-linear-gradient(bottom, rgb(29,60,107) 14%, rgb(47,82,130) 66%);
	background-image: -ms-linear-gradient(bottom, rgb(29,60,107) 14%, rgb(47,82,130) 66%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.14, rgb(29,60,107)),
		color-stop(0.66, rgb(47,82,130))
	);	

	border: 5px solid #1b3867;

	width: 247px;

	vertical-align: top;
	
	padding: 10px 10px 0px 10px;
	margin-bottom: 20px;
	
	z-index: 0;
}	

.cta .cta-image {
	min-height: 135px;
	margin: -10px -10px 10px -10px;
}

.cta h4.cta-title {
	font-size: 1.3em;
	margin-bottom: -6px;
}

.cta .cta-description {
	font-size: 0.8em;
}

#content .cta .cta-link {
	background: #0056c1 url('../images/g-button-arrow.png') 90% 50% no-repeat;
	font-size: 0.7em;
	text-decoration:none;
	display:inline-block;
	padding: 3px 25px 3px 10px;
	
	position: absolute;
	bottom: -12px;
	right: -8px;

}

#content .cta .cta-link:hover {
	background-color: #8aba42;
}

#content .cta .cta-link {
	color:#ffffff;
	text-decoration: none;

}


  
/* Forms */

.form-row {
	padding: 8px 0;
}
label {
	font-size:14px;
	color:#fff;
}
input, select, textarea {
	border: 1px solid #ababab;
	font-size: 14px;
	padding: 5px;
	background: #e5e5e5; 
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff)); /* WebKit */
  	background-image: -moz-linear-gradient(top, #e5e5e5, #ffffff); /* Gecko */
  	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e5e5e5', endColorstr='#ffffff'); /* IE6 & IE7 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e5e5e5', endColorstr='#ffffff')"; /* IE8 */
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
	input:focus {
	background: #fff; 
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)); /* WebKit */
  	background-image: -moz-linear-gradient(top, #ffffff, #e5e5e5); /* Gecko */
  	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e5e5e5'); /* IE6 & IE7 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e5e5e5')"; /* IE8 */
	}
input.medium {
	width: 200px;
}

.submit, #content .submit {
	background: #94c32f; 
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#94c32f), to(#78bb4e)); /* WebKit */
  	background-image: -moz-linear-gradient(top, #94c32f, #78bb4e); /* Gecko */
  	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#94c32f', endColorstr='#78bb4e'); /* IE6 & IE7 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#94c32f', endColorstr='#78bb4e')"; /* IE8 */

	color:#fff;
	text-decoration:none;
	padding: 4px 10px;
	font-weight:bold;
	cursor:pointer;
	border-top: 1px solid #78bb4e;
	border-right: 1px solid #78bb4e;
	border-bottom: 1px solid #78bb4e;
	border-left: 1px solid #78bb4e;
}
.submit:hover, .submit:focus, #content .submit:hover, #content .submit:focus {
	background: #78bb4e; 
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#58bf4c), to(#1f8613)); /* WebKit */
  	background-image: -moz-linear-gradient(top, #58bf4c, #1f8613); /* Gecko */
  	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#58bf4c', endColorstr='#1f8613'); /* IE6 & IE7 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#58bf4c', endColorstr='#1f8613')"; /* IE8 */
}
#content .validation-advice {
	font-size:12px;
	background:#790000;
	padding: 2px 5px;
	color:#fff;
	display:inline-block;
	vertical-align:top;
	margin: 0 2px;
}
.note, .captcha-instructions {
	font-size:12px;
	color:#ffffff;
}

/* Columns */
.column-right {
	float:right;
	margin: 20px 15px 10px 40px;
	width:260px;
	}
.column-left {
	float:left;
	margin: 20px 40px 10px 15px;
	width:270px;
	}
.column-main-with-sidebar {
	width:650px;
}	

	
/* Messages */
.messages { 
	background:#162f5c;
	padding: 5px 10px;
	margin: 1em 0;
}
	#content .messages ul {
		list-style-type:none;
		margin:0;
	}
	#content .messages ul li {
		color:#fff;
	}