html,body
{ 
    margin:0px;
    padding:0px;
    background-image:url(../images/footer-background.jpg);

}


/*----------WYSIWYG FONTS------------*/
h1
{
	font-family:Times New Roman;
	font-weight: bold;
	font-size: 21px;
	color:#4E2D10
}

h2
{
    font-size:16px;
    font-family:Trebuchet MS;
    font-weight:bold;
    color:#4E2D10;
}

h3
{
    font-size:16px;
    font-weight:bold;
    font-family:Trebuchet MS;
    color:Black;
}

p
{
	font-family: Trebuchet MS;
	font-size: 13px;
	line-height:18px;
	color:Black;
}

a
{
	color: #1A5520;
}


/*----------FOOTER FONTS------*/
h4
{
    font-size:12px;
    font-family:Trebuchet MS;
    font-weight:bold;
    color:white;
    padding:0px;
    margin:0px;  
}

h5
{
    font-family:Trebuchet MS;
    font-size:11px;
    color:white;
    padding:0px;
    margin:0px;
}

/*-----------------------not needed
.contentheader
{
	font-family:Times New Roman;
	font-size:21px;
	font-weight:bold;
	color:# 4e2d10;
}

.contentbody
{
	font-family:Trebuchet MS;
	font-size: 13px;
	color: black;
}
*/

/*----------events--------------*/
.eventstext
{
	font-family:Trebuchet MS;
	font-size: 11px;
	color: black;
}

.communityeventswrapper
{
    float:left;
    display:inline-block;
    width:100%;
}




/*------------Home Template--------------*/

#site
{
    margin:0px;
    padding:0px;
    padding-bottom:0px;
    background-image:url(../images/background.jpg);
    background-repeat:repeat;
}

#header
{
    display:block;
    height:100px;
    background-image:url(../images/header.png);
    background-repeat:repeat-x;
}

#header-wrapper
{
	margin: 0 auto;
	width: 940px;
}

#logo
{
    float:left;
    display:inline-block;
}

#logo img
{
	display:block;
	border:none;
}

#search
{
    margin-top:10px;
    float:right;
    display: inline-block;
    width:auto;
}
/*---------------------main nav----------*/
#menu
{
    position:relative;
    display:block;
    float:right;
    margin: 0;
    padding: 0;
}

#menu img
{
    padding-left:18px;
    border:none;
}

#menu ul
{
padding:0; 
margin:0;
list-style-type: none;
}

#menu ul li 
{

float:left;
position:relative;
}

#menu ul li a, #menu ul li a:visited 
{
display:block; 
text-decoration:none;
color:#4e2d10;
}

#menu ul li ul 
{
display: none;
margin-left:5%;
z-index:1;
}


#menu ul li:hover ul,
#menu ul li a:hover ul,
#menu ul li img:hover ul,
#menu ul li a:hover ul li a 
{
display:block; 
position:absolute; 
margin-top:10px;
left:0; 
width:135px;
background-color:#fbfaf5;
background-image:url("../images/mainnav-background.gif");
background-repeat:no-repeat;
background-position:bottom;
border:2px solid #a28361;
margin-top:0;
}


#menu ul li ul li
{
    background-image:url(../images/mainnav-line.gif);
    background-repeat:repeat-x;
    background-position:bottom;
    float:none;
    text-align:center;
    font-family:Trebuchet MS;
    font-size:12px;
    color:#4e2d10;
    line-height:22px;
}

#menu ul li ul
{
    background-position:top;
}

#mid
{
    background-image:url(../images/background2.jpg);
    background-repeat:repeat-x;
    background-position:bottom;
	padding-bottom:0px;
}

#midwrapper{
	padding-bottom:40px;
       margin: 0px auto;
	width: 940px;
	
}

#breadcrumbs
{
	font-family:Trebuchet MS;
	color:#1A5520;
	font-size:18px;
	text-decoration:none;
}

#left
{
       float:left;
	clear: left;
	width: 68%;
	padding:0 0 0 0px;
	margin: 0 0 0 0;
	display: inline-block;
}

#homefeature
{
    float:left;
    margin-top:20px;
    margin-bottom:30px;
    display:inline-block;
}

#homefeaturebkgrnd
{
    background-color:#F06;
    width:601px; 
    height:261px; 
    position:relative;
    display:inline-block;   
}

#homefeaturecontent
{
    padding:20px;
}
/*
#homefeature
{
    float:left;
    margin-bottom:30px;
    display:inline-block;
}*/

#homecontent
{
    float:left;
    display:inline-block;
    width:630px;	   
}

#homecontent img
{
	padding-right:10px;
	display:block; 
	text-decoration:none;
	border:none;
}

#dash
{
   background-image:url(../images/dashed-line.gif);
   background-repeat:repeat-x;
   height:2px;
   width:606px;
   display:inline-block;
   float:left;
}




