/* ==== Scroll down to find where to put your styles :) ==== */

/*  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, 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 { 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; }

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: #f0dddd; }

::-moz-selection{ background: #444; color:#fff; text-shadow: none; }
::selection { background:#444; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #444; }

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; color: #444; }
a, a:active, a:visited { color: #fff;  }
a:hover { color: #D16F21; background-color: #444; }

/* --------------------------------------------- */
/* CUSTOM STYLES */
body{
	font: 0.9em/1.6em 'Philosopher', Georgia, "Times New Roman", Times, serif;
	background: #aba498 url(../images/bg.png) repeat 0 0;
	background-attachment: fixed;
	color: #444;
	border-top: 5px solid #8c8579;
}
p{
	margin-bottom: 20px;
}
img {
	max-width: 100%;
}
h1 {
	line-height: 1.2em;
	margin: 0px 0px 30px 0px;
}
h2, h3{
	margin: 0 0 20px 0;
	font-weight: normal;
}
h1{
	font-size: 2.2em;
}
h2{
	font-size: 1.8em;
}
h3{
	font-size: 1.4em;
}
blockquote {
	margin: 30px 0px;
	padding: 0px 7%;
	background: url(../images/quotes2.jpg) no-repeat 0 0;
	color: #eee;
	font: 1.3em/1.3em Georgia, serif;
	text-shadow: 1px 1px 1px #444;
}
ul{
	margin: 0px 0px 20px 30px;	
}
li{
	padding-left: 5px;	
}
.highlight{
	margin: 0px;
	padding: 10px 15px;
	background-color: #D16F21;
	color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-size: 1.3em;
}
/* --------------------------------------------- */
#contentElement{
	margin: 20px auto;
	width: 90%;
}
#header-container{
	float: left;
	margin-bottom: 30px;
}
.headerLeftColumn{
	float: left;
	width: 30%;
}
.headerRightColumn{
	float: left;
	margin-left: 5%;
	width: 65%;
}
#header-container .highlight{
	width: auto;
	display: inline;
}
#main {
	float: left;
}
#main img{
	border: 1px solid #474238;
    padding: 2%;
	width: 96%;
	background-color: #fff;
}
.column{
	float: left;
	width: 30%;
	margin-right: 5%;
}
.three, .six{
	margin-right: 0;	
}
.four{
	clear: left;
}
article {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#footer-container{
	margin-top: 50px;
	float: left;
	width: 100%;
	padding: 20px 0px;
	border-top: 1px solid #444;
	color: #eee;
	background: #8c8579 url(../images/footerbg.png) repeat 0 0;
}
#footer-container footer{
	width: 90%;
	margin: 0px auto;
}
#footer-container .leftColumn{
	width: 30%;
	float: left;
}
#footer-container .rightColumn{
	width: 30%;
	float: left;
	margin-left: 5%;
}
/* --------------------------------------------- */
@media only screen and (max-width: 1280px) {
	.headerLeftColumn{
		float: left;
		width: 45%;
	}
	.headerRightColumn{
		float: left;
		margin-left: 10%;
		width: 45%;
	}
	.column{
		float: left;
		width: 45%;
		margin-right: 10%;
	}
	.two, .four, .six {
		margin-right: 0;	
	}
	.four{
		clear: none;
	}
	#footer-container .leftColumn{
		width: 45%;
		float: left;
	}
	#footer-container .rightColumn{
		width: 45%;
		float: left;
		margin-left: 10%;
	}
}
@media only screen and (max-width: 1024px) {
	h1{
		font-size: 1.8em;	
	}
}
@media only screen and (max-width: 862px) {
	.headerLeftColumn{
		float: left;
		width: 465px;
	}
	.headerRightColumn{
		float: left;
		margin-left: 0;
		width: auto;
	}
	.headerRightColumn h1{
		margin: 20px 0px;	
	}
	.column{
		float: left;
		width: 100%;
		margin-right: 0;
	}
	#footer-container .leftColumn{
		width: 90%;
		float: left;
	}
	#footer-container .rightColumn{
		width: 90%;
		float: left;
		margin-left: 0;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	html { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }
	body {
		font-size: 1em;
	}
	.rightColumn.strapLine{
		width: 100%;	
		margin: 20px 0px 0px 0px;
	}
	
}

@media screen and (max-device-width: 320px) {
	html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
	body {
		font-size: 1em;
	}
	h1{
		font-size: 1.3em;
		margin: -10px 0px 20px 0px;
	}
	h2{
		font-size: 1.4em;
	}
	h3{
		font-size: 1.2em;
	}
	h2, h3{
		margin: 0 0 10px 0;
		font-weight: normal;
	}
	#contentElement{
		margin: 10px auto;
	}
	#header-container{
		margin-bottom: 0px;
	}
	.headerLeftColumn{
		float: left;
		width: 100%;
	}
	.headerRightColumn{
		float: left;
		margin-left: 0;
		width: auto;
	}
	.headerRightColumn h1{
		margin: 20px 0px;	
	}
	#header-container .highlight{
		width: 90%;
		display: block;
		font-size: 0.9em;
		margin-bottom: 20px;
	}
}
/* --------------------------------------------- */
/* IE Fixes */
.ie7 #contentElement, .ie8 #contentElement{
	width: 960px;
}
.ie7 #header-container, .ie8 #header-container{
	float: left;
	margin-bottom: 30px;
}
.ie7 .headerLeftColumn, .ie8 .headerLeftColumn{
	float: left;
	width: 465px;
}
.ie7 .headerRightColumn, .ie8 .headerRightColumn{
	float: left;
	margin-left: 50px;
	width: 445px;
}
.ie7 #header-container .highlight, .ie8 #header-container .highlight{
	width: auto;
	padding: 5px 10px;
}
.ie7 .column, .ie8 .column{
	float: left;
	width: 445px;
	margin-right: 50px;
}
.ie7 .two, .ie7 .four, .ie7 .six, .ie8 .two, .ie8 .four, .ie8 .six{
	margin-right: 0;	
}
.ie7 .four, .ie8 .four{
	clear: none;
}

/* --------------------------------------------- */
form ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}
form li {
	padding: 0px 0px 10px 0px;
}
label {
	float: left;
	display: block;
}
input, select, textarea {
	font: 1em arial, sans-serif;
	border: 1px solid #444;
	width: 90%;
}
input:focus, select:focus, textarea:focus {
	background: #eaeef0;
	border: 1px solid #000;
}
.submitButton {
	background-color: #D16F21;
	color: #fff;
	padding: 5px 10px;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 20px;
	width: 100px;
}
.submitButton:hover {
	background-color: #444;
	color: #fff;
	cursor: pointer;
}

.LV_validation_message{
    font-weight: bold;
    margin: 0px;
	display: inline;
}
.LV_valid {
    color: #00CC00;
}	
.LV_invalid {
    color: #990000;
}  
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}  
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #990000;
}
/* --------------------------------------------------- */


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