/* Base Template CSS */

/* reset whitespace */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 margin:0;
 padding:0;
}

/* basic layout */
body {
 font-family:Verdana, Helvetica, sans-serif;
 font-size: 11px;
 color: #000;
 line-height: 18px;
/*background: #333 url(../images/bg_body.jpg) top left repeat-x;*/
}

a img {
 border: 0px;
 outline: none;
}

.center {
 margin: 0 auto 0 auto;
}

.left {
 float: left;
}

.right {
 float: right;
}

.clear { 
 clear: both; 
 height: 0; 
 margin: 0;
}


/*
#footer {
 height: 100px;
 padding-top: 15px;
 color: #000;
 margin-top: 1px;
 border: 1px solid cyan;
}

/* header */

/*.bgBlue{
	background: #8AA4A8 url(/images/bg_blue.jpg) repeat-y top;	
}

.bgPink{
	background: #AD1254 url(/images/bg_pink.jpg) repeat-y top;
}

.bgBeige{	
	background: url(/images/bg_beige.jpg) repeat-y top;	
}

.bgGreen{
	background: #9AA51B url(/images/bg_green.jpg) repeat-y top;
}
*/

#menuBack{
	position:absolute;
	left:0px;
	top:36px;		
	height:107px;		
	z-index:300; 
	width:100%;
}
/*
.menuBlue{
	background: url(/images/menu_blue.png);
}

.menuPink{
	background: url(/images/menu_pink.png);
}

.menuBeige{	
	background:url(/images/menu_beige.png);		 
}

.menuGreen{		
	background: url(/images/menu_green.png);	
}
*/
#menuFront{
	position:absolute;
	left:0px;
	top:40px;		
	height:107px;
	width:100%;
	z-index:600;  
}


#navWrapper{
	width:884px;
	margin:auto;	
}

#nav {	
	float:left;	
}

#navHome {	
	float:left;	
}

#nav ul , #navHome ul{ 
 position:relative;
 top: 28px;
 left: 0px;
 list-style-type: none; 
}

#nav ul {
	width:650px;
	margin:auto;
	float:left;
}

#navHome ul{
	width:234px;	
}


#nav li,#navHome li{
 height: 20px;
 display: inline; 
}

#navHome li{
	padding-right:23px;	
}

#nav a,
#nav a:visited ,
#navHome a,
#navHome a:visited{
 display: inline;
 color: #DEE5E5;
 text-decoration: none;
 font-family: Arial;
 font-size: 16px;
 margin-top: 0px;
 padding: 0px 6px 0px 6px;
}

#nav a:hover,
#navHome a:hover {
 color: #DEE5E5;
}

#nav li.current a,
#nav li.current a:visited, 
#navHome li.current a,
#navHome li.current a:visited {
 color: #DEE5E5;
}

/* links */

a,
a:visited {
 color: #DEE5E5;
 text-decoration: none;
}

a:hover {
 color: #DEE5E5;
 text-decoration: underline;

 
}

#outerWrapper{
	margin:auto;
	width:1100px;
	height:800px;
	
}

#leftDiv{	
	width:759px;
	height:1000px;
	float:left;	
	
}
#rightDiv{	
	width:341px;
	height:1000px;
	float:left;		
}

#header{		
	width:759px;
	height:175px;
	float:left;	
}

#headingTxt{	
	position:relative;
	left:115px;
	top:121px;
	width:472px;
	height:55px;			
}

#content{
	position:relative;
	width:756px;
	height:1000px;	
}

#contentTop{
	width:759px;		
}

#contentMainImg{
	width:108px;
	height:161px;
	margin:39px 15px 42px 112px;
	float:left;	
	border:none;		
}

#contentMainCopy{	
	float:left;
	margin-top:39px;
	width:360px;
	height:161px;	
}

#contentMainCopy hr{
	color:black;
	background-color:black;
	height:1px
}

#contentMainCopy h1{
	margin-bottom:4px;
	font-size:24px;
	color:#fff;	
	line-height:90%;
}

#contentMainCopy p{		
	color:#fff;
	margin-bottom:10px;
	line-height:120%;
}

#contentMainCopy p.fixedTxt{		
	color:#000;		
	margin-bottom:0px;
}

#contentMainCopy p.footerTxt{		
	color:#000;
	margin-top:20px;
	margin-bottom:0px;
}

#bookList{		
	margin:0px 112px 20px 112px;	
}

#imgShadow{	
	margin:3px 12px 15px 0px;
	border:none;
	width:116px;
	height:169px;
	background:url(/images/shadow.png);
	float:left;
	cursor:pointer;
}


#imgShadowSmall{	
	margin:3px 11px 15px 0px;
	border:none;
	width:65px;
	height:95px;
	background:url(/images/shadowS.png);
	float:left;
	cursor:pointer;
}

#imgShadowSmall img{	
	position:relative;
	top:0;
	left:0;
}

#bookList #imgShadow img,
#bookList #imgShadowSmall img{	
	width:108px;
	height:161px;
}

#plainPage{
	font-family:verdana;
	margin-left:101px;
	background:#fff;
	width:460px;	
	padding:20px;	
	float:left;
}

#bookPage{
	font-family:verdana;
	margin-left:101px;
	background:#fff;
	width:460px;
	padding:20px;	
	float:left;
	
}

#bookImg{	
/*	-moz-transform: rotate(-90deg);*/
}

#bookImg img{
	position:absolute;
	z-index:800;
	top:39px;
	left:356px		
}

#plainPage h2{
	color:#666666;
	font-size:20px;
	font-weight:normal;
	margin:10px 0px 30px 0px;
}

#plainPage p, 
#bookPage p{
	color:#666666;
	font-size:11px;
	margin-bottom:10px;
	line-height:120%;		
}

#plainPage p a b{
	color:#526C6D;	
}

#bookTxt{
	margin:40px 0px 40px 0px;
	width:229px;
}

#bookTxt p{
	color:#666666;
	font-size:11px;
	line-height:120%;
	margin-bottom:10px;
	
}

#bookmark{	
	width:234px;
	height:100%;	
	/*float:left;	*/
}

#icons{
	position:relative;
	top:21px;
	width:228px;
	height:23px;
	padding-right:6px;				
}

#icons a img{
	padding-right:5px;
}

#photo{
	margin-top:74px;
	width:234px;
	height:128px;	
}

#bookmarkInner{
	width:194px;
	height:100%;
	padding:20px;
	
}

#bookmarkInner h4{
	font-weight:bold;
	color:#526C6D;
	font-size:11px;
}

#bookmarkInner b{
	color:#526C6D;
}

#bookmarkInner p{
	margin-bottom:12px;
	line-height:120%;
}

#bookmarkInner hr{
	color:#8aa4a8;
	background-color:#8aa4a8;
	height:0.5px;
	margin-bottom:12px;	
}

#footer a{
	color:#000;
}

.formLabel{
	width:100px;
	float:left;
}

#thinkLink{
	position:relative;
	margin-top:50px;
}

#thinkLink a{
	color:#000;
}