/* @group Boilerplate/Resets */

/* @group RESETS */

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, nav, 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, nav, 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 {
	
}

input, select {
	vertical-align: middle;
}

select, input, textarea, button {
	font: 99% sans-serif;
}

pre, code, kbd, samp {
	font-family: "freight-sans-pro",Helvetica,Helvetica Neue,Arial,sans-serif;
}

html {
	overflow-y: scroll;
}

a:hover, a:active {
	outline: none;
}

ul, ol {
	margin-left: 2em;
}

ol {
	list-style-type: decimal;
}

nav ul, nav 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;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
	background-color: #d9a486;
}

::-moz-selection {
	background: #b26a2f;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #b26a2f;
	color: #fff;
	text-shadow: none;
}

a:link {
	-webkit-tap-highlight-color: #FF5E99;
}

button {
	width: auto;
	overflow: visible;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

body, select, input, textarea {
	color: #444;
}

body {
	font-family: 'freight-sans-pro', Helvetica,Helvetica Neue,Arial,sans-serif;
	background: url(../_media/_backgrounds/bg.jpg) repeat-y center top;
}

.content-wrap .container form {
	float: left;
	display: block;
	clear: left;
	width: 375px;
	margin-top: 120px;	
}

.content-wrap input[type="text"] {
  border: 1px solid #d1d1d2;
  border-radius: 0;
  clear: right;
  float: right;
  width: 250px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2em;
}

.content-wrap input[type="password"] {
  border: 1px solid #d1d1d2;
  border-radius: 0;
  clear: right;
  float: right;
  width: 250px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2em;
}

.content-wrap input[type="submit"] {
  border: 1px solid #e8e8e9;
  float: right;
  clear: both;
  background-color: #b73b32;
  color: #fff;
  margin-top: 5px;
  width: 110px;
  height: 40px;
  font-family: 'Crimson Text', serif;
  
}
  
.content-wrap label {
	float: left;
	text-align: right;
	clear: left;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
	min-width: 90px;
	color: #5d686c;
	font-size: 18px;
}
.clearfix {
	display: block;
	width: 100%;
	clear: both;
}

#submit {
	text-shadow: 1px 1px #000;
	font-size: 18px;
}

#contact-phone {
	float: left;
	font-family: 'Crimson Text', serif;
	margin-top: 470px;
	margin-left: -370px;
	color: #18373f;
	font-size: 20px;
}

#contact-fax {
	float: left;
	font-family: 'Crimson Text', serif;
	margin-top: 470px;
	margin-left: -230px;
	color: #18373f;
	font-size: 20px;
}


/* @end */

/* @end */

/* @group LAYOUT/STRUCTURE */

.wrapper {
	margin: 0 auto;
	position: relative;
	width: 100%;
	clear: both;
	
}

body {
	border-top: 3px solid #19373f;
}

.container {
	margin: auto;
	text-align: center;
	padding: 10px;
	width: 760px;
	
}

.content-wrap .container {
	background: url(../_media/_backgrounds/background.jpg) no-repeat left top;
	overflow: hidden;
	max-height: 640px;
	border: 10px solid #fff;
	margin-top: 100px;
	
}

.primary {
	float: left;
	clear: both;
	
}



/* @end */

/* @group MAIN CONTENT */

#logo {
	width: 219px;
	height: 155px;
	float: left;
	overflow: hidden;
	margin-top: -11px;
	margin-left: -10px;
}

hr {
	width: 100%;
	float: left;
	clear: both;
	height: 0;
	padding: 0;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-top: 5px;
	margin-bottom: 10px;
}

footer hr {
	clear: left;
}

#left-footer-content {
	float: left;
	color: #fff;
}

#right-footer-content {
	float: right;
}

#right-footer-content a:visited {
	color: #5d686c;
	text-decoration: none;
}

#right-footer-content a:hover {
	color: #b73b32;
}

#right-footer-content a:link {
	color: #5d686c;
	text-decoration: none;
}

#right-footer-content p {
	color: #5d686c;
}

article hr {
	border-bottom: 1px solid #eee;
}

/* @end */

/* @group NAV */

/* @group TOPNAV */

/* @end */

/* @group MAIN NAV */

/* @end */

/* @group FOOTNAV */

/* @end */

/* @end */

/* @group H1-H6 */

aside h1 {
	font-size: 1.5em;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #648ca1;
}

article h1 {
	font-size: 1.8em;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #648ca1;
}

article h2 {
	font-size: 1.6em;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #648ca1;
}

article h3 {
	font-size: 1.4em;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #648ca1;
}

article h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #648ca1;
}

article h5 {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #648ca1;
}

article h6 {
	font-size: 1em;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #648ca1;
}

/* @end */

/* @group TYPOGRAPHY */

article a, article a:active, article a:visited {
	color: #648ca1;
}

article a:hover {
	color: #787772;
}

article p {
	font-size: 1em;
	line-height: 1.55em;
	margin-top: 8px;
	margin-bottom: 12px;
	color: #5f5d5a;
}

aside section p {
	color: #5f5d5a;
}

aside p {
	font-size: .9em;
	line-height: 1.35em;
	color: #83837a;
	text-align: left;
	padding: 6px 6px 6px 10px;
	font-weight: 400;
}

aside p a {
	text-decoration: none;
	color: #648ca1;
	border-bottom: 1px dashed #648ca1;
}

i {
	font-style: italic;
}

em {
	
}

strong {
	font-weight: bold;
}

b {
	font-weight: bold;
	color: #4e1602;
}

article ul {
	font-size: 1em;
	line-height: 1em;
	margin-top: 5px;
	margin-bottom: 15px;
}

article ul li {
	font-size: 1em;
	line-height: 1.6em;
	margin-top: 4px;
	margin-bottom: 4px;
	list-style-type: none;
	background: url(../_media/_elements/bullet.png) no-repeat left top;
	padding-left: 16px;
	color: #787772;
}

article ol {
	color: #9dab86;
}

article ol {
	font-size: 1em;
	line-height: 1em;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 20px;
}

article ol li {
	color: #83837a;
	margin-top: 5px;
	margin-bottom: 5px;
}

aside ul {
	font-size: 1em;
	line-height: 1em;
	display: inline-block;
	list-style-type: none;
}

aside ul li {
	text-align: right;
	line-height: 1.6em;
	list-style-type: none;
	font-size: 1em;
	border-bottom: 1px solid #f2f3f1;
	display: inline-block;
}

aside ul li a {
	color: #a6a79f;
	text-decoration: none;
}

/* @end */

/* @group FORMS */

/* @end */

/* @group MISC */

.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.hidden {
	display: none;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.oh {
	overflow: hidden;
}

.dn {
	display: none;
}

.up {
	text-transform: uppercase;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: none;
}

.mb {
	margin-bottom: 15px;
}

.mt {
	margin-top: 15px;
}

.fl-img {
	float: left;
	margin: 5px 7px 5px 0;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

.fr-img {
	float: right;
	margin: 5px 0 5px 7px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

/* @end */

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */

}

@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;
}

}