/* Main CSS Document */

  /* Create gradient bkg for intire body */
   body 
   {
	background-color:#996633;
	background-position: 0% 0%;
	height: 100%;
	}
  
	   
    /* Centered div to hold everthing */
	#container 
	{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 7px;
	border-color: #000000;
	
	}
	
	#content
	{
	width: 1000px;
	height: auto;
	z-index:0;
	background: url(images/bgtexture.jpg) repeat;
	overflow: hidden; 
	
	}
	
	#topmenu 
	{
	position:absolute;
	top: 224px;
	width: 1000px;
	height: auto;
	z-index: 1;	
	background-color: #F3DCA5;
	border-bottom: 2px solid #3A0003;
	}
	
	
	 /* Style for header section & load background picture */
	#header 
	{
	background: url(images/header.jpg) no-repeat;
	width: 1000px;
	height: 243px;
	}
	 
	  
	
	
	/* Style for category menu section & load background picture */
	#leftcol {
	float: left;
	display:inline; 
	margin-top: 15px;
	margin-left: 25px;
	width: 305px;
	height:auto;
	text-align:center;
	
	}
	
	/* Style for right column section */
	#rightcol {
	float:left;
	width: 610px;
	height: auto;
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 25px;
	background-color: #F3DCA5;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;

	}
	
	#welcomevid {
	float:right;
	width:295px;
	height:242px;
	margin:10px;
	


	}
	
	/* Style for single column pages */
	#singlecol {
	float:left;
	width: 800px;
	height: auto;
	margin-top: 45px;
	margin-left: 85px;

	background-color: #F3DCA5;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;

	}
	

	
.jqueryslidemenu{
font: bold 13px Verdana, sans-serif;
background:  #F3DCA5;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
padding-left:14px; /*offset of tabs relative to browser left edge */
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: #F3DCA5; /*background of tabs (default state)*/
color: #3A0003;
padding: 8px 10px;
border-right: 2px solid #3A0003;
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: #3A0003;
}

.jqueryslidemenu ul li a:hover{
background: #3A0003; /*tab link background during hover state*/
color: #F3DCA5;
}
	
/*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: 2px  solid #3A0003;
border-left: 2px  solid #3A0003;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #3A0003;
color: #F3DCA5;
}

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

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

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
	
	
	
	
	.leftpicbottom {
	margin-top:20px;
	
	}
	
	/* Style for footer menu */
	#footer {
	float:left;
	background: #3A0003;
	width: 1000px;
	height: 35px;
	margin-top:15px;
	margin-bottom:14px;
	padding-top:10px;
	font: bold 16px Verdana, sans-serif;
	color: #F3DCA5;
	text-align: center;	
	
	}

	
		
		
	.centerimage {
	display:block;
	margin-left:auto;
	margin-right:auto; 
	}
	
	.floatleft {
	display:block;
	float: left;
	margin:10px;
	
	}

    .imagebottom {
	vertical-align:bottom;
	}

	
