
html {
	font-family: helvetica,arial,sans-serif;
	text-align: center;
	background-color: #ABD2EF;
	padding: 0;
	margin: 0;
}

body {
	width: 808px;
	margin: 0px auto;
	padding: 10px 0 0 0;
	text-align: left;
	background: transparent url('layout/bg.jpg') repeat-y scroll top left;
}

h1 {
	background: transparent url('layout/logo.gif') no-repeat scroll top left;
	padding: 0;
	font-size: 18px;
	text-indent: -9999px;
	margin: 0;
	height: 90px;
}

h1 a {
	display: block;
	height: 80px;
	width: 420px;
	text-decoration: none;
}

h2 {
	background: #ABD2EF url('img/6.jpg') no-repeat scroll top center;
	font-size: 25px;
	margin: 0 0 25px 0;
	padding: 125px 0 0 0;
}

h2 span {
	display: block;
	color: #fff;
	padding: 20px;
	margin: 0;
	background: transparent url('layout/topbg.png') repeat scroll top left;
}

#header {
	padding: 0 40px;
}

ul#nav {
	padding: 0;
	margin: 0;
	text-indent: 0;
	list-style: none;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}


ul#nav li a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	padding: 7px;
	background-color: #ABD2EF;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-weight: bold;
	width: 200px;
}

ul#nav li a:hover {
	background-color: #6A88B3;
}

ul#nav li.active a {
	background-color: #7DA1DF !important;
}

#content {
	margin: 0 40px 0 40px;
	position: relative;
	padding: 0 0 10px 240px;
	min-height: 300px;
}

#content p {
	font-size: 14px;
	line-height: 22px;
}

#footer {
	clear: both;
	color: #ccc;
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #999;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-indent: 0;
}

#footer li {
	display: inline;
	padding: 0 5px;
}

#doglist {
	border-top: 3px solid #eee;
	padding: 20px 0 0 0;
}

.doglisting {
	border-bottom: 3px solid #eee;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	position: relative;
}

.doglisting div {
	width: 150px;
	height: 150px;
	float: left;
	margin-bottom: 10px;
}

.doglisting h3 {
	position: absolute;
	top: 10px;
	left: 170px;
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.doglisting dl {
	position: absolute;
	top: 45px;
	left: 170px;
	width: 300px;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.doglisting dt {
	font-weight: bold;
	width: 70px;
	float: left;
	clear: left;
	padding: 5px 0;
	margin: 0;
}

.doglisting dd {
	width: 200px;
	float: left;
	padding: 5px 0;
	margin: 0 0 0 10px;
}

.doglisting p {
	clear: both;
}

#pages {
	list-style: none;
	padding: 0;
	margin: 0;
}

#pages li {
	width: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	padding: 0;
	margin: 0;
}

#pages li strong {
	display: block;
	padding: 5px;
	float: left;
	width: 65px;
}

#pages li a {
	text-decoration: none;
	color: #999;
	display: block;
	border: 1px solid #eee;
	padding: 5px;
	width: 15px;
	float: left;
	margin: 0 8px 0 0;
}

#pages li.active a {
	border: 1px solid #ccc;
	background-color: #eee;
	color: #999;
}

#office #content {
	padding: 0 0 10px 0px;
}

#office table {
	border: 1px solid #ccc;
	padding: 3px;
	width: 95%;
	margin: 5px auto;
	border-collapse: collapse;
}

#office table td {
	padding: 5px;
	font-size: 13px;
}

#office table td.edit {
	width: 25px;
}

#office table td.edit a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: transparent url('/layout/edit.png') no-repeat scroll top left;
	border: none;
	margin: 0 auto;
}


#office table td.delete {
	width: 25px;
}

#office table td.delete a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: transparent url('/layout/delete.png') no-repeat scroll top left;
	border: none;
	margin: 0 auto;
	outline: none;
}

p.add {
	text-align: right;
	width: 95%;
	margin: 0 auto;
}

p.add a {
	padding-left: 22px;
	background: transparent url('/layout/add.png') no-repeat scroll top left;
	outline: none;
}

p.alert {
	padding: 10px;
	text-align: center;
	background-color: #FFF8AF;
	font-weight: bold;
}

.odd {
	background-color: #eee;
}

#office form div {
	clear: both;
	padding: 5px 0 0 0;
}

#office form label {
	display: block;
	width: 100px;
	font-weight: bold;
	float: left;
	text-align: right;
	font-size: 13px;
	padding: 3px;
}

#office form input {
	width: 300px;
	float: left;
	margin-left: 20px;
	border: 1px solid #ccc;
	padding: 3px 10px;
}

#office form textarea {
	width: 500px;
	height: 300px;
	float: left;
	margin-left: 20px;
	border: 1px solid #ccc;
	padding: 10px !important;
	font-family: helvetica,arial,sans-serif;
	line-height: 1.4em;
}

#office #description {
	height: 50px;
	width: 400px;
}

#office form #weight {
	width: 30px;
}

#office select {
	float: left;
	margin-left: 20px;
}

#office #submit {
	margin: 15px 0 0 120px;
}







#images {
	height: 1px;
}

#images div {
	border: 5px solid #eee;
	margin: 20px 10px !important;
	padding: 10px !important;
}

#imgtoggle {
	font-size: 13px;
	color: #999;
	padding-left: 15px;
	cursor: pointer;
}

#images img {
	background-color: #eee;
	padding: 2px;
	margin: 5px;
}

.help {
	font-size: 13px;
	color: #999;
	cursor: help;
	padding-left: 15px;
}




.bigform {
	border: 1px solid #ccc;
	padding: 3px;
	width: 95%;
	margin: 5px auto;
}

.bigform div {
	padding: 20px !important;
}