/* START TEXT STYLING */

h1 {
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	color: #29ABE2;
}

#nav a {
	font-size: 14px;
	color: white;
	margin-right: 20px;
	text-decoration: none;
}

#nav a:hover {
	color: black;
}

#footer p {
	margin: 0;
	padding: 0;
}

/*END TEXT STYLING */

html, body {    
   height: 100%; 
}

body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
}

#wrapper {
   min-height: 100%;
   margin-bottom: -48px;
   position: relative;
}

#header {
	height: 180px;
	background-color: black;
}

#headerContent {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background-color: black;
}

#logo {
	height: 62px;
	width: 237px;
	float: left;
	margin-top: 25px;
}

#navigation {
	height: 30px;
	background: url( images/navBackground.jpg ) repeat-x;
}

#navigationContent {
	height: 48px;
	color: white;
	width: 970px;
	margin: 0 auto;
	padding: 5px;
	line-height: 48px;
}

#leftCorner {
	height: 48px;
	width: 20px;
	float: left;
	margin-top: -23px;
	background: url( images/navLeftCorner.jpg );
}

#nav {
	height: 48px;
	width: 920px;
	float: left;
	margin-top: -23px;
	background: url( images/navSlice.jpg ) repeat-x;
}

#rightCorner {
	height: 48px;
	width: 22px;
	float: left;
	margin-top: -23px;
	background: url( images/navRightCorner.jpg );
}

#crumbBar {
	height: 30px;
	border-top: 1px solid white;
	border-bottom: 1px solid black;
	background-color: #CCCCCC;
}

#crumbBarContent {
	height: 30px;
	width: 975px;
	padding-left: 5px;
	margin: 0 auto;
	line-height: 30px;
}

#content {
	width: 980px;
	padding-top: 10px;
	margin: 0 auto;
}

.clearfooter {
   height: 48px;
   clear: both;
}

#footer {
	height: 48px;
	position: relative;
	border-top: 1px solid white;
	background: url( images/navSlice.jpg ) repeat-x;
}

#footerContent {
	color: white;
	height: 40px;
	margin: 0 auto;
	width: 980px;
	padding-top: 8px;
	font-size: 11px;
	text-align: center;
}

/* HOME PAGE STYLES */

#homeText {
	width: 650px;
	float: left;
	margin: 0 auto;
}

#homeImage {
	float: right;
	width: 245px;
	height: 346px;
}

#homeLinks {
	height: 100px;
	width: 980px;
	clear: both;
	margin: 30px 0;
	padding-left: 20px;
}

.link {
	height: 120px;
	width: 190px;
	float: left;
	padding: 0 15px;
	margin-right: 10px;
	background: url( images/homeBox.jpg );
}

.about {
	height: 32px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url( images/about.png );
}

.dogging {
	height: 32px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url( images/dogging.png );
}

.guide {
	height: 32px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url( images/guide.png );
}

.toDo {
	height: 32px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url( images/toDo.png );
}
