@charset "UTF-8";
/* CSS Document */



/*---------------------------------------------------- 
       F O U N D A T I O N 
-----------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #9999cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
	color: #000;
	
	}

a:link, a:visited {
	color: #000066;
	text-decoration: none;
	border: 0;
	}

a:hover {
	color: #cbcbf3;
	text-decoration: underline;
	border: 0;
	}

.hide {
	display: none;
}

img { 
	border: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	}
	
	
		
/*-------
--------------- HEADER & NAV ------------------*/


#masthead-wrapper {
	width: 100%;
	height: 217px;
	background: url(../images/global/masthead/masthead-background.gif) 0 0 repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	#masthead img { display: inline;}

#masthead {
	width: 886px;
	height: 181px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
	
#navigation {
	width: 886px;
	height: 36px;
	background:url(../images/global/nav-08/nav-bckgd.gif) 0 0 repeat-x;
	margin: 0 auto;
	}

#navigation ul {
	list-style: none;
	margin: 0px auto 0 140px;
	height: 30px;
	}

#navigation li, #navigation li a {
	float: left;
	height: 30px;
	}

#subnavigation {
	width: 100%;
	height: 20px;
	background: #7373a8;
	margin: 0;
	padding: 0;
	}
#subnavigation ul{
	width: 886px;
	margin: 0 auto;
	list-style: none;
	height: 20px;
	}
	#subnavigation li {
	float: left;
	height: 20px;
	color: #ffffcc;
	}
	#subnavigation li, #subnavigation li a, #subnavigation li a:link {
	color: #ffffcc;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 11px;
	}
#subnavigation li.subnav-spacer {
	color: #8d8dc5;
	font-weight: bold;
	margin: 0 10px;
	}
#subnavigation li.meet {
	margin-left: 470px !important;
	margin-left: 230px;
	}

#subnavigation li a:hover {
	color: #232357;
	text-decoration: none;
	}


/*-------
--------------- CONTENT WRAPPER ------------------*/

#content-wrapper {
	width: 886px;
	margin: 0px auto 0 auto;
	padding: 0;
	background: #9999cc;
	position: relative;
	clear: left;
	}
	#content-wrapper p {
		margin: 3px 5px 0 0;
		padding: 4px 0 6px 0;
		}

/* following allows container to wrap around floats */
#content-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}

#content {
	width: 720px;
	margin: 30px auto 0 auto;
	position: relative;
	}
	#content p {
		margin: 4px 20px 0px 0;
		padding: 6px 0 6px 0;
		}
	

/*---------------------------------------------------- 
       PURPLE BOXES 
-----------------------------------------------------*/

.purple-box {
	width: 240px;
	background: url(../images/global/purple-box/box-back.gif) 0 0 repeat-y;
	text-align: center;
	}
.purple-box img {
	display: inline;
	}
.purple-box a:link, .purple-box a:visited {
	color: #f6c669;
	}
.purple-box a:hover {
	text-decoration: none;
	color: #cbcbf3;
	}

.purple-box-middle {
	width: 240px;
	background: url(../images/global/purple-box/box-back.gif) 0 0 repeat-y;
	text-align: center;
	margin-left: 80px;
	}
.purple-box-middle img {
	display: inline;
	}
.purple-box-right {
	float: right;
	width: 240px;
	background: url(../images/global/purple-box/box-back.gif) 0 0 repeat-y;
	text-align: center;
	margin: 4px 0 4px 25px;
	}
.purple-box-right img {
	display: inline;
	}
.purple-box-left {
	float: left;
	width: 240px;
	background: url(../images/global/purple-box/box-back.gif) 0 0 repeat-y;
	text-align: center;
	margin: 4px 25px 4px 0px;
	}
.purple-box-left img {
	display: inline;
	}




.bottom-box {
	margin: 0;
	padding: 0;
	}
*+html .bottom-box {
	margin: 0px 0 -4px 0;
	padding: 0px 0 0px 0;
	}
	




/*---------------------------------------------------- 
       H O M E 
-----------------------------------------------------*/


#home-left-col {
	position: relative;
	float: left;
	width: 526px;
	margin: 30px 0 10px 0;
	padding: 0;
	}
#home-left-col p {
	margin: 4px 50px 5px 20px;
	padding: 6px 0;
	}

#home-right-col {
	position: relative;
	float: right;
	width: 276px;
	margin: 30px 0 0 0;
	padding: 0;
	}

	

/*---------------------------------------------------- 
       F A Q 
-----------------------------------------------------*/
#faq-wrapper {
	width: 820px;
	margin: 5px 0 0 30px;
	position: relative;
	}
	#faq-wrapper p {
		margin: 8px 5px 8px 0;
		padding: 8px 0 6px 0;
	}


#faq-right {
	position: relative;
	float: right;
	padding: 10px 15px 10px 15px;
	margin: 70px 5px 0 0;
	width: 310px;
	background-color: #7575aa;
	border: 1px solid #cbcbe8;
	}
	#faq-right p {
		margin: 3px 5px 0 0;
		padding: 4px 0 6px 0;
		}
