@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #797744 url(i/_Bg.png);
	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;
}
/* Zero-out browser defaults for sanity */ 
p, h1, h2, h3, h4, h5, form {
	margin: 0px;
	padding: 0px;
}

/* Containers */
/* -----------------------------------*/

.PgLayout #container {
	width: 843px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: url(i/_PgBkg.png);
	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. */
}
.PgLayout #allthebottom {
	width: 843px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	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. */
}
.PgLayout #header {
	background: #797744 url(i/_Header.png) no-repeat;
	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. */
	height: 11.25em;
} 
.PgLayout #nav {
	background: #797744 url(i/_MenuBar.png) no-repeat;
	padding: 0 7px 0 11px;  /* 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. */
	height: 1.95em;
} 
.PgLayout #header h1 {
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.PgLayout #mainContent {
	padding: 5px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(i/_ContentSleeve.png) no-repeat;
}
.PgLayout #mainContentEnd {
	height: 1.75em;
	background: url(i/_ContentBottom.png);
} 
#footer {
	padding: 0 33px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(i/_FooterBkg.png);
} 
.PgLayout #bottom {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#797744 url(i/_FooterArc.png) no-repeat;
	height: 3.13em;
	margin: 0px;
} 
.PgLayout #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 */
	font-size: 12px;
	color: #000000;
}


.PgLayout #container #mainContent h1,
.PgLayout #container #mainContent h2,
.PgLayout #container #mainContent h3,
.PgLayout #container #mainContent h4,
.PgLayout #container #mainContent h5 {
	color: #c03000;
}
#breadcrumb {
	font-size: 10px;
	font-weight: bold;
	border-top: 1px dashed #7C7860;
	border-bottom: 1px dashed #7C7860;
	padding: 5px;
	color: #7C7860;
	margin-top: 10px;
}
#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:active {
	color: #7C7860;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #454422;
	text-decoration: none;
}


/* NAV - Son of Suckerfish Dropdowns http://www.htmldog.com/articles/suckerfish/dropdowns/ */

/* suckerfish dropdowns */
/* -----------------------------------*/

#nav, #nav ul {
	float: left;
	width: 830px;
	list-style: none;
	line-height: 1;
	padding: 0 20px 0 0;
	margin: 0;
	font-weight: normal;
}

#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.6em 1.4em 0.61em;
	vertical-align: bottom;
	font: bold 12px Trebuchet, Verdana, sans-serif;
	text-align: center;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
	
}
#nav ul li ul {
	border-bottom: 1px solid #494824;
	border-left: 1px solid #494824;
}
#nav li {
	float: left;
	padding: 0;
	/* width: 157px;*/
	border-right: 1px solid #494824;
	font-weight: normal;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 157px;
	font-weight: normal;
	margin: 0;
	background: #797744;
	z-index: 10;
}

#nav li li {
	padding-right: 1em;
	width: 160px;
	border-top: 1px solid #494824;	
}
#nav ul li ul li ul {
	margin-left: 176px;
}

#nav li ul a {
	width: 157px;
	text-align: left;
}

#nav li ul ul {
	margin: -1.75em 0 0 0em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #5E5D31;
}
	
	
#Sidebar {
	position: relative;
	width: 205px;
	text-align: left;
	float: right;
	clear: right;
}
.PgLayout #container #mainContent_body {
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
#mainContent_body a:link,
#mainContent_body a:visited,
#mainContent_body a:active {
	color: #454325;
	text-decoration: none;
	border-bottom: 1px dotted #454325;
}

#mainContent_body a:hover {
	color: #858243;
	text-decoration: none;
	border-bottom: 1px dotted #858243;
	background: #F6F4E7;
}
#container #footer {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}

/* Sidebars are Fun */
/* -----------------------------------*/
#Sidebar h1, 
#Sidebar h2,
#Sidebar h3,
#Sidebar h4,
#Sidebar h5 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #474624;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#Sidebar .Sidebar_head {
	background: url(i/_BoxTop.png);
	height: 30px;
}
#Sidebar .Sidebar_content {
	background: url(i/_BoxBkg.png);
	padding: 1px 7px 3px;
	font-size: 12px;
	line-height: 18px;
}
#Sidebar .Sidebar_bottom {
	background: url(i/_BoxBottom.png);
	height: 16px;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5F5E32;
	font-size: 12px;
}


/* Ajax Search Stuff */
/* -----------------------------------*/
#ajaxSearch_output,
form #ajaxSearch_form {
	margin: 0px;
	padding: 0px;
	border: 1px solid #E0D9B2;
}
#ajaxSearch_output a:link,
#ajaxSearch_output a:visited,
#ajaxSearch_output a:hover,f
#ajaxSearch_output a:active  {
	font-size: 14px;
	font-weight: bold;
	color: #7C2032;
	text-decoration: underline;
}
#current-search-results div,
.AS_ajax_result,
.AS_ajax_extraxt {
	margin: 0px;
	padding: 0px 0px 5px;
}

/* Slideshow */
/* -----------------------------------*/
#rotator
{
	position: relative;
	width: 412px;
	height: 312px;
	background: #F6F4E7;
	border: 1px solid #D9D3AD;
	overflow: hidden;
	z-index: 5;
}

#rotator img
{
	width: 400px;
	height: 300px;
	padding: 6px;	
}

#slideshow {
	width: 410px;
	float:right;
	padding: 10px;
}

#mainContent_body .PTitle {
	color: #676537;
	font-weight: bolder;
	font-size: 24px;
	line-height: 30px;
}iframe {
	padding: 6px;
	background: #F6F4E7;
	border: 1px solid #D9D3AD;	
}
#mainContent_body #FooterLinks {
	clear: both;
	background: center;
	color: #696739;
	text-align: center;
	font-size: 10px;
	margin: 0px;
	padding: 30px 0px 0px;
}
#FooterLinks ul {
	margin: 0px;
	padding: 0px;
}
#FooterLinks li {
	display: inline;
	list-style: none;
	padding-right: 20px;
}
