/* CSS Document */

/*POSITIONING ELEMENTS*/

body {
	text-align: center;
	margin: 0px;
	border: 0px;
}

#wrapper {
	width: 850px;
	margin: 0
	auto;
	text-align: left;
}

#blue {
	width: 850px;
	height: 500px;
	position: absolute;
	background-color: #000066;
	z-index: 1;
	margin: 0px;
	border: 0px;
}

#white {
	width: 800px;
	height: 450px;
	position: absolute;
	top: 25px;
	left: 25px;
	background-color: #FFFFFF;
	z-index: 2;
	margin: 0px;
	border: 0px;
}

#textblock {
	width: 390px;
	height: 310px;
	top: 110px;
	left: 33px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
}

#rightblock {
	width: 320px;
	height: 203px;
	top: 110px;
	left: 440px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
	border: 1px;
}

#courtesytextblock {
	width: 320px;
	height: 75px;
	top: 330px;
	left: 440px;
	position: absolute;
	background-color: #FFFFFF;
	vertical-align:middle;
	z-index: 3;
	border: 0px;
	overflow: auto;
}


#header {
	width: 200px;
	height: 23px;
	top: 72px;
	left: 33px;
	position: absolute;
	z-index: 2;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;
}	


#headerline {
	width: 730px;
	height: 2px;
	top: 95px;
	left: 33px;
	position: absolute;
	z-index: 3;
	margin: 0px;
	background-color: #000066;
	
}	

#lowleftjewel {
width: 47px;
	height: 39px;
	top: 411px;
	left: 0px;
	position: absolute;
	z-index: 2;
	margin: 0px;
	border: 0px;
	background-color: #000066;
}	

#tsandcs {
	width: 300px;
	height: 10px;
	bottom: 5px;
	right: 55px;
	position: absolute;
	z-index: 3;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;
}	


#lowrightjewel {
	width: 47px;
	height: 39px;
	top: 411px;
	left: 753px;
	position: absolute;
	z-index: 2;
	margin: 0px;
	border: 0px;
	background-color: #000066;
}	

/*TEST ELEMENTS*/

#testblock {
	width: 730px;
	height: 203px;
	top: 150px;
	left: 25px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
	border: 1px;
}

/*BOOK ELEMENTS*/

#bookrightblock {
	width: 163px;
	height: 247px;
	top: 110px;
	left: 600px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
	border: 1px;
}

#booktextblock {
	width: 520px;
	height: 310px;
	top: 110px;
	left: 33px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
}


/*PRESS ELEMENTS*/


/*EXPERT ELEMENTS*/

#subheader {
	width: 200px;
	height: 23px;
	top: 108px;
	left: 43px;
	position: absolute;
	z-index: 2;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;
}	

#experttextblock {
	width: 730px;
	height: 50px;
	top: 110px;
	left: 33px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
}

#icons1 {
	width: 92px;
	height: 137px;
	top: 200px;
	left: 33px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
}

#icons2 {
	width: 92px;
	height: 137px;
	top: 200px;
	left: 161px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
}

#icons3 {
	width: 92px;
	height: 137px;
	top: 200px;
	left: 288px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
}

#icons4 {
	width: 92px;
	height: 137px;
	top: 200px;
	left: 417px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
}

#icons5 {
	width: 92px;
	height: 137px;
	top: 200px;
	left: 545px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
}

#icons6 {
	width: 92px;
	height: 137px;
	top: 200px;
	left: 673px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
}

/* EXPERT GALLERY TEST*/

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px solid white;
margin: 0px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 150px;
left: 130px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* THUMB2*/

.thumbnail2 img{
border: 0px solid white;
margin: 0px;
}

.thumbnail2:hover{
background-color: transparent;
}

