body {
	background: #F2F2F2;
	color: #808080;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
}

/* Typography */
h1{
	font-size: 24px;
}
h2{
	font-size: 22px;
}
h3 {
	font-size: 20px;
	font-family: 'Helvetica Neue Condensed Bold', Helvetica, sans-serif;
	margin: 					5px 0 0 0;
}

h4 {
	color: #45515E;
	font-size: 23px;
	margin: 10px 0 0 0;
	text-align:	center;
	width:	100%;
}

h5 {
	color: #CE7128;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 0 0;
	text-align:	center;
	width:	100%;
}

ul li {
	list-style:none;
}

/*Page styles*/
/* This centers the entire viewable area */
.wrapper {
	margin: 	0 auto;
	width:		920px;
}
/* structure elements */
.content {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 15px 0 0 0;
	position: relative;
	-moz-border-radius:    	3px;
	-webkit-border-radius: 	3px;
 	-ms-border-radius:     	3px;
 	-o-border-radius:		3px;
  	border-radius: 			3px;
  	-moz-box-shadow:      0 0 5px #CCCCCC;
  	-webkit-box-shadow:   0 0 5px #CCCCCC;
  	-o-box-shadow:        0 0 5px #CCCCCC;
  	box-shadow:           0 0 5px #CCCCCC;
	width: 100%;
}
/*header*/
.header {
	background-color: #FFFFFF;
	background: -webkit-linear-gradient(rgba(255,255,255, 1) 95%, rgba(234,234,234, .8) 100%);
	background: -moz-linear-gradient(rgba(255,255,255, 1) 95%, rgba(234,234,234, .8) 100%);
	background: -ms-linear-gradient(rgba(255,255,255, 1) 95%, rgba(234,234,234, .8) 100%);
	background: -o-linear-gradient(rgba(255,255,255, 1) 95%, rgba(234,234,234, .8) 100%);
	background:  linear-gradient(rgba(255,255,255, 1) 95%, rgba(234,234,234, .8) 100%);
	border-bottom: 1px solid #D8D8D8;
	height: 90px;
	width: 100%;
}

.header-container {
	margin: 0 auto;
	width: 920px;
}

