/* CSS Document */

body {
	background:url(../images/bckgrnd.png);
	margin:0px;
	margin-bottom:15px;
	font-family:"Century Gothic", Verdana, Helvetica, Optima;
	font-size:90%;
	color:#2F2F2F;
	text-align:justify;
}


a:link {
	color:#670000;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
	color:#670000;
}
a:hover {
	text-decoration:underline;
	color:#990000;
}
a:active {
	text-decoration:underline;
	color:#670000;
}

#wrapper {
	width: 880px;
	margin: 0px auto;
}

.contentwrap {
	width:880px;
	background:#FFFFFF;
}

div#clear {
	clear: both;
}

.smalltext {
	font-size:75%;
}

/*********HEADERS*********/

h1 {
	background: transparent url(../images/pawprint.png) no-repeat left; 
	border-bottom:2px solid #2F2F2F;
	padding:4px 0px;
	padding-left:35px;
	font-size: 130%;
	vertical-align:top;
	font-weight:300;
	text-align:left;
}

h2 {
	border-bottom:2px solid #2F2F2F;
	padding:4px 0px;
	font-size: 110%;
	font-weight:300;
	text-align:left;
}

h3 {
	border-bottom:2px dotted #2F2F2F;
	padding-bottom:4px;
	font-size: 100%;
	font-weight:300;
	text-align:left;
}

/*********TABLES*********/

.table1 {
	border:2px solid #2F2F2F;
}

.table1header {
	background:#990000;
	padding:5px;
	color:#FFFFFF;
	text-align:center;
}

.table2header {
	background:#990000;
	padding:5px;
	color:#FFFFFF;
	text-align:left;
}

.table3header {
	background:#990000;
	padding:5px;
	color:#FFFFFF;
	text-align:right;
}

.table1rows {
	padding:0px 10px;
	padding-bottom:3px;
}

.table2rows {
	padding:0px 10px;
	text-align:center;
	padding-bottom:3px;
}

/*********MENU*********/

.menu {
	height:34px;
}

/*********SUBMENU*********/

#submenu {
	background: url(../images/submenu.png);
	height:31px;
	text-align:right;
	font-size:90%;
	color: #FFFFFF;
	padding-top:14px;
	padding-right:10px;
	width:638px;
}

#submenu a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#submenu a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
#submenu a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
#submenu a:active {
	text-decoration:none;
	color:#FFFFFF;
}

/*********LEFT*********/

.contentleft {
	width:232px;
	float:left;
	margin:0px;
	padding:0px;
}

/*********RIGHT*********/

.contentright {
	width:648px;
	margin-left:232px;
}

.contentrighttext {
	width:618px;
	padding:15px;
	padding-top:0px;
}

/*********FOOTER*********/

#footer {
	background: url(../images/footer.png);
	height:34px;
	text-align:center;
	font-size:95%;
	color:#FFFFFF;
	padding-top:12px;
	clear:both;
}

#footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
#footer a:active {
	text-decoration:none;
	color:#FFFFFF;
}

/*********POPUP*********/

.popupwrap {
	width:600px;
	background:#FFFFFF;
	margin:0px auto;
	padding:15px;
	padding-top:5px;
	margin-top:15px;
}

/*********FORMS*********/

label {
	text-align:left;
	display:block;
	padding:3px;
	padding-left:5px;
}

input {
	color:#670000;
	background:#cccccc;
	border:1px solid #2F2F2F;
	padding:3px;
	clear:right;
	font-size:100%;
	width:400px;
}

textarea {
	color:#670000;
	background:#cccccc;
	border:1px solid #2F2F2F;
	padding:3px;
	width:400px;
}

.submit input {
	color:#FFFFFF;
	background:#cccccc;
	border:2px outset #2F2F2F;
}

fieldset {
	border:2px solid #670000;
	width:415px;
	font-size:110%;
}

.form {
	text-align:center;
}

#submit {
	border:2px solid #2F2F2F;
	background:#670000;
	color:#FFFFFF;
	width:100px;
	font-size:80%;
}

/* Class from lightbox for photo spacing and border */
.picturethumb3 {
	margin:0px 5px;
	margin-top:10px;
	border: 2px solid #670000;
}