@charset "utf-8";
/* CSS Document */

body { 
	background-color: #FFF; 
	color: #000; 
	font: 62.5% Verdana, Helvetica, Arial, sans-serif; 
	text-align: center; 
}


a {	text-decoration: none;	color: #0f3a3a; }
a:visited { color: #666; }
p   { margin: 0.5em 0 1.5em 0; }

img { border: 0; }

h1  { color: #690707; font-size: 1.4em; margin: 0.5em 0 1em 0; }
h2 {	font-size: 0.95em;	font-weight: bold;	color: #690707;	margin-bottom: -10px;  }
h3 {	font-weight: bold;	color: #690707;  }
h4 {	color: #690707;	text-transform: uppercase;	font-weight: normal; }

/* layout helpers */

.right  { float: right; margin-left: 20px; text-align: right; }
.left   { float: left; margin-right: 20px; }
.top    { margin-top: 0; }
.bottom { margin-bottom: 0; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.clear  { clear: both; }
.small  { font-size: 0.85em; line-height: 140%; }
.indent { margin-left: 2em; }


/* Layout the major page elements */
#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* SPLASH STYLES */

#splash {
	width: 710px;
	float: left;
	margin: 2em 135px 0 135px;
	padding-bottom: 80px;
	font-size: 1.3em;
	text-align: left;
	background: url('images/arc.gif') no-repeat bottom left;
	border: 1px solid #670201;
	border-bottom: 2em solid #670201;
}

#splash .two_cols { 
	background: url('images/splash_line.gif') no-repeat top center; 
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 3em;
}

#splash .two_cols .column .button { margin: 20px auto; width: 210px; }
#splash .two_cols .column .arrow  { vertical-align: middle; }

.two_cols .column {
	width: 354px;
	float: left;
	position: relative;
}

/* FOOTER */

#footer {
	clear: both;
	width: 980px;
	padding-top: 20px;
}


#footer p {
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	font-size: 0.9em;
}

#footer a { color: #666; }


/* PHOTO STYLES */

.photocap  { background-repeat: no-repeat; height: 6px; line-height: 1px; font-size: 0.1em; clear: left; }
div.photo  { width: 210px; height: 190px; float: left; margin: 0 13px; } /* gallery */
img.photo  { border-top: 1px solid #fff; border-bottom: 1px solid #fff; width: 100%; float: left; }

.nav_top      { background-image: url('images/corner_nav_top.gif'); background-position: top left; }
.nav_bottom   { background-image: url('images/corner_nav_bottom.gif'); background-position: bottom left; }
.main_top     { background-image: url('images/corner_main_top.gif'); background-position: top left; }
.photo_top    { width: 210px; background-image: url('images/corner_photo_top.gif'); background-position: top left; }
.photo_bottom { width: 210px; margin-top: -3px; background-image: url('images/corner_photo_bottom.gif'); background-position: bottom left; }
.icon_top     { background-image: url('images/corner_icon_top.gif'); background-position: top left; }
.icon_bottom  { background-image: url('images/corner_icon_bottom.gif'); background-position: bottom left; }

.inline { vertical-align: middle; }
.grey { background-color: #666; }
.spacer { float: left; width: 40px; }
.frame   { border: 1px solid #ccc; padding: 8px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.button { margin: 20px auto; width: 210px; }
