@charset "utf-8";
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #a0b88e;
}
#crumbs {
	width:auto;
	height: 55px;
	background: url(tg-logo-device.png) top no-repeat;
} 
#crumbs p {
	display: none;
}
#container  {
	margin: 0 auto;
	text-align: left;
	width: auto;
	background-color: #FFFFFF;
	
} 
#header {
	display: none;
} 

#menu  {
	margin: 0;
	padding: 2px 0px;
	font-size: .60em;
	height: auto;
	font-weight: bold;
	text-align: center;
	border-top: none;
	background-color: #a0b88e;
}
#menu a {
	text-align: center;
	padding: 0 2px;
	text-decoration: none;
	color: #000000;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: #FFFFFF;
	border-top: none;
}
#menu  a:visited  {
	color: #301c47;
}
#menu  a:hover  {
	color: #ffffff;
	background-color: #2f4234;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
}

#sidebar1 {
	float: none;
	padding: 0;
	width: auto;
	border-top: none;
	background-color: #2f4234;
}
#sidebar1 p a, #sidebar1 p a:visited {
	color: #FFFFFF;
	text-decoration:underline;
	width: auto;
}
#sidebar1 p a:hover {
	color: #EEEEEE;
	text-decoration:underline;
}
#sidebar1 a.menu, #sidebar1 a.menu:visited  {
	margin: 0;
	width: auto;
	padding: 1px 1px;
	text-decoration: none;
	font-weight: bold;
	color: #301C47;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	display: block;
	vertical-align: middle;
}
#sidebar1 a.menu:hover  {
	color: #666666;
	background: none;
}
#sidebar1 p {
	margin: 5px 0 0 0;
	padding: 1px;
	color: #FFFFFF;
}
#sidebar1 form, #sidebar2 form {
    display: none;
}
#sidebar1 form input, #sidebar1 form select {
	display: none;
}
#sidebar2 {
	display: none;
}
#sidebar2 p {
	display: none;
}
#search form {
	padding: 3px 3px;
	float: right;
	vertical-align: top;
	background: #EEEEEE;
}
#search form input.searchinput {
	width: 90px;
	font-size: 0.8em;
}
#search form input.searchbutton {
	width: 40px;
	font-size: 0.8em;
}
#mainContent {
	padding: 1px;
	border-right: 1px solid #EEE;
	border-left: 1px solid #2f4234; /* background of left column */
	background: none;
	border-top: 1px solid #a0b88e;
} 
#mainContent2 {
	padding: 1px;
	border-left: 1px solid #336699;
	border-top: 1px solid #a0b88e;
} 
#mainContent a, #mainContent2 a, #sidebar2 a, #mainContentGreen a, #footer a, #crumbs a,  #crumbs a:hover, #crumbs a:visited, #footer a:hover, #footer a:visited {
	color: #000000;
}
#mainContent a:hover, #mainContent2 a:hover, #sidebar2 a:hover, #mainContentGreen a:hover {
	color: #333333;
}
#mainContent a:visited, #mainContent2 a:visited, #sidebar2 a:visited, #mainContentGreen a:visited {
	color: #333333;
}
#footer {
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top: 1px solid #000000;
	margin: -12px 0px 0px 0px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0;
	text-align: right;
}
h1 {
	display: none;
}
h2 {
	margin: 0px;
	padding: 1px 0 1px 4px;
	font-size: 0.8em;
	color: #FFFFFF;
	border-bottom: 1px solid #666666;
	background-color: #2f4234;
	border-top: 1px solid #666666;
}
h3 {
	font-size: 1em;
	border-top: 1px solid #000;
	color: #000000;
}
h4 {
	font-size: 0.9em;
	color: #000000;
}
h5 {
	font-size: 0.9em;
	color: #000000;
	border-top: 1px solid #000;
}
h6 {
	font-size: 0.8em;
	border-top: 1px solid #000;
	color: #000000;
}
table {
	margin: 5px 0;
	width: 99%;
}
th {
	background-color: #2f4234;
	color: #FFFFFF;
	text-align: left;
}
table.portal tr {
	line-height: 14px;
	font-size: 0.8em;
}
.small {
	font-size: 0.75em;
}
img.homeimg {
	text-align: right;
	border: 1px solid black;
	margin: -1px 0 3px 3px;
}
ul li {
	padding-top: 2px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
