/* Danetree CSS Document */

body, html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img
{

}

h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #360;
	text-decoration:underline;
	}
	
a:hover, a:active {
	color: #360;
	text-decoration: none;
	}

#left {
	width: 200px;
	vertical-align: top;
	background-color: #CDE5CD;
	height: 650px;
	
	background-image: url(../images/dograbbit.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	
}

#main{
	width: 550px;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

#nav {
	
}

#navBar {
	color: #060;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	padding-top: 3px;
}

#navBar a:link, #navBar a:visited {
	color: #060;
	text-decoration: none;
}

#navBar a:hover, #navBar a:active {
	color: #060;
	text-decoration: underline;
}

#mainContent {
	/*width: 400px;*/
	vertical-align: top;
	padding: 50px 15px 30px 25px;
	font-size: 12px;
	line-height: 16px;
}

#mainContent h1 {
	font-size: 20px;
	padding: 0 0 20px 0;
	margin: 0;
	color: #360;
}

#mainContent hr {
	color: Green;
	background-color: Green;
	border: 0;
	height: 1px;
	padding: 0;
	margin: 0;
}

#mainContent p {
	font-size: 12px;
	padding: 0 0 16px 0;
	margin: 0;
}


#mainContent h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 5px 0;
}
#mainContent h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 5px 0;
}
#mainContent h4, #mainContent h5, #mainContent h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 5px 0;
}

#mainContent img {
	/*border: 1px solid #000;*/
}

#mainContent li {
	font-size: 12px;
	font-weight: normal;
}

#mainContent ul {
	list-style: disc;
	color: #000;
}

#right {
	width: 150px;
	vertical-align: top;
	background-color: #F0F0F0;
}

#news {
	width: 200px;
	height: 250px;
	display: block;
	background-image: url(../images/paw.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 20px 0 0 0;
}

#news p {
	font-size: 11px;
	padding: 6px 0 0 0;
	margin: 0;
}

.featuredItem {
	width: 150px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	margin-bottom: 20px;
}

.featuredItem .header {
	height: 20px;
	background-color: #82C081;
	background-image: url(../images/featureditem_header_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding-right: 3px;
}



.featuredItem .body {
	vertical-align: middle;
	background-color: #CDE5CD;
	border-bottom: 2px solid #360;
	font-size: 10px;
	line-height: 15px;
	padding: 0 0 0 7px;
	margin: 0 0 0 7px;
}

.featuredItem .body p {
	vertical-align: middle;
	padding: 0 0 2px 0;
	margin: 0;
}

.featuredItem .body img {
	margin: 0;
	padding: 0;
}

.featuredItem .body a:link, .featuredItem .body a:visited {
	color: #360;
	margin: 0;
}

.featuredItem .body a:hover, .featuredItem .body a:active {
	color: #360;
	margin: 0;
}

#footer {
	width: 750px;
}

#footNav {
	color: #FFF;
	background-color: #393;
	height: 20px;
	text-align: center;
	font-size: 11px;
	padding-right: 5px;
}

#footNav a:link, #footNav a:visited {
	color: #FFF;
	text-decoration: none;
}

#footNav a:hover, #footNav a:active {
	color: #000;
	text-decoration: none;
}

#footNav2 {
	color: #FFF;
	border-top: 1px solid #FFF;
	background-color: #393;
	height: 20px;
	text-align: center;
	font-size: 11px;
	padding-right: 5px;
}

#footNav2 a:link, #footNav2 a:visited {
	color: #FFF;
	text-decoration: none;
}

#footNav2 a:hover, #footNav2 a:active {
	color: #000;
	text-decoration: none;
}

#emergency {
	text-align: left;
	font-size: 12px;
	padding: 3px 0 20px 5px;
}

#emergency a {
	text-decoration: none;
	color: #F00;
}

#extreme {
	color: #393;
	text-align: right;
	font-size: 12px;
	padding: 3px 5px 20px 0;
}

#extreme a:link, #extreme a:visited {
	color: #393;
	text-decoration: none;
}

#extreme a:hover, #extreme a:active {
	color: #000;
	text-decoration: none;
}