/*
      Layout Framework by Anita Schafer of Schoolhouse Partners
	  email: webmaster@schoolhousepartners.net
	  
*/


/* -------------------------- */
/* HTML RESET                 */
/* -------------------------- */

/* reset whitespace */
* { padding: 0; margin: 0; }

html, body {
 padding: 0;
 margin: 0;
 height: 100%;
}


/* -------------------------- */
/* HTML TAG DEFINITION        */
/* -------------------------- */

body {
 background: #EBECF0;
 font: 11px/1.65em Verdana, Arial, Helvetica, sans-serif;
 line-height: 1.65em;
}

h1 {
 color: #002266;
 line-height: 1.7em;
}
	
h2 {
 color: #003399;
 line-height: 1.65em;
 padding-bottom: .3em;
}

h3 {
 color: #669900; /* B2CA3B; */
 padding-bottom: .25em;
}

p {
 padding-bottom: 1.65em;
}

blockquote {
 background: #CBCFD6;
 margin-bottom: 15px;
 padding: 15px;
 color: #000;
 font: normal 13px Georgia, Times New Roman, serif;
 line-height: 1.75em;
}


/* -------------------------- */
/* PAGE ELEMENTS              */
/* -------------------------- */

/* -------------------------- */
/* CONTAINER                  */
#container {
 background: #FFF url(../images/background-mid.jpg) top center repeat-y;
 color: #333;
 margin: 0 auto;
 padding: 0;
 position: relative;
 width: 950px;
}

#containerBottom {
 background: transparent url(../images/background-bottom.jpg) no-repeat;
 clear: both;
 height: 46px;
 margin: 0 auto;
 width: 950px;
}

/* -------------------------- */
/* BILLBOARD                  */
#billboard {
 clear: both;
 height: 200px;
 margin: 0 auto;
 padding: 0;
 width: 900px;
}

	#billboard img {
	 margin: 0 auto;
	 border: 0;
	 padding: 0;
	 vertical-align: top;
	}


/* -------------------------- */
/* CONTENT                    */
#content-left {
 position: relative;
 top: 0;
 left: 25px;
 float: left;
 width: 520px;
 padding: 30px 45px 20px 35px;
}

	#content-left a {
	 color: #003399;
	 text-decoration: none;
	}
	
	#content-left a:hover {
	 color: #981908;
	 text-decoration: underline;
	}
	
	#content-left img {
	 border: 0;
	 float: left;
	 padding: 0 10px 10px 0;
	}
	
	#content-left h3 a {
	 color: #669900;
	 text-decoration: none;
	}
	
	#content-left h3 a:hover {
	 color: #981908;
	 text-decoration: underline;
	}
	
	#content-left img.linkedin {
	 vertical-align: bottom;
	 border: 0;
	}
	
	#content-left p.linkedin {
	 font: 100% Arial, sans-serif;
	 color: #0783B6;
	}
	
	#content-left img.vol1 {
	 float: left;
	 border: none;
	 padding-bottom: 30px;
	}
	
	#content-left img.vol2 {
	 float: left;
	 border: none;
	 padding-left: 20px;
	 padding-bottom: 30px;
	}

	#content-left ul {
	 list-style-type: none;
	 padding: 0;
	/* color: #666; */
	}
	
	#content-left ul li {
	 padding: 0 15px 10px 0;
	}
	
	#content-left ul li a {
	 color: #003399;
	 text-decoration: none;
	}

	#content-left ul li a:hover {
	 color: #981908;
	 text-decoration: underline;
	}
	
	#content-left ol {
	 padding: 0 0 10px 30px;
	}
	
	#content-left ol li {
	 padding: 0 15px 0 0;
	}
	


