html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, span
small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
.u {
	text-decoration: underline;
	}

ul, ol {
	position: relative;
	margin: 8px 0 20px 0;
	}
li {
	margin-left: 1.4em;
	}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { height: 0px; clear: both; line-height: 0; }
	
body {
	line-height: 1;
	color: black;
	background: white;
	}

p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	margin: 6px 0 30px 30px;
	display: inline;
	}
img.alignleft {
	margin: 6px 30px 30px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
.clear {
	clear: both;
	}
.pad_20 {
	padding: 20px;
	}

hr {
	display: block;
	position: relative;
	height: 1px;
	width: 100%;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #c0c0c0;
	margin: 20px 0 20px 0;
	}
.hr20 {
	position: relative;
	display: block;
	width: auto;
	height: 20px;
	background: url(img/hr.png) repeat-x 0 9px;
	}
.hr30 {
	position: relative;
	display: block;
	width: auto;
	height: 30px;
	background: url(img/hr.png) repeat-x 0 14px;
	}
a img {
	border:none;
	}

/* Get rid of annoying focus outline */
*:focus {
	outline: none !important;
	}

/* Set up the environ */
html {
	font-size: 62.5%;
	height: 100%;
	}
body {
	position: relative;
	padding: 0;
	margin: 0;
	height: auto;
	font-family: arial, helvetica, sans serif;
	color: #696969;
	text-align: center;
	background-color: #141414;
	}
h1 {
	position: relative;
	left: -21px;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2078b9;
	font-style: italic;
	line-height: 28px;
	margin: .5em 0 .5em 0;
	font-variant: small-caps;
	text-indent: 21px;
	background: url(../img/h1_back.gif) no-repeat 0 0;
	text-shadow: 1px 1px 1px #c0c0c0;
	}
h2 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	margin: 10px 0px 12px 0px;
	padding: 0;
	color: #696969;
	}
h2.tagline {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	margin: 10px 0px 0px 0px;
	padding: 0;
	color: #696969;
	}
h3 {
	font-size: 1.5em;
	line-height: 1.3em;
	color: #333;
	font-family: arial, Helvetica, Sans Serif;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
p, td p {
	font-weight: normal;
	padding: .1em 0px .8em 0px;
	font-size: 1em;
	line-height: 1.5em;
	}
sup {
	padding: 0px;
	margin: 0px;
	line-height: 1px;
	}
.quote {
	font-style: italic;
	color: #938058;
	}
ul, ol {
	margin-left: 4px;
	padding-left: 0px;
	}
ul li, ol li {
	margin-right: 0px;
	margin-left: 16px;
	padding-left: 0px;
	text-indent: 0px;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 1em;
	}
.green {	
	color: #42bd00;	
	}


ul.checkbox {
	position: relative;
	list-style: none;
	margin: 16px 0 0 10px;
	}
ul.checkbox li {
	position: relative;
	margin-left: 0;
	padding: 6px 0 0 30px;
	line-height: 18px;
	font-size: 14px;
	background: url(../img/bullet_checkbox.gif) no-repeat 0 0;
	}

ul.checked {
	position: relative;
	list-style: none;
	margin: 1.1em 0 0 .8em;
	}
ul.checked li {
	position: relative;
	margin-left: 0;
	padding: .1em 0 .1em 23px;
	background: url(../img/bullet_check.gif) no-repeat 0 0;
	}

ul.blue_sml {
	position: relative;
	list-style:disc url(../img/bullet_blue_sml.gif);
	margin: 1.1em 0 0 .8em;
	}
ul.blue_sml li {
	position: relative;
	}

.floatleft {
	float: left;
	}
.floatright {
	float: right;
	}
.floatclear {
	clear: both;
	}

ol.process {
	margin-left: 0px;
	margin-top: 14px;
	padding-left: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	color: #fff;
	}
ol.process li {
	list-style-type: none;
	padding-left: 40px;
	text-indent: 0px;
	font-size: 13px !important;
	line-height: 1.4em;
	margin-left: 0;
	margin-bottom: .3em;
	height: 55px;
	background-position: 0 2px;
	background-repeat: no-repeat;
	}
ol.process li.one {
	background-image: url(../img/ol_li_1.gif);
	}
ol.process li.two {
	background-image: url(../img/ol_li_2.gif);
	}
ol.process li.three {
	background-image: url(../img/ol_li_3.gif);
	}
ol.process li.four {
	background-image: url(../img/ol_li_4.gif);
	height: auto;
	margin-bottom: 2em;
	}

ul.checklist {
	margin-right:14px;
	font-family:arial, Helvetica, Sans Serif;
	color:#fff;
	}
ul.checklist li {
	list-style-type: none;
	list-style-image: url(../img/bullet_check.gif);
	font-size:13px;
	margin-bottom: .3em;
	}
ul.asterisk {
	margin-right:14px;
	}
ul.asterisk li {
	list-style-type: none;
	list-style-image: url(../img/bullet_asterisk.gif);
	font-size:13px;
	margin-bottom: .8em;
	}

p.more {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 11px;
	}
table, th, td {
	font-size: 1em;
	line-height: 1.4em;
	}
hr {
	height: 1px;
	line-height: 0px;
	font-size: 1px;
	padding-top: 8px;
	padding-top: 1;
	margin: 0;
	color: transparent;
	background: transparent URL(../img/dots.gif) repeat-x center bottom;
	border: 0 solid transparent;
	text-align: center;
	}
a, #a:link, a:visited {
	text-decoration: underline;
	color: #2078B9;
	}