.header-container img {
	float: left;
	margin: 12px 0 0 30px;
}
.header-container h2{
	font-size: 1.4em;
	float: right;
	font-weight: 400;
	line-height: .9em;
	margin: 2.2em 0 0 0;
	position: relative;
	right: 65px;
	text-align: center;
	text-shadow: 1px 1px 0 #FFFFFF;
	width: 35%;
}
.sub {
	font-size: .8em;
}
.orange {
	color: #CF7028;
}
.blue {
	color: #04668C;
}
.img-background {
	background:	transparent 10px 10px scroll no-repeat url('../img/image-banner.png');
	height:330px;
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
}
.grad-contain {
	background-color: #E5E5E5;
	background: -webkit-linear-gradient(#F2F2F2 5%, #E5E5E5 50%, #CCCCCC 100%);
	background: -moz-linear-gradient(#F2F2F2 5%, #E5E5E5 50%, #CCCCCC 100%);
	background: -ms-linear-gradient(#F2F2F2 5%, #E5E5E5 50%, #CCCCCC 100%);
	background: -o-linear-gradient(#F2F2F2 5%, #E5E5E5 50%, #CCCCCC 100%);
	background:  linear-gradient(#F2F2F2 5%, #E5E5E5 50%, #CCCCCC 100%);
	-moz-border-radius:    	3px;
	-webkit-border-radius: 	3px;
 	-ms-border-radius:     	3px;
 	-o-border-radius:		3px;
  	border-radius: 			3px;
  	-moz-box-shadow:      0 0 5px #CCCCCC;
  	-webkit-box-shadow:   0 0 5px #CCCCCC;
  	-o-box-shadow:        0 0 5px #CCCCCC;
  	box-shadow:           0 0 5px #CCCCCC;
  	border: 1px solid #C1C1C1;
}

.banner {
	float: left;
	position: relative;
	width:100%;
	z-index: 30;
}
/*article*/
.main-title {
	float: left;
	margin: -30px 0 0 0;
	position: relative;
}
.form-title,
.main-body {
	float: left;
	font-size: 3em;
	left: 15px;
	margin: .3em 0 0 0;
	padding: 0;
	position: relative;
	text-align: left;
	text-shadow: 1px 1px 0px #F2F2F2, 2px 2px 0px #CCCCCC ;
	width: 100%;
}
.text {
	float: left;
	margin: 0px 0px 20px 0;
	position: relative;
	width: 45%;
	left:130px;
}
.text h2 {
	float: left;
	font-size: 1.7em;
	left: 95px;
	margin: 25px 0 5px 0;
	position: relative;
	text-shadow: 1px 1px 0px #F2F2F2, 2px 2px 0px #CCCCCC ;
}
.text p {
	float: left;
	font-size: 1em;
	font-style: italic;
	left: 100px;
	margin: 0;
	position: relative;
	width: 75%;
}
.text p.name {
	text-align: right;
	left: 55px;
	padding: 0 5px;
}
.text ul {
	float: left;
	font-size: 1.3em;
	left: 130px;
	margin: 0px 0 5px 0;
	padding: 0;
	position: relative;
	width: 68%;
}
.text ul li {
	color: #CF7028;
	font-style: italic;
	list-style: outside disc;
	padding:.3em 0;
}
span.list-text {
	color: #808080;
}
.image {
	background:blue;
	height:250px;
	width:100%
}
.call-out {
	background: #0484c4;
	background-image: -webkit-radial-gradient( #0484c4 65%, #036291 80%, #02405F 95%);
	background-image: -moz-radial-gradient( #0484c4 65%, #036291 80%, #02405F 95%);
	background-image: -ms-radial-gradient( #0484c4 65%, #036291 80%, #02405F 95%);
	background-image: -o-radial-gradient( #0484c4 65%, #036291 80%, #02405F 95%);
	background-image:  radial-gradient( #0484c4 65%, #036291 80%, #02405F 95%);
	behavior: url('JS/PIE-1.0/PIE.htc');
	-moz-border-radius:    	75px;
	-webkit-border-radius: 	75px;
 	-ms-border-radius:     	75px;
 	-o-border-radius:		75px;
  	border-radius: 			75px;
  	-moz-box-shadow:      0 0 5px #333333;
  	-webkit-box-shadow:   0 0 5px #333333;
  	-o-box-shadow:        0 0 5px #333333;
  	box-shadow:           0 0 5px #333333;
  	float: right;
  	height:	125px;
  	position: relative;
  	right: -300px;
  	top: 55px;
  	width:	125px;
  	z-index: 300;
}
.call-out h1 {
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: .9em;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 1px #02405F;
	top: 25px;
}
.reference {
	float: left;
	padding: 15px 0;
	position: relative;
	width:58%;
}
.reference h2 {
	margin: 0;
	padding: 5px 0 5px 15px;
	width: 60%;
}
.reference p {
	margin: 0;
	padding: 0 20px;
	width: 95%;
}
div.privacy-policy {
	height:auto;
	padding:0px 10px;
	margin:10px;
	width:800px;
}
div.privacy-policy h1 {
	margin:0px;
	width:100%;
}
div.privacy-policy p {
	font-size: 12px;
}
div.privacy-policy p.callout {
	font-size: 14px;
	font-weight: bold;
}
div.privacy-policy ul li {
	list-style: disc outside;
}
div.privacy-policy ul li.no-disc {
	list-style: none;
}
span.heading {
	color: #CE7128;
	font-size: 14px;
}
span.small {
	color: #000;
	font-size: 9px;
	font-style: italic;
}
/*aside*/
.rt-col {
	float: right;
	margin: 0px 0 20px 20px;
	min-height: 480px;
	padding: 0;
	position:relative;
	right:-10px;
	top:-10px;
	width: 38%;
}
.rt-col ul {
	margin:0;
	padding:0 10px 0 0;
}
.rt-col ul li {
	list-style: disc inside;
	padding: 5px;
}
.disclaimer p {
	float: left;
	font-size: .7em;
	padding: 10px;
	position: relative;
	text-align: center !important;
	width: 100%;
}
.disclaimer p a:visited,
.disclaimer p a:hover {
	color: #666666;
}
.call-to-action {
	float:left;
	position:relative;
	width:100%;
}
/*footer*/
footer {
	float: left;
	padding:5px 0;
	position: relative;
	width:75%;
}
footer p {
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	text-align: center;
}
footer p a, footer p a:visited {
	color: #808080;
	text-decoration: none;
}
footer p a:hover, footer p a:active {
	color:#CE7128;
}

/* Form Elements*/
.required-fields {
    display:none;
}
.form-title {
 	font-size: 1.6em;
 	left: 0;
 	line-height: 1.2em;
 	padding: 15px 5px 0 5px;
	width: 97%;
	text-align: center;
}
.form {
	display: block;
	float: left;
	margin: 2px 0 0 0;
	padding:5px;
	position: relative;
	text-decoration: none;
	width: 100%;
}
.form h1,
.form h2 {
	color: #02405F;
	margin: 1em 0 0em .8em;
	text-align: left;
	width:90%;
}
.form h3 {
	color: #CF7028;
	font-size: 1.3em;
	font-weight:normal;
	margin: 0em 0 0em .8em;
	text-align: center;
	width:90%;
}
.form p {
	font-weight:normal;
	margin: 0;
	text-align: left;
	width:90%;
}
.form dl {
	float:left;
	font-size: 1.2em;
	left: 5px;
	margin:0;
	padding:0 5px;
	position:relative;
	width:93%;
}
.form dt {
	color:#666;
	height:18px;
	margin: 5px 0 5px 3px;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.form dd {
	margin:0;
	min-height: 31px;
}
form ul {
	margin:	0;
	padding:0;
}
.gq-form-head h2 {
	display: none;
}
.gq-form-container {
	margin-top: 5px;
}
.gq-form-submit {
	margin: 20px 0 0 0;
}
.gq-form-submit ul li {
	text-align: right;
	margin:	0px 5px 0 0;
}

.gq-form-submit ul li.required-field-message {
  /*display: none;*/
	text-align: center;
}
.gq-form-submit label {
	margin: 20px 0px 0 0;
}

footer.gq-form-submit {
	border:none;
	left:-4px;
	margin:	0px 0 0 0;
	padding: 0;
}

footer.gq-form-submit ul li {
	list-style: none;
}
input[type='checkbox'] {
    margin: 20px 3px 0 0px;
}
.success {
	background-color: #C8C9CA;
	display: block;
	float: left;
	height: 290px;
	margin: 2px 0 0 0;
	position: relative;
	text-decoration: none;
	width: 360px;
 }

 .success h4 {
	color: #45515E;
	font-size: 20px;
 }

 .success h5 {
 	color: #CE7128;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0 0 0;
 }

.success dt {
	color: #45515E;
	font-weight: 900;
	margin: 10px 0 0px 25px;
}
.success dd {
	margin: 0 0 4px 25px;
}


#left_fields {
	float: left;
	height:100%;
	left: 5px;
	position:relative;
	width:170px;
}

#right_fields {
	float: right;
	height:100%;
	position:relative;
	width:170px;
}
select {
	background: #FFFFFF;
	border :1px solid #999;
	height:25px;
	width: 95%;
}
.chzn-container-single .chzn-default{
	border-color:#999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	color:#666;
	height:24px;
	position:relative;
	top:2px;
}
.chzn-search {
	padding:0;
}
.chzn-container .chzn-results {
	margin:0;
	padding:0;
}
textarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999;
	height: 65px;
	margin: 2px 0 0 0;
	padding: 2px;
	width: 92%;
}
input[type='text'] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #999;
	height: 20px;
	margin: 2px 0 0 0;
	padding: 2px 5px;
	width: 90%;
}

:focus, :active {
	outline:none;
}

textarea:focus,
input[type='text']:focus,
textarea:active,
input[type='text']:active {
	border: 1px solid #79BAEC;
	box-shadow: 0px 0px 5px #999;
}

input[type='submit'].search-btn.green {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #EB8854), color-stop(5%, #D95C1A), color-stop(50%, #C25217), color-stop(50%, #AB4814), color-stop(90%, #D95C1A));
	background-image: -moz-linear-gradient(top, #EB8854 0%, #D95C1A 10%, #C25217 50%, #AB4814 50%, #D95C1A 90%);
	background-image: linear-gradient(top, #EB8854 0%, #D95C1A 10%, #C25217 50%, #AB4814 50%, #D95C1A 90%);
	-pie-background:      linear-gradient(top, #EB8854 0%, #D95C1A 10%, #C25217 50%, #AB4814 50%, #D95C1A 90%);
	background-color: #C25217;
	border: 1px solid #C25217;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 5px #F0A882, 0 0 4px #666;
	-webkit-box-shadow: inset 0 0 5px #F0A882, 0 0 4px #666;
	box-shadow: inset 0 0 5px #F0A882, 0 0 4px #666;
	behavior: url('JS/PIE-1.0/PIE.htc');
	color: white;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 900;
    margin: 0 auto;
 	padding:10px;
 	position:relative;
	text-align: center;
	text-shadow: 0 1px 1px #404040;
	text-transform: uppercase;
	top: 5px;
}
input[type='submit']:hover{
	-moz-box-shadow: inset 0 0 5px #F0A882, 0 0 0 #808080;
	-wekit-box-shadow: inset 0 0 5px #F0A882, 0 0 0 #808080;
	box-shadow: inset 0 0 5px #F0A882, 0 0 0 #808080;
 }

/* Clears Floats */
.clearfix:before, .clearfix:after {
    content: 				"";
    display: 				table;  }
.clearfix:after {
    clear: 					both;  }
.clearfix {
    *zoom:				 1;  }
