@charset "utf-8";
/* CSS Document */
html, body, div, p, td, th, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/main_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	color: #b54f37;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a,  a:link {
  color: #da5242;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #904841;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #bf1c1c;
  text-decoration: underline;
}
a:focus {
  color: #bf1c1c;
}
a:active {
  color: #702922;
}
.footerColon {
	font-size: 125%;
	font-weight: bold;
}
.clearFloats {
	clear: both;
}
#mainContainer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#menuContainer_H {
	height: 30px;
	position: relative;
	float: right;
	padding-top: 6px;
	z-index: 1000;
	padding-right: 10px;
}
#menuContainer_V {
	width: 175px;
	z-index: 499;
	margin-right: auto;
	margin-left: auto;
}
#pageTopGraphic {
	background-image: url(../images/top_page_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 26px;
	width: 100%;
	position: relative;
}
#pageContent {
	background-image: url(../images/center_page_bg.png);
	background-position: center;
	position: relative;
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	overflow: hidden;
}
#leftColumn {
	float: left;
	width: 200px;
}
#rightColumn {
	float: left;
	width: 735px;
}
#rightColumnContent {
	background-image: url(../../images/vertical_page_divider.png);
	background-repeat: repeat-y;
	margin-top: 12px;
	padding-left: 10px;
	min-height: 460px;
}
#logo {
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#pageBottomGraphic {
	background-image: url(/images/bottom_page_bg.png);
	background-position: center;
	height: 25px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
}
#slideshow {
	height: 510px;
	width: 720px;
	margin-left: 14px;
	margin-top: 6px;
	margin-bottom: 4px;
}
#copyrightCredits {
	font-size: 14px;
	color: #7D3D3D;
	font-weight: bold;
	line-height: 14px;
}
#designer {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	padding-top: 3px;
}
#footer {
	background-image: url(/images/footer-bar-trans.png);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 2px;
}
#footer a:link {
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
#footer a:visited {
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #933;
	text-decoration: underline;
}
#footer a:active {
	color: #933;
	text-decoration: underline;
}
.scrollDivider {
	background-image: url(../images/scroll_artwork_page_divider.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 100%;
	padding-bottom: 6px;
}
#pageTitle {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#servicesMenu{
	font-size: 12px;
	text-align: center;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}
