/* style sheet created by Tim Messick for http://www.timmessick.com, February 2007 */

/* -------------- basic elements -------------- */
html {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	}
body {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin: 0;
	background-image: url(images/bg2.gif);
	background-repeat: repeat;
	padding-bottom: 200px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	min-height: 100%;
}

/* -------------- top of page -------------- */

.header1 {
	background-color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	border: 1px solid #000000;
	margin: 0 auto;
	max-width: 900px;
}
.navstrip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	line-height: 2;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 0;
	max-width: 900px;
}
.navstrip a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.navstrip a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.navstrip a:hover {
	text-decoration: none;
	color: #990000;
}
.navstrip a:active {
	text-decoration: none;
	color: #990000;
}
.navstrip2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #CCC;
	text-align: center;
	line-height: 2;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 0;
	max-width: 900px;
}
.navstrip2 a:link {
	text-decoration: none;
	color: #000;
}
.navstrip2 a:visited {
	text-decoration: none;
	color: #000;
}
.navstrip2 a:hover {
	text-decoration: none;
	color: #990000;
}
.navstrip2 a:active {
	text-decoration: none;
	color: #990000;
}




/* -------------- specific cells -------------- */

.textarea {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	padding-top: 5px;
	color: #FFFFFF;
	padding-right: 20px;
}
.autoviewer1 {
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-left: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-bottom-style: none;
	color: #FFFFFF;
	width: 90%;
	height: 800px;
}

/* -------------- text styles -------------- */
.blogtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
	border-right-color: #000000;
	border-left-color: #000000;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	line-height: 2;
	margin: 0 auto;
	padding: 0;
	max-width: 900px;
	padding-top: 10px;
}
.blogdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
}
.blogtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.blogtext a:link{
	color: #663300;
	text-decoration: none;
}
.blogtext a:visited {
	text-decoration: none;
	color: #663300;
}
.blogtext a:hover {
	text-decoration: underline;
	color: #663300;
	}
.blogtext a:active {
	text-decoration: underline;
	color: #663300;
}

.blogheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin-top: 8px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
.home a:link{
	text-decoration: none;
	color: #000000;
}
.home a:visited {
	text-decoration: none;
	color: #000000;
}
.home a:hover {
	text-decoration: none;
	color: #990000;
	}
.home a:active {
	text-decoration: none;
	color: #990000;
}
.home2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-top: 8px;
	background-color: #000000;
	padding-top: 10px;
}
.home2 a:link{
	text-decoration: none;
	color: #FFFFFF;
}
.home2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.home2 a:hover {
	text-decoration: none;
	color: #990000;
	}
.home2 a:active {
	text-decoration: none;
	color: #990000;
}



.copyrt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
.allcaps {
	text-transform: uppercase;
	font-weight: bold;
}
.text1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #666666;
	text-align: inherit;
}
.text1 a:link {
	text-decoration: none;
	color: #666666;
}
.text1 a:visited {
	text-decoration: none;
	color: #666666;
}
.text1 a:hover {
	text-decoration: none;
	color: #990000;
}
.text1 a:active {
	text-decoration: none;
	color: #990000;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
/* .introtext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	border: 1px dashed #CCCCCC;
	padding: 20px;
	margin-left: 150px;
	margin-right: 150px;
}
.introtext a:link {
	text-decoration: none;
	color: #003333;
	font-weight: bold;
}
.introtext a:visited {
	text-decoration: none;
	color: #003333;
	font-weight: bold;
}
.introtext a:hover {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}
.introtext a:active {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
} */
.thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
}
.blogcaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	color: #333333;
}
.blogimage {
	text-align: center;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
}
.blog_page {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left-color: #000000;
	border-right-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	max-width: 800px;
	min-height: 600px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}
.blogitem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-size: 17px;
	color: #663300;
}
.graphics {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.homepage1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #000000;
	max-width: 900px;
	min-height: 600px;
}
.body-homepage {
	background-image: url(images/bg2.gif);
	background-repeat: repeat;
}
.gallery_page {
	background-color: #000000;
	margin: 0;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left-color: #000000;
	border-right-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	max-width: 800px;
	margin-left: 0px;
	margin-right: 0px;
	min-height: 600px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}
.gallery_list {
	text-align: center;
}
.contact_page {
	text-align: center;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left-color: #000000;
	border-right-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	max-width: 800px;
	min-height: 600px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;

}
.blog-gallery {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-width: 0;
}
.photog_page {
	background-color: #000000;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left-color: #000000;
	border-right-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	max-width: 800px;
	min-height: 600px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}
.gallery_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.gallery_name a:link {
	text-decoration: none;
	color: #000;
}
.gallery_name a:visited {
	text-decoration: none;
	color: #000;
}
.gallery_name a:hover {
	text-decoration: none;
	color: #000;
}
.gallery_name a:active {
	text-decoration: none;
	color: #333;
}
.navstrip3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	background-color: #181818;
	text-align: center;
	line-height: 2;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 0;
}
.navstrip3 a:link {
	text-decoration: none;
	color: #fff;
}
.navstrip3 a:visited {
	text-decoration: none;
	color: #fff;
}
.navstrip3 a:hover {
	text-decoration: none;
	color: #990000;
}
.navstrip3 a:active {
	text-decoration: none;
	color: #990000;
}
