@charset "utf-8";


@font-face {
    font-family: "TrajanProRegular";
    src: url('../trajanproregular.eot'); /* IE9 Compat Modes */
    src: url('../trajanproregular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../trajanproregular.woff') format('woff'), /* Modern Browsers */
         url('../trajanproregular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../trajanproregular.svg#TrajanProRegular') format('svg'); /* Legacy iOS */
	font-weight: normal;
    font-style: normal;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 2em;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#container  {
	width: 1046px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/container-bg.png);
	background-repeat: repeat-y;
	background-position: top;
	z-index: 2;
	position: absolute;
	left: 50%;
	margin-left: -523px;
} 

#header  {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#rotating-banner {
	height: 355px;
	width: 700px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 30px 15px 50px;
	color: #666666;
}
#mainContent  {
	margin: 0px 0 0 345px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
	color: #FFF;
	width: 700px;
} 
#footer  {
	padding: 0 10px 0 20px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 span {
	padding: 0 75px 0 0;
	position:relative;
	font-family: "TrajanProRegular";
	font-size: 22px;
	font-weight: normal;
	color: #FFF;
}
h1 span a.prev, h1 span a.next {
	display:block;
	width:20px;
	height:27px;
	text-indent:-9999px;
	position:absolute;
	top:4px;
	right:0;
}
h1 span a.prev {
	background-image:url(../images/back-arrow.png);
	background-repeat:no-repeat;
	margin-right:30px;
}
h1 span a.prev:hover {
	background-image:url(../images/back-arrow-over.png);
	background-repeat:no-repeat;
	margin-right:30px;
}
h1 span a.next {
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
}
h1 span a.next:hover {
	background-image:url(../images/arrow-over.png);
	background-repeat:no-repeat;
}
h1 {
	font-family: "TrajanProRegular";
	font-size: 22px;
	color:#FFF;
}
h2 {
	font-family: "TrajanProRegular";
	font-size: 22px;
	font-weight: bold;
	color: #666666;
}
h2 a:link {
	color: #666666;
	text-decoration:none;
}
h2 a:visited {
	color: #666666;
	text-decoration:none;
}
h2 a:hover {
	color: #961B1E;
	text-decoration:underline;
}
h2 a:active {
	color: #666666;
	text-decoration:none;
}
h3 {
	font-family: "TrajanProRegular";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.photo {
	border: 1px solid #FFF;
	padding: 5px;
}
.more {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #961B1E;
	padding: 15px;
	line-height: 2em;
	margin-right: 25px;
}
.more a:link {
	color: #FFF;
	text-decoration:none;
}
.more a:visited {
	color: #FFF;
	text-decoration:none;
}
.more a:hover {
	color: #FFF;
	text-decoration:none;
}
.more a:active {
	color: #FFF;
	text-decoration:none;
}



a:link {
	color:#FFF;
	text-decoration:none;
}
a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
a:active {
	color:#FFF;
	text-decoration:none;
}



#map {
	color:#000;
	text-decoration:none;
}
#map a:link {
	color:#000;
	text-decoration:none;
}
#map a:visited {
	color:#000;
	text-decoration:none;
}
#map a:hover {
	color:#000;
	text-decoration:underline;
}
#map a:active {
	color:#000;
	text-decoration:none;
}
.toplink {
	position:fixed;
	width: 136px;
	height: 70px;
	bottom:30px;
	background-image: url(../images/scroll_to_top_button_shreves.png);
	background-repeat: no-repeat;
	right: 60px;
	z-index:500;
}
