@charset "utf-8";
@font-face {
	font-family: Vladimir Script;
	src: url('/fonts/VLADIMIR.TTF');
}
body {
	font-size: 100%;
	background: #fff;
	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: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	background: #000;
	padding: 0px 0px 0px 0px;  /* 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. */
	margin: 0px 0px 0px 0px;
}
.twoColFixLtHdr #header h1 {
	font-family: "Agency FB";
	color: #C8A317;
	font-variant: small-caps;
	font-size: 250%;
	text-align: left;
	margin-bottom: 1px;
}
.twoColFixLtHdr #header h2 {
	font-family: "Agency FB";
	color: #C8A317;
	font-variant: small-caps;
	font-size: 120%;
	text-align: left;
	margin-top: 1px;
}
.twoColFixLtHdr #headerContent {
	background: #000;
	text-align: center;
	padding: 5px 0px 0px 10px;
}
.twoColFixLtHdr #topbar {
	background: #000;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	border-top: 1px #C8A317 solid;
	border-bottom: 1px #C8A317 solid;
	height: 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 0px 15px;
	font-size: 80%;
	color: #000;
	background-image: url(../images/side_bg.png);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #sidebar1 a:link {
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:visited {
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 a:active {
	text-decoration: none;
}
.twoColFixLtHdr #sideInner {
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F8F0E5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px auto 5px auto;
	color: #000;
	margin: 0px auto 0px auto;
}
.twoColFixLtHdr #sidebar1 li {
	list-style-image: url(../images/list-style.gif);
	padding: 2px 10px 2px 0px;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-family: "Agency FB";
	font-weight: lighter;
	font-variant: small-caps;
}
.twoColFixLtHdr #app_div {
	color: #000;
	text-align: left;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-variant: normal;
	font-weight: bold;
}
.twoColFixLtHdr #app_div a:link {
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #app_div a:visited {
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #app_div a:hover {
	color: #C8A317;
	padding: 1px 1px;
	text-decoration: none;
}
.twoColFixLtHdr #app_div a:active {
	text-decoration: none;
}
.twoColFixLtHdr #sideBottom {
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin: 20px 0px 10px 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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: 20px 10px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent h1 {
	color: #000;
	font-family: Vladimir Script, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 200%;
}
.twoColFixLtHdr #tourContent {
	padding: 20px 10px 10px 20px;
	background: #FFFFFF;
	margin: 0px auto 10px auto;
	text-align: center;
	font-size: 80%;
}
.twoColFixLtHdr #innerContent {
	padding: 0px 10px 10px 10px;
	background: #FFFFFF;
	margin: 0px auto 10px auto;
	text-align: justify;
	font-size: 80%;
}
.twoColFixLtHdr #siteMap {
	font-size: 140%;
}
.twoColFixLtHdr #siteMap a:link {
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #siteMap a:visited {
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #siteMap a:hover {
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
	color: #CD9F18;
}
.twoColFixLtHdr #siteMap a:active {
	text-decoration: none;
}
.twoColFixLtHdr #innerContent tr {
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #innerContent td {
	padding: 0px 0px 0px 10px;
}
.twoColFixLtHdr #innerRight {
	padding: 0px 20px 10px 0px;
	background: #FFFFFF;
	margin: 0px auto 25px auto;
	text-align: justify;
	float: right;
}
.twoColFixLtHdr #innerRight a:link {
	color: #000;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
.twoColFixLtHdr #innerRight a:visited {
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #innerRight a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #innerRight a:active {
	text-decoration: none;
}
.twoColFixLtHdr #footer {
	padding: 10px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	font-variant: small-caps;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #C8A317;
}
.twoColFixLtHdr #footer_menu {
	margin: 0;
	background:#000;
	color: #C8A317;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	font-variant: small-caps;
}
.twoColFixLtHdr #footer a:link {
	color: #C8A317;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:visited {
	color: #C8A317;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	font-size: 97%;
	font-weight: bold;
}
.twoColFixLtHdr #footer a:active {
	text-decoration: none;
}
.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;
}
.img_border {
	border: 0px solid #C8A317;
}
.img_outline {
	background: #FFFEEF;
	padding: 3px 3px 3px 3px;
	border: 0px solid #C8A317;
}
.img_outline_grn {
	background: #ffffff;
	padding: 5px 5px 5px 5px;
	border: 1px solid #6C4323;
}
.error_text120 {
	font-size: 120%;
	color:red;
}
.text50 {
	font-size: 50%;
	color:#000;
}
.text60 {
	font-size: 60%;
	color:#000;
}
.text70 {
	font-size: 70%;
	color:#000;
}
.text80 {
	font-size: 80%;
	color:#C8A317;
}
.text90 {
	font-size: 90%;
	color:#000;
}
.text100 {
	font-size: 100%;
	color:#000;
}
.text110 {
	font-size: 110%;
	color:#000;
}
.text120 {
	font-size: 120%;
	color:#000;
}
.text130 {
	font-size: 130%;
	color:#000;
}
.text140 {
	font-size: 140%;
	color:#000;
}
.text150 {
	font-size: 150%;
	color:#000;
}
.warning {
	font-weight:bold;
	color:#FF0000;
}
.warning_small {
	font-weight:bold;
	color:#FF0000;
	font-size: 75%;
}
.clearIt {
	clear:both;
}
.displaying { /* class for javascript control of display */
	display:none;
}
.rndAll8px {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
	-khtml-box-shadow: 0px 1px 10px #666;
	-webkit-box-shadow: 0px 1px 10px #666;
}
.rndTop8px {
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
	-khtml-box-shadow: 0px 1px 10px #666;
	-webkit-box-shadow: 0px 1px 10px #666;
}
.rndBottom8px {
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
	-khtml-box-shadow: 0px 1px 10px #666;
	-webkit-box-shadow: 0px 1px 10px #666;
}
.rndAll4px {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.shadow {
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
	-khtml-box-shadow: 0px 1px 10px #666;
	-webkit-box-shadow: 0px 1px 10px #666;
}
.ieshadow {
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#606060');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#606060')";
}
