@charset "UTF-8";
body  {
	background: #1d1d22;
	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 */
}
#container {
	position:relative;
}
#scrolldown {
	position:absolute;
	right:15px;
	width:100px;
	top:285px;
}
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fbf5ea;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	z-index:10;
	position:relative;
}
.twoColFixRtHdr #header { 
	background: #fbf5ea; 
	padding: 0 10px 0 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. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #cc8921;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* 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: #fbf5ea; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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: 0 0px 0 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	background-image: url(images/footer.jpg);
	height: 95px;
} 
.outquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #572906;
	font-style: italic;
	line-height: 1.3;
	letter-spacing: 0px;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fbf5ea;
	background-image: url(images/footer.jpg);
	text-align: center;
	margin-top: 24px;
	padding-top: 0px;
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #1f0902;
	text-align: center;
}
.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #064287;
	letter-spacing: 0px;
	font-weight: 400;
	padding-top: 12px;
	text-align: left;
	line-height: 1.5;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 400;
	color: #064287;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1em;
	font-weight: 400;
	color: #cc8921;
}
a {
	text-decoration: none;
	color: #c04c13;
	font-style: normal;
	font-weight: normal;
}
a:visited {
	color: #D8A452;
	font-weight: normal;
}
a:active {
	color: #D8A452;
}
a:hover {
	color: #FFCC66;
	text-decoration: none;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: normal;
	color: #1f0902;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.6em;
	color: #1f0902;
}


/**** DROPDOWN MENUS ****/

/* Start entire menu system */
.sf-menu {
list-style:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.0em;
color: #1f0902; /* Font color */
margin:2px 0px 0px 0px;
}
/* End entire menu system */

/* Start main items */
.sf-menu a {
display:block;
position:relative;
border-left:0;
border-top:0;
color: #1f0902; /* Font color */
vertical-align:middle;
padding:0;
}

.sf-menu a.sf-with-ul {
cursor:pointer;
}

.sf-menu a:hover {
color:#c04c13;
background:url(/images/nav/rover.png) no-repeat 50% 100%;
text-decoration: none;
}

.sf-menu a > .sf-sub-indicator {
top:.8em;
background-position:0 -100px;
}

.sf-menu li {
position:relative;
float:left;
background:none;
vertical-align:middle;
padding:0px 15px 0px 15px;
height:22px;
margin:0px;
border-right:1px solid #1f0902;
}

.sf-menu li:last-child {
border-right:none;
}
/* End main items */

/* Start submenu */
.sf-menu ul {
width:260px;
background-color:#fbf5ea;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
position:absolute;
top:-999em;
white-space:nowrap;
overflow:visible;
border:1px solid #1f0902;
padding:0px;
}

.sf-menu.sfHover ul,.sf-menu:hover ul {
left:0px;
top:22px;
z-index:1000;
}
/* End submenu */

/* Start submenu items */
.sf-menu li li {
list-style:none;
position:relative;
clear:both;
width:260px;
background:none;
color:#1f0902;
z-index:1002;
height:22px;
border-right:none;
margin:0px;
padding:0px; /* was 5px */
padding-bottom:12px;
}

.sf-menu li li a,.sf-menu li li a:active,.sf-menu li li a:visited {
color:#1f0902;
}

.sf-menu li li a:hover {
background:none;
color:#c04c13;
}

.sf-menu li li a {
height:38px;
line-height:38px;
padding:0 14px;
}

.sf-menu li li.sfHover ul,.sf-menu li li:hover ul {
left:10em;
top:2.5em;
z-index:99;
}

.sf-menu li li:hover {
background-color:#f0d8a8;
color:#b8410e;
}
/* End submenu items */

/* Start 2nd-level submenu items */
.sf-menu li li li {
float:left;
position:relative;
background:none;
color:#1f0902;
}

.sf-menu li li li.sfHover ul,.sf-menu li li li:hover ul {
left:10em;
top:0;
}

.sf-menu li li.topnav-submenu-b,.sf-menu li li.topnav-submenu-bg,.sf-menu li li.topnav-submenu-bl,.sf-menu li li.topnav-submenu-br,.sf-menu li li.topnav-submenu-l,.sf-menu li li.topnav-submenu-r {
position:absolute;
z-index:1000;
height:auto;
}
/* End 2nd-level submenu items */


/* Misc for menus */
.sf-menu li:hover {
visibility:inherit;
}

.sf-menu ul a > .sf-sub-indicator {
background-position:0 0;
}

.sf-sub-indicator {
position:absolute;
display:block;
right:.75em;
top:1.05em;
width:10px;
height:10px;
text-indent:-999em;
overflow:hidden;
}

.sf-shadow ul.sf-shadow-off {
background:transparent;
}
/* End misc for menus */

/* SLIDESHOW */

#slideshow-img-1, #slideshow-img-1 .sb-inner { background-image:url('images/slide1.jpg'); }
#slideshow-img-2, #slideshow-img-2 .sb-inner { background-image:url('images/slide2.jpg'); }
#slideshow-img-3, #slideshow-img-3 .sb-inner { background-image:url('images/slide3.jpg'); }

.slideshow-bg { z-index:4; height:392px; width:703px; overflow:hidden; position:relative; clear:both; margin:30px 0px 0px 120px; }
.slideshow-bg #left-arrow {left: 15px; background:url("../../images/arrow-left.jpg") no-repeat;}
.slideshow-bg #right-arrow {right:15px; background:url("../../images/arrow-right.jpg") no-repeat;}
.slideshow-bg #left-arrow, .slideshow-bg #right-arrow {position:absolute; top:45%; display: block; width:21px; height:28px;}
.slideshow-bg #left-arrow:hover, .slideshow-bg #right-arrow:hover {opacity:0.5;}
.slideshow-bg .slideshow-main {padding:5px 25px 30px 60px;}
.slideshow-bg .slideshow {z-index:5; overflow:hidden; width:100%; background:#F9F9F9; position:relative;}
.slideshow-bg .slideshow, .slideshow-bg .slideshow > div {height:100%; width:100%;}

#slideshow-nav {z-index:110; position:absolute; right:20px; bottom:10px;} 
#slideshow-nav a.activeSlide {background:url("images/ssh_btn_ovr.png") no-repeat;}
#slideshow-nav a {background:url("images/ssh_btn.png") no-repeat; display:block; float:left; height:12px; margin:0 1px; text-indent:-9999px; width:12px;}

.tagline {
	position:absolute;
	background:#000;

	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.5 opacity */
	background: rgba(0, 0, 0, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
	zoom:1;
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";

	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:2px 0px 2px 0px;
	bottom:0px;
	left:0px;
	width:100%;
	color:#fff;
}

.tagline h1 {
	margin-bottom:0px;
	color: #cc8921;
	font-size:16px;
	display:inline;
	margin-bottom:0px;
	padding-bottom:0px; }
		
.tagline div {
	padding-left:10px;
	padding-right:10px;
}

.tagline a {text-decoration:none; color:#fff;}

.slideshow-img {
	position:relative;
	display:block;
	width:100%;
	height:100%;
}

/* END SLIDESHOW */a:active {
	color: #D8A452;
	text-decoration: none;
}
.sidebarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #1f090;
	line-height: 1.4em;
}
