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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.imageRow {
  *zoom: 1;
  margin: 50px auto;
  border: solid thick #CCCCCC;
  padding: 40px;
  width:664px;
}

.imageRow:after {
  content: "";
  display: table;
  clear: both;
}

.imageRow .single {
  float: left;
}

.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.imageRow .single a:hover {
  background-color: #009999;
}

.imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}

.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}

.imageRow .set .single a:hover {
  background-color: #009999;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#container {
	width: 900px;
	margin: 0px auto 0px auto;
	color: #000000;
}

#header1 {
	width: 900px;
	height: 110px;
	background-image: url(../images/tg_header1.png);
	background-repeat: no-repeat;
	border:0px;
	color: #000000;
}

.column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

#nav {
	/*width: 900px;*/
	height: 40px;
	margin: 0 auto;
	text-align:center;
	padding: 0;
	border:0px;
}

#header3 {
	/*width: 900px;*/
	height: 5px;
	background-image: url(../images/tg_header3a.png);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 auto;
	border:0px;
	
	color: #000000;
}

.style1 {color: #000000}

#header2 a {
	height: 40px;
	margin: 0px;
	padding:0px;
	border: 0px;
}

#header2 a img{
	height: 40px;
	border: 0px;
}

#content {
	background-image: url(../images/tg_pageback.png);
	background-repeat: no-repeat;
	color: #000000;
	/*border: solid thin #000;*/
	margin: 0 auto;
	padding: 10px 50px;
}

#content_inlay {
	width: 800px;
	margin: 0;
	padding: 0;
}

#footer {
  margin: 30px auto;
  /*border: solid thin #000;*/
  padding: 5px;
  text-align:center;
}

h1 {
	font-size: 20px;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 10px 15px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	color: #000000;
	padding: 0 0 0 15px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 5px 3px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	color: #000000;
	padding: 0px 0 0px 10px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
	
h4 {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	text-align:center;
}

#content p {
	line-height: 19px;
	color: #000000;
	margin: 0 0 20px 25px;
}

/*#container-pageback {
	width: 900px;
	padding: 0px 10px 0px 10px;
	margin: 0 auto;
	height: 550px;
	background-image: url(../images/tg_pageback.png);
	background-repeat: no-repeat;
}*/

/*#container-footer {
	border-top: 4px solid #E5E5E5;
	width: 660px;
	padding: 10px 0px 20px 0px;
	margin: 0px 10px 0px 10px;
	clear: both;
	color: #aeaeae;
}*/

/*#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #666666;
}

#container-footer a:hover {
	color: #006AC3;
}*/

/*#footer-copyright {
	
	width: 900px;
	padding-left: 10px;
}*/