#featured
{
    display:inline-block;
    float:left;
    margin:10px 0px 5px 0px;
}

#bookScroll
{
    float:left;
    display:inline-block;
    margin-bottom:40px;
    padding:0px;
}

#right
{
	float: left;
	width: 32%;
	padding:0px 0px 0px 0px;
	display: inline-block;
}

#contact
{
    float:left;
    clear:both;
    width:205px;
    margin:20px 0px 50px 5px;
}

#contact img
{
	display:block; 
	text-decoration:none;
	border:none;
}

#sidemenu-wrapper
{
    float:left;
    display:block;
    width:195px;
    padding-left:5px;	
}

#sidemenu-wrapper ul
{
	list-style: none;
	padding:0px;
	margin:0px;
	line-height:18px;
}

#sidemenu-wrapper li
{
	font-size:13px;
	font-family:Trebuchet MS;
	line-height:26px;
	background-image:url(../images/subnav-line.png);
    	background-position:bottom;
    	background-repeat:repeat-x;
}

#sidemenu-wrapper a
{
	text-decoration:none;
	color:#4E2D10;
}

/*--------------------------feeds--------*/


#events
{
	display:inline-block;
	width: 297px;
	padding-right:5px;
}

#feeds
{
	width:297px;
	display:inline-block;
	padding-right:5px;
}

#eventswrapper
{
    float:left;
    display:inline-block;
}

#topevents
{
    display:inline-block;
    float:left;
    /*background-image:url(../images/header-upcomingEvents.gif);*/
    width:297px;
    height: 47px;
}

#topfeeds
{
   display:inline-block;
   float:left;
   /*background-image:url(../images/header-blogTwitter.gif);*/
   width:297px;
   height: 47px; 
}

.eventsfeedbkgd
{
    display:inline-block;
    float:left;
    background-image:url(../images/feed-background.png);
    width:297px;
    height:200px;
    overflow:hidden;
    Font-Family:Trebuchet;
    Font-size:11px; 
    line-height: 12px; 
    color:Black;
}


.eventsbottom
{
    display:inline-block;
    float:left;
    background-image:url(../images/feed-bottom.png);
    width:297px;
    height: 8px;
}


#eventscommunity
{
	display:inline-block;
	width: 235px;
	padding-right:5px;
}

#feedscommunity
{
	width:235px;
	display:inline-block;
	padding-right:5px;
}

#newscommunity
{
	width:235px;
	display:inline-block;
}


#topeventscommunity
{
    display:inline-block;
    float:left;
    background-image:url(../images/header-upcomingEvents2.gif);
    width:235px;
    height: 47px;
}

#topfeedscommunity
{
    display:inline-block;
    float:left;
    background-image:url(../images/header-blogTwitter2.gif);
    width:235px;
    height: 47px;
}

#topnewscommunity
{
    display:inline-block;
    float:left;
    background-image:url(../images/header-latestNews.gif);
    width:235px;
    height: 47px;

}


.eventsfeedbkgdcommunity
{
    display:inline-block;
    float:left;
    background-image:url(../images/feed-background2.png);
    width:235px;
    height:200px;
    overflow:hidden;
    Font-Family:Trebuchet;
    Font-size:11px; 
    line-height: 12px; 
    color:Black;
}

.eventsbottomcommunity
{
    display:inline-block;
    float:left;
    background-image:url(../images/feed-bottom2.png);
    width:235px;
    height: 8px;
}


#latestblog
{
	display:block;
	float:left;
}

#feeddiv
{
	padding-bottom:40px;
}


/*----------------footer----------------------*/


#footer-wrapper
{
    padding-top:15px;
    margin:0 auto;
	width: 940px;
	display:block;
	
}

#footer-nav
{
	float:left;
	width:100%;
	height:auto;
	display:block;
	padding-top:30px;
	font-family:Trebuchet MS;
}

#footer-nav ul
{
	list-style: none;
	padding:0px;
	margin:0px;
	line-height:18px;
}

#footer-nav li
{
	font-size:11px;
}


#footer-nav td
{
	vertical-align:top;
	font-size:12px;
	font-weight:bold;	
}

#footer-nav a
{
	color:white;
	text-decoration:none;
}

#footer
{
	padding:0px;
	margin:0px;
    background-image:url(../images/footer-background.jpg);
    background-repeat:repeat;
	background-position:top;

}

#copy
{
    float:left;
    display:inline;

}

#follow
{
    float:right;
    display:inline;
    position:relative;
    top:5px;
    width:auto;
}

#social
{
    float:right;
    display:inline;
}

#lefteight
{
       float:left;
	clear: left;
	width: 78%;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	position:relative;
	top:-25px;
}


#righttwo
{
	float: left;
	width: 22%;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	position:relative;
	top:-25px;
}

#packagewrapper
{
    float:left;
    display:inline-block;
    width:690px;	
}