a:hover, a:active  {
	text-decoration: none;
	color: #42bd00;
	}

/* COLOR CLASSES */
.white {
	color: #fff;
	}
.gold {
	color: #D18C34;
	}
.red {
	color: #ff0000;
	}

/* FORMATTING CLASSES */
.underline {
	text-decoration: underline;
	}
.expert {
	font-family: Arial, Helvetica, Sans Serif;
	font-weight: bold;
	font-style: italic;
	color: #2078b9;
	}
.company {
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#wrapper {
	position: relative;
	text-align: center;
	background: #f7f7f7 url(../img/main_bg.gif) repeat-x center 0;
	z-index: 1;
	}

#header,
#page {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
#header {
	height: 161px;
	}
#page {
	height: auto;
	padding-bottom:40px;
	border: 0px dotted #efefef;
	background: #f7f7f7 url(../img/page_bk.gif) repeat-y 0 0;
	}

h4.site_url {
	position: absolute;
	top: 67px;
	left: 290px;
	width: 218px;
	height: 70px;
	margin: 0;
	padding: 0;
	background-image: url(../img/site_url.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9000px;
	cursor: pointer;
	border: none;
	}

h2.logo {
	position: absolute;
	top: 5px;
	left: -28px;
	width: 337px;
	height: 145px;
	margin: 0;
	padding: 0;
	background-image: url(../img/etm_logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9000px;
	cursor: pointer;
	border: none;
	}

#linkbar {
	position: absolute;
	top: 58px;
	right: 0px;
	height: 34px;
	width: auto;
	padding: 0;
	}
#linkbar:after {
	display: block;
	content: " ";
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	}
#linkbar ul {
	float: left;
	margin: 0 0px;
	padding: 0;
	height: 34px;
	width: auto;
	background: url(../img/linkbar.gif) no-repeat -30px 0;
	}
#linkbar .left,
#linkbar .right {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 34px;
	width: 15px;
	background-image: url(../img/linkbar.gif);
	background-repeat: no-repeat;
	}
#linkbar .left {
	background-position: 0 0;
	}
#linkbar .right {
	background-position: right 0;
	}
#linkbar li {
	float: left;
	list-style-image: none;
	list-style-position : none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 34px;
	}
#linkbar a, #linkbar a:link{
	display: block;
	width: auto;
	margin: 0 10px;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-shadow: #000 1px 1px 1px;
	font-weight: normal;
	line-height: 34px;
	color: #2078B9;
	}
#linkbar a:hover {
	color: #42bd00;
	}
#linkbar a.active, #linkbar a.active:hover {
	color: #fff;
	cursor: default;
	}

ul.sublinks {
	position: relative;
	margin: 10px 0 40px 0px;
	padding: 0;
	width: auto;
	height: auto;
	}
ul.sublinks li {
	list-style-image: none;
	list-style-position : none;
	margin: 0 0 2px 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	height: 30px;
	width: auto;
	}