#content-right {
 position: relative;
 top: 0;
 left: -25px;
 border-left: 1px dashed #B2CA3B;
 float: right;
 padding: 30px 30px 20px 25px;
 width: 245px;

 color: #666;
 text-align: left;
}

	#content-right a {
	 color: #003399;
	 text-decoration: none;
	}
	
	#content-right a:hover {
	 color: #981908;
	 text-decoration: underline;
	}
	
	#content-right img {
	 float: left;
	}
	
	#content-right img.social1 {
	 float: left;
	 border: 0;
	 padding-top: 15px;
	 padding-bottom: 15px;
	}
	
	#content-right img.social2 {
	 float: left;
	 border: 0;
	}
	
	#content-right p.foundation {
	 clear: left;
	}

	/* sidebar */
	#sidebar {
	 float: left;
	 width: 190px;
	 margin: 0 0 10px 0;
	 padding: 0;	
	}
	
	#sidebar ul.sidemenu {
	 margin: 5px 0 15px 20px;
	 padding: 0;	
	 border-top: 1px dashed #CFD6CB;	
	}
	
	#sidebar ul.sidemenu li {
	 border-bottom: 1px dashed #CFD6CB;
	 list-style-image: url(../images/sidemenubullet.png);
	 list-style-type: square;
	 list-style-position: outside;
	}
	
	#sidebar ul.sidemenu a {
	 display: block;
	 color: #666666; 
	 text-decoration: none;
	 padding:.3em 0 .3em .3em;		
	 width: 94%;
	}
	
	#sidebar ul.sidemenu a:hover {
	 padding: .3em 0 .3em 10px;
	 background: #B2CA3B;	
	 color: #FFF;
	 font-weight: bold;
	}
	
	/* pubs menu */
	#pubsmenu {
	 float: left;
	 width: 190px;
	 margin: 0 0 10px 0;
	 padding: 0;	
	}

	#pubsmenu ul.pubslist {
	 margin: 5px 0 15px 0;
	 padding: 0;	
	 border-top: 1px dashed #CFD6CB;	
	}
	
	#pubsmenu ul.pubslist li {
	 border-bottom: 1px dashed #CFD6CB;
	 list-style-type: none;
	}
	
	#pubsmenu ul.pubslist a {
	 display: block;
	 color: #666666; 
	 text-decoration: none;
	 padding:.3em 0 .3em 0;		
	 width: 94%;
	}
	
	#pubsmenu ul.pubslist a:hover {
	 color: #981908;
	}
	

/* -------------------------- */
/* FOOTER                     */
#footer {
 clear: both;
 margin: 0 auto;
 width: 950px;
 padding-top: 50px;

 color: #999;
 text-align: center;
}

	#footer p {
	 padding: 0;
	}
	
	#footer a {
	 color: #899FCC;
	 text-decoration: none;
	}

	#footer a:hover {
	 color: #003399;
	 text-decoration: underline;
	}


/* -------------------------- */
/* HEADER                     */
#header {
 height: 100px;
 margin: 0 auto;
 padding: 0;
 width: 900px;
}

#header-left {
 float: left;
 height: 90px;
 margin: 0;
 padding: 0;
 width: 650px;
}

	#header-left img {
	 float: left;
	 border: 0;
	}

#header-right {
 float: right;
 width: 230px;
 height: 100px;
 padding-top: 10px;
 padding-right: 15px;
 text-align: right;
}

	ul#globals {
	 line-height: 1.1em;
	 padding-bottom: 10px;
	}

	ul#globals li { 
	 display: inline;
	}

	ul#globals li a {
	 color: #666;
	 text-decoration: none;
	 padding: 0px 10px;
	 border-right: 1px solid #899FCC;
	}

	ul#globals li a:hover {
	 color: #981908;
	 text-decoration: underline;
	 }

	ul#globals li.last a { 
	 border: none;
	 padding: 0px 0px 0px 10px;
	}
	
	form#hdrSearch {
	 clear: right;
	 float: right;
	 margin: 0;
	 margin-top: 6px; /* aligns vertical position */
	 white-space: nowrap;
	}

	form#hdrSearch input.sfield {
	 color: #999;
	 font-size: 9pt; 
	 line-height: 1.3em;
	 width: 190px;
	 margin: 0;
	 vertical-align: middle;
	}

	form#hdrSearch input.gobutton {
	 width: 28px;
	 height: 21px;
	 margin-left: 2px;
	 vertical-align: middle;
	}