.thumbnail2:hover img{
border: 1px;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 150px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* THUMB3*/

.thumbnail3 img{
border: 0px solid white;
margin: 0px;
}

.thumbnail3:hover{
background-color: transparent;
}

.thumbnail3:hover img{
border: 1px;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail3:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 150px;
left: -130px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* THUMB4*/

.thumbnail4 img{
border: 0px solid white;
margin: 0px;
}

.thumbnail4:hover{
background-color: transparent;
}

.thumbnail4:hover img{
border: 1px;
}

.thumbnail4 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail4 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail4:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 150px;
left: -260px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* THUMB5*/

.thumbnail5 img{
border: 0px solid white;
margin: 0px;
}

.thumbnail5:hover{
background-color: transparent;
}

.thumbnail5:hover img{
border: 1px;
}

.thumbnail5 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail5 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail5:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 150px;
left: -390px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* THUMB6*/

.thumbnail6 img{
border: 0px solid white;
margin: 0px;
}

.thumbnail6:hover{
background-color: transparent;
}

.thumbnail6:hover img{
border: 1px;
}

.thumbnail6 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail6 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail6:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 150px;
left: -520px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



/*SUBEXPERT ELEMENTS*/

#hisubline {
	width: 710px;
	height: 2px;
	top: 130px;
	left: 43px;
	position: absolute;
	z-index: 4;
	margin: 0px;
	background-color: #FF6600;
	
}		

#mainicon {
	width: 93px;
	height: 183px;
	top: 140px;
	left: 43px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 1;
}

#expertsideblock {
	width: 545px;
	height: 50px;
	top: 140px;
	left: 210px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	vertical-align: top;	
}

ul {
	left: 5px;
	top: 0px;
	position: relative;
	list-style-image:url(images/expert/bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	float:left;	
}

li {
	margin-left: 5px;
	margin-top: 0px;
}

#jc_guide_button {
	top: 155px;
	right: 0px;
	position: absolute;
	z-index: 2;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;
}	


#losubline {
	width: 710px;
	height: 2px;
	top: 330px;
	left: 43px;
	position: absolute;
	z-index: 3;
	margin: 0px;
	background-color: #FF6600;
	
}	

#loicons1 {
	width: 68px;
	height: 101px;
	top: 340px;
	left: 43px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
}

#loicons2 {
	width: 68px;
	height: 101px;
	top: 340px;
	left: 200px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
}

#loicons3 {
	width: 68px;
	height: 101px;
	top: 340px;
	left: 355px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
}

#loicons4 {
	width: 68px;
	height: 101px;
	top: 340px;
	left: 515px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
}

#loicons5 {
	width: 68px;
	height: 101px;
	top: 340px;
	left: 685px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
}

/*CONTACT ELEMENTS*/

#contactbookwrapper {
	width: 440px;
	height: 75px;
	top: 0px;
	position: relative;
	background-color: #FFFFFF;
	z-index: 3;
	margin-bottom: 10px;
}
#contactbook {
	width: 50px;
	height: 75px;
	top: 0px;
	left: 0px;
	z-index: 3;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 0px;
	border: 0px;
	float: left;
}	

#contactrightblock {
	width: 240px;
	height: 300px;
	top: 110px;
	left: 520px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
	border: 1px;
}


#contacttextblock {
	width: 445px;
	height: 310px;
	top: 110px;
	left: 33px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 3;
}




/*MENU ELEMENTS*/

#menuback {
	width: 481px;
	height: 41px;
	top: 0px;
	left: 319px;
	position: absolute;
	z-index: 2;
	margin: 0px;
	border: 0px;
}	

/*TEXT ELEMENTS*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 14px;
	color: #333399;
} 

#text {
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px;
	font-size: 12px;
	color: #333399;
	vertical-align: top;
	line-height:130%;	
}

#tsandcstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333399;
	line-height:100%;
}

#booktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: -75px;
	width: 390px;
	position: relative;
	color: #333399;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	float: right;
	
}

#booktitletext  {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #333399;
} 
#contacttext {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #333399;
	vertical-align: top;	
	line-height:130%;	
}

#presscourtesytext {
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	top:-50%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #333399;
	vertical-align:middle;	
	line-height:130%;	
}

#bookpagetext {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #333399;
	vertical-align: top;	
	line-height:120%;	
}

#backbutton {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #333399;
	float:right;
	vertical-align: top;	
	line-height:120%;	
}


#detailslink {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	font-size: 12px;
	color: #333399;
	vertical-align: top;	
	line-height:130%;	
}

a.orange {
	color: #FF6600;
	text-decoration: underline;
}

img
{  border-style: none;
}

