/*  HTML5 Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, html.no-js nav.drgNav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, html.no-js nav.drgNav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
html.no-js nav.drgNav ul, html.no-js nav.drgNav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }

textarea, input{ outline:none;}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #72BDCF; color:#fff; text-shadow: none; }
::selection { background:#72BDCF; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #72BDCF; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #72BDCF; }
a:hover { color: #000; }
em,i { font-style: italic; }

body {
	/* background: #DDDDDD url(https://edge.halldata.com/DRAGT/7/296.jpg) top center repeat fixed; */
	/* background: #ebdfa3; */
	/* background: #f7d284; */
	font: normal 14px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1f2223;
	margin: 0 30px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Structure
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#container {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 60px;
	width: 900px;
	background: #fff;
	-moz-box-shadow: 0px 0px 25px #333333; 
	-webkit-box-shadow: 0px 0px 25px #333333;  
    box-shadow:0px 0px 25px #333333;
}
#main {
	margin-top: 20px;
}
#content {
	width: 620px;
	float: left;
	margin: 0;
}
aside {
	width: 220px;
	float: left;
	margin-left: 60px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Header
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
header img{
	width: 100%;
}   
   
header#header {
	
}
header#header h1 {
	font-size: 72px;
	line-height: 50px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: normal;
}
header#header h1 a {
	color: #1f2223;
	text-decoration: none;
}
header#header h1 a:hover {
	color: #f20a5c;
}
header#header h1 img {
	max-width: 100%;
	height: auto;
}
header h3 {
	font-size: 26px;
	line-height: 34px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 14px;
	margin-top: 22px;
}
html.no-js header#header nav.drgNav {
	background: #0068b3;
	margin: 30px -30px 0;
	padding: 8px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
}
html.no-js header#header nav.drgNav ul {
	list-style-type: none;
}
html.no-js header#header nav.drgNav ul li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-right: 16px;
}
html.no-js header#header nav.drgNav ul li:after {
	content: "\2022";
	margin-left: 16px;
	color: #FFF;
}
html.no-js header#header nav.drgNav ul li:last-child {
	margin-right: 0;
}
html.no-js header#header nav.drgNav ul li:last-child:after {
	content: "";
	margin-left: 0;
}
html.no-js header#header nav.drgNav ul li a {
	text-decoration: none;
	color: #FFF;
}
html.no-js header#header nav.drgNav ul li a:hover {
	/* color: #f20a5c; */
	color: #72bdcf;
}

html.no-js header#header nav.drgNav select {
  display: none;
}

@media (max-width: 899px) {
	html.no-js header#header nav.drgNav ul     { display: none; }
	html.no-js header#header nav.drgNav select { display: inline-block; }
}

.validation { color: #ff0000; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	General Styles
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article {
	margin-bottom: 60px;
}
article header {
	margin-bottom: 12px;
}
article h2 {
	font-size: 44px;
	line-height: 50px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: normal;
	margin-bottom: 14px;
}
article h3 {
	font-size: 26px;
	line-height: 34px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 14px;
	margin-top: 22px;
}
article h4 {
	font-size: 18px;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: bold;
	border-bottom: 1px dotted #797a7b;
	padding-bottom: 4px;
	margin-bottom: 16px;
	margin-top: 22px;
}

article section img {
	-moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.15);
}
article iframe,  
article object,  
article embed {
	width: 100%;
}
article img {
	max-width: 100%;
	height: auto;
}
article section img[align="left"] {
	margin: 4px 16px 0 0;
}
article section img[align="right"] {
	margin: 4px 0 0 16px;
}
article section blockquote {
	margin: 8px 0 8px 30px;
	padding-left: 8px;
	border-left: 1px solid #797a7b;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	content1
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article.content1 header {
	margin-bottom: 12px;
}
article.content1 h2 a {
	text-decoration: none;
	color: #1f2223;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Footer
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

article footer {
	margin-top: 20px;
	clear: both;
}
article footer ul {
	border-top: 1px dotted #797a7b;
	margin: 0;
	list-style-type: none;
	padding: 8px 0;
	color: #797a7b;
}
article footer ul:first-child {
	border-top: 0;	
}
article footer ul li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-right: 12px;
	
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
}

article footer ul li:first-child {
	float: none;
}
article footer ul li:last-child {
	margin-right: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Aside
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
aside {
	font-size: 12px;
	line-height: 22px;
}

aside .content2 {
	margin-top: 20px;
}
aside .content2 h4 {
	font-size: 18px;
	font-family: Constantia, Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	border-bottom: none;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px dotted #797a7b;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
aside .content2 p {
	margin-bottom: 12px;
}
aside .content2 .icon {
	float: left;
	margin: 4px 8px 4px 0;
}

aside p.btn {
	text-align: right;
}
aside p.btn a {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	background: #1f2223;
	color: #ffffff;
	padding: 4px 10px;
	font-weight: bold;
	
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
aside p.btn a:hover {
	background: #f20a5c;
	color: #1f2223;
	padding-left: 16px;
	padding-right: 16px;
	margin-right: -6px;
}

footer#bottom {
	font-family: Constantia, Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
	font-style: italic;
	color: #797a7b;
	text-align: center;
}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

section#content p {
	margin-bottom: 5px;
}

/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

	.submitbtn {
		text-align: center;
	}

/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 4px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		/* width: 210px; */
		max-width: 100%;
		display: block;
		margin-bottom: 5px;
		background: #fff; }
	select {
		width: 100%;
		max-width: 310px;
	}
	input[readonly="readonly"] {
		color: #A5A5A5; 
		background-color: #eee; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	/*label,*/
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	input[type="checkbox"],
	input[type="radio"] {
		float: left;
		display: inline;}
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
		
/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 2px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
		
.radiolabel, .checkboxlabel { /*display: block;*/ margin-left: 5px; }

.addresslabel .questionlabel {
	clear:both;
	display:block;
	float:left;
	width:180px;
	margin-right:5px;
	font-weight:700;
}

.addresslabel input {
	width:300px;
	height:1.6em;
	
}


