@import url("reset.css");

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #a09f9a;
}

#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}


/* Target FireFox 3 [!] */
html>/**/body #bg, x:-moz-any-link, x:default { position: absolute; }


#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	z-index: 1;
}

#header {
	height: 100px;
	text-align: center;
}

#header img.logo {
	margin: 0 auto;
}

/* navigation */

#nav {
	border-bottom: 1px solid #a6a5a2;
	border-top: 1px solid #a6a5a2;
	overflow: hidden;
	position: relative;
	margin: 18px auto;
	width: 600px;
}

#nav ul {
	float: left;
	list-style: none;
	position: relative;
	left: 50%;
	text-align: center;
	margin-bottom: 0;
	clear: left;
}

#nav li  {
	display: block;
	float: left;
	list-style: none;
	margin: 0 5px;
	position: relative;
	right: 50%;
}

#nav li a {
	display: block;
	float: left;
	width: 100%;
	text-decoration: none;
	letter-spacing: 2px;
	color: #999999;
	margin: 0 10px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav ul li a:hover{
	color: #444;
}

#nav ul li a:hover, #nav ul li a.active {
}


#nav ul li a em {
	display: block;
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #b2a18f;
}


#content {
	text-align: center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 40px 0 0 0;
	margin: 20px 0 0 0;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	position: relative;
	background: #c7c6c2 url(../i/bg-content-top.png) no-repeat center top;
}

#content-inside {
	padding: 0 40px;
	background: url(../i/bg-content.png) repeat-y center bottom;
}

#content-bottom {
	padding: 0 0 40px 0;
	background: url(../i/bg-content-bottom.png) no-repeat center bottom;
}

/* footer */

#footer {
	clear: both;
	line-height: 20px;
	font-size: 11px;
	padding: 20px;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: gray;
}

/* links */

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	outline: none;
	border: none;
	color: #591c26;
}

a:hover {
	color: #98303f;
}
a.button {
	background: #898886;
	padding: 4px 0 5px 0;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 180px;
	text-align: center;
	display: block;
	color: #ccc;
	text-decoration: none;
	margin: 0 auto;
}

a.button:hover {
	background: rgba(68,68,68,0.77);
	
}

a.button:hover {
	background: rgba(68,68,68,0.77);
	
}

.navbar {
	background-color: #444;
	z-index: 1;
	position: relative;
	height: 26px;
}
.nav {
	width: 940px;
	margin: 0 auto;
	padding:2px 0;
	list-style: none;
}

.nav li {
	list-style: none;
	border-right: #393939 solid 1px;
	float: left;
	margin: 0 10px 0 0;}


.nav a {
	color: #d8d7d2;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 10px 4px 0;
}

.nav a:hover {
	
}

.nav .main {
	background: url(../i/layout/nav-arrow.jpg) no-repeat left center;
	padding: 0 0 0 30px;
}
/* front page image swaps  */

.site-choice {
	width: 960px;
	/*--Adjust width according to your scenario--*/
	margin: 0;
	padding: 0;
	background: url(../i/divider-hor.jpg) repeat-y center top;
}

.site-choice div {
	width: 380px;
	padding: 20px;
	text-align: center;
	-moz-border-radius: 3px;
/*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px;
/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px;
/*--CSS3 Rounded Corners--*/
	display: inline;
	background-color: #c7c6c2;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	position: relative;
}

.site-choice div a.thumb {
	width: 383px;
/*--Width of image--*/
	height: 291px;
/*--Height of image--*/
	cursor: pointer;
}

.site-choice div span {
/*--Used to crop image--*/
	width: 383px;
	height: 291px;
	overflow: hidden;
	display: block;
}

.site-choice div a.thumb:hover {
	background: #333;
/*--Hover effect for browser with js turned off--*/
}

.site-choice div h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 20px 140px 0 140px;
	padding: 10px;
	position: absolute;
	text-align: center;
}

.site-choice div a {
	text-decoration: none;
	color: #777;
	display: block;
}

/* TYPOGRAPHY------------------------------ */

body {
	color: #4f4e50;
	font: 13px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* HEADINGS */

h1,h2,h3,h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}

h1 {
	line-height: 40px;
	font-size: 24px;
	font-style: italic;
	color: #4f4e50;
}

.super {
	text-shadow: #787878 1px 1px 2px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 40px;
}

h4 {
	text-transform: uppercase;
	font: bold 13px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
	margin-bottom: 20px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

hr {
	display: none;
}

div.hr {
	clear: both;
	background: url(../i/hr.png) no-repeat center center;
	padding: 20px;
	margin-bottom: 20px 0;
}

blockquote {
	font-style: italic;
	margin: 20px 40px;
}
.note {
	font-size: 11px;
	font-style: italic;
}

.detail-text {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	padding: 0 10px;
	margin: -18px 0 -2px 0;
}

.lined {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 9px;
}

/* images 
--------------------------------------------- */
img { border:none; }

.tn, .frame {
	border: 1px solid #818083;
	padding: 9px;
	margin: 10px;
	background-color: #a6a5a2;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}

/* floats 
--------------------------------------------- */

.center {
	text-align: center;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

/* gallery  
--------------------------------------------- */

.plateview {
	
}

.titlecard {
	text-align: left;
	overflow: hidden;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	padding: 20px;
	margin: 0 auto;
	background: url(../i/layout/bg-zoom.jpg) no-repeat center center;
	-moz-border-radius: 3px;
/*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px;
/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px;
/*--CSS3 Rounded Corners--*/
		-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}

.titlecard h2 {
	text-align: center;
	border-bottom: 1px #999 solid;
	letter-spacing: 2px;
}

.titlecard h3 {
	font-size: 13px;
	text-align: center;
	text-transform: none;
	line-height: 20px;
}

.titlecard h3+p {
	margin-top: 20px;
}

.titlecard h3+p {
	margin-top: 20px;
}
.titlecard p {
	text-align: left;
}
.titlecard strong {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #686868;
}


/* slideshow
--------------------------------------------- */

#slideshowWrapper {
	position: relative;
	margin: auto;
}

#fssPrev {
	position: absolute;
	top: 149px;
	left: -67px;
	background: url(arrows.png) -67px 0px;
	width: 67px;
	height: 143px;
	text-indent: -999999px;
}

#fssNext {
	position: absolute;
	top: 149px;
	left: 410px;
	background: url(arrows.png) no-repeat;
	width: 67px;
	height: 143px;
	text-indent: -999999px;
}

#fssPlayPause {
	position: absolute;
	top: 365px;
	right: 300px;
	background: url(white.png) repeat;
	padding: 4px 0 5px 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 60px;
	text-align: center;
	display: block;
	color: #333;
	text-decoration: none;
}

ul#slideshow {
	list-style: none;
	border: 1px solid #999;
	padding: 2px;
	margin: auto;
	width: 420px;
	height: 400px;
	overflow: hidden;
	background-color: #333;
}

p {
	text-align: center;
}

#fssList {
	list-style: none;
	margin: auto;
	padding: 5px 0 0 0;
}

#fssList li {
	display: inline;
	padding-right: 10px;
}

#fssList li a {
	color: #999;
	text-decoration: none;
}

#fssList li.fssActive a {
	font-weight: bold;
	color: #333;
}

#zoom #page {
	padding: 20px;
}

/*divisions */

.2 {
	width: 47%;
}

.3 {
	width: 30%;
}

.4 {
	width: 20%;
}

/* self-clear floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}