/*

   Author: Larry Gale
   Date:   10/06/2009

   Filename:         art.css

*/

body         {font-family: Verdana, Geneva, sans-serif;
		margin: 0; padding: 0; background-color: #CCFF99}



#head    {
	 background-color: #CC6;
	 left:50px;
	  height:125px;
	 width:100%;
	   font-family:Andy;
	 	}

#navlinks  {	position: absolute;
		float: left;
		width: 112px;
		padding: 0px 0px 0px 0px;
		border: 1px solid;}

#navlinks ul { padding: 0 0 0 0.5em; 
		margin: 0; }

#navlinks li { display: block; list-style: none;
		text-align: left;}
#navlinks li a { text-decoration: none; 
		 text-align: left; }
#navlinks li a:hover { color: navy; }
/* ----------------- MAIN NAVIGATION ----------------- */
div#navcontainer {
	width:127px;
	padding: 0;
}

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	background:#CC6;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline;
	list-style: none;
	text-align: left;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 14px;
	font-weight: bold;
	color: #033;
	background-color:#CC6;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
	line-height: 15px;
	padding: 5px 0px 5px 5px;
}
/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current, ul#mainnav a.current:visited {
	background:  #FFF;
	text-align: left;
	font-size: 14px;
}


/* ---------------------------- End NAVIGATION ----------------------------  */


#images {
	margin-top: 5px;
	position:absolute;
	top:200px;
	width:800px;
	background-color: #FFC;
	border:  1px solid;
	left: 250px;
	  }

#images img {

	max-width: 101px;
	padding: 5px;
	border: 5px solid;
	border-color: #000;
	margin: 10px;
}

#Image_large { left: 150px;
	  margin-top: 5px;
	  width:780px;
	  height:800px;
	  padding-left:10px;
	  padding-top:10px;	  
	  background-color: #FFC;
	 border: 5px solid;
		  top:200;
	  position:absolute;
	  color:#000;
	  font-size:14px;
	  
	  }
	  
 #img_lg 
 {  border: 5px solid;
	  
}
.horizontalcssmenu ul{
margin: 10;
padding: 0;
list-style-type: none;
}

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

}

#navbar {position: relative; 

	left: 0px;
 	padding: 2px 0 2px; 
	white-space: nowrap;
  	width: 75px;

}
#navbarsm {position: relative; 
/*	top: 120px; */
	left: 0;
 	padding: 2px 0 2px; 
	white-space: nowrap;
  	background-color:   #CC6;
	width: 60%;
/*	border-right: 1px solid gray;   */
/*	border: thin solid red;		*/
}
#navbar b {display: none;}
#navbar a {text-decoration: none; color: #000;
/*  border-bottom: 1px solid gray; */
  padding: 2px 0.5em 1px;}
#navbar a:hover {color: white; background: #CC6;
  border-bottom-width: 1px;}
  
   #pan1 {
	position:absolute;
	overflow:hidden;
	left:190px;
	top:270px;
	font-size:20px;
	width:240px;
	height: 709px;
		}
		 #pan2 {
	position:absolute;
	overflow:hidden;
	left:490px;
	top:270px;
	font-size:20px;
	width:240px;
	height: 709px;
		}
		 #pan3 {
	position:absolute;
	overflow:hidden;
	left:790px;
	top:270px;
	font-size:20px;
	width:240px;
	height: 709px;
		}
  #mid {
	position:absolute;
	left:50px;
	top:250px;
	font-size:20px;
	width:859px;
	
		}
#lft {
	position:absolute;
	overflow:hidden;
	left:58px;
	top:259px;
	width:250px;
	height:649px;
	}
#rt {
	overflow:hidden;
	left:700px;
	top:225px;
	height: 600px;
	width: 241px;
						
		}
#sidebar {
	position:absolute;
	overflow:hidden;
	left:17px;
	top:172px;
	width:229px;
	height:701px;
	background-color: #CC6;
		}
  
#footer {
 position: absolute;
 top:800px;
 height: 75px;
 align: left;
 } 

#footer p {
 width: 786px;
 text-align: right;
 color: #FFFFFF;
 font-size: 10px;
 line-height: 14px;
 margin: 0 auto;
 padding-right: 20px;
}
#twitter_div {
	position:absolute;
	overflow:visible;
	margin-right:5px;
	margin-left:5px;	 
	background-color: #CC6;
	left:650px;
	top:172px;
	width:250px;
	height:100px;
		}



/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 135px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #202020;
border-left-width:0;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
color: black;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #e3f1bd;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #cde686;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}


/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

