@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto 50px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	background-color: #FFFFFF;
}
a, a:link, a:visited {
	color: #a70101;
	text-decoration: underline;
}
a:hover, a:active {
	color: #a70101;
	text-decoration: none;
}

.all {
	text-align: center;
	width: 781px;
	margin-left: auto;
	margin-right: auto;
}
.main {
}
.header {
	font-size: 15px;
	font-weight: bold;
	color: #a70101;
	
}
.image {
	border-width: 0px;
	position: relative;
	top: -5px;
	left: -10px;
}
.copy-links {
	font-size: 12px;
}
.copy-links a, .copy-links a:link, .copy-links a:visited {
	color: #a70101;
	text-decoration: underline;
}
.copy-links a:hover, .copy-links a:active {
	color: #333333;
	text-decoration: none;
}

.copy{
	font-size: 10px;
}
.copy a, .copy a:link, .copy a:visited {
	color: #1d5288;
	text-decoration: none;
}
.copy a:hover, .copy a:active {
	color: #333333;
	text-decoration: underline;
}


/* Photo Tour - Ids & Classes*/

.main-phototour {
	position: relative;
	top: -10px;
	padding-bottom: 6px;
}

/* CONTACT page - id's & classes */

.contact-form-field {
	background-color: #FFFFFF;
	background: White;
	color: #333333;
	border-bottom: 1px solid #333333;
	border-top: 0px solid #333333;
	border-right: 0px solid #333333;
	border-left: 0px solid #333333;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}
.contact-form-comments {
	background-color: #FFFFFF;
	background: White;
	color: #333333;
	border: 1px solid #333333;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}
.contact-form-submit {
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #a70101;
	font-size: 13px;
	text-decoration: none;
}
.contact-form-submit-on {
	color: #FFFFFF;
	background-color: #a70101;
	border: 1px solid #000000;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
}
.contact-form-underline {
	border-bottom: 1px solid #FFFFFF;
}
.green {
	color: #a70101;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.gray {
	color: #a70101;
}
.gray a, .gray a:link, .gray a:visited {
	color: #a70101;
	text-decoration: underline;
}
.gray a:active, .gray a:hover {
	color: #a70101;
	text-decoration: none;
}
.warning {
	color: #CC0000;
}
.warning-off {
	color: #a70101;
}
.thanks {
	color: #CC0000;
}
.h2 {
	color: #333333;
}

