/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #B3CADA;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0066CC;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 11pt;
	color: #FF0000;
	padding-bottom: 0px;
	text-transform: uppercase;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #A2BDCE;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#navBar{
	float:none;
	padding: 0px;
	background-color: #FFFFFF;
	position: absolute;
	top: 205px;
	width: 140px;
	left: 0px;
	border: 0px none #ccc;
	background-image: none;
	z-index: 0;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
}

#content{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	clear: none;
	position: relative;
	left: 0px;
	top: 0px;
	width: 750px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: normal;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 10pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.feature h3{
	text-align: left;
	font-size: 12pt;
	color: #FF0000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}

.feature img{
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 80%;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #cccccc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.story p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10pt;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: none;
	font-size: 75%;
	color: #cccccc;
	width: 750px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	text-align: center;
	text-indent: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	position: relative;
	top: 10px;
	float: left;
	margin: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-size: 90%;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #B3CADA;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #cccccc;
	color: #B3CADA;
}

#sectionLinks a:hover{
	background-color: #DDE4EC;
	padding: 2px 0px 2px 10px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #cccccc;
	color: #0066CC;
}

/*********** #SubSectionLinks styles ***********/

.subSectionLinksStyle {
   	margin: 0px;
	font-size: 80%;
	width: 130px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.subSectionLinksStyle a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

.subSectionLinksStyle a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

.subSectionLinksStyle a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

#subSectionLinksJapan{
	position: absolute;
	left: 10px;
	top: 90px;
	background-color: #FFFFFF;
	visibility: hidden;
	
}

#subSectionLinks{
	margin: 0px;
	font-size: 80%;
	width: 130px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	visibility: visible;
}

#subSectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#subSectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#subSsectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.Heading_menu_style {color: #FFFFFF; font-size: 18px;}

.Heading_menu_style a:link {
	color: #B3CADA;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.Heading_menu_style a:visited {
	color: #B3CADA;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.Heading_menu_style a:hover {
	color: #0066CC;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

#Heading_text_Layer {
	position:absolute;
	left:13px;
	top:36px;
	width:373px;
	height:27px;
	z-index:0;
	visibility: visible;
}

#Language_selection_heading_style {
	font-size: 12px;
	color: #FFFFFF;
	position:absolute;
	left:752px;
	top:6px;
	width:126px;
	height:19px;
	z-index:0;
	visibility: visible;
}

/************** #Images styles **************/

#ID_Images_Index {
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 5px;
	position: relative;
	left: 0px;
	top: 10px;
	height: 580px;
	width: 725px;

}

#ID_Images_Index h3{
	text-align: center;
	font-size: 12pt;
	color: #0066CC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}

#Set_Description {
	width: 280px;
	float: left;
	padding: 10px;
	position: relative;
	top: 0px;
	font-size: 10pt;
	left: 430px;

}

#Set_Thumbnails {
	width: 430px;
	position: absolute;
	top: 40px;
	left: 0px;
	padding-right: 0px;
	padding-left: 5px;
	margin-left: 5px;
	z-index: 3;
	visibility: visible;
}
#Image_frame {
	padding: 10px;
	height: 600px;
	width: 600px;
	position: absolute;
	left: 230px;
	top: 120px;
}

/************** #Image Details **************/

.ImageHead{
	width: 700px;
	left: 10px;
	margin-top: 15px;
	margin-bottom: 2px;
	text-align: center;
	overflow: auto;
	margin-left: 30px;
}

.ImageComment{
	width: 700px;
	left: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
	overflow: auto;
	margin-left: 5px;
}

#ImageIndexContainer{
	width: 720px;
	left: 10px;
	margin-left: 15px;
}

.ImageDetailTabsWrapper{
	height: 170px;
	width: 705px;
	overflow: auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

#WrapperTabs{
	overflow: hidden;
	height: 200px;
}
.ImadeDetails{
	background-position: center center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: none;
	border: 2px solid #FFFFFF;
}

.ImageDescriptionTitle{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	font-variant: small-caps;
	letter-spacing: 2.5px;
}

#DetailImageTable{
	text-align: center;
	width:90%;
}

.NavSideTable{
	max-width: 50px;
	min-width: 50px;
}

#NavigationPane{
	float: left;
	height: 150px;
	width: 40px;
	vertical-align: middle;
}

#NavigationPane p{
	cursor: pointer;
}

#NavigationPane p:hover{
	color: #B3CADA;	
}

#ImagePane{
	float: left;
	height: 160px;
	width: 570px;
	cursor: pointer;
}

#ImagePane img{
	cursor: pointer;
}

#leftNagivationPointer{
	margin-top: 65px;
}

#newThumbBox{
	margin: 3px;
}

#bernardgallery{

}

.style1 {color: #FFFFFF}

.style2 {
	font-size: 10px;
	float: none;
	text-align: center;
}

.SetSummaryBox{
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: left;
	height: 86px;
	width: 650px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.SetSummaryBox:hover{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #051E5D;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #051E5D;
	background-color: #F5F5F5;
}

.SummaryBoxTitle{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	font-variant: small-caps;
	letter-spacing: 2.5px;
	float: none;
	height: 20px;
	width: 500px;
	color: #333333;
}

.SummaryBoxTitle a{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	font-variant: small-caps;
	letter-spacing: 2.5px;
	float: none;
	height: 20px;
	width: 500px;
	color: #333333;
}


#SetSummaryBoxDescription{
	float: left;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 15px;
	font-size: 12px;
}

.SummaryBoxImage{
	float: left;
	margin-right: 12px;
	margin-top: 3px;
	margin-left: 3px;
}

#SetIntroBlock{
	margin-bottom: 20px;
	float: left;
	margin-left: 25px;
}

#SummaryboxBody{
	float: none;
	height: 80px;
	width: 530px;
	font-size: 11px;
	line-height: 1.1em;
	color: #333333;
}

#SplashImage{
	height: 400px;
	width: 700px;
	margin-top: 80px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}

#LanguagePointers a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	word-spacing: 10em;
}

.NewsImage{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
}