/* -------------------------- */
/* NAVIGATION                 */
#navmenu-h {
 background: #DDD;
 clear: both;
 height: 25px;
 margin: 0 auto;
 padding: 0;
 width: 900px;
}

	ul#navmenu-h {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 position: relative;
	}

	ul#navmenu-h ul {
	 width: 160px; /* Sub Menu Width */
	 margin: 0;
	 list-style: none;
	 display: none;
	 position: absolute;
	 top: 100%;
	 left: 0;
	}

	ul#navmenu-h ul ul,
	ul#navmenu-h ul ul ul {
	 top: 0;
	 left: 100%;
	}

	ul#navmenu-h li {
	 float: left;
	 display: inline;
	 position: relative;
	}

	ul#navmenu-h ul li {
	 width: 100%;
	 display: block;
	}

	/* Root Menu */ 
	ul#navmenu-h a {
	 border-right: 1px solid #FFF;
	 border-bottom: 1px solid #FFF;
	 padding: 6px;
	 float: left;
	 display: block;
	 background: #DDD;
	 color: #666;
	 font: bold 11px Arial, sans-serif;
	 text-decoration: none;
	 height: 1%;
	}

	/* Root Menu Hover Persistence */ 
	ul#navmenu-h a:hover,
	ul#navmenu-h li:hover a,
	ul#navmenu-h li.iehover a {
	 background: #B2CA3B;
	 color: #FFF;
	}

	/* 2nd Menu */ 
	ul#navmenu-h li:hover li a,
	ul#navmenu-h li.iehover li a {
	 float: none;
	 background: #BBB;
	}

	/* 2nd Menu Hover Persistence */ 
	ul#navmenu-h li:hover li a:hover,
	ul#navmenu-h li:hover li:hover a,
	ul#navmenu-h li.iehover li a:hover,
	ul#navmenu-h li.iehover li.iehover a {
	 background: #003399;
	}

	/* 3rd Menu */ 
	ul#navmenu-h li:hover li:hover li a,
	ul#navmenu-h li.iehover li.iehover li a {
	 background: #999;
	}

	/* 3rd Menu Hover Persistence */ 
	ul#navmenu-h li:hover li:hover li a:hover,
	ul#navmenu-h li:hover li:hover li:hover a,
	ul#navmenu-h li.iehover li.iehover li a:hover,
	ul#navmenu-h li.iehover li.iehover li.iehover a {
	 background: #666;
	}

	/* 4th Menu */ 
	ul#navmenu-h li:hover li:hover li:hover li a,
	ul#navmenu-h li.iehover li.iehover li.iehover li a {
	 background: #666;
	}

	/* 4th Menu Hover */ 
	ul#navmenu-h li:hover li:hover li:hover li a:hover,
	ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	 background: #333;
	}

	/* Hover Function - Do Not Move */ 
	ul#navmenu-h li:hover ul ul,
	ul#navmenu-h li:hover ul ul ul,
	ul#navmenu-h li.iehover ul ul,
	ul#navmenu-h li.iehover ul ul ul {
	 display: none;
	}

	ul#navmenu-h li:hover ul,
	ul#navmenu-h ul li:hover ul,
	ul#navmenu-h ul ul li:hover ul,
	ul#navmenu-h li.iehover ul,
	ul#navmenu-h ul li.iehover ul,
	ul#navmenu-h ul ul li.iehover ul {
	 display: block;
	}


/* -------------------------- */
/* CUSTOM CLASSES             */
/* -------------------------- */
.buynow {
 padding-right: 12px;
 background: transparent url(../images/b008.gif) no-repeat center right;
}

#content-left p.question {
 color: #003399;
 font-weight: bold;
 padding-bottom: 1.2em;
}

#content-left p.question a, a:hover {
 text-decoration: none;
}

#content-left p.answer {
 padding-left: 15px;
 color: #333;
 padding-bottom: 1.3em;
}

#content-left h1.booktitle {
 line-height: 1.1em;
 padding-bottom: 8px;
}
	
/* content-left lists */
#content-left ul.books {
 list-style-position: outside;
 list-style-type: square;
 margin-left: 30px;
 padding: 0 0 20px 0;
}

