body {
  background: #FFFFFF;
  color: #333;
  font: 10pt/1.5 'Trebuchet MS', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  height: auto;
  padding-bottom: 20px;
  /*overflow-y: scroll;*/ 
}

/*
old style:
a {
  color: #0000FF;
  text-decoration: none;
}
new style from twenty twelve wordpress theme:
*/
a {
	outline: none;
	color: #21759b;
	text-decoration: none;
}
a:hover {
	color: #0f3647;
}

#contact-form table tr td,
#contact-form table tr td label {
	padding: 3px;
}

.menu-link a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer-link {
	font-size: 0.8em;
}
.footer-link,
.footer-link a {
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
.menu-link a:hover,
.footer-link a:hover {
  text-decoration: underline;
}

.container_12 {
  background-color: #fff;
  background-repeat: repeat-y;
  /*background-image: url(../img/12_col.gif);*/
}

.menu-bg {
	background: rgb(24,62,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(24,62,102,1) 0%, rgba(29,79,125,1) 48%, rgba(25,67,107,1) 52%, rgba(24,62,101,1) 55%, rgba(24,62,101,1) 70%, rgba(4,29,61,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,62,102,1)), color-stop(48%,rgba(29,79,125,1)), color-stop(52%,rgba(25,67,107,1)), color-stop(55%,rgba(24,62,101,1)), color-stop(70%,rgba(24,62,101,1)), color-stop(100%,rgba(4,29,61,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(24,62,102,1) 0%,rgba(29,79,125,1) 48%,rgba(25,67,107,1) 52%,rgba(24,62,101,1) 55%,rgba(24,62,101,1) 70%,rgba(4,29,61,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(24,62,102,1) 0%,rgba(29,79,125,1) 48%,rgba(25,67,107,1) 52%,rgba(24,62,101,1) 55%,rgba(24,62,101,1) 70%,rgba(4,29,61,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(24,62,102,1) 0%,rgba(29,79,125,1) 48%,rgba(25,67,107,1) 52%,rgba(24,62,101,1) 55%,rgba(24,62,101,1) 70%,rgba(4,29,61,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(24,62,102,1) 0%,rgba(29,79,125,1) 48%,rgba(25,67,107,1) 52%,rgba(24,62,101,1) 55%,rgba(24,62,101,1) 70%,rgba(4,29,61,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183e66', endColorstr='#041d3d',GradientType=0 ); /* IE6-9 */
}

.heading1 {
	font-size: 1.6em;
	color: #1c4d7a;
	font-weight: bold;
}

.heading2 {
	font-size: 1.3em;
	color: #1c4d7a;
	font-weight: bold;
}

.heading3 {
	font-size: 1.1em;
	color: #1c4d7a;
	font-weight: bold;
}

.heading4 {
	color: #1c4d7a;
}

.vertical-line {
	border-right: 1px solid #cccccc;
	width: 50%;
	height: 350px;
}

/* index item list */
.item {
	border-bottom: 1px solid #cccccc;
}
.item,
.last-item {
	padding-top: 9px;
	padding-bottom: 6px;
}

/* */
.form-error {
	border-radius: 3px;
	background-color: #b12935;
	/*border: 1px solid #b12935;*/
	color: #ffffff;
	/*color: #b12935;*/
}

/* internet filter selection */
.question-column {
	margin-bottom: 6px;
}

.recommend-column {
	text-align: right;
	color: #1c4d7a;
}

.radio-style-a
{
	margin-left: 50px;
	margin-bottom: 20px;
	padding: 0px;

}

.radio-style-a input[type="radio"] {
	display: none;
}

.radio-style-a label {
	display: inline-block;
	background-color: #FFFFFF;
	color: #000000;
	border: 2px solid rgb(24,62,102);
	border-radius: 3px;
	padding: 3px 9px 3px 9px;
	max-width: 10em;
	
	transition: background-color 0.25s linear;
	-webkit-transition: background-color 0.25s linear;
	-moz-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
}

.radio-style-a label:hover {
	color: #FFFFFF;
	background-color: rgb(24,62,102);
	border: 2px solid rgb(24,62,102);
}

.radio-style-a input[type="radio"]:checked + label {
	background-color: rgb(24,62,102);
	border: 2px solid rgb(24,62,102);
	color: #FFFFFF;
	
	transition: background-color 0.25s linear;
	-webkit-transition: background-color 0.25s linear;
	-moz-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
}
.radio-vertical{
	margin-bottom:10px;
}



.header-title{
	font-family:"Gill Sans MT",arial,sans-Serif;
	font-size:2.5em;
	color: #224f7d;
	margin-top:40px;
	margin-left: -1px;
}
.header-subtitle{
font-family:"Gill Sans MT",arial,sans-Serif;
font-size:1.5em;
color: #224f7d;
margin-top:-10px;
}
.header a:hover {
  text-decoration: none;
 /* text-underline: none;
  */
}
