/************************ GENRAL STYLES ************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */


/************************ GENRAL STYLES ************************/
body {
	font-family: "trebuchet ms", "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	background-color:#FFFFFF;
	padding:0;
	margin:0px;
	color:#000000; /*#475346*/
	text-align:center;
}

p {
	line-height: 18px;
	margin: 0px 0px 8px 0px;
}

p.title {
	font-weight: bold;
	font-size:13px;
	margin-bottom: 8px;
	color:#2F3E2D;
}

a {
	text-decoration:none;
	color: #9D380A;
}

p a {
	color: #9D380A;
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}

img {
	border: none;
}

.wai { /* Accessibility Components */
	display:none;
	visibility:hidden;
	width:0;
	height:0;
}

/************************ LANGUAGE & HOME PAGE LINK ************************/

#header {
	position:relative;
	top:0;
	left:0;
	text-align:left;
	width:775px;
	height:115px;
	margin:0px auto 0px auto;
}
/************************ CENTER SECTION ************************/
/*                 (Article & left/right menus)                 */

div.pagelayout {
	position:relative;
	margin:auto;
	width:775px;
	background-color:#FFFFFF;	
}
#main {
	position:relative;
	top:0px;
	left:0px;
	margin:auto;
	width:775px;
	text-align:left;
	
	background-image:url(/images/mainGrid.gif);
	background-position:0px;
	background-repeat:repeat-y;
	
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
}

#mainBig {
	position:relative;
	top:0px;
	left:0px;
	margin:auto;
	width:775px;
	height: 900px; 	/* Higher then the rest */
	text-align:left;
	
	background-image:url(/images/mainGrid.gif);
	background-position:0px;
	background-repeat:repeat-y;
	
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	
	
}

/*** ARTICLE ***/
	


div.block {
	position:relative;
	top:0px;
	left:0px;										/* I have to do the left position */
	width:610px;								/* in this roundabout way because */
	margin:0px 0px 0px 162px;			/* of the Mac IE indentation bug	*/
	padding:0px;
	font-size:11px;
}
/* big image version */
#contentBlock {
	width:225px;
	padding:0px;
	font-size:11px;
	float:right;
	margin: 5px 0px 0px 0px;
	text-align:left;
	/*border: 1px solid blue;*/
}
/* text & icons */
#collectionText {
	width: 225px;
	height: 276px;
	/*border: 1px solid red;*/
}
#icons {
	width: 225px;
	line-height: 0px;
	/*border: 1px solid green;*/
}

#imageBlock {									
	width:375px;
	height:400px;
	margin:0px;
	padding:0px;
}

/* small image version */
#contentBlockLeft {
	width:350px;
	height:400px;
	margin:0;
	padding: 0;
}

#contentBlockLeft p {
	margin: 0px 0px 5px 25px;
}

#imageBlockRight {
	position:absolute;
	left: 378px;
	height:400px;
	padding: 0px;
	margin: 0px -4px 0px 0px;
	float:right;
	text-align:right;
}


#bigImage {
	border-right: 1px solid #B4B4B4;
	margin: 0px;
	padding:0px;
}

a .iconHilite {
	border: 1px solid #0D3F2F;
	margin-right: 4px;
	margin-bottom: 4px;
}

a .icon {
	border: 1px solid #B4B4B4;
	margin-right: 4px;
	margin-bottom: 4px;
}

/*** MAIN MENU ***/
#menu {
	position:absolute;
	left:0px;
	top:0px;
	width:160px;
	font-size:9px;
	padding-left:1px;
}

#menu div {
	font-family: "trebuchet ms", "lucida grande", verdana, arial, sans-serif;	
	font-size: 10pt;
	font-weight: bold;
	line-height:34px;
  	margin: 0px 0px 5px 0px;
	padding-left:5px;
}

#menu div.normal a {
	color: #3A514A;
}

div.hilite {
	background-color:#FFFFFF;
}
div.hilite a {
	color: #9D380A;
}

#menu ul.hilite {
	list-style: none;
	padding: 0px;
	line-height:20px;
	padding: 0px 0px 0px 2px;
	margin:-5px 0px 5px 0px;
	font-size: 7pt;
}
#menu ul.hilite li.subMenu {
	padding-left: 14px;
}

#menu ul.hilite li.pdf {
	padding-left: 14px;
	background-image:url(/images/PDF.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
}

#menu ul.normal {
	display: none;
}

/*** MAIN MENU END ***/



div.xtraInfo {
	color: white;
	font-family: "trebuchet ms", "lucida grande", verdana, arial, sans-serif;	
	font-size: 9pt;
  	padding: 30px 0px 40px 0px;
	margin: 0px 0px 0px -7px;
	width: 175px;
	background-color: #A7A7A7;
}

div.xtraInfo p {
	margin: 8px 10px -5px 7px ;
	line-height: 15px;
	
}
div.xtraInfo p a {
	color: white;
}
.sep {
	margin: 5px 10px 10px 7px ;
	border-bottom: dashed 1px white;
}


#LoginForm {
	color: #808080;
  	font-size: 10px;
  	font-weight: bold;
  	text-align: justify;
}

#LoginForm input.text {
  border: 1px dashed #C0C0C0;
  font-size: 8pt;
  width: 180px;
}


/************************ FOOTER ************************/

div.footer {
	position:relative;
	text-align:left;
	margin:0px 0px 0px 162px;
	width:500px;
	padding-top:7px;
	padding-bottom:7px;
	font-size: 9pt;
	color:#484F47;
}

#footerright {
	position:absolute;
	left:380px;
	top:7px;
	width:220px;
	line-height:150%;
	font-size:7pt;
	
}

#footerright a{	
	text-decoration : none;
	color: #C7C7C7;
}

#footerright a:hover {	
	color:#484F47;
}

.nobreak {
	white-space:nowrap;
}


div.block_footer {
}


div.seperator {
  background-image: url(images/post_footer.gif);
  background-position: top left;
  background-repeat: no-repeat;
  margin: 15px 0px 10px 0px;
}

