/* CSS Document */
.jcarousel-skin-tango .jcarousel-container {
    background: none;
	position:relative;
   
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 655px;
    padding: 3px 28px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  623px;
    height: 385px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 200px;
    height: 380px;
	border: 1px solid #ffffff;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 8px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 168px;
    right: 3px;
    width: 43px;
    height: 43px;
    cursor: pointer;
    background: transparent url(images/nextwork.png) no-repeat 0 0;
	z-index: 150;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -43px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -86px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -129px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 168px;
    left: -30px;
    width: 43px;
    height: 43px;
    cursor: pointer;
    background: transparent url(images/prevwork.png) no-repeat 0 0;
	z-index: 150;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -43px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -86px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -129px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 43px;
    height: 43px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
  
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 200;
    display: none;
}

.jcarousel-prev {
    z-index: 200;
    display: none;
}

body {
	font-family: georgia, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(images/);
	background-color: #fff; 
	background-repeat: no-repeat; 
	background-position: top-left;
	background-attachment: fixed; 
	margin: 0px;
	text-decoration: none;
	}

#container {
	margin: 0 auto;
	width: 776px;
	position: relative;
	background: transparent url() left top repeat-y;
	z-index: 1;
	margin-bottom: 50px;
	
}



#intro	{
	position: absolute;
	width: 1000px;
	font-style: italic; 
	line-height: normal; 
	font-variant: normal;
	text-transform: capitalize; 
	z-index: 1;
	}
	
#banner	{
	position: absolute;
	left: 11px;
	top: -20px;
	width: 900px;
	height: 110px;
	background: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: top-left;
	z-index: 0;
	}	

#strip	{
	position: absolute;
	left: -7px;
	top: 80px;
	width: 900px;
	height: 30px;
	background: url(images/strip.png);
	background-repeat: no-repeat;
	background-position: top-left;
	z-index: 0;
	}	

#line	{
	position: relative;
	left: -1px;
	top: 80px;
	height: 1px;
	background: url(images/line.jpg);
	background-repeat: repeat-x;
	background-position: top-left;
	z-index: 1;
	}	
	
	#logospot	{
	position: absolute;
	left: 463px;
	top: -14px;
	width: 394px;
	height: 94px;
	background: url(images/logospot.png);
	background-repeat: no-repeat;
	background-position: top-left;
	z-index: 1;
	}	
#featuredbooks {
	postion: absolute;
	background: none;
	width: 660px;
	height: 650px;
	margin-top: 30px;
	margin-left: 67px;
	padding: 0;
	text-align: left;
	
}

#pageHeader H1	{
	position: absolute;
	top: 278px;
	left: 720px;
	color: #E8E9CF;
	font-size: 70px;
	}


#pageHeader H2	{
	position: absolute;
	top: 330px;
	left: 1280px;
	color: #E8E9CF;
	font-size: 30px;
	}



#quickSummary	{
	position: absolute;
	right: 0px;
	text-align: left;
	width: 165px;
	height: 340px;
	top: 95px;
	padding-top: 40px;}

#quickSummary P	{
	margin-top: 3px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
	color: #555F44;
	}

#quickSummary  a:link, #quickSummary  a:visited { 
	color: #744646; 
	text-decoration: none;
	border-bottom: 1px dashed #744646;
	}

#quickSummary  a:hover, #quickSummary  a:active { 
	color: #000000; 
	text-decoration: underline;
	}

#preamble	{
	position: absolute;
	left: 10px;
	text-align: right; 
	width: 165px;
	top: 95px;
	}

#preamble	 P	{
	margin-top: 3px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
	color: #555F44;
	}

#preamble h3	{
	margin: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555F44;
	text-decoration: none; 
	font-style: normal; 
	font-weight: bold;
	margin-left: 8px;
	margin-right: 8px;
	}

#supportingText	{
	position: absolute;
	width: 1230px;
	padding-left: 185px;
	padding-top: 95px;
	text-align: justify;
	background:  none;
	background-repeat: no-repeat; 
	background-position: top;
	z-index: 3;
	}

#supportingText a:link, #supportingText a:visited { 
	color: #744646; 
	text-decoration: none;
	border-bottom: 1px dashed #744646;
	}

#supportingText a:hover, #supportingText a:active { 
	color: #000000; 
	text-decoration: underline;
	}


#supportingText P	{
	margin-top: 3px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
	color: #353638;
	}


#footer{
	float: right;
	padding-right: 50px;
	top: 0px;
	}

#footer a:hover, #footer a:active { 
	color: #CECECE; 
	text-decoration: underline;
	}

#linkList{
	position: absolute;
	left: 0px;
	padding-top: 480px;
	text-align: right;
	z-index: 4;}

#lselect{
	position: absolute;
	width: 600px;
	top: 8em;
	left: 250px;
	text-align: left;	
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	}

#lselect ul {
	margin: 0px;
	margin-left: 140px;
	padding: 0px;
	}

#lselect h3	{
	margin: 0px;
	margin-right: 10px;
	color: #555F44;
	font-size: 7pt; 
	float: left;
	font-weight: bold;
	}	

#lselect li	{
	color:#ffffff;
	list-style-type: none;
	float: left;
	margin-left: 7px;
	border-left: 4px solid #BBBBBB;
	padding-left: 5px;
	padding-right: 5px;
	}	

#lselect a:link, #lselect a:visited { 
	color: #ffffff; 
	text-decoration: none;
    font-size: 7pt; 
	font-style: normal; 
	font-weight: bold;
	}

