/* CSS Document */

body {
	background-image: url(images/bk-main.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 10px;
	padding: 0px;
}

#nav {
	background-image: url(images/nav-bk.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: inline;
	list-style-type: none;
	text-align: right;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: inline;
	width: 90px;
	float: right;
	height: 56px;
	line-height: 56px;
	background-image: url(images/paw.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 35px;
}
#nav li.small a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: inline;
	width: 70px;
	float: right;
	height: 56px;
	line-height: 56px;
	background-image: url(images/paw.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 35px;
}
#nav li.wide a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: inline;
	width: 180px;
	float: right;
	height: 56px;
	line-height: 56px;
	background-image: url(images/paw.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 35px;
}
#nav a:hover {
	color: #FBF42E;
	text-decoration: none;
	display: inline;
	width: 90px;
	float: right;
	height: 56px;
	line-height: 56px;
	background-image: url(images/paw-rollover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 35px;
}
#nav li.small a:hover {
	color: #FBF42E;
	text-decoration: none;
	display: inline;
	width: 70px;
	float: right;
	height: 56px;
	line-height: 56px;
	background-image: url(images/paw-rollover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 35px;
}
#nav li.wide a:hover {
	color: #FBF42E;
	text-decoration: none;
	display: inline;
	width: 180px;
	float: right;
	height: 56px;
	line-height: 56px;
	background-image: url(images/paw-rollover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 35px;
}
.shadow {
	background-image: url(images/content-bk.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #265698;
	border-left-color: #265698;
}

.box {
	background-image: url(images/bluebox.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 95px;
}
.boxw {
	background-image: url(images/bluebox.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
}
.content {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
.content a {
	color: #DF352F;
	text-decoration: underline;
}

.content a:hover {
	color: #E76461;
	text-decoration: none;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #CCCCCC;
}

.redbox {
	background-image: url(images/redboxbig.gif);
	background-repeat: no-repeat;
	margin: 0px;
	width: 299px;
	height: 333px;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;

}
.redtext a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}

.redtext a:hover {
	text-decoration: underline;
	color: #FBF42E;
}
h1 {
	color: #284D94;
	font-size: 16px;
	font-weight: bold;
}
#footer a.copyrightb {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	cursor:text;
	}
#footer a.copyrightb a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	cursor:text;
	}
.tiny {
	font-size: 10px;
}