ul.sublinks a,
ul.sublinks a:link{
	display: block;
	margin: 0px;
	font: 16px Arial, Helvetica, sans-serif;
	text-decoration: none !important;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	color: #989898;
	text-indent: 40px;
	background-image: URL(../img/sublinks.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
ul.sublinks a:hover {
	color: #42bd00;
	background-position: 0px -30px;
	}
ul.sublinks a.active,
ul.sublinks a.active:hover {
	color: #2078B9;
	font-weight:bold;
	font-style: italic;
	cursor: default;
	background-position: 0px -60px;
	}

/* CONTENT SECTIONS */
.sidebar,
.main {
	position: relative;
	height: auto;
	padding-top: 10px;
	}

.sidebar {
	width: 276px;
	float: left;
	}

.sidebar h2 {
	font-weight: normal;
	font-size: 1.9em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #d3d3d3;
	}

/* QUOTES */
ul.quote {
	position: relative;
	list-style: none;
	width: auto;
	margin: 0;
	padding: 0;
	}
ul.quote li {
	margin: 10px 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #c0c0c0;
	}
ul.quote li.last {
	margin: 10px 0 20px 0;
	padding: 0;
	border-bottom: none;
	}
	
ul.quote li blockquote {
	position: relative;
	color: #888;
	padding: 0 0 0 34px;
	font-style: normal;
	font-family:  'Helvetica Neue', 'Helvetica', sans-serif;
	background: url(../img/quote_a.gif) no-repeat 0 0;
	}
ul.quote li blockquote p {
	position: relative;
	font: 16px/26px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width: 93%;
	}
ul.quote li blockquote .quote_b {
	position: relative;
	display: inline-block;
	line-height: 22px;
	width: 27px;
	height: 22px;
	margin-right: -22px;
	background: url(../img/quote_b.gif) no-repeat 0 0;
	margin-top: -10px;
	top: 8px;
	left: 8px;
	}
ul.quote li blockquote .sig {
	display: block;
	font: 15px/18px Arial, 'Helvetica Neue', 'Helvetica', sans-serif;
	font-style: normal;
	color: #666;
	font-weight: bold !important;
	}

.main {
	width: 620px;
	float: right;
	font-size: 1.4em;
	}

/* MODULES */
div.module {
	position: relative;
	}
div.module:after {
	display: block;
	clear: both;
	content: " ";
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	}
div.module img.icon {
	float: left;
	margin: 5px -10px 5px -20px;
	border: none;
	}
div.module h2 {
	}
div.module p {
	text-align: left;
	}
div.module a.more {
	position: absolute;
	left: 191px;
	bottom: 25px;
	display: block;
	padding-right: 20px;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.3em;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../img/arrow_more.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	}
div.module a.more:hover {
	text-decoration: none;
	background-position: right -20px;
	}

/* FOOTER */
#footer {
	position: relative;
	clear: both;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	background: url(../img/footer.jpg) no-repeat center 0;
	min-height: 200px;
	color: #efefef;
	text-align: center;
	}
#footer h3,
.sitemap .links h3 a {
	font-size: 16px;
	line-height: 1.2em;
	color: #2078b9;
	text-transform: lowercase;
	text-shadow: #000 1px 2px 1px;
	text-decoration: none;
	}
.sitemap .links h3 a:hover,
.sitemap .links h3 a.active {
	color: #fff;
	}
.sitemap {
	margin: 0 auto;
	text-align: left;
	}
.sitemap .links {
	float: left;
	margin-right: 20px;
	}
.sitemap .links ul {
	list-style-position: outside;
	margin: 0;
	padding: 0;
	text-indent: 0;
	}
.sitemap .links ul li {
	list-style-type: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #42bd00;
	}
.sitemap .links ul li:hover {
	list-style-type: disc;
	}
.sitemap .links ul li a {
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	color: #a9a9a9;
	text-transform: lowercase;
	}
.sitemap .links ul li a:hover,
.sitemap .links ul li a:active  {
	color: #fff;
	}
.vertical_div {
	padding: 0 20px;
	background: url(../img/vertical_dot.gif) repeat-y center 0;
	}
#footer .contact {
	padding-left: 20px;
	text-align: left;
	}
