html {
	min-width: 670px;
}

body {
	background-color: #E5E5E8;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

h1 {
	display: none;
	font-size: 32px;
	position: absolute;
		top: 5px;
		left: 50px;
	margin: 0px;
}

h2 {
	background: url(images/catbg.jpg) #88A6C0 repeat-x;
	border-bottom: solid 1px #375576;
	color: #ffffff;
	margin: 0px;
	margin-bottom: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

h2 a, h2 a:hover {
	color: #000;
	text-decoration: none;
}

h3 {
	font-size: 20px;
	margin: 5px 0px 0px 20px;
}

h3 a, h3 a:hover {
	color: #000;
	text-decoration: none;
}

h4 {
	font-size: 16px;
	margin: 5px 0px 0px 20px;
}

h5 {
	font-size: smaller;
	font-weight: bold;
	margin: 5px 0px 0px 10px;
	font-style: italic;
}

img {
	border: 0px;
}

p {
	margin: 0px 10px 10px 20px;
}

a:link {
	color: #476C8E;
	text-decoration: none;
}

a:visited {
	color: #476C8E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

#main {
	margin-left: 270px;
}

#main h4{
	color: #36C;
}

.categories {
}

.categories img {
	float: left;
}





/* HEADER */

#header {
	background: #000;
	color: #FFF;
}

#menu {
	background: url(images/catbg.jpg) #88A6C0 repeat-x;
	border-bottom: 1px solid #375576;
	color: #FFF;
	font-size: 18px;
	padding-bottom: 4px;
}

#menu dl {
	margin: 0px 0px 0px 15px;
}

#menu dd {
	display: inline;
	margin: 0px 10px;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

.menuBorder {
	background-color: #FFF;
	border-bottom: 1px solid #696969;
	padding-bottom: 1px;
}

#topNav {
	font-size: 14px;
	position: absolute;
		top: 5px;
		left: 70%;
}

#topNav dl {
	margin: 0px
}

#topNav dd {
	display: inline;
	margin: 0px 10px;
}

#topNav a {
	color: #CCC;
	text-decoration: none;
}

#topNav a:hover {
	color: #EEE;
}





/* MAIN CONTENT */

#body {
	margin: 12px 30px 4px 30px;
}

.outline {
	background-color: #FFF;
	border: 1px solid #696969;
	padding: 1px;
}

.menu2 {
	font-size: 18px;
	font-weight: bold;
}

.menu2 dl {
	margin: 0px;
}

.menu2 dd {
	background: url(images/note.gif) no-repeat;
	background-position: left center;
	display: inline;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 18px;
}

.menu2 a {
	color: #36C;
}

.menu2 a:visited {
	color: #36C;
}

.menu2 a:hover {
	text-decoration: none;
}

.sitemap {
	font-size: 24px;
}

.sitemap dd {
	margin-bottom: 5px;
}

.subNav {
	font-size: 18px;
}

.subNav dd {
	margin: 0px 0px 0px 20px;
}


.boxHeader {
	background: #36C url(images/corners400.gif) no-repeat;
	border-bottom: 1px solid #69F;
	color: #FFF;
	padding: 0px 0px 1px 20px;
}






/* FORMS */

#form {
	padding: 2px 0px 2px 10px;
}

#emailBox {
	margin-left: 20%;
	width: 400px;
}

input {
	background: #36C;
	border: 1px solid #DDD;
	color: #FFF;
	margin-bottom: 10px;
	padding: 0px 0px 2px 5px;
	width: 200px;
}

input:focus {
	background: #FFF;
	border: 1px solid #36C;
	color: #000;
}

.longInput {
	width: 375px;
}

textarea {
	background: #36C;
	border: 1px solid #DDD;
	color: #FFF;
	width: 375px;
}

textarea:focus {
	background: #FFF;
	border: 1px solid #36C;
	color: #000;
}

#submit {
	margin: 5px 0px 10px 250px;
}

#address {
	margin-bottom: 10px;
	text-align: right;
}





/* PHOTO GALLERY */

iframe {
	border: 0px;
	 overflow: hidden;
}

.galleryBody {
	background: #FFF;
}

#gallery {
	margin-left: 15%;
}

#galleryNav {
	text-align: center;
	width: 100px;
}

#galleryPhoto {
	background: url(images/screen.jpg) no-repeat;
	height: 420px;
	vertical-align: middle;
	width: 520px;
}

#galleryPhoto img {
	border: 2px solid #000;
}

#galleryCaption {
	text-align: center;
	width: 520px;
}





/* NEWS */

#newsBox {
	clear: both;
	float: left;
	margin: 0px 20px 0px 0px;
	width: 250px;
}

.newsHeader {
	background: url(images/catbg.jpg) #88A6C0 repeat-x;
	border-bottom: solid 1px #375576;
	color: #FFF;
	padding: 2px 0px 3px 20px;
}




/* FOOTER */

#breadcrumbs {
	clear: both;
	color: #000;
	font-size: smaller;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 5px;
}

#breadcrumbs a {
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#footer {
	color: #666;
	padding: 5px 0px;
	text-align: center;
}

#webring {
	display: none;
}