#content-left ul.books li{
 padding-bottom: .3em;
 color: #333;
}

#content-left ul.faqs {
 list-style-position: outside;
 list-style-type: square;
 margin-left: 15px;
 padding: 0;
}

#content-left ul.faqs li {
 color: #669900;
 font-weight: bold;
 padding-bottom: .5em;
}
	
#content-left ul.faqs li a {
 color: #669900;
 text-decoration: none;
}

#content-left ul.faqs li a:hover {
 color: #981908;
 text-decoration: underline;
}

#content-left ul.partners {
 list-style-position: outside;
 list-style-type: square;
 margin-left: 30px;
 padding: 0 0 10px 0;
}

#content-left ul.partners li {
 color: #333;
 padding: 0;
}

#content-left ul.vendors {
 list-style-type: none;
 margin-left: 15px;
 padding: 0 0 10px 0;
}

#content-left ul.vendors li {
 padding-bottom: 1.5em;
}


/* css buttons */
.cssbutton {
background-color: #B2CA3B;
border: 2px #d1ec4c outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

/*
.cssbutton:visited{
color: black;
}
*/

.cssbutton:hover {
border-style: inset;
background-color: #FFC95C;
color: white;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active {
color: black;
}

	
#jobs {
 float: left;
 width: 100%;
 margin: 0;
 padding: 0;	
}

#jobs h4 {
 color: #333;
 margin-left: 1.5em;
 padding-bottom: .3em;
}

#jobs p {
 margin-left: 1.5em;
}

#jobs ul.joblisting {
 list-style-type: none;
 margin-left: 2em;
 color: #666;
}

#jobs ul.joblisting li {
 background: transparent url(../images/icon_check.png) no-repeat top left;
 padding-left: 20px;
 padding-bottom: .4em;
}

#jobs p.disclaimer {
 font-size: 90%;
 font-style: italic;
 line-height: 1.3em;
 padding-bottom: 1em;
}

.italic {
 font-style: italic;
}

.price {
 color: #981908;
 font-weight: bold;
}

#twitter_div ul.twitter_update_list {
 list-style-type: none;
}

#twitter_div ul.twitter_update_list li {
 border-bottom: 1px dashed #B2CA3B;
 padding-bottom: 10px;
 padding-top: 10px;
}

.underline {
 text-decoration: underline;
}


/* -------------------------- */
/* CONTACT FORM               */
#contactform {
 font-family: verdana;
 width: 100%;
}

#contactform h1 {
 font-size: 130%;
}

#contactform img {
 border: 0px;
}

#contactform .errors {
 color: #ff0000;
}

#contactform .correct {
 color: black;
}

#contactform legend {
 font-size: 120%;
 font-weight: bold;
}

#contactform .title {
 color: #669900;
 font-weight: bold;
 font-size: 90%;
 margin-top: 2px;
 margin-bottom: 5px;
}

#contactform .field {
 color: #333;
 font-size: 90%;
 margin-bottom: 7px;
}

#contactform .small {
 font-size: 100%;
}

#contactform .thanks {
 margin-top: 15px;
 color: #B2CA3B;
 font-size: 105%;
 margin-bottom: 15px;
}

/* -------------------------- */
/* BOOK CATALOG               */
.cat_item {
 border-bottom: 1px dashed #B2CA3B;
 float: left;
 margin: 10px 0;
 padding: 0 0 5px 0;
 width: 100%;
}

	img.cat_item {
	 float: left;
	 border: 0;
	 padding: 5px;
	}

.cat_info {
 padding-right: 20px;
 background: transparent url('../images/info_a.gif') no-repeat center right;
}



/* -------------------------- */
/* COLOR PALETTE              */
/* -------------------------- */

/*
	dark blue	#002266
	blue		#003399
	green1		#759963
	light grey	#CFD6CB
	yellow		#FFC95C
	greyblue	#899FCC
	lt greyblue	#CBCFD6
	nearwhite	#EBECF0
	green2		#B2CA3B
	red-brown	#981908
*/