#footer .contact a {
	display: block;
	width: 226px;
	height: 40px;
	text-indent: -9000px;
	background-image: url(../img/tell_us_about_it.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#footer .contact a:hover {
	background-position: 0 -40px;
	}
#copyright {
	clear: both;
	width: 600px;
	padding: 40px 20px 20px 20px;
	text-align: center;
	margin: 0 auto;
	font-size: 11px;
	color: #555;
	text-shadow: 1px 1px 0px #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* FIELDSET */
fieldset {
	width: auto;
	padding: 10px;
	text-align: left;
	font-size: 1em;
	border: 1px solid #c0c0c0;
	width: auto;
	margin: 0px 0px 10px 0px;
	padding: 0 14px 14px 14px;
	}
legend {
	text-align: left;
	font-weight: bold;
	font-size: 1.4em;
	padding: 0px 4px 0px 4px;
	line-height: 1.4em;
	color: #333; 
	background: #fff;
	}
label {
	font-size: 12px;
	}

/* FORM ELEMENTS */
/*
.input,
.select {
	background: transparent;
	border: none;
	height: 20px;
	line-height: 22px;
	text-indent: 2px;
	}
.select {
	text-indent: 0;
	}
.lsib {
	background: url(../img/input.png) no-repeat 0 0;
	border: solid 1px;
	border-color: #999 #ccc #ccc #999;
	height: auto;
	display: inline-block;
	}
*/
.lsbb {
	background: #eee;
	border: solid 1px;
	border-color: #ccc #999 #999 #ccc;
	height: auto;
	display: inline-block;
	}
a.lsb {
	display: inline-block;
	text-decoration: none;
	color: #000;
	line-height: 24px;
	}
.lsb {
	background: url(../img/button_back.gif) bottom;
	font: 15px arial,sans-serif;
	border: none;
	color: #000;
	cursor: pointer;
	height: 24px;
	margin: 0;
	outline: 0;
	padding: 0 8px;
	overflow: visible;
	vertical-align: top;
	}
.lsb:active {
	background: #dcdcdc;
	}
.lsb:focus {
	outline: none;
	}
input[type=text],
input[type=password],
input.text,
input.title,
textarea {
	background-color:#fff;
	border:3px solid #deded0;
	}
input[type=text]:focus,
input[type=password]:focus,
input.text:focus,
input.title:focus,
textarea:focus {
	border-color:#666;
	}
select {
	background-color:#fff;
	border-width:1px;
	border-style:solid;
	}
input[type=text],
input[type=password],
input.text,
input.title,
textarea,
select {
	margin:0.1em 0;
	}
input.text,
input.title {
	width:200px;
	padding:4px;
	}
input.title {
	font-size:1.5em;
	}
textarea {
	width:390px;
	height:200px;
	padding:4px;
	}
input.text, textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

/* ERROR */
div.error {
	padding: 4px 8px;
	margin: 0px 0;
	background-color: #ffe4c4;
	border: 1px solid #b22222;
	height: auto;
	width: auto;
	font-size: 12px;
	}

/* ERROR HANDLING*/
.errorbox {
	position: relative;
	color: #000;
	padding: 6px;
	margin: 10px auto;
	font-size: 12px;
	background-color: #fff;
	font-weight:normal;
	border: 1px solid;
	border-color: #ffb6c1 #b22222 #b22222 #ffb6c1;
	zoom: 1;
	}
.errorbox h3 {
	position: relative;
	display:block;
	background: #ff0000 url(../img/error.gif) no-repeat 6px 4px;
	padding: 0 2px;
	margin: -6px -6px 4px -6px;
	text-indent: 20px;
	font-size:12px;
	line-height: 20px;
	font-weight:bold;
	color:#fff;
	zoom: 1;
	}
.errorbox ol {
	margin: 0px;
	padding: 0px;
	}
.errorbox ul,
.errorbox li {
	color: #000;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 16px;
	font-size: 12px;
	}

/* GALLERY */
a.fancybox-thumbs {
	padding: 0 3px 3px 0;
	}
a.fancybox-thumbs img {
	padding: 6px;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	box-shadow: 0 1px 2px #d3d3d3;
	}
