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

#indexcontent {
	position:relative;
	float:left;
	z-index:20;
	width:700px;
	padding:20px;
	margin:0px;
	background-color:#FFFFFF;
	}
#indexzone-ads {
	position:relative;
	float:none;
	width:639px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;
		}

#indexzone-ads img {
	padding-right: 10px;
}


#verse {
	position:relative;
	float:left;
	width:640px;
	padding:8px 10px 5px 10px;
	margin:0px 0px 5px 0px;
	background-image:url(/images/index/verse-bg.jpg);
	color:#FFF;
}

.formclass {
position: static;
overflow: hidden;
display: inline;
vertical-align:middle;

}

.gobutton {
text-align: center;
vertical-align:middle;
display: inline;
padding:0;
margin:0;
}

a.arialo, a.arialo:link, a.arialo:hover, a.arialo:active, a.arialo:visited {
	font-size: 16px;
	font-weight: bold;
	color:#70050E;
	text-decoration:none;
}
/*
#indexbestsellers {
	position:relative;
	float:left;
	clear:both;
	width:639px;
	padding:12px 0;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background: #F1F1F1 url(/images/index/bestsellers-bg.jpg) repeat-x top left;
	border: 1px black solid;
}

#list {
	height:246px;
	width:180px;
	background: url(/images/index/list-bg.png) no-repeat top left;
	margin:10px 0 0 0;
	padding: 0 10px;

}

#list ul {
	padding: 10px;
	list-style: none;
}
#list li {
	font-size: 13px;
	font-weight: bold;
	padding:5px 0;
	border-bottom:solid 1px #666666;
}

#list li a, #list li a:link, #list li a:visited {
	color:#666666;
	text-decoration:none;
	padding-left:11px;
	} 
	
#list li a:hover, #list li a:active {
	color:#5E002D;
	text-decoration:none;
	background: url(/images/index/bestseller-arrow.png) no-repeat left;
	*background: url(/images/index/bestseller-arrow.gif) no-repeat left;
	} 
*/
#indexctpanel {
	position:relative;
	float:left;
	clear:both;
	width:639px;
	padding:12px 0;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background: #ED9A20 url(/images/index/panels-bg.jpg) repeat-x top left;
	border: 1px black solid;
}

#panels-left {
	position:relative;
	float:left;
	width:160px;
	padding:0 24px;
	margin: 24px 0 0;
	}
	
#panels-right {
	position:relative;
	float:left;
	width:382px;
	padding:0 24px;
	margin: 24px 0 0;
	border-left: 1px white solid;
	}


#indexctpanel ul {
	list-style: inside ;
			color: #531306;

	margin: 10px 0;
	padding: 0px;
}
#indexctpanel li {
	margin: 8px 0;
}
#indexctpanel li a{
		font-size:14px;
		color: #531306;
		text-decoration:none;
		font-weight:normal;
}
#indexctpanel h1 {
	color: #000;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

#indexctpanel p {
	text-align:center;
	padding:10px 0;
	}
	
#panels-left a, #panels-left a:link, #panels-left a:active, #panels-left a:hover {
	
	font: normal 14px/17px  Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:underline;
}

#biblequote {
	color: #FFFFFF;
	background: #3B000A;
	padding: 5px;
	width: 650px;
	margin-bottom: 10px;
}
#biblequote strong {
	text-align: center;
}
#biblequote p {
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#biblequote .right {
	font-weight: normal;
	text-align: right;
}
.indexshadow {
	background: url(/images/GUI/indexshadow.jpg) no-repeat center top;
	height: 7px;
	width: 700px;
	padding: 0px;
	margin-bottom: 5px;
*margin-bottom: 0px;
}

/*gpa slider*/
	* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		
		
		#sliderbody {
	background: #D9D9D9 url("/images/index/gpa-bg.jpg") repeat-x top left;
	color: #000;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	text-align: center;
	padding-bottom: 20px;
	border: solid 1px #333333;
		}
		
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 5px 0;
			position: relative;	

			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 179px; background: #fff; overflow: hidden}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			/*border: 5px solid #000;  this is the border. should have the same value for the links */
			margin: auto;
			width: 550px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 200px;
			clear: both;
			/*background: #fff;*/
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 550px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel img {
		margin:0 4px;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
	
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 100px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("/images/index/left.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("/images/index/right.png") no-repeat center;
		}
		
		#moresellers {
		float:right;
		padding: 0 30px 0 15px;
		margin:5px 0 0;
		text-align:right;
		width:auto;
		background: url("/images/index/more-arrow.png") no-repeat left;
		*background: url(/images/index/more-arrow.gif) no-repeat left;
		}
		
		#moresellers a {
		text-decoration:none;
		color:#5E002D;
		font-weight:bold;
		}
		
		.gpa {
		margin-top:20px;
		}
		
	#content-middle .authortable tr td ul li a {
	text-decoration: underline;
}

.borderbox { border: 1px solid #CCCCCC; margin: 10px 0px 10px 0px; padding: 2px;}

.clear { clear:both;}

#booksellers { position:relative; margin: 30px;}
#booksellers ul  { margin:0px; padding: 0px;}
#booksellers ul li {
	list-style: none;
	float: left;
	position: relative;
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#content-middle table tr td {
	padding: 8px;
}
.sponsors {
	text-align: center;
	margin-top: 20px;
}
.sponsors p img {
	margin: 0px 10px;
}