#faq-left {
	position: relative;
	width: 450px;
	margin: 5px 0 0 30px;
	}
	#faq-left p {
		margin: 8px 5px 8px 0;
		padding: 8px 0 6px 0;
	}

/*---------------------------------------------------- 
       C O M I N G
-----------------------------------------------------*/
#coming-left {
	width: 410px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	}
	#coming-left p {
	margin: 4px 15px 0 10px;
	}
	

#coming-right {
	width: 410px;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	}
	#coming-right p {
	margin: 4px 15px 0 10px;
	}
	
	
	
	
/*---------------------------------------------------- 
       BOOKS
-----------------------------------------------------*/	

#books-narrow {
	position: relative;
	float: left;
	width: 200px;
	margin: 10px 0 0 10px;
	}

#books-feature1 {
	position: relative;
	float: left;
	width: 300px;
	margin: 10px 0 0 10px;
	}
#books-feature2 {
	position: relative;
	float: left;
	width: 300px;
	margin: 10px 0 0 10px;
	}



/*---------------------------------------------------- 
      INDIV BOOKS
-----------------------------------------------------*/	

#indiv-cover-col {
	position: relative;
	float: left;
	width: 242px;
	margin: 15px 0 0 30px;
	}
#indiv-blurb-col {
	position: relative;
	float: left;
	width: 500px;
	margin: 45px 0 0 30px;
	}
#book-content {
	width: 720px;
	margin: 30px auto 0 auto;
	position: relative;
	}
	#book-content p {
		margin: 4px 20px 0px 0;
		padding: 6px 0 6px 0;
		}
	#book-content img {
		display: inline;
		}
		
#book-news {
	float: right;
	background-color: #CAC9FB;
	width: 182px;
	margin: 0 0 10px 15px;
	padding: 15px;
	}

	
/*---------------------------------------------------- 
       F O O T E R 
-----------------------------------------------------*/

#footer {
	width: 886px;
	position: relative;
	clear: both;
	margin: 0 auto 5px 0;
	padding: 5px 0 10px 0;
	text-align: center;
	}
#footer p {
	color: #515185;
	font-size: 11px;
	}
	



/*---------------------------------------------------- 
       I M A G E  S P A C E R S 
-----------------------------------------------------*/

.inline {
	display: inline;
	}

.line-spacer {
	margin: 15px 0 15px 0;
	}
.line-spacer-big {
	margin: 26px 0 26px 0;
	}

.header-spacer {
	margin: 30px 0 5px 0;
	}
	
.photo-spacer-left {
	margin: 0px 30px 0px 4px;
	}
.photo-spacer-right {
	margin: 4px 0px 6px 30px;
	}


.spacer {
	clear: both;
	}





/*---------------------------------------------------- 
       T E X T  S Y T L E S 
-----------------------------------------------------*/




h1 {
	font-size: 18px;
	color: #961C83;
	margin: 9px 0 0 45px;
	padding: 2px 0 4px 0;
	line-height: 1.3;
	font-weight: normal;
	}



.bodytext {  
	font-size: 14px; 
	line-height: 1.6;
	}
.bodytext-medium {  
	font-size: 11px; 
	}

.bodytext_small { font-size: 10px; }
.bodytext_tiny {  font-size: 9px; }
.bodytextbig { font-size: 15px; }
.bodytextbigger { font-size: 19px; }

.bodytextcaps { 
	text-transform: uppercase;
	font-size: 16px; 
	letter-spacing: .08em;
	}

.booktitle {  
	font-weight: bold; 
	font-style: italic;
	}
.booktitle-big {  
	font-size: 16px; 
	font-weight: bold; 
	font-style: italic;
	}
	
.bodytext_bold {  
	font-size: 13px; 
	font-weight: bold;
	}
.bold-blue {
	color: #474a81;
	font-weight: bold;
	}
.bold-periwinkle {  
	font-size: 13px; 
	font-weight: bold; 
	color: #666699;
	}
.bold-periwinkle-big {  
	font-size: 16px; 
	font-weight: bold; 
	color: #666699; 
	}
.bold-periwinkle-bigger {  
	font-size: 19px; 
	font-weight: bold; 
	color: #666699; 
	}
.purple-text {   
	font-size: 13px; 
	line-height: 1.5;
	font-weight: normal; 
	color: #333075;
	}
.bold-purple {  
	font-size: 13px; 
	font-weight: bold; 
	color: #333075;
	}
.bold-purple-big {  
	font-size: 14px; 
	font-weight: bold; 
	color: #333075;
	}
.extra-bold-pink {  
	font-size: 14px; 
	font-weight: bold; 
	color: #ff9999;
	}
.yellow-text {
	color: #f6c669;
	font-size: 14px;
	font-weight: bold;
	}
	
.yellow-large {
	color: #f6c669;
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
	}

.salmon-large {
	color: #ff9966;
	font-size: 21px;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	}

.lt-blue-large {
	color: #dce8ff;
	font-size: 21px;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	}

.white-bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffcc;
	}
.white-text-big {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffcc;
	}
.white-boldtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffcc;
	line-height: 0.8em;
	}
.purple-header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333075;
	}
