/* CSS Document */
/*Mass Reset*/
* { 
	padding: 0; 
	margin: 0; 
	}
html { 
	padding: 0; 
	margin: 0; 
	}
body { 
	padding: 0; 
	margin: 0; 
	}
h1, h2, h3, h4, h5, h6, p { 
	margin: 0; 
	padding: 0; 
	}
pre, blockquote, form, label, ul, ol, li, dl, fieldset { 	
	margin: 0; padding: 0; 
	}
fieldset { 	
	padding: 10px; 
	}
/*End Mass Reset*/


body	{
	background-color:#8B000E;
	background-image:url(../images/bkgd-content.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	}
a:link {
	color:#fff;
	text-decoration:underline;
	}
a:visited {
	color:#fff;
	text-decoration:underline;
	}
a:hover {
	color:#D8A842;
	text-decoration:none;
	}
a:active {
	color:#D8A842;
	text-decoration:none;
	}

#frame {
	width:800px;
	margin:0 auto;
	}
#right {
	width:auto;
	float:right;
	}
#sidebar {
	display:none;
	}
#sidebar li {
	display:none;
	}
#sidebar a:link {
	display:none;
	}
#sidebar a:visited {
	display:none;
	}
#sidebar a:hover {
	display:none;
	}
#sidebar a:active {
	display:none;
	}
address {
	font-size:18px;
	line-height:24px;
	text-align:center;
	font-style:normal;
	width:180px;
	margin-top:20px;
	}
#left {
	width:auto;
	background-image:url(../images/bkgd-left.gif);
	background-position:center top;
	background-repeat:no-repeat;
	float:left;
	}	
#left ul.nav {
	display:none;
	}
#left ul.nav li {
	display:none;
	}
img.hd {
	margin-left:120px; 
	margin-top:0;
	}
#copy {
	width:477px;
	border:none;
	background-color:#fff;
	color:#000;
	font-size:16px;
	line-height:24px;
	margin-left:25px;
	padding-left:35px;
	padding-right:25px;
	}
p {
	font-size:16px;
	line-height:24px;
	padding-bottom:20px;
	}
p.callout {
	font-size:14px;
	line-height:24px;
	padding:6px;
	text-align:center;
	color:#8B000E;
	border:2px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
p.cost {
	font-size:14px;
	line-height:24px;
	padding:4px;
	color:#8B000E;
	border:1px solid #000;
	border-top:0;
	border-left:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:40px;
	}
blockquote {
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	text-align:left;
	color:#8B000E;
	}
.ital {
	font-style:italic;
	color:#CF9C33;
	}
#copy ul {
	font-size:16px;
	line-height:24px;
	padding-bottom:20px;
	margin-left:40px;
	}
#copy h2 {
	font-size:18px;
	line-height:24px;
	font-style:italic;
	color:#8B000E;
	}
#copy h2.rm {
	font-size:20px;
	line-height:24px;
	font-style:normal;
	color:#8B000E;
	text-align:center;
	margin-left:-10px;
	font-family:Arial, Helvetica, sans-serif;
	}
#copy h3 {
	font-size:16px;
	line-height:24px;
	background-color:#D8A842;
	color:#fff;
	padding-left:3px;
	margin-top:10px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
#copy a:link {
	color:#D8A842;
	text-decoration:underline;
	font-weight:bold;
	}
#copy a:visited {
	color:#D8A842;
	text-decoration:underline;
	font-weight:bold;
	}
#copy a:hover {
	color:#8B000E;
	text-decoration:none;
	font-weight:bold;
	}
#copy a:active {
	color:#8B000E;
	text-decoration:none;
	font-weight:bold;
	}
#copy address {
	font-size:18px;
	line-height:24px;
	text-align:center;
	font-style:normal;
	width:auto;
	color:#8B000E;
	margin-left:-15px;
	margin-top:0;
	margin-bottom:20px;
	}
img.photo {
	border:1px solid #000;
	margin-top:6px;
	margin-bottom:6px;
	}	
#imgcap {
	text-align:center; 
	font-weight:bold; 
	}
#footer {
	display:none;
	}
#footer ul.nav {
	display:none;
	}
#footer ul.nav li {
	display:none;
	}
#footer ul.nav a:link {
	display:none;
	}
#footer ul.nav a:visited {
	display:none;
	}
#footer ul.nav a:hover {
	display:none;
	}
#footer ul.nav a:active {
	display:none;
	}
/*form field styles*/
label{
	color:#D8A842;
	float:left;
	width:200px;
	padding:1px;
	font-weight:bold;
	text-align:right;
	font-size:14px;
	line-height:24px;
	border:1px solid #000;
	border-bottom:0;
	border-right:0;
	font-family:Arial, Helvetica, sans-serif;
	}
th {
	background-color:#8B000E;
	color:#fff;
	}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6d5d;
	font-weight: normal;
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6d5d;
	font-weight: normal;
	}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6d5d;
	font-weight: normal;
	}

optgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6d5d;
	font-weight: bold;
	}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6d5d;
	font-weight: normal;
	}

/*Lightbox*/
#lightbox {
	background-color:#D8A842;
	padding: 10px;
	border: 4px solid #000;
	}
#lightboxDetails {
	font-size: 14px;
	font-weight:bold;
	padding-top: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	}	
#lightboxCaption { 
	float: left; 
	}
#keyboardMsg { 
	text-align:center; 
	}

#lightbox img { 
	border:1px solid #000; 
	}

