@charset "UTF-8";
/* CSS Document */
html, body {
	margin : 0;
	background-image:url(../images/digibg.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	background-color: transparent;
	background-attachment:fixed;
	font-family: Arial, Helvetica;
	font-size: 13px;
	line-height: 21px;
	color: #006738;
}
#wrap {
	width: 1020px;
	margin: 0px auto;
	padding-bottom: 10px;
	overflow: hidden;
}
#wrap_top {
	width: 1020px;
	height: 560px;
	margin: 0px auto;
	margin-bottom: 10px;	
}

#wrap_bottom {
	width: 1020px;
	margin-bottom: 10px;
	overflow: hidden;	
}
#menu {
	width: 260px;
	height: 200px;
	margin-top: 60px;
	margin-right: 5px;
}
ul {margin:0;padding:0;}
li {}
.menu {
	margin: 0px auto;
	list-style: none;
	width: auto;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 30px;
}
.menu li {
	list-style: none;
	width: 260px;
	height:40px;
	background-repeat: no-repeat;
	display: block;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #006738;
	font-size: 30px;
	text-transform:uppercase;
	text-align:right;
	padding: 5px 5px 5px 0px;
}
.menu li a:hover, .menu li:focus, .menu li.active a,  li.active a:hover {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #39b54a;
}
.menu:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Body Area */
#left {
	width: 280px;
	float: left;
	overflow:hidden;
}
#right {
	width: 725px;
	float: right;
	overflow:hidden;
}
#logo {
	width: 280px;
	height: 140px;
	margin:0px auto;
}
#header_image {
	width: 710px;
	height: 410px;
	padding: 10px;
	margin: 0px auto;
	background-image:url(../images/digixmlbg.png);
	background-repeat: no-repeat;
}
#header_image img {
	margin-left: 5px;
	margin-top: 5px;
}
#social {
	width: 250px;
	height: 30px;
	margin: 0px auto;
	margin-top: 110px;
	margin-right: 20px;
	text-align: right;
}
#social img {
	margin-left: 10px;
	margin-right: 3px;	
}
#left_bottom {
	width: 260px;
	float: left;
	padding: 10px;
	background-image:url(../images/leftbg.png);
	background-repeat:repeat-y;
	overflow:hidden;
}/*
#twitter {
	width: 260px;
	float: left;
	padding: 10px;
	background-image:url(../images/leftbg.png);
	background-repeat:repeat-y;
	overflow:hidden;
}*/
#right_bottom {
	width: 705px;
	padding: 10px;
	background-image:url(../images/contentbg.png);
	background-repeat:repeat-y;
	overflow:hidden;
	float: right;
	margin-right: 0px;
	min-height: 420px;
}
#footer{
	width: 1000px;
	margin:0px auto;
	padding: 10px;
	background-image: url(../images/footer_bg.png);
	background-repeat:repeat-y;
	float: left;
	clear: both;
}
#footer_left {
	width: 500px;
	float: left;
}
#footer_right {
	width: 500px;
	float: right;
	text-align: right;
}


h1,h2,h3,h4,h5,h6,p {
	margin:0px;
}
h1 {
	font-size: 50px;
	color: #006738;
	text-transform: uppercase;
	margin-top: -5px;
}
h2 {
	font-size: 28px;
	color: #006738;
	text-transform: uppercase;
	
}
h3 {
	background-color: #39b54a;
	display: block;
	color: #fff;
	padding: 5px 0px 5px 5px;
	text-transform:uppercase;
	font-size: 16px;
	width: 100%; 
}
h4 {
	background-color: #39b54a;
	display: block;
	color: #fff;
	padding: 10px 0px 0px 0px;
	text-transform:uppercase;
	text-align:center;
	font-size: 30px;
	width: 270px; 
}
h5 {
	
}
h6 {
	color: #006738;
	font-size: 10px;
	text-transform:uppercase;
}

