/* CSS Document */
#content img {
	border:4px solid #C3C3A1;
	background:transparent;
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	}

#homeButton{
	display: block;
	width: 220px;
	float: right;
	height: 150px;
	margin: 0px 10px 0px 0px;
}

body{
	color:#000;
	font: 62.5%, "Georgia", Arial, Helvetica, sans-serif;
	text-align:center;
	background:#D7D7C4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content {
	width:460px;
	float:left;
	display:inline;
	margin-left:30px;
	margin-top:20px;
}

#head {
	height:150px;
	background:url(head-bg-x.gif) repeat-x top center;
}

#helper {
	width:200px;
	float:right;
	display:inline;
	margin-right:20px;
	margin-top:20px;
}

h1 {
	position:absolute;
	top:10px;
	right:55px;
	width:165px;
	height:80px;
	text-indent:-8000px; 
}
h1 a{
	display:block;
	height:80px;
	text-decoration:none;
	border:none;
}
h1 a:hover {
	text-decoration:none;
	background:none;
	border:none;
}


h2 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
	color: #39180F;
}

h2 span {
	color:#841A18;
}

h3 {
	font-size:14px;
	font-weight:normal;
}

p, li {
	font:"Palatino Linotype";
	font-size:12px;
	color:#3F3F39;
	margin-bottom:15px;
	line-height: 150%;
}

li {
	margin-bottom:5px;
	margin-left:15px;
	display: block;
}

#helper p {
	font-size:11px;
}

.image img, .image a img, .image a:hover img { 
	border:1px solid #D4D4BD;
}

a {
	color:#3E4035;
	text-decoration:none;
	border-bottom:1px solid #B3B38F;
}

a:hover {
	color:#38180F;
	border-bottom:1px solid #979766;
}

.mainContentLinks {
	display:block;
}

.image a, .image a:hover, table a, table a:hover, a img, a:hover img, fieldset a, fieldset a:hover { 
	border:none; 
}

table {
	font-size:1.1em;
	margin-bottom:20px;
	width:100%;
}

th, td {
	border-bottom:1px solid #C3C3A7;
	padding:6px 4px;
}

thead th {
	font-weight:normal;
	color:#841A18;
}

tbody th { 
font-weight:normal; 
}

.container {
	width:800px;
	margin:0 auto;
	text-align:left;
}

#head .container {
	background:url(head.jpg) no-repeat;
	height:150px;
	position:relative;
	background-position: right;
	width: 800px;
}

#main {
	background:#D7D7C4 url(main-container-bg-y.jpg) repeat-y top center;
}

#main .container {
	background:url(main-container-top.jpg) no-repeat top center;
	min-height:250px;
}

#main .wide {
	background:url(main-container-top-wide.jpg) no-repeat top center;
	min-height:250px;
}

#welcome-text div { 
	display:none 
}

#main .wide #content {
	width:710px;
}

.footerNav ul {
	list-style:none;
	font-size:1.1em;
}

.footerNav li {
	display:inline;
	margin-left:0;
}

.footerNav a {
	margin-right:7px;
}

.TDG_nav {
	height:auto;
	position:relative;
	background-position: right;
	width: 560px;
	height:auto;
	float: left;
	padding: 17px 0px 0px 0px;
	display: block;
	background-repeat: repeat-x;
}
.TDG_nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	width: 560px;
}

/* any li element within .nav container */
.TDG_nav li {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 20px;
	list-style: none;
	display: block;
	font-size: 13px;
	line-height: 5px;
}

/* any anchor in a .nav list item element */
.TDG_nav li a {
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 10px 0px 10px 0px;
}

/* both mouseovers and the menu item for the active page
   get the same rollover effect */
.TDG_nav a:visited{
	color: #36170F;
}

.TDG_nav a:hover

{
	color: #36170E;
}

#headnav li {
	float: left;
	list-style: none;
	display: inline;
	padding: 0 18px 0 0;
	margin: 0;
	overflow: hidden;
}

#headnav a {
	display:block;
	height:30px;
	border:none;
}

#headnav .home a {
	padding: 20px 10px 0px 10px;
}

#headnav .home a:hover, #headnav .home a.selected {
	background:url(home2.jpg) no-repeat;
	color: #C3C3A1;
}

#headnav  a {
	width:115px;
}

#headnav  a:hover, #headnav  a.selected {
}


fieldset {
	border:none;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-color:inherit;
}

legend {
	font-size:1.4em;
	color:#841A18;
}

label {
	display:block;
	margin-bottom:10px;
}


.text {
	width:440px;
	line-height:30px;
	border:none;
	height:23px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:5px;
	padding:7px 10px 0;
}

#helper .text{
	width:200px;
}
.dropdown {
	width:460px;
	line-height:30px;
	border:none;
	background:#C1C1A3;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:5px;
	padding:5px;
}

.textarea {
	height:113px; 
}

.check {
	position:relative;
	margin-right:5px;
}

fieldset {
	margin-bottom:20px;
}


#footer {
	height:110px;
	width:740px;
	margin:0 auto;
	background:url(footer-bg.jpg) no-repeat top center;
	padding:60px 30px;
}
#footer p {
	font-size:9px;
	text-align:center;
}

