/* CSS Document */

body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-image:url(/images/body-bg.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* This centers the White Content Box on the Page */
div#outer {
	width: 740px;
	background-color: #fff;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: thin solid #999999;
	position: relative;
	background-image: url(/images/frontbanner.jpg);
	background-repeat: no-repeat;
}

/* Topmost Graybar for Navigation */
div#topnavigation {
	height: 100px;
  width: 520px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 35;
	color: #fff;
  margin-top: 10px;
}

div.dogAnimation {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

/* Page Content */
div#content {
	top: 0px;
	left: 0px;
	padding-left:15px;
 	padding-right:15px;
	padding-top: 140px;
	position: relative;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

div#bottomnavigation {
	text-align: center;
	position: relative;
	background-image: url(/images/footer.jpg);
	background-repeat: repeat-x;
	top: 0px;
	left: 0px;
 	color: #fff;
	height: 100px;
  width: 100%;
  z-index: 0;
}

/* Top Navigation Text Styling */
.top-nav {
        font-family:Arial, Helvetica, sans-serif;
        color:#fff;
        font-style:inherit;
        text-decoration:none;
        margin-left:7px;
        margin-right:7px;
}

.top-nav:hover {
        color:#ea313f;
        text-decoration:none;
        margin-left:7px;
        margin-right:7px;
}

/* Footer Navigation Text Styling */
.footer {
	font-size:10px;
	text-decoration:none;
	color: #666666;
}

.footer:hover {
	font-size:10px;
	text-decoration:underline;
	color: #666666;
}

div#designcredits {
        text-align: center;
        position: relative;
        font-size: 10px;
        top: 0px;
        left: 0px;
}

/* Edit Page Content */
div#adminsection {
        position: fixed;
        top: 0px;
        left: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        background: #fff;
        padding: 10px;
        border: 1px solid #c3c3c3;
}

/* Hide Original Content */
div#origcontent {
        position: fixed;
        top: -999px;
        left: -999px;
        visibility: hidden;
}

.header {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
