﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #534E47;
}
a:link {
	text-decoration: underline;
	font-weight: none;
	color: #ECB93F;
}
a:active {
	text-decoration: underline;
	font-weight: none;
	color: #ECB93F;
}
a:visited {
	color: #ECB93F;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	font-weight: none;
	color: #FFFFFF;
}


a.ext {
	background: url('../images/icon_newwindow.gif') center right no-repeat;
	padding-right: 13px;
	margin-right: 2px;
}
.text_small-lowerpadding {
	font-size: 8pt;
	font-family: Tahoma;
	padding-bottom: 15px;
}
.text_indented {
	margin-left: 20px;
}
#masthead {
	width: 902px;
	margin: 0 auto;
	position: relative;
	margin-top: 40px;
}
#header {
	width: 902px;
	margin: 0 auto;
	position: relative;
	background-image: url('../images/content_header.png');
	height: 47px;
}

#header #menu {
	left: 170px;
	width: 400px;
	margin: 0 auto;
	position: relative;
	height: 47px;
	top: 10px;
}
#content {
	width: 902px;
	margin: 0 auto;
	position: relative;
	background-color:#302923;

}

#content #left_bg {
	position: absolute;
	top: 20px;
	left: -47px;
	background-image: url('../images/element_LHS.png');
	width: 50px;
	height: 200px;
}


#footer {
	width: 902px;
	margin: 0 auto;
	position: relative;
	height: 120px;
	margin-top: 10px;
	background-color:#1F1B16;
}

#footer #jtt {
	position: absolute;
	top: -23px;
	left: 775px;
	width: 127px;
	height: 23px;
}

#footer #lowerelement{
	position: absolute;
	bottom: -38px;
	left: 690px;
	background-image: url('../images/element_FTR.png');
	width: 201px;
	height: 39px;
}

#footer #box{
	position: absolute;
	bottom: 30px;
	left: 820px;
	width: 220px;
	height: 80px;
}

#footer2 {
	width: 902px;
	margin: 0 auto;
	position: relative;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 80px;
}


#column_emailform {
	padding: 10px;
	float: right;
	width: 325px;
	height: 100%;
	display: inline;
	position: static;
	background-color: #DDD6D0;
	border: 1px #ECB93F dotted;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 30px;	
}


img {
	border: 0px;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F7FDFD;
	height: 1px;
}
.text_heading {
	font-family: arial, "Helvetica Neue", helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 20px;
}
.text_subheading {
	font-family: Arial;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
}
.text_subheading2 {
	font-family: Arial;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
}
.text_formheading {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	line-height: 150%;
	font-style: italic;
	font-weight: bold;
}
.text_primary {
	font-family: Arial;
	font-size: 9pt;
	color: #FFFFFF;
	line-height: 150%;
	margin-left: 10px;
	margin-right: 10px;
}
.text_primary-noindent {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	line-height: 150%;
}

.text_small {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: #FFFFFF;
	line-height: 150%;
}

.text_small-footer {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: #000000;
	line-height: 150%;
	padding-left: 23px;
}
.text_small-footergrey {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: #c0c0c0;
	line-height: 150%;
	padding-left: 23px;
}

.text_header-white {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}
.iconlist {
	list-style: none;
	margin: 20px;
	padding: 0;
}
li.au {
	background-image: url(../images/icon_flag-australia.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
li.nz {
	background-image: url(../images/icon_flag-newzealand.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
li.usa {
	background-image: url(../images/icon_flag-usa.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
li.person {
	background-image: url(../images/icon_person.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
li.phone {
	background-image: url(../images/icon_phone.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
li.printer {
	background-image: url(../images/icon_printer.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
li.house {
	background-image: url(../images/icon_house.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
li.box {
	background-image: url(../images/icon_box.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

li.car {
	background-image: url(../images/icon_car.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

li.mailbox {
	background-image: url(../images/icon_mailbox.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
li.internet {
	background-image: url(../images/icon_internet.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
li.plus {
	background-image: url(../images/icon_plus-greenfull.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
}
li.rss {
	background-image: url(../images/icon_rss.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
}
li.signpost {
	background-image: url(../images/icon_signpost.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
}
li.presentation {
	background-image: url(../images/icon_presentation.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
}
li.eye {
	background-image: url(../images/icon_eye.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
}
li.film {
	background-image: url(../images/icon_film.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
}
li.arrowl1 {
	background-image: url(../images/icon_arrowright-blue.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
}
li.arrowl2 {
	background-image: url(../images/icon_arrowright-green.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin-left: 30px;
	background-color: white;
}
li.arrowl3 {
	background-image: url(../images/icon_arrowright-green.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 100px 0 3px 20px;
	margin-left: 60px;
	background-color: white;
}
form {
	margin: 0;
	padding: 0;
}
.form_button {
	padding: 0;
	font-size: 8pt;
	font-family: Tahoma;
	height: 19px;
}
.form_textbox {
	font-size: 8pt;
	border: 1px solid #155D83;
	color: #000000;
	background-color: #47B3D1;
}
.form_textbox:focus {
	background: #155D83;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.form_textbox1 {
	background: #ededed left top no-repeat;
	border: 1px solid #909090;
	border-top-color: #747474;
	border-left-color: #747474;
	color: #777;
	padding: 4px 0 4px 4px;
	font-size: 8pt;
	font-family: Tahoma;
	color: #000000;
	background-color: #FFFFFF;
	width: 160px;
}
.form_textbox1:focus {
	background: #fff;
	border: 1px solid #707070;
	border-bottom-color: 1px solid #acacac;
	border-right-color: 1px solid #acacac;
}
.form_textarea1 {
	background: #ededed left top no-repeat;
	border: 1px solid #909090;
	border-top-color: #747474;
	border-left-color: #747474;
	color: #777;
	padding: 4px 0 4px 4px;
	font-size: 8pt;
	font-family: Tahoma;
	color: #000000;
	background-color: #FFFFFF;
	width: 160px;
}
.form_textarea1:focus {
	background: #fff;
	border: 1px solid #707070;
	border-bottom-color: 1px solid #acacac;
	border-right-color: 1px solid #acacac;
}
.form_sectioned {
	/* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font: 100% arial;
	margin: 0;
	padding: 0;
	min-width: 320px;
	max-width: 320px;
	width: 320px;
}
.form_sectioned2 {
	/* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font: 100% arial;
	margin: 0;
	padding: 0;
	min-width: 400px;
	max-width: 400px;
	width: 400px;
}
form fieldset {
	border-color: #836F5F;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 0;
}
form label {
	float: left;
	width: 120px;
	padding: 0;
	margin: 5px 0 0;
	text-align: right;
}
.label2 {
	float: left;
	width: 120px;
	padding: 0;
	margin: 5px 0 0;
	text-align: right;
}
form textarea {
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */;
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
.form_sectioned input {
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */;
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
.form_sectioned2 input {
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */;
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form input#reset {
	margin-left: 0px;
}
textarea {
	overflow: auto;
}
form small {
	display: block;
	margin: 0 0 5px 160px;
	padding: 1px 3px;
	font-size: 88%;
}
form br {
	clear: left;
}
.image_padding-10pxLR {
	margin-left: 10px;
	margin-right: 10px;
}
.image_padding-40pxLR {
	margin-left: 40px;
	margin-right: 40px;
}
