/* DonnieGardner.com CSS - gray */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0;
	background-color:#CCC;
}
/* Header Footer Styles */
#header {
	background-image:url(images/header-repeat-gray.gif);
	background-repeat:repeat-x;
	width:100%; 
	height:89px;
}
.headlogo {
	background:url(images/dggd-logo-header-gray.gif) no-repeat;
	margin-left:50px;
	height:89px;
}
.headlogo a:link {text-decoration: none; border:0; color:#666666;}
.headlogo a:visited {text-decoration: none; border:0; color:#666666;}
.headlogo a:active {text-decoration: none; border:0; color:#666666;}
.headlogo a:hover {text-decoration: none; border:0; color:#666666;}
.headlogo a:img {text-decoration: none; border:0; color:#666666;}

#footer {
	background-image:url(images/footer-repeat-gray.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	height:140px;
	_float:left;
}
.footlogo {
	background:url(images/footer-logo-gray.gif) no-repeat;
	background-position:bottom;
	margin-right:50px;
	width:170px;
	height:140px;
	float:right;
}
/* Sub-head Column Styles */
.h1 {
	background-image:url(images/subhead-pattern-gray.gif);
	background-repeat:repeat-x;
	height:23px;
	margin-top:0;
	padding: 4px 0 0 15px;
	text-align:left;
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	font-size:14px;
}
.h2 {
	background-color:#333333;
	background-repeat:repeat-x;
	height:23px;
	margin-top:0;
	padding: 4px 0 0 15px;
	text-align:left;
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#contentLt {
	float:left;
	clear:left;
	width:250px;
	min-height:250px;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;
	margin-left:5px;
}
#contentLt2 {
	float:left;
	clear:left;
	width:250px;
	height:400px;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;
	margin-left:5px;
}
#contentMid {
	float:left;
	width:250px;
	min-height:250px;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;
	margin-left:5px;
}
#contentMid2 {
	float:left;
	width:500px;
	min-height:250px;
	margin-left:5px;
}
#contentRt {
	float:left;
	width:250px;
	min-height:250px;
	margin-left:5px;
}
/* Font Styles */
.style7 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 10px;
	color: #6b696b;
}
.bodtxt {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size:12px;
}
.bodtxt a:link {text-decoration: underline; font-weight:bolder; color:#0069a6;}
.bodtxt a:visited {text-decoration: underline; font-weight:bolder; color:#5a8aa6;}
.bodtxt a:active {text-decoration: underline; font-weight:bolder; color:#0069a6;}
.bodtxt a:hover {text-decoration: underline; font-weight:bolder; color:#008ddf;}

.style10 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size:14px;
}
/* List Style */
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: none;
	list-style-position:none;
	list-style-image:none;
	list-style-type:none;
	padding:6px;
	margin:2px;
}

ul a {margin-left:3px;
}

li {
	margin-left:0px;
	padding-left:3px;
}
.li1 {
	background-color:#dceaf2;
}
