@charset "UTF-8";
/* CSS Document */
div#my-header {
	background-image: url(http://www.dgbasics.com/images/header.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 740px;
	height: 224px;
	margin-bottom: 13px;
}

div#my-logo {
	float: left;
	display: inline;
	margin: 10px 0 0 13px;
}

div#transparent {
	position: absolute;
	margin: 106px 0 0 543px;
}

div#my-header-text {
	float: right;
	margin: 6px 30px 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
}

#my-header-text h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
}

#my-header-text span {
	font-size: 13px;
}

div#my-nav {
	margin-bottom: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1d5815;
	text-align:center;
}

#my-nav a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1d5815;
	text-decoration: none;
	padding: 3px 6px;
}

#my-nav a:hover {
	color: #FFF;
	background-color: #7c9588;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.uswdgc-gear {
	color: #9f1765 !IMPORTANT;
}

a.uswdgc-gear:hover {
	color: #fff !IMPORTANT;
	background-color: #df5ca7 !IMPORTANT;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div#contacts {
	margin-bottom: 25px;
}

#contacts .contact-info {
	float: left;
	margin: 0 10px;
	display: inline;
	width: 140px;
}

#footer-container {
}

#my-footer {
	padding: 20px 0;
	width: 740px;
	display: block;
	text-align: left;
}

#my-footer a {
	padding: 0 4px;
	text-decoration: none;
	color: #387730;
}

#my-footer a:hover {
	color: #333;
}

.copyright {
	padding-top: 8px;
	color: #666;
	font-size: 10px;
}

.copyright a {
	color: #666 !IMPORTANT;
	padding: 0 !IMPORTANT;
	text-decoration: underline !IMPORTANT;
}

.copyright a:hover {
	color: #fff !IMPORTANT;
}

.clear-floats {
	clear:both;
}
.private {
	color: #666;
	font-size: 9px;
	margin: 6px 0 0 0;
}