@charset "utf-8";



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bgvert.png);
	background-repeat: repeat-x;
	background-color: #831724;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
.twoColLiqRt #container {
	width: 80%; 
	
	background: #fffdea;
	margin: 0 auto; 
	background-image: url(../images/bgfade.jpg) repeat-y;
	border: 3px solid #5f4c3b;
	border-top: 1px solid #5f4c3b;
	border-bottom: 1px solid #5f4c3b;
	text-align: left; 
}
.twoColLiqRt #containerL {
	width: 80%; 
	background: #fffdea;
	margin: 0 auto; 
	border: 3px solid #5f4c3b;
	border-top: 1px solid #5f4c3b;
	border-bottom: 1px solid #5f4c3b;
	background-image: url(images/pawsvert.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left; 
}
.twoColLiqRt #header {
	width: 100%;  
	background: #1d878d;
	background-image: url(images/titlebkgrn2.png);
	background-repeat: repeat-x;
	background-position: right;
	margin: 0 0;
	border-top: 3px solid #5d4e37;
	border-bottom: 2px solid #5d4e37;
	text-align: left;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
.twoColLiqRt #middlebar {
	width: 100%;
	height: 1em;
	background: #1d878d;               /*3f2e21*/
	margin: 0 0; 
	border-top: 2px solid #5d4e37;
	border-bottom: 2px solid #5d4e37;
	text-align: center; 
	padding-top: .4em;
	padding-bottom: .8em;
	font: "Times New Roman", Times, serif;
	font-size: 120%;
}
.twoColLiqRt #middlebar a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fffdea;	
}
.twoColLiqRt #middlebar a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#dfcbaa;
}
.twoColLiqRt #footer {
	width: 100%; 
	background: #1d878d;
	color: #fffdea;
    background-image: url(images/lilpawsleft.png);
	background-repeat: repeat-x;
	background-position: right;
	border-top: 2px solid #5d4e37;/*#39808b;*/
	border-bottom: 3px solid #5d4e37;	
	text-align: left; 
}
/* Tips for sidebars:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqRt #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqRt #sidebar1 {
	float: right; 
	width: 144px; 
	margin: auto;
	background: #fffdea; 
	border-left: 3px solid #39808b;
	padding: 0 0 0 0; 
}
.twoColLiqRt #sidebar1 h3, .twoColLiqRt #sidebar1 p {
	margin-left: 0px; 
	margin-right: 0px;
}
.twoColLiqRt #sidebar3 {
	float: left; 
	width: 280px; 
	background: #fffdea; 
	padding: 0 0 0 0;
	border-right: 3px solid #39808b;
}
.twoColLiqRt #sidebar3 h3, .twoColLiqRt #sidebar1 p {
	margin-left: 0px; 
	margin-right: 0px;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqRt #mainContent { 
	margin: 0 22% 0 3%; 
	padding: 0 0 0 0;	
}
.twoColLiqRt #mainContentL { 
	margin: 0 0 0 0;	
	padding: 20px 20px 20px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* sliding menu */
.jqueryslidemenu{
font: bold 12px Verdana;
color: #745741;
background: #eee3d1;
border:0;
width: 70%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #eee3d1; /*background of tabs (default state)*/
color: #745741;;
padding: 8px 10px;
border: 2px solid #754751;
color: #745741;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #745741;;
}

.jqueryslidemenu ul li a:hover{
background: #745741; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eee3d1;
color: #745741;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