a:link, a:link, a:visited {
	color: #006738;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #39b54a;
}
ul.list {
	margin-left: 30px;
	margin-bottom: 15px;	
}
 
.hrb {
	height:1px;
	background-color: #006738;
	width: 80%;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
} 
input, textarea, select { 
	padding:5px; 
	border:1px solid # #39602d; 
	font: 12px Arial, Helvetica, sans-serif; 
	width: 180px; 
	border-radius:2px;
	
}
select { 
	height:35px; 
}

input[type=submit], input.submit { 
	width:auto; 
	border:1px solid #39b54a;
	background-color: #39b54a;
	color:#fff; 
	font-weight:bold; 
	cursor:pointer; 
	font-size:10px;
	width:auto; 
	padding:2px; }

input[type=submit]:hover, input[type=submit]:focus, input.submit:hover, input.submit:focus { 
	background: #006738; 
	color:#fff;
}
label {
	width: 120px;
	height: 15px;
	float: left;
	text-align: right;
	display: block;
	line-height: 14px;
	font-weight:bold;
	padding: 5px;
	color: #006738;
}
.label2{
	width: 170px;
	height: 15px;
	float: right;
	text-align: right;
	display: block;
	line-height: 14px;
	font-weight:bold;
	padding-top: 0px;
	color: #39602d;

}
.form { 
	padding:5px; 
	background-color: #006738;
	border: 0px; 
	font: 12px Arial, Helvetica, sans-serif; 
	width: 300px; 
	color: #fff;
	margin-bottom: 5px;
}
.form_front { 
	padding:5px; 
	background-color: #006738;
	border: 0px; 
	font: 12px Arial, Helvetica, sans-serif; 
	width: 260px; 
	color: #fff;
	margin-bottom: 5px;
}
img {
	outline:none;
	padding: 0;
	border: 0px;
}
#output {
	width: 600px;
}


/* Old Code 
.bdhds {
	font-family: Trebuchet MS, Helvetica,  Lucida Grande;
  	font-size: 14px;
	color: #006738;
	line-height: 18px;
	font-style:normal;
	font-weight:bold;
}
.bdhds2 {
	font-family: Trebuchet MS, Helvetica,  Lucida Grande;
  	font-size: 12px;
	color: #39b54a;
	line-height: 18px;
	font-style:normal;
	font-weight:bold;
}
.bdtxt {
	font-family: Trebuchet MS, Helvetica, Trebuchet MS, Lucida Grande;
  	font-size: 12px;
	color: #006738;
	line-height: 19px;
	font-style:normal;
}
.bdtxt2 {
	font-family: Trebuchet MS, Helvetica, Trebuchet MS, Lucida Grande;
  	font-size: 10px;
	color: #006738;
	line-height: 12px;
	font-style:normal;
}
.bdhdsblk {
	font-family: Trebuchet MS, Helvetica,  Lucida Grande;
  	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	font-style:normal;
	font-weight:bold;
	background-color: #006738;
	height: 20px;
	padding: 5px 5px 0px 5px;
	display:block;
	width: 715px;
	vertical-align:middle;
}
#diginav {
	width: 260px;
	height: 160px;
	margin: 0px auto;
	margin-left: 0px;
	margin-top:80px;
}
#etip {
	width: 260px;
	margin: 0px auto;
	margin-top:100px;
	margin-left: 0px;
}
#etip01 {
	width: 240px;
	margin: 0px auto;
	background-color: #006738;
	padding: 10px;
	margin-bottom: 10px;
	overflow:hidden;
}
#etip02 {
	width: 240px;
	margin: 0px auto;
	background-color: #39b54a;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
#etipcon{
	width: 230px;
	margin: 0px auto;
}
.etiptxt {
	font-family: Trebuchet MS, Helvetica, Trebuchet MS, Lucida Grande;
  	font-size: 10px;
	color: #ffffff;
	line-height: 13px;
	font-style:normal;
}
*/
