@charset "utf-8";
/* CSS Document */

/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */

body {
	background: url(../images/background.jpg) repeat-x #F1EAD8;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.20;
	text-align: center;
	color: #000;
	margin: 0 auto;
}
h1 {
	font-size: 36px;
	margin: 10px 0;
}
h2 {
	font-size: 30px;
	margin: 10px 0;
}
h3 {
	font-size: 26px;
	margin: 10px 0;
}
h4 {
	font-size: 20px;
	margin: 10px 0;
}
h5 {
	font-size: 16px;
	margin: 10px 0;
}
h6 {
	font-size: 14px;
	margin: 10px 0;
}
p {
	font-size: 16px;
	margin: 10px 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
a, ins {
	text-decoration: none;
	color: #82381d
}

del {
	text-decoration: line-through;
}

.add10pxPadding {
	padding: 10px !important;
}
.add10pxPaddingTop {
	padding-top: 10px !important;
}
.add10pxPaddingRight {
	padding-right: 10px !important;
}
.add10pxPaddingBottom {
	padding-bottom: 10px !important;
}
.add10pxPaddingLeft {
	padding-left: 10px !important;
}
.add10pxTop {
	margin-top: 10px !important;
}
.add10pxRight {
	margin-right: 10px !important;
}
.add10pxBottom {
	margin-bottom: 10px !important;
}
.add10pxLeft {
	margin-left: 10px !important;
}
.blue {
	color: #3366CC;
}
.green {
	color: #009900;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.border {
	border: 2px solid #f5f5f5;
}
.noBorder {
	border: none;
}
.noMargin {
	margin: 0;
}
.noPadding {
	padding: 0;
}
.clear {
	clear: both;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.front {
	position: relative;
	z-index: 1;
}
.inline {
	display: inline;
}
.hideMe {
	display: none;
}
.showMe {
	display: block;
}
a.large {
	font-size: 22px;
	font-weight: bold;
}
.small {
	font-size: 12px !important;
	line-height: 14px !important;
}
.smaller {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px !important;
	line-height: 14px !important;
}
.container {
	width: 968px;
	padding: 0;
	margin: 0 auto;
}
.headerCont {
	width: 968px;
	margin: 0 auto;
}
.headerCont .headerLeft {
	width: 233px;
}
.headerCont .headerRight {
	width: 735px;
}
.lighttext {
	color: #EDE3E0
}
.bodyCont {
	width: 968px;
	padding: 0;
	margin: 0;
}
.navCont {
	width: 233px;
	background: url(../images/navRightTile.jpg) right repeat-y #83371D;
	text-align: left;
	min-height: 690px;
}
.navItems {
	width: 233px;
	color: #FFF;
	margin-top: -15px;
}
.navItems a {
	color: #FFF;
	font-size: 18px;
	overflow: hidden;
}
.navItems ul li {
	width: 185px;
	height: 41px;
	background: url(../images/pawNav.jpg) left no-repeat;
	line-height: 42px;
	color: #fff;
	padding-left: 50px;
	cursor: pointer;
	overflow: hidden;
}
.navItems ul li:hover {
	background: url(../images/pawNavOver.jpg) left no-repeat;
}
.mainCont {
	width: 735px;
	text-align: left;
	background: url(../images/bodyback.jpg) 100px 120px no-repeat;
	min-height: 400px;
}
.mainCont ul {
	list-style-image: url(../images/paw.jpg);
	padding-left: 20px;
	margin-left: 5px;
}
.mainCont ul li {
	padding: 3px 0 3px 5px;
}
.content {
	font-size: 20px;
	line-height: 1.25;
	padding: 10px 30px;
}
.footerCont {
	color: #54422F;
	font-size: 10px;
	text-align: center;
	width: 735px;
}
.footerCont a {
	color: #54422F;
	font-weight: bold;
}