#lselect a:hover, #lselect a:active { 
	color: #ffffff; 
	text-decoration:none;
	}

#lselect a.c, #lselect a:link.c , #lselect a:visited.c{
	color: #000000;
	font-weight: normal;
	}

#lselect a:hover.c, #lselect a:active.c {
	display: inline;
	}

#larchives{
	position: absolute;
	padding-top: 490px;
	text-align: justify;
	}

#larchives{
	position: absolute;
	width: 300px;
	top: 49em;
	left: 75px;
	text-align: left;	
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}

#larchives ul {
	margin: 0px;
	padding: 0px;
	}

#larchives h3 {
	margin: 0px;
	margin-right: 10px;
	color: #555F44;
	font-size: 9px; 
	float: left;
	font-weight: normal;
	}	

#larchives li	{
	color:#555F44;
	list-style-type: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	}	

#larchives a:link, #larchives a:visited { 
	color: #555F44; 
	text-decoration: none;
    font-size: 9px; 
	font-style: normal; 
	font-weight: normal;
	}

#larchives a:hover, #larchives a:active { 
	color: #000000; 
	text-decoration: underline;
	}

#larchives a.c, #larchives a:link.c , #larchivest a:visited.c{
	color: #006633;
	}

#larchives a:hover.c, #larchives a:active.c {
	display: inline;
	}


#lresources{
	position: absolute;
	width: 800px;
	left: 400px;
	top: 49em;
	text-align: left;	
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}

#lresources ul {
	margin: 0px;
	padding: 0px;
	}

#lresources h3	{
	margin: 0px;
	margin-right: 10px;
	color: #555F44;
	font-size: 9px; 
	float: left;
	font-weight: normal;
	}	

#lresources li	{
	color:#555F44;
	list-style-type: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	}	

#lresources a:link, #lresources a:visited { 
	color: #555F44; 
	text-decoration: none;
    font-size: 12px; 
	font-style: normal; 
	font-weight: normal;
	}

#lresources a:hover, #lresources a:active { 
	color: #ffffff; 
	text-decoration: underline;
	}

#lresources a.c, #lresources a:link.c , #lresources a:visited.c{
	color: 422222;
	}

#lresources a:hover.c, #lresources a:active.c {
	display: inline;
	}


#pageHeader h2 span {
	display:none
	}

#icongal5 {
	position: absolute;
	width: 550px;
	height: 380px;
	left: 850px;
	top: 80px;
	text-align: justify;
	background:  none;
	background-position: top;
	background-color: #ffffff;
	z-index: 0;
	}

#extraDiv6 {
	position: fixed;
	width: 300px;
	height: 25px;
	left: 450px;
	top: 48px;
	text-align: left;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: none;
	z-index: 0;
	}

#extraDiv0 {
	position: absolute;
	width: 1600px;
	height: 404px;
	top: 75px;
	left: 0px;
	text-align: justify;
	background:  url(images/backplus.jpg);
	background-position: top;
	background-color: #ffffff;
	z-index: 0;
	}

img {
  behavior: url(pngbehavior.js);
}

#extraDiv1 {
	position: absolute;
	width: 710px;
	height: 790px;
	top: 75px;
	left: 18px;
	text-align: justify;
	background: none;
	background-repeat: no-repeat;
	background-position: top;
	z-index: 0;
	}
#relogo {
	position: absolute;
	width: 310px;
	height: 90px;
	top: 15px;
	left: 80px;
	text-align: justify;
	background: url(images/repoeter2.png);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 1;
	}
#extraDiv9 {
	position: absolute;
	width: 308px;
	height: 250px;
	left: 1150px;
	top: 116px;
	text-align: justify;
	background:  none;
	background-position: top;
	background-color: none;
	z-index: 0;
	}

#extraDiv8 {
	position: absolute;
	width: 300px;
	height: 250px;
	left: 150px;
	top: 116px;
	text-align: justify;
	background:  none;
	background-position: top;
	background-color: none;
	z-index: 1;
	}

#extraDiv7 {
	position: absolute;
	width: 308px;
	height: 250px;
	left: 670px;
	top: 116px;
	text-align: justify;
	background:  none;
	background-position: top;
	background-color: none;
	z-index: 0;
	}
	
#extraDivc {
	position: absolute;
	width: 181px;
	height: 31px;
	left: 150px;
	top: 76px;
	text-align: justify;
	background:  url(images/commissions.jpg);
	background-position: top;
	background-color: #ffffff;
	z-index: 0;
	}

#extraDiv2 {
	position: absolute;
	width: 321px;
	height: 194px;
	left: 460px;
	top: 344px;
	text-align: justify;
	background:  url(radio.jpg);
	background-position: top;
	z-index: 0;
	}

#control {
	position: absolute;
	width: 190px;
	height: 2px;
	top: 55px;
	left: 320px;
	text-align: justify;
	background: none;
	background-position: top;
	z-index: 0;
	}
	
	#glasswindow {
	position: absolute;
	width: 451px;
	height: 30px;
	top: 92px;
	left: 180px;
	text-align: center;
	background: none;
	background-position: top;
	z-index: 1;
	}

#control1 {
	position: relative;
	width: 650px;
	height: 842px;
	top: 0px;
	left: 0px;
	text-align: justify;
	background: url(images/backcontain.jpg);
	background-position: top;
	z-index: 1;
	}
	
#control2 {
	position: relative;
	width: 350px;
	height: 70px;
	top: 48px;
	left: 250px;
	text-align: justify;
	background:  none;
	background-position: top;
	background-color: none;
	z-index: 3;
	}	