.packages
{
    font-family:Trebuchet MS;
    font-weight:bold;
    font-size:14px;
    color:Black;
    vertical-align:middle;
    display:block;
}

#prod td
{
    background-image:url(../images/list-background.png);
    background-repeat:repeat;
    float:left;
    width:225px;
    height:50px;
    margin-right:1px;
    margin-bottom:1px;
}

#prod td img
{
    position:relative;
    top:7px;
    left:22px;
    float:left;
    display:inline-block;
}

.packagetext
{
    float:left;
    position:relative;
    font-size:12px;
    left:30px;
    top:15px;
    color:#1A551F;
    display:inline-block;
    font-family:Trebuchet MS;
}


.servtext
{	
	float:left;
	font-family:Trebuchet MS; 
	font-size:14px; 
	font-weight:bold; 
	color:black;
	vertical-align:top;
	display:inline-block;
}

.servarrow
{
	float:left;
	display:inline-block;

}



#menushadow
{
    float:right;
    display:inline;
    width:10px;
    height:506px;
    background-image:url(../images/subnav-shadow.png);
}

#bottomtear
{
    background-image:url(../images/background2.jpg);
    background-repeat:repeat;
    background-position:bottom;
	padding:0px;
	margin:0px;
}

#authorsimage
{
}

#breadcrumbstitle
{
}
#breadcrumbs
{
}
#title
{
}

.tweet
{

	   margin:5px 10px 5px 10px;
}

.tweetodd
{

	   margin:5px 10px 5px 10px;
	   background-image:url(../images/list-background.png);
	   background-repeat:repeat;
}


.twitterlogo
{
	   margin-right:10px;
	   float:left;
}

.tweetdes
{
	  width:225px;
	  float:left;
}

/*--------------------search------------------*/
#ajaxSearch_submit 
{
	position:relative;
	top:-4px;  
	width:25px;
	height:22px;
	margin:0;  
	background-image:url(../images/button-search.gif);
	background-repeat:no-repeat;  
	border: 0;  
	cursor:pointer;  
	font-size:0; 
padding:0px;
	margin:0px; 
 }

#ajaxSearch_form
{
	width:auto;
	height:30px;
}

fieldset
{
	border:0px;
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}

/*--------------------image gallery--------------------*/

.stepcarousel
{
position: relative; /*leave this value alone*/
border: 0px;
overflow: scroll; /*leave this value alone*/
width: 510px; /*Width of Carousel Viewer itself*/
height: 296px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt
{
position: absolute; /*leave this value alone*/
left: 10px;
top: 20px;
}

.stepcarousel .panel
{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 155px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#slideshow
{
   display:inline-block;
   background-image:url("../images/books-background.png");
   float:left;
   width:606px;
   height:197px; 
}

#mygallery
{
    display:inline-block;
    float:left;
    left:48px;
    height:197px;
}

/*------------ditto--------------*/

#employeebio
{
	display:block;
	width:600px;

}
#employeepic
{
	float:left;
	padding-right:10px;
	display:inline-block;
}

#employeebioabt
{
	float:left;
	display:inline-block;	
}

#employeeinfo
{
	float:left;
	display:inline-block;
	width:440px;
}

#bookbio
{
	display:inline-block;
	width:100%;
}
#bookpic
{
	float:left;
	padding-right:10px;
	display:inline;
	width:150px;
	height:120px;
}

#bookinfo
{
	float:left;
	display:inline;
	width:520px;
}

#authorProfile
{
	display:block;
	width:100%;
}
#authorpic
{
	float:left;
	padding-left:10px;
	width:138px;
	height:140px;
	display:inline;
}

#authorInfo
{
	float:left;
	display:inline;
	width:475px;
}






.dashes 
{
display:block;
float:left;
width:500px;
border-top: 1px dashed #000000;
margin-top: 5px;
}

#dot
{
   background-image:url(../images/mainnav-line.gif);
   background-repeat:repeat-x;
   height:2px;
   width:606px;
   display:inline-block;
   float:left;
}

hr
{
  background-image:url(../images/mainnav-line.gif);
   background-repeat:repeat-x;
   height:2px;
   width:606px;
   display:inline-block;
   float:left;
}

img
{
border:none;
}

/*-------------wayfinder------------------*/

#author-resourcesnav td
{
	vertical-align:top;
}

#author-resourcesnav ul
{
	list-style-image:url("../images/arrow.png");
		
}

#author-resourcesnav li
{	
}

#author-resourcesnav a
{
	text-decoration:none;
	text-align:left;
	vertical-align:top;
}


#bookprod td
{
cursor:hand;
}

#oddevents
{
padding-top:5px; 
padding-left:10px; 
padding-bottom:5px; 
padding-right:10px; 
background-image:url("../images/list-background.png"); 
background-repeat:repeat;
}

.errors
{
font-weight:bold;
color:red;
}

#homefeature a
{
text-decoration:none;
}

#panel-wrapper
{
width:602px;
height:252px;
}




